Sha256: 96d9d34c2b1514aaa3dde276cf67bcdcfe6450708b7ec037c6c5c87dfb206201
Contents?: true
Size: 527 Bytes
Versions: 41
Compression:
Stored size: 527 Bytes
Contents
# SnapTrade::OptionChainInnerChainPerRootInnerChainPerStrikePriceInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **strike_price** | **Integer** | | [optional] | | **call_symbol_id** | **Integer** | | [optional] | | **put_symbol_id** | **Integer** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionChainInnerChainPerRootInnerChainPerStrikePriceInner.new( strike_price: 70, call_symbol_id: 42816081, put_symbol_id: 42816129 ) ```
Version data entries
41 entries across 41 versions & 1 rubygems