Sha256: 3930bf88ab5506d31d9db64a2c32c84b41731173873524ed61b6eca25f3e2f1e
Contents?: true
Size: 787 Bytes
Versions: 7
Compression:
Stored size: 787 Bytes
Contents
# SnapTrade::OptionsHoldings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Options information | [optional] | | **symbol** | **String** | | [optional] | | **option_symbol** | **OptionsSymbol** | | [optional] | | **price** | **Float** | Trade Price if limit or stop limit order | [optional] | | **currency** | **Currency** | | [optional] | | **average_purchase_price** | **Float** | Average purchase price for this position | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::OptionsHoldings.new( id: 11b55fd2-dc29-42ec-ac03-97b5cd757a4d, symbol: 2bcd7cc3-e922-4976-bce1-9858296801c3, option_symbol: null, price: 31.33, currency: null, average_purchase_price: 108.3353 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems