Sha256: 8ab70b3b5afe864d83f3cd66f6008194423ad48706287b3621055b5563290b4d
Contents?: true
Size: 794 Bytes
Versions: 25
Compression:
Stored size: 794 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] | ## 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 ) ```
Version data entries
25 entries across 25 versions & 1 rubygems