Sha256: 29b8eeeda283cb60d1d20a38c459af7f7ede3e517d888ad8a8315dd27a2edee7
Contents?: true
Size: 856 Bytes
Versions: 12
Compression:
Stored size: 856 Bytes
Contents
# SnapTrade::OptionsPosition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | | [optional] | | **description** | **String** | | [optional] | | **option_symbol** | [**OptionsSymbol**](OptionsSymbol.md) | | [optional] | | **price** | **Float** | Trade Price if limit or stop limit order | [optional] | | **units** | **Float** | | [optional] | | **currency** | [**Currency**](Currency.md) | | [optional] | | **average_purchase_price** | **Float** | Average purchase price for this position | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionsPosition.new( symbol: 2bcd7cc3-e922-4976-bce1-9858296801c3, description: SPY PUT Aug 2022, option_symbol: null, price: 31.33, units: 10, currency: null, average_purchase_price: 108.3353 ) ```
Version data entries
12 entries across 12 versions & 1 rubygems