Sha256: 88e15f50eaeb48af33835498cdd7e2a757ff89a01c2b60d0f224db3cba3119ec
Contents?: true
Size: 868 Bytes
Versions: 9
Compression:
Stored size: 868 Bytes
Contents
# SnapTrade::UnderlyingSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **symbol** | **String** | | [optional] | | **description** | **String** | | [optional] | | **currency** | [**Currency**](Currency.md) | | [optional] | | **exchange** | [**USExchange**](USExchange.md) | | [optional] | | **type** | [**SecurityType**](SecurityType.md) | | [optional] | | **currencies** | [**Array<Currency>**](Currency.md) | | [optional] | | **figi_code** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::UnderlyingSymbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, symbol: SPY, description: SPDR S&P 500 ETF Trust, currency: null, exchange: null, type: null, currencies: null, figi_code: BBG000B9XRY4 ) ```
Version data entries
9 entries across 9 versions & 1 rubygems