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