Sha256: a5012f6452c40552e799ae58262c4ea93517cd2ba8dbe613326f04b79a699aba
Contents?: true
Size: 743 Bytes
Versions: 7
Compression:
Stored size: 743 Bytes
Contents
# SnapTrade::UnderlyingSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **symbol** | **String** | | [optional] | | **description** | **String** | | [optional] | | **currency** | **Currency** | | [optional] | | **exchange** | **USExchange** | | [optional] | | **type** | **SecurityType** | | [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
7 entries across 7 versions & 1 rubygems