Sha256: 1a05db80747ee5b9660b57a406f62b2f54cd6ac5e152e6ff6a22298c4f56d299
Contents?: true
Size: 933 Bytes
Versions: 16
Compression:
Stored size: 933 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**](UnderlyingSymbol.md) | | | | **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
16 entries across 16 versions & 1 rubygems