Sha256: 2ab47995531ceae85ba7ad6b440f55695b8810aee6541598479a3362cbde8474
Contents?: true
Size: 658 Bytes
Versions: 7
Compression:
Stored size: 658 Bytes
Contents
# SnapTrade::OptionStrategy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **underlying_symbol_id** | **UniversalSymbol** | | [optional] | | **strategy_type** | **String** | | [optional] | | **number_of_legs** | **Float** | | [optional] | | **legs** | [**Array<OptionStrategyLegsInner>**](OptionStrategyLegsInner.md) | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionStrategy.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, underlying_symbol_id: null, strategy_type: BUTTERFLY, number_of_legs: 2, legs: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems