lib/snaptrade/models/account_holdings_account.rb in snaptrade-2.0.32 vs lib/snaptrade/models/account_holdings_account.rb in snaptrade-2.0.33
- old
+ new
@@ -22,10 +22,10 @@
attr_accessor :positions
# List of option positions in the account.
attr_accessor :option_positions
- # List of recent orders in the account, including both pending and executed orders.
+ # List of recent orders in the account, including both pending and executed orders. Note that option orders are included in this list. Option orders will have a null `universal_symbol` field and a non-null `option_symbol` field.
attr_accessor :orders
attr_accessor :total_value
# Attribute mapping from ruby-style variable name to JSON key.