Sha256: 50713cb48bdfd539f5329de303240ddc609fddd9381287a9ce4ad78a03498565
Contents?: true
Size: 499 Bytes
Versions: 41
Compression:
Stored size: 499 Bytes
Contents
# SnapTrade::OptionStrategyLegsInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **option_symbol_id** | **String** | | [optional] | | **index** | **Float** | | [optional] | | **action** | **String** | | [optional] | | **quantity** | **Float** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionStrategyLegsInner.new( option_symbol_id: AAPLC20221111, index: 1, action: BUY_TO_OPEN, quantity: 10 ) ```
Version data entries
41 entries across 41 versions & 1 rubygems