Sha256: 639a238129082e411f782c3afa8750b05091cffd886fb9b4398024166b9682da
Contents?: true
Size: 680 Bytes
Versions: 34
Compression:
Stored size: 680 Bytes
Contents
# SnapTrade::OptionStrategy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **underlying_symbol_id** | [**UniversalSymbol**](UniversalSymbol.md) | | [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
34 entries across 34 versions & 1 rubygems