Sha256: 3415132d51e78d9a3fadca9bc8c3bee95d8ce606b4ac63210cdd80a78e62c04f
Contents?: true
Size: 788 Bytes
Versions: 34
Compression:
Stored size: 788 Bytes
Contents
# SnapTrade::StrategyQuotes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **strategy** | [**OptionStrategy**](OptionStrategy.md) | | [optional] | | **open_price** | **Float** | Trade Price if limit or stop limit order | [optional] | | **bid_price** | **Float** | Trade Price if limit or stop limit order | [optional] | | **ask_price** | **Float** | Trade Price if limit or stop limit order | [optional] | | **volatility** | **Float** | | [optional] | | **greek** | [**StrategyQuotesGreek**](StrategyQuotesGreek.md) | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::StrategyQuotes.new( strategy: null, open_price: 31.33, bid_price: 31.33, ask_price: 31.33, volatility: 0.141, greek: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems