Sha256: 841c2b3600e699aa1e53a8fdb51a61f440e31e44550d800c426e8cd28d04fc66
Contents?: true
Size: 1.06 KB
Versions: 12
Compression:
Stored size: 1.06 KB
Contents
# SnapTrade::OptionsSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **ticker** | **String** | | [optional] | | **strike_price** | **Float** | | [optional] | | **expiration_date** | **String** | | [optional] | | **is_mini_option** | **Boolean** | | [optional] | | **underlying_symbol** | [**UnderlyingSymbol**](UnderlyingSymbol.md) | | [optional] | | **local_id** | **String** | | [optional] | | **security_type** | **Object** | | [optional] | | **listing_exchange** | **Object** | | [optional] | | **is_quotable** | **Boolean** | | [optional] | | **is_tradable** | **Boolean** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionsSymbol.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, ticker: SPY 220819P00200000, strike_price: 200, expiration_date: 2022-08-19T00:00:00.000Z, is_mini_option: false, underlying_symbol: null, local_id: 40817960, security_type: {}, listing_exchange: {}, is_quotable: true, is_tradable: true ) ```
Version data entries
12 entries across 12 versions & 1 rubygems