snaptrade 1.17.10 → 2.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +31 -28
- data/README.md +1995 -208
- data/lib/snaptrade/api/account_information_api.rb +535 -71
- data/lib/snaptrade/api/api_status_api.rb +6 -3
- data/lib/snaptrade/api/authentication_api.rb +180 -140
- data/lib/snaptrade/api/connections_api.rb +401 -41
- data/lib/snaptrade/api/options_api.rb +82 -39
- data/lib/snaptrade/api/reference_data_api.rb +181 -101
- data/lib/snaptrade/api/trading_api.rb +200 -228
- data/lib/snaptrade/api/transactions_and_reporting_api.rb +48 -33
- data/lib/snaptrade/api_client.rb +24 -14
- data/lib/snaptrade/api_error.rb +0 -1
- data/lib/snaptrade/configuration.rb +11 -29
- data/lib/snaptrade/models/account.rb +84 -29
- data/lib/snaptrade/models/account_balance.rb +1 -2
- data/lib/snaptrade/models/account_balance_total.rb +3 -9
- data/lib/snaptrade/models/account_holdings.rb +0 -1
- data/lib/snaptrade/models/account_holdings_account.rb +19 -4
- data/lib/snaptrade/models/account_order_record.rb +52 -33
- data/lib/snaptrade/models/{brokerage_symbol_option_symbol.rb → account_order_record_option_symbol.rb} +15 -27
- data/lib/snaptrade/models/account_order_record_status.rb +0 -1
- data/lib/snaptrade/models/{brokerage_symbol_symbol.rb → account_order_record_universal_symbol.rb} +33 -7
- data/lib/snaptrade/models/account_simple.rb +4 -2
- data/lib/snaptrade/models/account_sync_status.rb +14 -6
- data/lib/snaptrade/models/account_universal_activity.rb +371 -0
- data/lib/snaptrade/models/account_universal_activity_currency.rb +245 -0
- data/lib/snaptrade/models/{target_asset.rb → account_universal_activity_option_symbol.rb} +83 -59
- data/lib/snaptrade/models/{universal_symbol_ticker.rb → account_universal_activity_symbol.rb} +37 -16
- data/lib/snaptrade/models/{trade_action.rb → action_strict.rb} +3 -4
- data/lib/snaptrade/models/{trade_execution_status_action.rb → action_strict_with_options.rb} +8 -5
- data/lib/snaptrade/models/auth_type.rb +0 -1
- data/lib/snaptrade/models/authentication_login_snap_trade_user200_response.rb +0 -1
- data/lib/snaptrade/models/balance.rb +19 -8
- data/lib/snaptrade/models/{model_portfolio.rb → balance_currency.rb} +27 -19
- data/lib/snaptrade/models/brokerage.rb +57 -50
- data/lib/snaptrade/models/brokerage_authorization.rb +24 -21
- data/lib/snaptrade/models/{model_asset_class.rb → brokerage_authorization_disabled_confirmation.rb} +12 -20
- data/lib/snaptrade/models/{jwt.rb → brokerage_authorization_refresh_confirmation.rb} +12 -12
- data/lib/snaptrade/models/brokerage_authorization_type_read_only.rb +1 -2
- data/lib/snaptrade/models/brokerage_authorization_type_read_only_brokerage.rb +2 -3
- data/lib/snaptrade/models/brokerage_type.rb +1 -2
- data/lib/snaptrade/models/connection_portal_version.rb +3 -3
- data/lib/snaptrade/models/connection_type.rb +0 -1
- data/lib/snaptrade/models/connections_session_events200_response_inner.rb +1 -2
- data/lib/snaptrade/models/currency.rb +4 -2
- data/lib/snaptrade/models/delete_user_response.rb +13 -5
- data/lib/snaptrade/models/dividend_at_date.rb +0 -1
- data/lib/snaptrade/models/encrypted_response.rb +0 -1
- data/lib/snaptrade/models/encrypted_response_encrypted_message_data.rb +0 -1
- data/lib/snaptrade/models/exchange.rb +9 -2
- data/lib/snaptrade/models/exchange_rate_pairs.rb +0 -1
- data/lib/snaptrade/models/figi_instrument.rb +230 -0
- data/lib/snaptrade/models/holdings_status.rb +229 -0
- data/lib/snaptrade/models/login_redirect_uri.rb +3 -3
- data/lib/snaptrade/models/manual_trade.rb +10 -6
- data/lib/snaptrade/models/manual_trade_and_impact.rb +2 -3
- data/lib/snaptrade/models/manual_trade_balance.rb +3 -4
- data/lib/snaptrade/models/manual_trade_form.rb +56 -28
- data/lib/snaptrade/models/{model_asset_class_target.rb → manual_trade_form_notional_value.rb} +12 -15
- data/lib/snaptrade/models/{trade.rb → manual_trade_form_with_options.rb} +126 -43
- data/lib/snaptrade/models/{snap_trade_api_disclaimer_accept_status.rb → manual_trade_form_with_options_stop_loss.rb} +24 -18
- data/lib/snaptrade/models/manual_trade_form_with_options_take_profit.rb +223 -0
- data/lib/snaptrade/models/{trade_impact.rb → manual_trade_impact.rb} +20 -17
- data/lib/snaptrade/models/manual_trade_symbol.rb +19 -15
- data/lib/snaptrade/models/model400_failed_request_response.rb +0 -1
- data/lib/snaptrade/models/model401_failed_request_response.rb +0 -1
- data/lib/snaptrade/models/model402_brokerage_auth_already_disabled_exception.rb +228 -0
- data/lib/snaptrade/models/{amount.rb → model402_brokerage_auth_disabled_response.rb} +19 -18
- data/lib/snaptrade/models/model403_failed_request_response.rb +0 -1
- data/lib/snaptrade/models/model403_feature_not_enabled_response.rb +228 -0
- data/lib/snaptrade/models/model404_failed_request_response.rb +0 -1
- data/lib/snaptrade/models/{calculated_trade.rb → model425_failed_request_response.rb} +19 -20
- data/lib/snaptrade/models/model500_unexpected_exception_response.rb +0 -1
- data/lib/snaptrade/models/monthly_dividends.rb +1 -2
- data/lib/snaptrade/models/net_contributions.rb +1 -2
- data/lib/snaptrade/models/net_dividend.rb +0 -1
- data/lib/snaptrade/models/notional_value.rb +103 -0
- data/lib/snaptrade/models/{options_holdings.rb → option_brokerage_symbol.rb} +19 -50
- data/lib/snaptrade/models/option_chain_inner.rb +0 -1
- data/lib/snaptrade/models/option_chain_inner_chain_per_root_inner.rb +0 -1
- data/lib/snaptrade/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner.rb +0 -1
- data/lib/snaptrade/models/option_leg.rb +0 -1
- data/lib/snaptrade/models/option_leg_action.rb +0 -1
- data/lib/snaptrade/models/option_strategy.rb +0 -1
- data/lib/snaptrade/models/option_strategy_legs_inner.rb +0 -1
- data/lib/snaptrade/models/option_type.rb +0 -1
- data/lib/snaptrade/models/options_get_option_strategy_request.rb +0 -1
- data/lib/snaptrade/models/options_place_option_strategy_request.rb +4 -3
- data/lib/snaptrade/models/options_position.rb +20 -20
- data/lib/snaptrade/models/options_position_currency.rb +4 -1
- data/lib/snaptrade/models/options_symbol.rb +12 -25
- data/lib/snaptrade/models/{model_type.rb → order_class.rb} +6 -8
- data/lib/snaptrade/models/{order_type.rb → order_type_strict.rb} +5 -6
- data/lib/snaptrade/models/paginated_universal_activity.rb +228 -0
- data/lib/snaptrade/models/pagination_details.rb +228 -0
- data/lib/snaptrade/models/partner_data.rb +49 -50
- data/lib/snaptrade/models/past_value.rb +1 -2
- data/lib/snaptrade/models/performance_custom.rb +0 -1
- data/lib/snaptrade/models/position.rb +21 -20
- data/lib/snaptrade/models/position_symbol.rb +16 -12
- data/lib/snaptrade/models/{portfolio_group_position.rb → rate_of_return_object.rb} +26 -26
- data/lib/snaptrade/models/{brokerage_authorization_type.rb → rate_of_return_response.rb} +14 -11
- data/lib/snaptrade/models/{strategy_order_place.rb → recent_orders_response.rb} +7 -16
- data/lib/snaptrade/models/security_type.rb +5 -2
- data/lib/snaptrade/models/session_event.rb +1 -2
- data/lib/snaptrade/models/session_event_type.rb +11 -4
- data/lib/snaptrade/models/snap_trade_holdings_account.rb +0 -1
- data/lib/snaptrade/models/snap_trade_holdings_total_value.rb +3 -2
- data/lib/snaptrade/models/snap_trade_login_user_request_body.rb +10 -5
- data/lib/snaptrade/models/snap_trade_register_user_request_body.rb +1 -2
- data/lib/snaptrade/models/status.rb +0 -1
- data/lib/snaptrade/models/stop_loss.rb +227 -0
- data/lib/snaptrade/models/strategy_order_record.rb +5 -3
- data/lib/snaptrade/models/strategy_order_record_status.rb +0 -1
- data/lib/snaptrade/models/strategy_quotes.rb +0 -1
- data/lib/snaptrade/models/strategy_quotes_greek.rb +0 -1
- data/lib/snaptrade/models/strategy_type.rb +0 -1
- data/lib/snaptrade/models/sub_period_return_rate.rb +2 -3
- data/lib/snaptrade/models/symbol.rb +39 -14
- data/lib/snaptrade/models/{portfolio_group.rb → symbol_currency.rb} +24 -5
- data/lib/snaptrade/models/symbol_exchange.rb +296 -0
- data/lib/snaptrade/models/{model_portfolio_security.rb → symbol_figi_instrument.rb} +27 -41
- data/lib/snaptrade/models/symbol_query.rb +1 -2
- data/lib/snaptrade/models/symbols_quotes_inner.rb +15 -11
- data/lib/snaptrade/models/{excluded_asset.rb → take_profit.rb} +11 -12
- data/lib/snaptrade/models/{time_in_force.rb → time_in_force_strict.rb} +5 -6
- data/lib/snaptrade/models/{brokerage_authorization_type_type.rb → timeframe.rb} +9 -7
- data/lib/snaptrade/models/trading_cancel_user_account_order_request.rb +1 -1
- data/lib/snaptrade/models/transactions_status.rb +19 -8
- data/lib/snaptrade/models/type.rb +3 -4
- data/lib/snaptrade/models/underlying_symbol.rb +40 -6
- data/lib/snaptrade/models/{snap_trade_holdings_account_account_id.rb → underlying_symbol_exchange.rb} +55 -54
- data/lib/snaptrade/models/{brokerage_symbol.rb → underlying_symbol_type.rb} +28 -39
- data/lib/snaptrade/models/universal_activity.rb +91 -82
- data/lib/snaptrade/models/universal_symbol.rb +30 -5
- data/lib/snaptrade/models/us_exchange.rb +0 -1
- data/lib/snaptrade/models/user_i_dand_secret.rb +2 -4
- data/lib/snaptrade/models/validated_trade_body.rb +218 -0
- data/lib/snaptrade/version.rb +1 -2
- data/lib/snaptrade.rb +90 -66
- data/snaptrade.gemspec +0 -1
- data/spec/api/account_information_api_spec.rb +66 -13
- data/spec/api/api_status_api_spec.rb +0 -1
- data/spec/api/authentication_api_spec.rb +20 -20
- data/spec/api/connections_api_spec.rb +54 -9
- data/spec/api/options_api_spec.rb +11 -7
- data/spec/api/reference_data_api_spec.rb +24 -16
- data/spec/api/trading_api_spec.rb +17 -25
- data/spec/api/transactions_and_reporting_api_spec.rb +7 -8
- data/spec/api_client_spec.rb +0 -1
- data/spec/configuration_spec.rb +0 -1
- data/spec/models/account_balance_spec.rb +0 -1
- data/spec/models/account_balance_total_spec.rb +0 -1
- data/spec/models/account_holdings_account_spec.rb +6 -1
- data/spec/models/account_holdings_spec.rb +0 -1
- data/spec/models/{strategy_impact_legs_inner_spec.rb → account_order_record_option_symbol_spec.rb} +13 -14
- data/spec/models/account_order_record_spec.rb +12 -7
- data/spec/models/account_order_record_status_spec.rb +0 -1
- data/spec/models/{brokerage_symbol_symbol_spec.rb → account_order_record_universal_symbol_spec.rb} +18 -7
- data/spec/models/account_simple_spec.rb +0 -1
- data/spec/models/account_spec.rb +14 -9
- data/spec/models/account_sync_status_spec.rb +6 -1
- data/spec/models/account_universal_activity_currency_spec.rb +41 -0
- data/spec/models/{brokerage_symbol_option_symbol_spec.rb → account_universal_activity_option_symbol_spec.rb} +6 -19
- data/spec/models/{portfolio_group_info_spec.rb → account_universal_activity_spec.rb} +47 -18
- data/spec/models/{universal_symbol_ticker_spec.rb → account_universal_activity_symbol_spec.rb} +13 -8
- data/spec/models/action_strict_spec.rb +23 -0
- data/spec/models/action_strict_with_options_spec.rb +23 -0
- data/spec/models/auth_type_spec.rb +0 -1
- data/spec/models/authentication_login_snap_trade_user200_response_spec.rb +0 -1
- data/spec/models/{model_portfolio_spec.rb → balance_currency_spec.rb} +8 -9
- data/spec/models/balance_spec.rb +6 -1
- data/spec/models/brokerage_authorization_disabled_confirmation_spec.rb +29 -0
- data/spec/models/{brokerage_authorization_type_spec.rb → brokerage_authorization_refresh_confirmation_spec.rb} +7 -8
- data/spec/models/brokerage_authorization_spec.rb +6 -7
- data/spec/models/brokerage_authorization_type_read_only_brokerage_spec.rb +0 -1
- data/spec/models/brokerage_authorization_type_read_only_spec.rb +0 -1
- data/spec/models/brokerage_spec.rb +12 -19
- data/spec/models/brokerage_type_spec.rb +0 -1
- data/spec/models/connection_portal_version_spec.rb +0 -1
- data/spec/models/connection_type_spec.rb +0 -1
- data/spec/models/connections_session_events200_response_inner_spec.rb +0 -1
- data/spec/models/currency_spec.rb +0 -1
- data/spec/models/delete_user_response_spec.rb +6 -1
- data/spec/models/dividend_at_date_spec.rb +0 -1
- data/spec/models/encrypted_response_encrypted_message_data_spec.rb +0 -1
- data/spec/models/encrypted_response_spec.rb +0 -1
- data/spec/models/exchange_rate_pairs_spec.rb +0 -1
- data/spec/models/exchange_spec.rb +0 -1
- data/spec/models/{portfolio_group_spec.rb → figi_instrument_spec.rb} +8 -9
- data/spec/models/{calculated_trade_spec.rb → holdings_status_spec.rb} +8 -9
- data/spec/models/login_redirect_uri_spec.rb +0 -1
- data/spec/models/manual_trade_and_impact_spec.rb +0 -1
- data/spec/models/manual_trade_balance_spec.rb +0 -1
- data/spec/models/manual_trade_form_notional_value_spec.rb +23 -0
- data/spec/models/manual_trade_form_spec.rb +6 -7
- data/spec/models/{strategy_impact_spec.rb → manual_trade_form_with_options_spec.rb} +29 -18
- data/spec/models/{snap_trade_api_disclaimer_accept_status_spec.rb → manual_trade_form_with_options_stop_loss_spec.rb} +8 -9
- data/spec/models/manual_trade_form_with_options_take_profit_spec.rb +29 -0
- data/spec/models/{trade_impact_spec.rb → manual_trade_impact_spec.rb} +7 -8
- data/spec/models/manual_trade_spec.rb +0 -1
- data/spec/models/manual_trade_symbol_spec.rb +6 -7
- data/spec/models/model400_failed_request_response_spec.rb +0 -1
- data/spec/models/model401_failed_request_response_spec.rb +0 -1
- data/spec/models/model402_brokerage_auth_already_disabled_exception_spec.rb +35 -0
- data/spec/models/model402_brokerage_auth_disabled_response_spec.rb +35 -0
- data/spec/models/model403_failed_request_response_spec.rb +0 -1
- data/spec/models/{model_asset_class_details_spec.rb → model403_feature_not_enabled_response_spec.rb} +8 -9
- data/spec/models/model404_failed_request_response_spec.rb +0 -1
- data/spec/models/model425_failed_request_response_spec.rb +35 -0
- data/spec/models/model500_unexpected_exception_response_spec.rb +0 -1
- data/spec/models/monthly_dividends_spec.rb +0 -1
- data/spec/models/net_contributions_spec.rb +0 -1
- data/spec/models/net_dividend_spec.rb +0 -1
- data/spec/models/notional_value_spec.rb +26 -0
- data/spec/models/{model_portfolio_details_spec.rb → option_brokerage_symbol_spec.rb} +9 -10
- data/spec/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner_spec.rb +0 -1
- data/spec/models/option_chain_inner_chain_per_root_inner_spec.rb +0 -1
- data/spec/models/option_chain_inner_spec.rb +0 -1
- data/spec/models/option_leg_action_spec.rb +0 -1
- data/spec/models/option_leg_spec.rb +0 -1
- data/spec/models/option_strategy_legs_inner_spec.rb +0 -1
- data/spec/models/option_strategy_spec.rb +0 -1
- data/spec/models/option_type_spec.rb +0 -1
- data/spec/models/options_get_option_strategy_request_spec.rb +0 -1
- data/spec/models/options_place_option_strategy_request_spec.rb +0 -1
- data/spec/models/options_position_currency_spec.rb +0 -1
- data/spec/models/options_position_spec.rb +2 -3
- data/spec/models/options_symbol_spec.rb +0 -13
- data/spec/models/order_class_spec.rb +23 -0
- data/spec/models/order_type_strict_spec.rb +23 -0
- data/spec/models/{model_portfolio_asset_class_spec.rb → paginated_universal_activity_spec.rb} +8 -9
- data/spec/models/{model_asset_class_spec.rb → pagination_details_spec.rb} +8 -9
- data/spec/models/partner_data_spec.rb +12 -13
- data/spec/models/past_value_spec.rb +0 -1
- data/spec/models/performance_custom_spec.rb +0 -1
- data/spec/models/position_spec.rb +2 -3
- data/spec/models/position_symbol_spec.rb +3 -4
- data/spec/models/{portfolio_group_position_spec.rb → rate_of_return_object_spec.rb} +9 -10
- data/spec/models/rate_of_return_response_spec.rb +29 -0
- data/spec/models/recent_orders_response_spec.rb +29 -0
- data/spec/models/security_type_spec.rb +0 -1
- data/spec/models/session_event_spec.rb +0 -1
- data/spec/models/session_event_type_spec.rb +0 -1
- data/spec/models/snap_trade_holdings_account_spec.rb +0 -1
- data/spec/models/snap_trade_holdings_total_value_spec.rb +0 -1
- data/spec/models/snap_trade_login_user_request_body_spec.rb +0 -1
- data/spec/models/snap_trade_register_user_request_body_spec.rb +0 -1
- data/spec/models/status_spec.rb +0 -1
- data/spec/models/{amount_spec.rb → stop_loss_spec.rb} +8 -9
- data/spec/models/strategy_order_record_spec.rb +0 -1
- data/spec/models/strategy_order_record_status_spec.rb +0 -1
- data/spec/models/strategy_quotes_greek_spec.rb +0 -1
- data/spec/models/strategy_quotes_spec.rb +0 -1
- data/spec/models/strategy_type_spec.rb +0 -1
- data/spec/models/sub_period_return_rate_spec.rb +0 -1
- data/spec/models/symbol_currency_spec.rb +41 -0
- data/spec/models/{trade_spec.rb → symbol_exchange_spec.rb} +13 -14
- data/spec/models/symbol_figi_instrument_spec.rb +35 -0
- data/spec/models/symbol_query_spec.rb +0 -1
- data/spec/models/symbol_spec.rb +13 -2
- data/spec/models/symbols_quotes_inner_spec.rb +3 -4
- data/spec/models/{jwt_spec.rb → take_profit_spec.rb} +7 -8
- data/spec/models/time_in_force_strict_spec.rb +23 -0
- data/spec/models/timeframe_spec.rb +23 -0
- data/spec/models/trading_cancel_user_account_order_request_spec.rb +0 -1
- data/spec/models/transactions_status_spec.rb +6 -1
- data/spec/models/type_spec.rb +0 -1
- data/spec/models/{snap_trade_holdings_account_account_id_spec.rb → underlying_symbol_exchange_spec.rb} +13 -14
- data/spec/models/underlying_symbol_spec.rb +18 -1
- data/spec/models/{cash_restriction_spec.rb → underlying_symbol_type_spec.rb} +9 -16
- data/spec/models/universal_activity_spec.rb +15 -16
- data/spec/models/universal_symbol_spec.rb +12 -1
- data/spec/models/us_exchange_spec.rb +0 -1
- data/spec/models/user_i_dand_secret_spec.rb +0 -1
- data/spec/models/{excluded_asset_spec.rb → validated_trade_body_spec.rb} +7 -8
- data/spec/spec_helper.rb +0 -1
- metadata +203 -360
- data/docs/APIStatusApi.md +0 -57
- data/docs/Account.md +0 -38
- data/docs/AccountBalance.md +0 -18
- data/docs/AccountBalanceTotal.md +0 -20
- data/docs/AccountHoldings.md +0 -24
- data/docs/AccountHoldingsAccount.md +0 -26
- data/docs/AccountInformationApi.md +0 -544
- data/docs/AccountOrderRecord.md +0 -52
- data/docs/AccountOrderRecordStatus.md +0 -15
- data/docs/AccountSimple.md +0 -24
- data/docs/AccountSyncStatus.md +0 -18
- data/docs/Action.md +0 -15
- data/docs/Amount.md +0 -20
- data/docs/AuthType.md +0 -15
- data/docs/AuthenticationApi.md +0 -320
- data/docs/AuthenticationLoginSnapTradeUser200Response.md +0 -49
- data/docs/Balance.md +0 -20
- data/docs/Brokerage.md +0 -52
- data/docs/BrokerageAuthorization.md +0 -34
- data/docs/BrokerageAuthorizationType.md +0 -18
- data/docs/BrokerageAuthorizationTypeReadOnly.md +0 -24
- data/docs/BrokerageAuthorizationTypeReadOnlyBrokerage.md +0 -22
- data/docs/BrokerageAuthorizationTypeReadOnlyType.md +0 -15
- data/docs/BrokerageAuthorizationTypeType.md +0 -15
- data/docs/BrokerageSymbol.md +0 -28
- data/docs/BrokerageSymbolOptionSymbol.md +0 -34
- data/docs/BrokerageSymbolSymbol.md +0 -32
- data/docs/BrokerageType.md +0 -20
- data/docs/CalculatedTrade.md +0 -20
- data/docs/CashRestriction.md +0 -26
- data/docs/ConnectionPortalVersion.md +0 -15
- data/docs/ConnectionType.md +0 -15
- data/docs/ConnectionsApi.md +0 -265
- data/docs/ConnectionsSessionEvents200ResponseInner.md +0 -30
- data/docs/Currency.md +0 -22
- data/docs/DeleteUserResponse.md +0 -20
- data/docs/DividendAtDate.md +0 -22
- data/docs/EncryptedResponse.md +0 -20
- data/docs/EncryptedResponseEncryptedMessageData.md +0 -22
- data/docs/ErrorLogsApi.md +0 -68
- data/docs/Exchange.md +0 -32
- data/docs/ExchangeRatePairs.md +0 -22
- data/docs/ExcludedAsset.md +0 -18
- data/docs/JWT.md +0 -18
- data/docs/LoginRedirectURI.md +0 -20
- data/docs/ManualTrade.md +0 -32
- data/docs/ManualTradeAndImpact.md +0 -22
- data/docs/ManualTradeBalance.md +0 -22
- data/docs/ManualTradeForm.md +0 -34
- data/docs/ManualTradeSymbol.md +0 -28
- data/docs/Model400FailedRequestResponse.md +0 -20
- data/docs/Model401FailedRequestResponse.md +0 -20
- data/docs/Model403FailedRequestResponse.md +0 -20
- data/docs/Model404FailedRequestResponse.md +0 -20
- data/docs/Model500UnexpectedExceptionResponse.md +0 -22
- data/docs/ModelAssetClass.md +0 -20
- data/docs/ModelAssetClassDetails.md +0 -20
- data/docs/ModelAssetClassTarget.md +0 -18
- data/docs/ModelPortfolio.md +0 -22
- data/docs/ModelPortfolioAssetClass.md +0 -20
- data/docs/ModelPortfolioDetails.md +0 -22
- data/docs/ModelPortfolioSecurity.md +0 -20
- data/docs/ModelType.md +0 -15
- data/docs/MonthlyDividends.md +0 -20
- data/docs/NetContributions.md +0 -22
- data/docs/NetDividend.md +0 -22
- data/docs/OptionChainInner.md +0 -26
- data/docs/OptionChainInnerChainPerRootInner.md +0 -22
- data/docs/OptionChainInnerChainPerRootInnerChainPerStrikePriceInner.md +0 -22
- data/docs/OptionLeg.md +0 -22
- data/docs/OptionLegAction.md +0 -15
- data/docs/OptionStrategy.md +0 -26
- data/docs/OptionStrategyLegsInner.md +0 -24
- data/docs/OptionType.md +0 -15
- data/docs/OptionsApi.md +0 -390
- data/docs/OptionsGetOptionStrategyRequest.md +0 -22
- data/docs/OptionsHoldings.md +0 -28
- data/docs/OptionsPlaceOptionStrategyRequest.md +0 -22
- data/docs/OptionsPosition.md +0 -26
- data/docs/OptionsPositionCurrency.md +0 -22
- data/docs/OptionsSymbol.md +0 -34
- data/docs/OrderType.md +0 -15
- data/docs/PartnerData.md +0 -40
- data/docs/PastValue.md +0 -22
- data/docs/PerformanceCustom.md +0 -54
- data/docs/PortfolioGroup.md +0 -20
- data/docs/PortfolioGroupInfo.md +0 -38
- data/docs/PortfolioGroupPosition.md +0 -22
- data/docs/PortfolioGroupSettings.md +0 -26
- data/docs/Position.md +0 -28
- data/docs/PositionSymbol.md +0 -28
- data/docs/RedirectTokenandPin.md +0 -20
- data/docs/ReferenceDataApi.md +0 -597
- data/docs/SecurityType.md +0 -24
- data/docs/SessionEvent.md +0 -30
- data/docs/SessionEventType.md +0 -15
- data/docs/SnapTradeAPIDisclaimerAcceptStatus.md +0 -20
- data/docs/SnapTradeHoldingsAccount.md +0 -32
- data/docs/SnapTradeHoldingsAccountAccountId.md +0 -34
- data/docs/SnapTradeHoldingsTotalValue.md +0 -20
- data/docs/SnapTradeLoginUserRequestBody.md +0 -28
- data/docs/SnapTradeRegisterUserRequestBody.md +0 -18
- data/docs/State.md +0 -15
- data/docs/Status.md +0 -22
- data/docs/StrategyImpact.md +0 -38
- data/docs/StrategyImpactLegsInner.md +0 -30
- data/docs/StrategyOrderPlace.md +0 -20
- data/docs/StrategyOrderPlaceOrdersInner.md +0 -102
- data/docs/StrategyOrderPlaceOrdersInnerLegsInner.md +0 -30
- data/docs/StrategyOrderRecord.md +0 -38
- data/docs/StrategyOrderRecordStatus.md +0 -15
- data/docs/StrategyQuotes.md +0 -28
- data/docs/StrategyQuotesGreek.md +0 -26
- data/docs/StrategyType.md +0 -15
- data/docs/SubPeriodReturnRate.md +0 -22
- data/docs/Symbol.md +0 -30
- data/docs/SymbolQuery.md +0 -18
- data/docs/SymbolsQuotesInner.md +0 -28
- data/docs/TargetAsset.md +0 -28
- data/docs/TimeInForce.md +0 -15
- data/docs/Trade.md +0 -32
- data/docs/TradeAction.md +0 -15
- data/docs/TradeExecutionStatus.md +0 -34
- data/docs/TradeExecutionStatusAction.md +0 -15
- data/docs/TradeImpact.md +0 -26
- data/docs/TradingApi.md +0 -486
- data/docs/TradingCancelUserAccountOrderRequest.md +0 -18
- data/docs/TradingPlaceOCOOrderRequest.md +0 -20
- data/docs/TransactionsAndReportingApi.md +0 -183
- data/docs/TransactionsStatus.md +0 -20
- data/docs/Type.md +0 -15
- data/docs/USExchange.md +0 -34
- data/docs/UnderlyingSymbol.md +0 -30
- data/docs/UniversalActivity.md +0 -50
- data/docs/UniversalSymbol.md +0 -32
- data/docs/UniversalSymbolTicker.md +0 -32
- data/docs/UserErrorLog.md +0 -28
- data/docs/UserIDandSecret.md +0 -20
- data/docs/UserSettings.md +0 -36
- data/lib/snaptrade/api/error_logs_api.rb +0 -110
- data/lib/snaptrade/models/action.rb +0 -38
- data/lib/snaptrade/models/brokerage_authorization_type_read_only_type.rb +0 -38
- data/lib/snaptrade/models/cash_restriction.rb +0 -254
- data/lib/snaptrade/models/model_asset_class_details.rb +0 -228
- data/lib/snaptrade/models/model_portfolio_asset_class.rb +0 -250
- data/lib/snaptrade/models/model_portfolio_details.rb +0 -239
- data/lib/snaptrade/models/portfolio_group_info.rb +0 -326
- data/lib/snaptrade/models/portfolio_group_settings.rb +0 -277
- data/lib/snaptrade/models/redirect_tokenand_pin.rb +0 -227
- data/lib/snaptrade/models/state.rb +0 -41
- data/lib/snaptrade/models/strategy_impact.rb +0 -310
- data/lib/snaptrade/models/strategy_impact_legs_inner.rb +0 -271
- data/lib/snaptrade/models/strategy_order_place_orders_inner.rb +0 -597
- data/lib/snaptrade/models/strategy_order_place_orders_inner_legs_inner.rb +0 -271
- data/lib/snaptrade/models/trade_execution_status.rb +0 -296
- data/lib/snaptrade/models/trading_place_oco_order_request.rb +0 -230
- data/lib/snaptrade/models/user_error_log.rb +0 -263
- data/lib/snaptrade/models/user_settings.rb +0 -299
- data/spec/api/error_logs_api_spec.rb +0 -43
- data/spec/models/action_spec.rb +0 -24
- data/spec/models/brokerage_authorization_type_read_only_type_spec.rb +0 -24
- data/spec/models/brokerage_authorization_type_type_spec.rb +0 -24
- data/spec/models/brokerage_symbol_spec.rb +0 -60
- data/spec/models/model_asset_class_target_spec.rb +0 -30
- data/spec/models/model_portfolio_security_spec.rb +0 -36
- data/spec/models/model_type_spec.rb +0 -24
- data/spec/models/options_holdings_spec.rb +0 -60
- data/spec/models/order_type_spec.rb +0 -24
- data/spec/models/portfolio_group_settings_spec.rb +0 -54
- data/spec/models/redirect_tokenand_pin_spec.rb +0 -36
- data/spec/models/state_spec.rb +0 -24
- data/spec/models/strategy_order_place_orders_inner_legs_inner_spec.rb +0 -66
- data/spec/models/strategy_order_place_orders_inner_spec.rb +0 -282
- data/spec/models/strategy_order_place_spec.rb +0 -36
- data/spec/models/target_asset_spec.rb +0 -60
- data/spec/models/time_in_force_spec.rb +0 -24
- data/spec/models/trade_action_spec.rb +0 -24
- data/spec/models/trade_execution_status_action_spec.rb +0 -24
- data/spec/models/trade_execution_status_spec.rb +0 -78
- data/spec/models/trading_place_oco_order_request_spec.rb +0 -36
- data/spec/models/user_error_log_spec.rb +0 -60
- data/spec/models/user_settings_spec.rb +0 -84
@@ -1,597 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#SnapTrade
|
3
|
-
|
4
|
-
#Connect brokerage accounts to your app for live positions and trading
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0.0
|
7
|
-
Contact: api@snaptrade.com
|
8
|
-
|
9
|
-
=end
|
10
|
-
|
11
|
-
require 'date'
|
12
|
-
require 'time'
|
13
|
-
|
14
|
-
module SnapTrade
|
15
|
-
class StrategyOrderPlaceOrdersInner
|
16
|
-
attr_accessor :id
|
17
|
-
|
18
|
-
attr_accessor :symbol
|
19
|
-
|
20
|
-
attr_accessor :symbol_id
|
21
|
-
|
22
|
-
attr_accessor :total_quantity
|
23
|
-
|
24
|
-
attr_accessor :open_quantity
|
25
|
-
|
26
|
-
attr_accessor :filled_quantity
|
27
|
-
|
28
|
-
attr_accessor :canceled_quantity
|
29
|
-
|
30
|
-
attr_accessor :side
|
31
|
-
|
32
|
-
attr_accessor :order_type
|
33
|
-
|
34
|
-
attr_accessor :limit_price
|
35
|
-
|
36
|
-
attr_accessor :stop_price
|
37
|
-
|
38
|
-
attr_accessor :is_all_or_none
|
39
|
-
|
40
|
-
attr_accessor :is_anonymous
|
41
|
-
|
42
|
-
attr_accessor :iceberg_quantity
|
43
|
-
|
44
|
-
attr_accessor :min_quantity
|
45
|
-
|
46
|
-
attr_accessor :avg_exec_price
|
47
|
-
|
48
|
-
attr_accessor :last_exec_price
|
49
|
-
|
50
|
-
attr_accessor :source
|
51
|
-
|
52
|
-
attr_accessor :time_in_force
|
53
|
-
|
54
|
-
attr_accessor :gtd_date
|
55
|
-
|
56
|
-
attr_accessor :state
|
57
|
-
|
58
|
-
attr_accessor :rejection_reason
|
59
|
-
|
60
|
-
attr_accessor :chain_id
|
61
|
-
|
62
|
-
attr_accessor :creation_time
|
63
|
-
|
64
|
-
attr_accessor :update_time
|
65
|
-
|
66
|
-
attr_accessor :notes
|
67
|
-
|
68
|
-
attr_accessor :primary_route
|
69
|
-
|
70
|
-
attr_accessor :secondary_route
|
71
|
-
|
72
|
-
attr_accessor :order_route
|
73
|
-
|
74
|
-
attr_accessor :venue_holding_order
|
75
|
-
|
76
|
-
attr_accessor :comission_charged
|
77
|
-
|
78
|
-
attr_accessor :exchange_order_id
|
79
|
-
|
80
|
-
attr_accessor :is_significant_share_holder
|
81
|
-
|
82
|
-
attr_accessor :is_insider
|
83
|
-
|
84
|
-
attr_accessor :is_limit_offset_in_dollar
|
85
|
-
|
86
|
-
attr_accessor :user_id
|
87
|
-
|
88
|
-
attr_accessor :placement_commission
|
89
|
-
|
90
|
-
attr_accessor :legs
|
91
|
-
|
92
|
-
attr_accessor :strategy_type
|
93
|
-
|
94
|
-
attr_accessor :trigger_stop_price
|
95
|
-
|
96
|
-
attr_accessor :order_group_id
|
97
|
-
|
98
|
-
attr_accessor :order_class
|
99
|
-
|
100
|
-
attr_accessor :is_cross_zero
|
101
|
-
|
102
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
103
|
-
def self.attribute_map
|
104
|
-
{
|
105
|
-
:'id' => :'id',
|
106
|
-
:'symbol' => :'symbol',
|
107
|
-
:'symbol_id' => :'symbolId',
|
108
|
-
:'total_quantity' => :'totalQuantity',
|
109
|
-
:'open_quantity' => :'openQuantity',
|
110
|
-
:'filled_quantity' => :'filledQuantity',
|
111
|
-
:'canceled_quantity' => :'canceledQuantity',
|
112
|
-
:'side' => :'side',
|
113
|
-
:'order_type' => :'orderType',
|
114
|
-
:'limit_price' => :'limitPrice',
|
115
|
-
:'stop_price' => :'stopPrice',
|
116
|
-
:'is_all_or_none' => :'isAllOrNone',
|
117
|
-
:'is_anonymous' => :'isAnonymous',
|
118
|
-
:'iceberg_quantity' => :'icebergQuantity',
|
119
|
-
:'min_quantity' => :'minQuantity',
|
120
|
-
:'avg_exec_price' => :'avgExecPrice',
|
121
|
-
:'last_exec_price' => :'lastExecPrice',
|
122
|
-
:'source' => :'source',
|
123
|
-
:'time_in_force' => :'timeInForce',
|
124
|
-
:'gtd_date' => :'gtdDate',
|
125
|
-
:'state' => :'state',
|
126
|
-
:'rejection_reason' => :'rejectionReason',
|
127
|
-
:'chain_id' => :'chainId',
|
128
|
-
:'creation_time' => :'creationTime',
|
129
|
-
:'update_time' => :'updateTime',
|
130
|
-
:'notes' => :'notes',
|
131
|
-
:'primary_route' => :'primaryRoute',
|
132
|
-
:'secondary_route' => :'secondaryRoute',
|
133
|
-
:'order_route' => :'orderRoute',
|
134
|
-
:'venue_holding_order' => :'venueHoldingOrder',
|
135
|
-
:'comission_charged' => :'comissionCharged',
|
136
|
-
:'exchange_order_id' => :'exchangeOrderId',
|
137
|
-
:'is_significant_share_holder' => :'isSignificantShareHolder',
|
138
|
-
:'is_insider' => :'isInsider',
|
139
|
-
:'is_limit_offset_in_dollar' => :'isLimitOffsetInDollar',
|
140
|
-
:'user_id' => :'userId',
|
141
|
-
:'placement_commission' => :'placementCommission',
|
142
|
-
:'legs' => :'legs',
|
143
|
-
:'strategy_type' => :'strategyType',
|
144
|
-
:'trigger_stop_price' => :'triggerStopPrice',
|
145
|
-
:'order_group_id' => :'orderGroupId',
|
146
|
-
:'order_class' => :'orderClass',
|
147
|
-
:'is_cross_zero' => :'isCrossZero'
|
148
|
-
}
|
149
|
-
end
|
150
|
-
|
151
|
-
# Returns all the JSON keys this model knows about
|
152
|
-
def self.acceptable_attributes
|
153
|
-
attribute_map.values
|
154
|
-
end
|
155
|
-
|
156
|
-
# Attribute type mapping.
|
157
|
-
def self.openapi_types
|
158
|
-
{
|
159
|
-
:'id' => :'Integer',
|
160
|
-
:'symbol' => :'String',
|
161
|
-
:'symbol_id' => :'Integer',
|
162
|
-
:'total_quantity' => :'Integer',
|
163
|
-
:'open_quantity' => :'Integer',
|
164
|
-
:'filled_quantity' => :'Integer',
|
165
|
-
:'canceled_quantity' => :'Integer',
|
166
|
-
:'side' => :'String',
|
167
|
-
:'order_type' => :'String',
|
168
|
-
:'limit_price' => :'String',
|
169
|
-
:'stop_price' => :'String',
|
170
|
-
:'is_all_or_none' => :'Boolean',
|
171
|
-
:'is_anonymous' => :'Boolean',
|
172
|
-
:'iceberg_quantity' => :'String',
|
173
|
-
:'min_quantity' => :'String',
|
174
|
-
:'avg_exec_price' => :'Integer',
|
175
|
-
:'last_exec_price' => :'String',
|
176
|
-
:'source' => :'String',
|
177
|
-
:'time_in_force' => :'String',
|
178
|
-
:'gtd_date' => :'String',
|
179
|
-
:'state' => :'String',
|
180
|
-
:'rejection_reason' => :'String',
|
181
|
-
:'chain_id' => :'Integer',
|
182
|
-
:'creation_time' => :'String',
|
183
|
-
:'update_time' => :'String',
|
184
|
-
:'notes' => :'String',
|
185
|
-
:'primary_route' => :'String',
|
186
|
-
:'secondary_route' => :'String',
|
187
|
-
:'order_route' => :'String',
|
188
|
-
:'venue_holding_order' => :'String',
|
189
|
-
:'comission_charged' => :'Integer',
|
190
|
-
:'exchange_order_id' => :'String',
|
191
|
-
:'is_significant_share_holder' => :'Boolean',
|
192
|
-
:'is_insider' => :'Boolean',
|
193
|
-
:'is_limit_offset_in_dollar' => :'Boolean',
|
194
|
-
:'user_id' => :'Integer',
|
195
|
-
:'placement_commission' => :'String',
|
196
|
-
:'legs' => :'Array<StrategyOrderPlaceOrdersInnerLegsInner>',
|
197
|
-
:'strategy_type' => :'String',
|
198
|
-
:'trigger_stop_price' => :'String',
|
199
|
-
:'order_group_id' => :'Integer',
|
200
|
-
:'order_class' => :'String',
|
201
|
-
:'is_cross_zero' => :'Boolean'
|
202
|
-
}
|
203
|
-
end
|
204
|
-
|
205
|
-
# List of attributes with nullable: true
|
206
|
-
def self.openapi_nullable
|
207
|
-
Set.new([
|
208
|
-
])
|
209
|
-
end
|
210
|
-
|
211
|
-
# Initializes the object
|
212
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
213
|
-
def initialize(attributes = {})
|
214
|
-
if (!attributes.is_a?(Hash))
|
215
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::StrategyOrderPlaceOrdersInner` initialize method"
|
216
|
-
end
|
217
|
-
|
218
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
219
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
220
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
221
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::StrategyOrderPlaceOrdersInner`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
222
|
-
end
|
223
|
-
h[k.to_sym] = v
|
224
|
-
}
|
225
|
-
|
226
|
-
if attributes.key?(:'id')
|
227
|
-
self.id = attributes[:'id']
|
228
|
-
end
|
229
|
-
|
230
|
-
if attributes.key?(:'symbol')
|
231
|
-
self.symbol = attributes[:'symbol']
|
232
|
-
end
|
233
|
-
|
234
|
-
if attributes.key?(:'symbol_id')
|
235
|
-
self.symbol_id = attributes[:'symbol_id']
|
236
|
-
end
|
237
|
-
|
238
|
-
if attributes.key?(:'total_quantity')
|
239
|
-
self.total_quantity = attributes[:'total_quantity']
|
240
|
-
end
|
241
|
-
|
242
|
-
if attributes.key?(:'open_quantity')
|
243
|
-
self.open_quantity = attributes[:'open_quantity']
|
244
|
-
end
|
245
|
-
|
246
|
-
if attributes.key?(:'filled_quantity')
|
247
|
-
self.filled_quantity = attributes[:'filled_quantity']
|
248
|
-
end
|
249
|
-
|
250
|
-
if attributes.key?(:'canceled_quantity')
|
251
|
-
self.canceled_quantity = attributes[:'canceled_quantity']
|
252
|
-
end
|
253
|
-
|
254
|
-
if attributes.key?(:'side')
|
255
|
-
self.side = attributes[:'side']
|
256
|
-
end
|
257
|
-
|
258
|
-
if attributes.key?(:'order_type')
|
259
|
-
self.order_type = attributes[:'order_type']
|
260
|
-
end
|
261
|
-
|
262
|
-
if attributes.key?(:'limit_price')
|
263
|
-
self.limit_price = attributes[:'limit_price']
|
264
|
-
end
|
265
|
-
|
266
|
-
if attributes.key?(:'stop_price')
|
267
|
-
self.stop_price = attributes[:'stop_price']
|
268
|
-
end
|
269
|
-
|
270
|
-
if attributes.key?(:'is_all_or_none')
|
271
|
-
self.is_all_or_none = attributes[:'is_all_or_none']
|
272
|
-
end
|
273
|
-
|
274
|
-
if attributes.key?(:'is_anonymous')
|
275
|
-
self.is_anonymous = attributes[:'is_anonymous']
|
276
|
-
end
|
277
|
-
|
278
|
-
if attributes.key?(:'iceberg_quantity')
|
279
|
-
self.iceberg_quantity = attributes[:'iceberg_quantity']
|
280
|
-
end
|
281
|
-
|
282
|
-
if attributes.key?(:'min_quantity')
|
283
|
-
self.min_quantity = attributes[:'min_quantity']
|
284
|
-
end
|
285
|
-
|
286
|
-
if attributes.key?(:'avg_exec_price')
|
287
|
-
self.avg_exec_price = attributes[:'avg_exec_price']
|
288
|
-
end
|
289
|
-
|
290
|
-
if attributes.key?(:'last_exec_price')
|
291
|
-
self.last_exec_price = attributes[:'last_exec_price']
|
292
|
-
end
|
293
|
-
|
294
|
-
if attributes.key?(:'source')
|
295
|
-
self.source = attributes[:'source']
|
296
|
-
end
|
297
|
-
|
298
|
-
if attributes.key?(:'time_in_force')
|
299
|
-
self.time_in_force = attributes[:'time_in_force']
|
300
|
-
end
|
301
|
-
|
302
|
-
if attributes.key?(:'gtd_date')
|
303
|
-
self.gtd_date = attributes[:'gtd_date']
|
304
|
-
end
|
305
|
-
|
306
|
-
if attributes.key?(:'state')
|
307
|
-
self.state = attributes[:'state']
|
308
|
-
end
|
309
|
-
|
310
|
-
if attributes.key?(:'rejection_reason')
|
311
|
-
self.rejection_reason = attributes[:'rejection_reason']
|
312
|
-
end
|
313
|
-
|
314
|
-
if attributes.key?(:'chain_id')
|
315
|
-
self.chain_id = attributes[:'chain_id']
|
316
|
-
end
|
317
|
-
|
318
|
-
if attributes.key?(:'creation_time')
|
319
|
-
self.creation_time = attributes[:'creation_time']
|
320
|
-
end
|
321
|
-
|
322
|
-
if attributes.key?(:'update_time')
|
323
|
-
self.update_time = attributes[:'update_time']
|
324
|
-
end
|
325
|
-
|
326
|
-
if attributes.key?(:'notes')
|
327
|
-
self.notes = attributes[:'notes']
|
328
|
-
end
|
329
|
-
|
330
|
-
if attributes.key?(:'primary_route')
|
331
|
-
self.primary_route = attributes[:'primary_route']
|
332
|
-
end
|
333
|
-
|
334
|
-
if attributes.key?(:'secondary_route')
|
335
|
-
self.secondary_route = attributes[:'secondary_route']
|
336
|
-
end
|
337
|
-
|
338
|
-
if attributes.key?(:'order_route')
|
339
|
-
self.order_route = attributes[:'order_route']
|
340
|
-
end
|
341
|
-
|
342
|
-
if attributes.key?(:'venue_holding_order')
|
343
|
-
self.venue_holding_order = attributes[:'venue_holding_order']
|
344
|
-
end
|
345
|
-
|
346
|
-
if attributes.key?(:'comission_charged')
|
347
|
-
self.comission_charged = attributes[:'comission_charged']
|
348
|
-
end
|
349
|
-
|
350
|
-
if attributes.key?(:'exchange_order_id')
|
351
|
-
self.exchange_order_id = attributes[:'exchange_order_id']
|
352
|
-
end
|
353
|
-
|
354
|
-
if attributes.key?(:'is_significant_share_holder')
|
355
|
-
self.is_significant_share_holder = attributes[:'is_significant_share_holder']
|
356
|
-
end
|
357
|
-
|
358
|
-
if attributes.key?(:'is_insider')
|
359
|
-
self.is_insider = attributes[:'is_insider']
|
360
|
-
end
|
361
|
-
|
362
|
-
if attributes.key?(:'is_limit_offset_in_dollar')
|
363
|
-
self.is_limit_offset_in_dollar = attributes[:'is_limit_offset_in_dollar']
|
364
|
-
end
|
365
|
-
|
366
|
-
if attributes.key?(:'user_id')
|
367
|
-
self.user_id = attributes[:'user_id']
|
368
|
-
end
|
369
|
-
|
370
|
-
if attributes.key?(:'placement_commission')
|
371
|
-
self.placement_commission = attributes[:'placement_commission']
|
372
|
-
end
|
373
|
-
|
374
|
-
if attributes.key?(:'legs')
|
375
|
-
if (value = attributes[:'legs']).is_a?(Array)
|
376
|
-
self.legs = value
|
377
|
-
end
|
378
|
-
end
|
379
|
-
|
380
|
-
if attributes.key?(:'strategy_type')
|
381
|
-
self.strategy_type = attributes[:'strategy_type']
|
382
|
-
end
|
383
|
-
|
384
|
-
if attributes.key?(:'trigger_stop_price')
|
385
|
-
self.trigger_stop_price = attributes[:'trigger_stop_price']
|
386
|
-
end
|
387
|
-
|
388
|
-
if attributes.key?(:'order_group_id')
|
389
|
-
self.order_group_id = attributes[:'order_group_id']
|
390
|
-
end
|
391
|
-
|
392
|
-
if attributes.key?(:'order_class')
|
393
|
-
self.order_class = attributes[:'order_class']
|
394
|
-
end
|
395
|
-
|
396
|
-
if attributes.key?(:'is_cross_zero')
|
397
|
-
self.is_cross_zero = attributes[:'is_cross_zero']
|
398
|
-
end
|
399
|
-
end
|
400
|
-
|
401
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
402
|
-
# @return Array for valid properties with the reasons
|
403
|
-
def list_invalid_properties
|
404
|
-
invalid_properties = Array.new
|
405
|
-
invalid_properties
|
406
|
-
end
|
407
|
-
|
408
|
-
# Check to see if the all the properties in the model are valid
|
409
|
-
# @return true if the model is valid
|
410
|
-
def valid?
|
411
|
-
true
|
412
|
-
end
|
413
|
-
|
414
|
-
# Checks equality by comparing each attribute.
|
415
|
-
# @param [Object] Object to be compared
|
416
|
-
def ==(o)
|
417
|
-
return true if self.equal?(o)
|
418
|
-
self.class == o.class &&
|
419
|
-
id == o.id &&
|
420
|
-
symbol == o.symbol &&
|
421
|
-
symbol_id == o.symbol_id &&
|
422
|
-
total_quantity == o.total_quantity &&
|
423
|
-
open_quantity == o.open_quantity &&
|
424
|
-
filled_quantity == o.filled_quantity &&
|
425
|
-
canceled_quantity == o.canceled_quantity &&
|
426
|
-
side == o.side &&
|
427
|
-
order_type == o.order_type &&
|
428
|
-
limit_price == o.limit_price &&
|
429
|
-
stop_price == o.stop_price &&
|
430
|
-
is_all_or_none == o.is_all_or_none &&
|
431
|
-
is_anonymous == o.is_anonymous &&
|
432
|
-
iceberg_quantity == o.iceberg_quantity &&
|
433
|
-
min_quantity == o.min_quantity &&
|
434
|
-
avg_exec_price == o.avg_exec_price &&
|
435
|
-
last_exec_price == o.last_exec_price &&
|
436
|
-
source == o.source &&
|
437
|
-
time_in_force == o.time_in_force &&
|
438
|
-
gtd_date == o.gtd_date &&
|
439
|
-
state == o.state &&
|
440
|
-
rejection_reason == o.rejection_reason &&
|
441
|
-
chain_id == o.chain_id &&
|
442
|
-
creation_time == o.creation_time &&
|
443
|
-
update_time == o.update_time &&
|
444
|
-
notes == o.notes &&
|
445
|
-
primary_route == o.primary_route &&
|
446
|
-
secondary_route == o.secondary_route &&
|
447
|
-
order_route == o.order_route &&
|
448
|
-
venue_holding_order == o.venue_holding_order &&
|
449
|
-
comission_charged == o.comission_charged &&
|
450
|
-
exchange_order_id == o.exchange_order_id &&
|
451
|
-
is_significant_share_holder == o.is_significant_share_holder &&
|
452
|
-
is_insider == o.is_insider &&
|
453
|
-
is_limit_offset_in_dollar == o.is_limit_offset_in_dollar &&
|
454
|
-
user_id == o.user_id &&
|
455
|
-
placement_commission == o.placement_commission &&
|
456
|
-
legs == o.legs &&
|
457
|
-
strategy_type == o.strategy_type &&
|
458
|
-
trigger_stop_price == o.trigger_stop_price &&
|
459
|
-
order_group_id == o.order_group_id &&
|
460
|
-
order_class == o.order_class &&
|
461
|
-
is_cross_zero == o.is_cross_zero
|
462
|
-
end
|
463
|
-
|
464
|
-
# @see the `==` method
|
465
|
-
# @param [Object] Object to be compared
|
466
|
-
def eql?(o)
|
467
|
-
self == o
|
468
|
-
end
|
469
|
-
|
470
|
-
# Calculates hash code according to all attributes.
|
471
|
-
# @return [Integer] Hash code
|
472
|
-
def hash
|
473
|
-
[id, symbol, symbol_id, total_quantity, open_quantity, filled_quantity, canceled_quantity, side, order_type, limit_price, stop_price, is_all_or_none, is_anonymous, iceberg_quantity, min_quantity, avg_exec_price, last_exec_price, source, time_in_force, gtd_date, state, rejection_reason, chain_id, creation_time, update_time, notes, primary_route, secondary_route, order_route, venue_holding_order, comission_charged, exchange_order_id, is_significant_share_holder, is_insider, is_limit_offset_in_dollar, user_id, placement_commission, legs, strategy_type, trigger_stop_price, order_group_id, order_class, is_cross_zero].hash
|
474
|
-
end
|
475
|
-
|
476
|
-
# Builds the object from hash
|
477
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
478
|
-
# @return [Object] Returns the model itself
|
479
|
-
def self.build_from_hash(attributes)
|
480
|
-
new.build_from_hash(attributes)
|
481
|
-
end
|
482
|
-
|
483
|
-
# Builds the object from hash
|
484
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
485
|
-
# @return [Object] Returns the model itself
|
486
|
-
def build_from_hash(attributes)
|
487
|
-
return nil unless attributes.is_a?(Hash)
|
488
|
-
attributes = attributes.transform_keys(&:to_sym)
|
489
|
-
self.class.openapi_types.each_pair do |key, type|
|
490
|
-
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
491
|
-
self.send("#{key}=", nil)
|
492
|
-
elsif type =~ /\AArray<(.*)>/i
|
493
|
-
# check to ensure the input is an array given that the attribute
|
494
|
-
# is documented as an array but the input is not
|
495
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
496
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
497
|
-
end
|
498
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
499
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
500
|
-
end
|
501
|
-
end
|
502
|
-
|
503
|
-
self
|
504
|
-
end
|
505
|
-
|
506
|
-
# Deserializes the data based on type
|
507
|
-
# @param string type Data type
|
508
|
-
# @param string value Value to be deserialized
|
509
|
-
# @return [Object] Deserialized data
|
510
|
-
def _deserialize(type, value)
|
511
|
-
case type.to_sym
|
512
|
-
when :Time
|
513
|
-
Time.parse(value)
|
514
|
-
when :Date
|
515
|
-
Date.parse(value)
|
516
|
-
when :String
|
517
|
-
value.to_s
|
518
|
-
when :Integer
|
519
|
-
value.to_i
|
520
|
-
when :Float
|
521
|
-
value.to_f
|
522
|
-
when :Boolean
|
523
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
524
|
-
true
|
525
|
-
else
|
526
|
-
false
|
527
|
-
end
|
528
|
-
when :Object
|
529
|
-
# generic object (usually a Hash), return directly
|
530
|
-
value
|
531
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
532
|
-
inner_type = Regexp.last_match[:inner_type]
|
533
|
-
value.map { |v| _deserialize(inner_type, v) }
|
534
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
535
|
-
k_type = Regexp.last_match[:k_type]
|
536
|
-
v_type = Regexp.last_match[:v_type]
|
537
|
-
{}.tap do |hash|
|
538
|
-
value.each do |k, v|
|
539
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
540
|
-
end
|
541
|
-
end
|
542
|
-
else # model
|
543
|
-
# models (e.g. Pet) or oneOf
|
544
|
-
klass = SnapTrade.const_get(type)
|
545
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
546
|
-
end
|
547
|
-
end
|
548
|
-
|
549
|
-
# Returns the string representation of the object
|
550
|
-
# @return [String] String presentation of the object
|
551
|
-
def to_s
|
552
|
-
to_hash.to_s
|
553
|
-
end
|
554
|
-
|
555
|
-
# to_body is an alias to to_hash (backward compatibility)
|
556
|
-
# @return [Hash] Returns the object in the form of hash
|
557
|
-
def to_body
|
558
|
-
to_hash
|
559
|
-
end
|
560
|
-
|
561
|
-
# Returns the object in the form of hash
|
562
|
-
# @return [Hash] Returns the object in the form of hash
|
563
|
-
def to_hash
|
564
|
-
hash = {}
|
565
|
-
self.class.attribute_map.each_pair do |attr, param|
|
566
|
-
value = self.send(attr)
|
567
|
-
if value.nil?
|
568
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
569
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
570
|
-
end
|
571
|
-
|
572
|
-
hash[param] = _to_hash(value)
|
573
|
-
end
|
574
|
-
hash
|
575
|
-
end
|
576
|
-
|
577
|
-
# Outputs non-array value in the form of hash
|
578
|
-
# For object, use to_hash. Otherwise, just return the value
|
579
|
-
# @param [Object] value Any valid value
|
580
|
-
# @return [Hash] Returns the value in the form of hash
|
581
|
-
def _to_hash(value)
|
582
|
-
if value.is_a?(Array)
|
583
|
-
value.compact.map { |v| _to_hash(v) }
|
584
|
-
elsif value.is_a?(Hash)
|
585
|
-
{}.tap do |hash|
|
586
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
587
|
-
end
|
588
|
-
elsif value.respond_to? :to_hash
|
589
|
-
value.to_hash
|
590
|
-
else
|
591
|
-
value
|
592
|
-
end
|
593
|
-
end
|
594
|
-
|
595
|
-
end
|
596
|
-
|
597
|
-
end
|