Sha256: 0bd81c3698a325908fa63cf81b1a8d8b7fff5ab94e7348a762c7c4a05eda88fd
Contents?: true
Size: 521 Bytes
Versions: 41
Compression:
Stored size: 521 Bytes
Contents
# SnapTrade::OptionsGetOptionStrategyRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **underlying_symbol_id** | **String** | | | | **legs** | [**Array<OptionLeg>**](OptionLeg.md) | | | | **strategy_type** | [**StrategyType**](StrategyType.md) | | | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionsGetOptionStrategyRequest.new( underlying_symbol_id: 2bcd7cc3-e922-4976-bce1-9858296801c3, legs: null, strategy_type: null ) ```
Version data entries
41 entries across 41 versions & 1 rubygems