Sha256: d4306c7157f8c7a63e635f1ad21fca6dcc74ff7781b192921ebb451e684ec7df
Contents?: true
Size: 695 Bytes
Versions: 7
Compression:
Stored size: 695 Bytes
Contents
# SnapTrade::Symbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **symbol** | **String** | | [optional] | | **raw_symbol** | **String** | | [optional] | | **name** | **String** | | [optional] | | **currency** | **Currency** | | [optional] | | **exchange** | **Exchange** | | [optional] | | **type** | **SecurityType** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::Symbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, symbol: VAB.TO, raw_symbol: VAB, name: Vanguard Canadian Aggregate Bond Index ETF, currency: null, exchange: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems