docs/OptionsApi.md in snaptrade-1.10.0 vs docs/OptionsApi.md in snaptrade-1.11.0

- old
+ new

@@ -285,11 +285,11 @@ user_secret: user_secret, account_id: account_id, ) p status_code # => 2xx p headers # => { ... } - p data # => Array<OptionsHoldings> + p data # => Array<OptionsPosition> rescue SnapTrade::ApiError => e puts "Exception when calling SnapTrade::Options.list_option_holdings: #{e}" end ``` @@ -301,10 +301,10 @@ | **user_secret** | **String** | | | | **account_id** | **String** | The ID of the account get positions. | | ### Return type -[**Array&lt;OptionsHoldings&gt;**](OptionsHoldings.md) +[**Array&lt;OptionsPosition&gt;**](OptionsPosition.md) ## place_option_strategy Place an option strategy order on the brokerage