Sha256: c148b4a6d0f5f92cc42897beacf14dd905c97d0b0668cef52e41bfd00a4a47e7
Contents?: true
Size: 895 Bytes
Versions: 9
Compression:
Stored size: 895 Bytes
Contents
# SnapTrade::BrokerageSymbolSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **symbol** | **String** | | | | **raw_symbol** | **String** | | | | **description** | **String** | | [optional] | | **currency** | [**Currency**](Currency.md) | | | | **exchange** | [**Exchange**](Exchange.md) | | [optional] | | **type** | [**SecurityType**](SecurityType.md) | | | | **currencies** | [**Array<Currency>**](Currency.md) | | | | **figi_code** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::BrokerageSymbolSymbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, symbol: VAB.TO, raw_symbol: VAB, description: VANGUARD CDN AGGREGATE BOND INDEX ETF, currency: null, exchange: null, type: null, currencies: null, figi_code: BBG000B9XRY4 ) ```
Version data entries
9 entries across 9 versions & 1 rubygems