Sha256: 565d5c7d487d40214a42ad9d493a03cf36e1106b23a0ebfa9c9661fa2f2e9f00
Contents?: true
Size: 522 Bytes
Versions: 7
Compression:
Stored size: 522 Bytes
Contents
# SnapTrade::OptionsPlaceOptionStrategyRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **order_type** | [**OrderType**](OrderType.md) | | | | **time_in_force** | [**TimeInForceStrict**](TimeInForceStrict.md) | | | | **price** | **Float** | Trade Price if limit or stop limit order | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionsPlaceOptionStrategyRequest.new( order_type: null, time_in_force: null, price: 31.33 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems