Sha256: a232d3fb230210696f8e2ca68052dea7af4d974693cf6937251b80a023bdb7ab
Contents?: true
Size: 821 Bytes
Versions: 6
Compression:
Stored size: 821 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) | | | ## 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 ) ```
Version data entries
6 entries across 6 versions & 1 rubygems