Sha256: 6ea38c10f2997ffe1181d0e92bd2a0603f7e8c894606d1760f9c55fc7d8bd280
Contents?: true
Size: 883 Bytes
Versions: 9
Compression:
Stored size: 883 Bytes
Contents
# SnapTrade::UniversalSymbol ## 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::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, figi_code: BBG000B9XRY4 ) ```
Version data entries
9 entries across 9 versions & 1 rubygems