Sha256: 547cb9cb877b159113d5068bbee5d6e8c354b499f7beb1bafd083d262467bdb9
Contents?: true
Size: 881 Bytes
Versions: 25
Compression:
Stored size: 881 Bytes
Contents
# SnapTrade::UniversalSymbolTicker ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **symbol** | **String** | | [optional] | | **raw_symbol** | **String** | | [optional] | | **description** | **String** | | [optional] | | **currency** | [**Currency**](Currency.md) | | [optional] | | **exchange** | [**Exchange**](Exchange.md) | | [optional] | | **type** | [**SecurityType**](SecurityType.md) | | [optional] | | **currencies** | [**Array<Currency>**](Currency.md) | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::UniversalSymbolTicker.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
25 entries across 25 versions & 1 rubygems