Sha256: ca6b1aa2f0b43161ced7dfe2792469d9b043ca57a01aad4dbd10712f6be0a5c7
Contents?: true
Size: 910 Bytes
Versions: 7
Compression:
Stored size: 910 Bytes
Contents
# SnapTrade::BrokerageSymbolOptionSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **ticker** | **String** | | | | **option_type** | [**OptionType**](OptionType.md) | | | | **strike_price** | **Float** | | | | **expiration_date** | **String** | | | | **is_mini_option** | **Boolean** | | [optional] | | **underlying_symbol** | **UnderlyingSymbol** | | | | **local_id** | **String** | | [optional] | | **exchange_id** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::BrokerageSymbolOptionSymbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, ticker: SPY 220819P00200000, option_type: null, strike_price: 200, expiration_date: 2017-07-17T15:13:07.177712+00:00, is_mini_option: false, underlying_symbol: null, local_id: 40817960, exchange_id: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems