Sha256: b00a24c03455074cac9b085cf59a85ad97186f55ed02fc835ee7cda61c0a9b1a
Contents?: true
Size: 741 Bytes
Versions: 7
Compression:
Stored size: 741 Bytes
Contents
# SnapTrade::StrategyQuotes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **strategy** | **OptionStrategy** | | [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** | | [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
7 entries across 7 versions & 1 rubygems