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
@@ -5,72 +5,84 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
12
11
|
require 'time'
|
13
12
|
|
14
13
|
module SnapTrade
|
14
|
+
# Describes a brokerage that SnapTrade supports.
|
15
15
|
class Brokerage
|
16
|
+
# Unique identifier for the brokerage firm. This is the UUID used to reference the brokerage in SnapTrade.
|
16
17
|
attr_accessor :id
|
17
18
|
|
19
|
+
# A short, unique identifier for the brokerage. It is usually the name of the brokerage in capital letters and will never change.
|
20
|
+
attr_accessor :slug
|
21
|
+
|
22
|
+
# Full name of the brokerage.
|
18
23
|
attr_accessor :name
|
19
24
|
|
25
|
+
# A display-friendly name of the brokerage.
|
20
26
|
attr_accessor :display_name
|
21
27
|
|
28
|
+
# A brief description of the brokerage.
|
22
29
|
attr_accessor :description
|
23
30
|
|
31
|
+
# URL to the brokerage's logo.
|
24
32
|
attr_accessor :aws_s3_logo_url
|
25
33
|
|
26
|
-
|
34
|
+
# URL to the brokerage's logo in square format.
|
35
|
+
attr_accessor :aws_s3_square_logo_url
|
27
36
|
|
37
|
+
# URL to the brokerage's website.
|
28
38
|
attr_accessor :url
|
29
39
|
|
40
|
+
# Whether the brokerage is enabled in SnapTrade. A disabled brokerage will not be available for new connections.
|
30
41
|
attr_accessor :enabled
|
31
42
|
|
43
|
+
# Whether the brokerage is currently in maintenance mode. A brokerage in maintenance mode will not be available for new connections.
|
32
44
|
attr_accessor :maintenance_mode
|
33
45
|
|
34
|
-
|
35
|
-
|
46
|
+
# Whether the brokerage allows trading through SnapTrade.
|
36
47
|
attr_accessor :allows_trading
|
37
48
|
|
49
|
+
# This field is deprecated. Please contact us if you have a valid use case for it.
|
50
|
+
attr_accessor :allows_fractional_units
|
51
|
+
|
52
|
+
# This field is deprecated. Please contact us if you have a valid use case for it.
|
38
53
|
attr_accessor :has_reporting
|
39
54
|
|
55
|
+
# This field is deprecated. Please contact us if you have a valid use case for it.
|
40
56
|
attr_accessor :is_real_time_connection
|
41
57
|
|
42
|
-
attr_accessor :allows_trading_through_snaptrade_api
|
43
|
-
|
44
|
-
attr_accessor :is_scraping_integration
|
45
|
-
|
46
|
-
attr_accessor :default_currency
|
47
|
-
|
48
58
|
attr_accessor :brokerage_type
|
49
59
|
|
50
|
-
#
|
60
|
+
# This field is deprecated. Please contact us if you have a valid use case for it.
|
51
61
|
attr_accessor :exchanges
|
52
62
|
|
63
|
+
# This field is deprecated.
|
64
|
+
attr_accessor :open_url
|
65
|
+
|
53
66
|
# Attribute mapping from ruby-style variable name to JSON key.
|
54
67
|
def self.attribute_map
|
55
68
|
{
|
56
69
|
:'id' => :'id',
|
70
|
+
:'slug' => :'slug',
|
57
71
|
:'name' => :'name',
|
58
72
|
:'display_name' => :'display_name',
|
59
73
|
:'description' => :'description',
|
60
74
|
:'aws_s3_logo_url' => :'aws_s3_logo_url',
|
61
|
-
:'
|
75
|
+
:'aws_s3_square_logo_url' => :'aws_s3_square_logo_url',
|
62
76
|
:'url' => :'url',
|
63
77
|
:'enabled' => :'enabled',
|
64
78
|
:'maintenance_mode' => :'maintenance_mode',
|
65
|
-
:'allows_fractional_units' => :'allows_fractional_units',
|
66
79
|
:'allows_trading' => :'allows_trading',
|
80
|
+
:'allows_fractional_units' => :'allows_fractional_units',
|
67
81
|
:'has_reporting' => :'has_reporting',
|
68
82
|
:'is_real_time_connection' => :'is_real_time_connection',
|
69
|
-
:'allows_trading_through_snaptrade_api' => :'allows_trading_through_snaptrade_api',
|
70
|
-
:'is_scraping_integration' => :'is_scraping_integration',
|
71
|
-
:'default_currency' => :'default_currency',
|
72
83
|
:'brokerage_type' => :'brokerage_type',
|
73
|
-
:'exchanges' => :'exchanges'
|
84
|
+
:'exchanges' => :'exchanges',
|
85
|
+
:'open_url' => :'open_url'
|
74
86
|
}
|
75
87
|
end
|
76
88
|
|
@@ -83,33 +95,33 @@ module SnapTrade
|
|
83
95
|
def self.openapi_types
|
84
96
|
{
|
85
97
|
:'id' => :'String',
|
98
|
+
:'slug' => :'String',
|
86
99
|
:'name' => :'String',
|
87
100
|
:'display_name' => :'String',
|
88
101
|
:'description' => :'String',
|
89
102
|
:'aws_s3_logo_url' => :'String',
|
90
|
-
:'
|
103
|
+
:'aws_s3_square_logo_url' => :'String',
|
91
104
|
:'url' => :'String',
|
92
105
|
:'enabled' => :'Boolean',
|
93
106
|
:'maintenance_mode' => :'Boolean',
|
94
|
-
:'allows_fractional_units' => :'Boolean',
|
95
107
|
:'allows_trading' => :'Boolean',
|
108
|
+
:'allows_fractional_units' => :'Boolean',
|
96
109
|
:'has_reporting' => :'Boolean',
|
97
110
|
:'is_real_time_connection' => :'Boolean',
|
98
|
-
:'allows_trading_through_snaptrade_api' => :'Boolean',
|
99
|
-
:'is_scraping_integration' => :'Boolean',
|
100
|
-
:'default_currency' => :'String',
|
101
111
|
:'brokerage_type' => :'BrokerageType',
|
102
|
-
:'exchanges' => :'Array<Object>'
|
112
|
+
:'exchanges' => :'Array<Object>',
|
113
|
+
:'open_url' => :'String'
|
103
114
|
}
|
104
115
|
end
|
105
116
|
|
106
117
|
# List of attributes with nullable: true
|
107
118
|
def self.openapi_nullable
|
108
119
|
Set.new([
|
109
|
-
:'
|
120
|
+
:'aws_s3_square_logo_url',
|
110
121
|
:'allows_trading',
|
122
|
+
:'allows_fractional_units',
|
111
123
|
:'has_reporting',
|
112
|
-
:'
|
124
|
+
:'open_url'
|
113
125
|
])
|
114
126
|
end
|
115
127
|
|
@@ -132,6 +144,10 @@ module SnapTrade
|
|
132
144
|
self.id = attributes[:'id']
|
133
145
|
end
|
134
146
|
|
147
|
+
if attributes.key?(:'slug')
|
148
|
+
self.slug = attributes[:'slug']
|
149
|
+
end
|
150
|
+
|
135
151
|
if attributes.key?(:'name')
|
136
152
|
self.name = attributes[:'name']
|
137
153
|
end
|
@@ -148,8 +164,8 @@ module SnapTrade
|
|
148
164
|
self.aws_s3_logo_url = attributes[:'aws_s3_logo_url']
|
149
165
|
end
|
150
166
|
|
151
|
-
if attributes.key?(:'
|
152
|
-
self.
|
167
|
+
if attributes.key?(:'aws_s3_square_logo_url')
|
168
|
+
self.aws_s3_square_logo_url = attributes[:'aws_s3_square_logo_url']
|
153
169
|
end
|
154
170
|
|
155
171
|
if attributes.key?(:'url')
|
@@ -164,14 +180,14 @@ module SnapTrade
|
|
164
180
|
self.maintenance_mode = attributes[:'maintenance_mode']
|
165
181
|
end
|
166
182
|
|
167
|
-
if attributes.key?(:'allows_fractional_units')
|
168
|
-
self.allows_fractional_units = attributes[:'allows_fractional_units']
|
169
|
-
end
|
170
|
-
|
171
183
|
if attributes.key?(:'allows_trading')
|
172
184
|
self.allows_trading = attributes[:'allows_trading']
|
173
185
|
end
|
174
186
|
|
187
|
+
if attributes.key?(:'allows_fractional_units')
|
188
|
+
self.allows_fractional_units = attributes[:'allows_fractional_units']
|
189
|
+
end
|
190
|
+
|
175
191
|
if attributes.key?(:'has_reporting')
|
176
192
|
self.has_reporting = attributes[:'has_reporting']
|
177
193
|
end
|
@@ -180,18 +196,6 @@ module SnapTrade
|
|
180
196
|
self.is_real_time_connection = attributes[:'is_real_time_connection']
|
181
197
|
end
|
182
198
|
|
183
|
-
if attributes.key?(:'allows_trading_through_snaptrade_api')
|
184
|
-
self.allows_trading_through_snaptrade_api = attributes[:'allows_trading_through_snaptrade_api']
|
185
|
-
end
|
186
|
-
|
187
|
-
if attributes.key?(:'is_scraping_integration')
|
188
|
-
self.is_scraping_integration = attributes[:'is_scraping_integration']
|
189
|
-
end
|
190
|
-
|
191
|
-
if attributes.key?(:'default_currency')
|
192
|
-
self.default_currency = attributes[:'default_currency']
|
193
|
-
end
|
194
|
-
|
195
199
|
if attributes.key?(:'brokerage_type')
|
196
200
|
self.brokerage_type = attributes[:'brokerage_type']
|
197
201
|
end
|
@@ -201,6 +205,10 @@ module SnapTrade
|
|
201
205
|
self.exchanges = value
|
202
206
|
end
|
203
207
|
end
|
208
|
+
|
209
|
+
if attributes.key?(:'open_url')
|
210
|
+
self.open_url = attributes[:'open_url']
|
211
|
+
end
|
204
212
|
end
|
205
213
|
|
206
214
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -222,23 +230,22 @@ module SnapTrade
|
|
222
230
|
return true if self.equal?(o)
|
223
231
|
self.class == o.class &&
|
224
232
|
id == o.id &&
|
233
|
+
slug == o.slug &&
|
225
234
|
name == o.name &&
|
226
235
|
display_name == o.display_name &&
|
227
236
|
description == o.description &&
|
228
237
|
aws_s3_logo_url == o.aws_s3_logo_url &&
|
229
|
-
|
238
|
+
aws_s3_square_logo_url == o.aws_s3_square_logo_url &&
|
230
239
|
url == o.url &&
|
231
240
|
enabled == o.enabled &&
|
232
241
|
maintenance_mode == o.maintenance_mode &&
|
233
|
-
allows_fractional_units == o.allows_fractional_units &&
|
234
242
|
allows_trading == o.allows_trading &&
|
243
|
+
allows_fractional_units == o.allows_fractional_units &&
|
235
244
|
has_reporting == o.has_reporting &&
|
236
245
|
is_real_time_connection == o.is_real_time_connection &&
|
237
|
-
allows_trading_through_snaptrade_api == o.allows_trading_through_snaptrade_api &&
|
238
|
-
is_scraping_integration == o.is_scraping_integration &&
|
239
|
-
default_currency == o.default_currency &&
|
240
246
|
brokerage_type == o.brokerage_type &&
|
241
|
-
exchanges == o.exchanges
|
247
|
+
exchanges == o.exchanges &&
|
248
|
+
open_url == o.open_url
|
242
249
|
end
|
243
250
|
|
244
251
|
# @see the `==` method
|
@@ -250,7 +257,7 @@ module SnapTrade
|
|
250
257
|
# Calculates hash code according to all attributes.
|
251
258
|
# @return [Integer] Hash code
|
252
259
|
def hash
|
253
|
-
[id, name, display_name, description, aws_s3_logo_url,
|
260
|
+
[id, slug, name, display_name, description, aws_s3_logo_url, aws_s3_square_logo_url, url, enabled, maintenance_mode, allows_trading, allows_fractional_units, has_reporting, is_real_time_connection, brokerage_type, exchanges, open_url].hash
|
254
261
|
end
|
255
262
|
|
256
263
|
# Builds the object from hash
|
@@ -5,49 +5,52 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
12
11
|
require 'time'
|
13
12
|
|
14
13
|
module SnapTrade
|
14
|
+
# A single connection with a brokerage. Note that `Connection` and `Brokerage Authorization` are interchangeable, but the term `Connection` is preferred and used in the doc for consistency. A connection is usually tied to a single login at a brokerage. A single connection can contain multiple brokerage accounts. SnapTrade performs de-duping on connections for a given user. If the user has an existing connection with the brokerage, when connecting the brokerage with the same credentials, SnapTrade will return the existing connection instead of creating a new one.
|
15
15
|
class BrokerageAuthorization
|
16
|
+
# Unique identifier for the connection. This is the UUID used to reference the connection in SnapTrade.
|
16
17
|
attr_accessor :id
|
17
18
|
|
18
|
-
#
|
19
|
+
# Timestamp of when the connection was established in SnapTrade.
|
19
20
|
attr_accessor :created_date
|
20
21
|
|
21
|
-
# Time
|
22
|
-
attr_accessor :updated_date
|
23
|
-
|
24
22
|
attr_accessor :brokerage
|
25
23
|
|
26
|
-
#
|
24
|
+
# A short, human-readable name for the connection.
|
27
25
|
attr_accessor :name
|
28
26
|
|
27
|
+
# Whether the connection is read-only or trade-enabled. A read-only connection can only be used to fetch data, while a trade-enabled connection can be used to place trades. Valid values are `read` and `trade`.
|
29
28
|
attr_accessor :type
|
30
29
|
|
30
|
+
# Whether the connection is disabled. A disabled connection can no longer access the latest data from the brokerage, but will continue to return the last cached state. A connection can become disabled for many reasons and differs by brokerage. Here are some common scenarios: - The user has changed their username or password at the brokerage. - The user has explicitly removed the access grant at the brokerage. - The session has expired at the brokerage and now requires explicit user re-authentication. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
|
31
31
|
attr_accessor :disabled
|
32
32
|
|
33
|
-
#
|
33
|
+
# Timestamp of when the connection was disabled in SnapTrade.
|
34
34
|
attr_accessor :disabled_date
|
35
35
|
|
36
|
-
# Additional data about brokerage
|
36
|
+
# Additional data about the connection. This information is specific to the brokerage and there's no standard format for this data. This field is deprecated and subject to removal in a future version.
|
37
37
|
attr_accessor :meta
|
38
38
|
|
39
|
+
# Timestamp of when the connection was last updated in SnapTrade. This field is deprecated. Please let us know if you have a valid use case for this field.
|
40
|
+
attr_accessor :updated_date
|
41
|
+
|
39
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
40
43
|
def self.attribute_map
|
41
44
|
{
|
42
45
|
:'id' => :'id',
|
43
46
|
:'created_date' => :'created_date',
|
44
|
-
:'updated_date' => :'updated_date',
|
45
47
|
:'brokerage' => :'brokerage',
|
46
48
|
:'name' => :'name',
|
47
49
|
:'type' => :'type',
|
48
50
|
:'disabled' => :'disabled',
|
49
51
|
:'disabled_date' => :'disabled_date',
|
50
|
-
:'meta' => :'meta'
|
52
|
+
:'meta' => :'meta',
|
53
|
+
:'updated_date' => :'updated_date'
|
51
54
|
}
|
52
55
|
end
|
53
56
|
|
@@ -60,14 +63,14 @@ module SnapTrade
|
|
60
63
|
def self.openapi_types
|
61
64
|
{
|
62
65
|
:'id' => :'String',
|
63
|
-
:'created_date' => :'
|
64
|
-
:'updated_date' => :'String',
|
66
|
+
:'created_date' => :'Time',
|
65
67
|
:'brokerage' => :'Brokerage',
|
66
68
|
:'name' => :'String',
|
67
69
|
:'type' => :'String',
|
68
70
|
:'disabled' => :'Boolean',
|
69
|
-
:'disabled_date' => :'
|
70
|
-
:'meta' => :'Hash<String, Object>'
|
71
|
+
:'disabled_date' => :'Time',
|
72
|
+
:'meta' => :'Hash<String, Object>',
|
73
|
+
:'updated_date' => :'Time'
|
71
74
|
}
|
72
75
|
end
|
73
76
|
|
@@ -101,10 +104,6 @@ module SnapTrade
|
|
101
104
|
self.created_date = attributes[:'created_date']
|
102
105
|
end
|
103
106
|
|
104
|
-
if attributes.key?(:'updated_date')
|
105
|
-
self.updated_date = attributes[:'updated_date']
|
106
|
-
end
|
107
|
-
|
108
107
|
if attributes.key?(:'brokerage')
|
109
108
|
self.brokerage = attributes[:'brokerage']
|
110
109
|
end
|
@@ -130,6 +129,10 @@ module SnapTrade
|
|
130
129
|
self.meta = value
|
131
130
|
end
|
132
131
|
end
|
132
|
+
|
133
|
+
if attributes.key?(:'updated_date')
|
134
|
+
self.updated_date = attributes[:'updated_date']
|
135
|
+
end
|
133
136
|
end
|
134
137
|
|
135
138
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -152,13 +155,13 @@ module SnapTrade
|
|
152
155
|
self.class == o.class &&
|
153
156
|
id == o.id &&
|
154
157
|
created_date == o.created_date &&
|
155
|
-
updated_date == o.updated_date &&
|
156
158
|
brokerage == o.brokerage &&
|
157
159
|
name == o.name &&
|
158
160
|
type == o.type &&
|
159
161
|
disabled == o.disabled &&
|
160
162
|
disabled_date == o.disabled_date &&
|
161
|
-
meta == o.meta
|
163
|
+
meta == o.meta &&
|
164
|
+
updated_date == o.updated_date
|
162
165
|
end
|
163
166
|
|
164
167
|
# @see the `==` method
|
@@ -170,7 +173,7 @@ module SnapTrade
|
|
170
173
|
# Calculates hash code according to all attributes.
|
171
174
|
# @return [Integer] Hash code
|
172
175
|
def hash
|
173
|
-
[id, created_date,
|
176
|
+
[id, created_date, brokerage, name, type, disabled, disabled_date, meta, updated_date].hash
|
174
177
|
end
|
175
178
|
|
176
179
|
# Builds the object from hash
|
data/lib/snaptrade/models/{model_asset_class.rb → brokerage_authorization_disabled_confirmation.rb}
RENAMED
@@ -5,23 +5,21 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
12
11
|
require 'time'
|
13
12
|
|
14
13
|
module SnapTrade
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
attr_accessor :
|
14
|
+
# Confirmation that the connection has been disabled.
|
15
|
+
class BrokerageAuthorizationDisabledConfirmation
|
16
|
+
# Connection disabled confirmation
|
17
|
+
attr_accessor :detail
|
19
18
|
|
20
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
21
20
|
def self.attribute_map
|
22
21
|
{
|
23
|
-
:'
|
24
|
-
:'name' => :'name'
|
22
|
+
:'detail' => :'detail'
|
25
23
|
}
|
26
24
|
end
|
27
25
|
|
@@ -33,8 +31,7 @@ module SnapTrade
|
|
33
31
|
# Attribute type mapping.
|
34
32
|
def self.openapi_types
|
35
33
|
{
|
36
|
-
:'
|
37
|
-
:'name' => :'String'
|
34
|
+
:'detail' => :'String'
|
38
35
|
}
|
39
36
|
end
|
40
37
|
|
@@ -48,23 +45,19 @@ module SnapTrade
|
|
48
45
|
# @param [Hash] attributes Model attributes in the form of hash
|
49
46
|
def initialize(attributes = {})
|
50
47
|
if (!attributes.is_a?(Hash))
|
51
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::
|
48
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::BrokerageAuthorizationDisabledConfirmation` initialize method"
|
52
49
|
end
|
53
50
|
|
54
51
|
# check to see if the attribute exists and convert string to symbol for hash key
|
55
52
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
56
53
|
if (!self.class.attribute_map.key?(k.to_sym))
|
57
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::
|
54
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::BrokerageAuthorizationDisabledConfirmation`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
58
55
|
end
|
59
56
|
h[k.to_sym] = v
|
60
57
|
}
|
61
58
|
|
62
|
-
if attributes.key?(:'
|
63
|
-
self.
|
64
|
-
end
|
65
|
-
|
66
|
-
if attributes.key?(:'name')
|
67
|
-
self.name = attributes[:'name']
|
59
|
+
if attributes.key?(:'detail')
|
60
|
+
self.detail = attributes[:'detail']
|
68
61
|
end
|
69
62
|
end
|
70
63
|
|
@@ -86,8 +79,7 @@ module SnapTrade
|
|
86
79
|
def ==(o)
|
87
80
|
return true if self.equal?(o)
|
88
81
|
self.class == o.class &&
|
89
|
-
|
90
|
-
name == o.name
|
82
|
+
detail == o.detail
|
91
83
|
end
|
92
84
|
|
93
85
|
# @see the `==` method
|
@@ -99,7 +91,7 @@ module SnapTrade
|
|
99
91
|
# Calculates hash code according to all attributes.
|
100
92
|
# @return [Integer] Hash code
|
101
93
|
def hash
|
102
|
-
[
|
94
|
+
[detail].hash
|
103
95
|
end
|
104
96
|
|
105
97
|
# Builds the object from hash
|
@@ -5,21 +5,21 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
12
11
|
require 'time'
|
13
12
|
|
14
13
|
module SnapTrade
|
15
|
-
#
|
16
|
-
class
|
17
|
-
|
14
|
+
# Confirmation that the syncs have been scheduled.
|
15
|
+
class BrokerageAuthorizationRefreshConfirmation
|
16
|
+
# Refresh confirmation details
|
17
|
+
attr_accessor :detail
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
20
|
def self.attribute_map
|
21
21
|
{
|
22
|
-
:'
|
22
|
+
:'detail' => :'detail'
|
23
23
|
}
|
24
24
|
end
|
25
25
|
|
@@ -31,7 +31,7 @@ module SnapTrade
|
|
31
31
|
# Attribute type mapping.
|
32
32
|
def self.openapi_types
|
33
33
|
{
|
34
|
-
:'
|
34
|
+
:'detail' => :'String'
|
35
35
|
}
|
36
36
|
end
|
37
37
|
|
@@ -45,19 +45,19 @@ module SnapTrade
|
|
45
45
|
# @param [Hash] attributes Model attributes in the form of hash
|
46
46
|
def initialize(attributes = {})
|
47
47
|
if (!attributes.is_a?(Hash))
|
48
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::
|
48
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::BrokerageAuthorizationRefreshConfirmation` initialize method"
|
49
49
|
end
|
50
50
|
|
51
51
|
# check to see if the attribute exists and convert string to symbol for hash key
|
52
52
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
53
53
|
if (!self.class.attribute_map.key?(k.to_sym))
|
54
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::
|
54
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::BrokerageAuthorizationRefreshConfirmation`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
55
55
|
end
|
56
56
|
h[k.to_sym] = v
|
57
57
|
}
|
58
58
|
|
59
|
-
if attributes.key?(:'
|
60
|
-
self.
|
59
|
+
if attributes.key?(:'detail')
|
60
|
+
self.detail = attributes[:'detail']
|
61
61
|
end
|
62
62
|
end
|
63
63
|
|
@@ -79,7 +79,7 @@ module SnapTrade
|
|
79
79
|
def ==(o)
|
80
80
|
return true if self.equal?(o)
|
81
81
|
self.class == o.class &&
|
82
|
-
|
82
|
+
detail == o.detail
|
83
83
|
end
|
84
84
|
|
85
85
|
# @see the `==` method
|
@@ -91,7 +91,7 @@ module SnapTrade
|
|
91
91
|
# Calculates hash code according to all attributes.
|
92
92
|
# @return [Integer] Hash code
|
93
93
|
def hash
|
94
|
-
[
|
94
|
+
[detail].hash
|
95
95
|
end
|
96
96
|
|
97
97
|
# Builds the object from hash
|
@@ -5,7 +5,6 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
@@ -40,7 +39,7 @@ module SnapTrade
|
|
40
39
|
def self.openapi_types
|
41
40
|
{
|
42
41
|
:'id' => :'String',
|
43
|
-
:'type' => :'
|
42
|
+
:'type' => :'Type',
|
44
43
|
:'auth_type' => :'AuthType',
|
45
44
|
:'brokerage' => :'BrokerageAuthorizationTypeReadOnlyBrokerage'
|
46
45
|
}
|
@@ -5,7 +5,6 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
@@ -15,10 +14,10 @@ module SnapTrade
|
|
15
14
|
class BrokerageAuthorizationTypeReadOnlyBrokerage
|
16
15
|
attr_accessor :id
|
17
16
|
|
18
|
-
#
|
17
|
+
# Full name of the brokerage.
|
19
18
|
attr_accessor :name
|
20
19
|
|
21
|
-
#
|
20
|
+
# A unique identifier for that brokerage. It is usually the name of the brokerage in capital letters and will never change.
|
22
21
|
attr_accessor :slug
|
23
22
|
|
24
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -5,14 +5,13 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
12
11
|
require 'time'
|
13
12
|
|
14
13
|
module SnapTrade
|
15
|
-
# Type of brokerage
|
14
|
+
# Type of brokerage. Currently supports traditional brokerages and crypto exchanges.
|
16
15
|
class BrokerageType
|
17
16
|
attr_accessor :id
|
18
17
|
|
@@ -5,7 +5,6 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
@@ -13,11 +12,12 @@ require 'time'
|
|
13
12
|
|
14
13
|
module SnapTrade
|
15
14
|
class ConnectionPortalVersion
|
16
|
-
|
15
|
+
V4 = "v4".freeze
|
17
16
|
V3 = "v3".freeze
|
17
|
+
V2 = "v2".freeze
|
18
18
|
|
19
19
|
def self.all_vars
|
20
|
-
@all_vars ||= [
|
20
|
+
@all_vars ||= [V4, V3, V2].freeze
|
21
21
|
end
|
22
22
|
|
23
23
|
# Builds the enum from string
|
@@ -5,7 +5,6 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
@@ -19,7 +18,7 @@ module SnapTrade
|
|
19
18
|
|
20
19
|
attr_accessor :session_id
|
21
20
|
|
22
|
-
# SnapTrade User ID.
|
21
|
+
# SnapTrade User ID. This is chosen by the API partner and can be any string that is a) unique to the user, and b) immutable for the user. It is recommended to NOT use email addresses for this property because they are usually not immutable.
|
23
22
|
attr_accessor :user_id
|
24
23
|
|
25
24
|
# Time
|
@@ -5,19 +5,21 @@
|
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: api@snaptrade.com
|
8
|
-
|
9
8
|
=end
|
10
9
|
|
11
10
|
require 'date'
|
12
11
|
require 'time'
|
13
12
|
|
14
13
|
module SnapTrade
|
15
|
-
#
|
14
|
+
# Describes a currency object.
|
16
15
|
class Currency
|
16
|
+
# Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
|
17
17
|
attr_accessor :id
|
18
18
|
|
19
|
+
# The ISO-4217 currency code for the currency.
|
19
20
|
attr_accessor :code
|
20
21
|
|
22
|
+
# A human-friendly name of the currency.
|
21
23
|
attr_accessor :name
|
22
24
|
|
23
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|