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,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 'cgi'
|
@@ -19,14 +18,20 @@ module SnapTrade
|
|
19
18
|
end
|
20
19
|
|
21
20
|
# Get transaction history for a user
|
22
|
-
#
|
21
|
+
#
|
22
|
+
# Returns all historical transactions for the specified user and filtering criteria. It's recommended to use `startDate` and `endDate` to paginate through the data, as the response may be very large for accounts with a long history and/or a lot of activity. There's a max number of 10000 transactions returned per request.
|
23
|
+
#
|
24
|
+
# There is no guarantee to the ordering of the transactions returned. Please sort the transactions based on the `trade_date` field if you need them in a specific order.
|
25
|
+
#
|
26
|
+
# The data returned here is always cached and refreshed once a day.
|
27
|
+
#
|
23
28
|
# @param user_id [String]
|
24
29
|
# @param user_secret [String]
|
25
|
-
# @param start_date [Date]
|
26
|
-
# @param end_date [Date]
|
27
|
-
# @param accounts [String] Optional comma
|
28
|
-
# @param brokerage_authorizations [String] Optional comma
|
29
|
-
# @param type [String] Optional comma
|
30
|
+
# @param start_date [Date] The start date (inclusive) of the transaction history to retrieve. If not provided, the default is the first transaction known to SnapTrade based on `trade_date`.
|
31
|
+
# @param end_date [Date] The end date (inclusive) of the transaction history to retrieve. If not provided, the default is the last transaction known to SnapTrade based on `trade_date`.
|
32
|
+
# @param accounts [String] Optional comma separated list of SnapTrade Account IDs used to filter the request to specific accounts. If not provided, the default is all known brokerage accounts for the user. The `brokerageAuthorizations` parameter takes precedence over this parameter.
|
33
|
+
# @param brokerage_authorizations [String] Optional comma separated list of SnapTrade Connection (Brokerage Authorization) IDs used to filter the request to only accounts that belong to those connections. If not provided, the default is all connections for the user. This parameter takes precedence over the `accounts` parameter.
|
34
|
+
# @param type [String] Optional comma separated list of transaction types to filter by. SnapTrade does a best effort to categorize brokerage transaction types into a common set of values. Here are some of the most popular values: - `BUY` - Asset bought. - `SELL` - Asset sold. - `DIVIDEND` - Dividend payout. - `CONTRIBUTION` - Cash contribution. - `WITHDRAWAL` - Cash withdrawal. - `REI` - Dividend reinvestment. - `INTEREST` - Interest deposited into the account. - `FEE` - Fee withdrawn from the account. - `OPTIONEXPIRATION` - Option expiration event. - `OPTIONASSIGNMENT` - Option assignment event. - `OPTIONEXERCISE` - Option exercise event. - `TRANSFER` - Transfer of assets from one account to another
|
30
35
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
31
36
|
def get_activities(user_id:, user_secret:, start_date: SENTINEL, end_date: SENTINEL, accounts: SENTINEL, brokerage_authorizations: SENTINEL, type: SENTINEL, extra: {})
|
32
37
|
extra[:start_date] = start_date if start_date != SENTINEL
|
@@ -39,14 +44,20 @@ module SnapTrade
|
|
39
44
|
end
|
40
45
|
|
41
46
|
# Get transaction history for a user
|
42
|
-
#
|
47
|
+
#
|
48
|
+
# Returns all historical transactions for the specified user and filtering criteria. It's recommended to use `startDate` and `endDate` to paginate through the data, as the response may be very large for accounts with a long history and/or a lot of activity. There's a max number of 10000 transactions returned per request.
|
49
|
+
#
|
50
|
+
# There is no guarantee to the ordering of the transactions returned. Please sort the transactions based on the `trade_date` field if you need them in a specific order.
|
51
|
+
#
|
52
|
+
# The data returned here is always cached and refreshed once a day.
|
53
|
+
#
|
43
54
|
# @param user_id [String]
|
44
55
|
# @param user_secret [String]
|
45
|
-
# @param start_date [Date]
|
46
|
-
# @param end_date [Date]
|
47
|
-
# @param accounts [String] Optional comma
|
48
|
-
# @param brokerage_authorizations [String] Optional comma
|
49
|
-
# @param type [String] Optional comma
|
56
|
+
# @param start_date [Date] The start date (inclusive) of the transaction history to retrieve. If not provided, the default is the first transaction known to SnapTrade based on `trade_date`.
|
57
|
+
# @param end_date [Date] The end date (inclusive) of the transaction history to retrieve. If not provided, the default is the last transaction known to SnapTrade based on `trade_date`.
|
58
|
+
# @param accounts [String] Optional comma separated list of SnapTrade Account IDs used to filter the request to specific accounts. If not provided, the default is all known brokerage accounts for the user. The `brokerageAuthorizations` parameter takes precedence over this parameter.
|
59
|
+
# @param brokerage_authorizations [String] Optional comma separated list of SnapTrade Connection (Brokerage Authorization) IDs used to filter the request to only accounts that belong to those connections. If not provided, the default is all connections for the user. This parameter takes precedence over the `accounts` parameter.
|
60
|
+
# @param type [String] Optional comma separated list of transaction types to filter by. SnapTrade does a best effort to categorize brokerage transaction types into a common set of values. Here are some of the most popular values: - `BUY` - Asset bought. - `SELL` - Asset sold. - `DIVIDEND` - Dividend payout. - `CONTRIBUTION` - Cash contribution. - `WITHDRAWAL` - Cash withdrawal. - `REI` - Dividend reinvestment. - `INTEREST` - Interest deposited into the account. - `FEE` - Fee withdrawn from the account. - `OPTIONEXPIRATION` - Option expiration event. - `OPTIONASSIGNMENT` - Option assignment event. - `OPTIONEXERCISE` - Option exercise event. - `TRANSFER` - Transfer of assets from one account to another
|
50
61
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
51
62
|
def get_activities_with_http_info(user_id:, user_secret:, start_date: SENTINEL, end_date: SENTINEL, accounts: SENTINEL, brokerage_authorizations: SENTINEL, type: SENTINEL, extra: {})
|
52
63
|
extra[:start_date] = start_date if start_date != SENTINEL
|
@@ -58,33 +69,33 @@ module SnapTrade
|
|
58
69
|
end
|
59
70
|
|
60
71
|
# Get transaction history for a user
|
61
|
-
# Returns
|
72
|
+
# Returns all historical transactions for the specified user and filtering criteria. It's recommended to use `startDate` and `endDate` to paginate through the data, as the response may be very large for accounts with a long history and/or a lot of activity. There's a max number of 10000 transactions returned per request. There is no guarantee to the ordering of the transactions returned. Please sort the transactions based on the `trade_date` field if you need them in a specific order. The data returned here is always cached and refreshed once a day.
|
62
73
|
# @param user_id [String]
|
63
74
|
# @param user_secret [String]
|
64
75
|
# @param [Hash] opts the optional parameters
|
65
|
-
# @option opts [Date] :start_date
|
66
|
-
# @option opts [Date] :end_date
|
67
|
-
# @option opts [String] :accounts Optional comma
|
68
|
-
# @option opts [String] :brokerage_authorizations Optional comma
|
69
|
-
# @option opts [String] :type Optional comma
|
76
|
+
# @option opts [Date] :start_date The start date (inclusive) of the transaction history to retrieve. If not provided, the default is the first transaction known to SnapTrade based on `trade_date`.
|
77
|
+
# @option opts [Date] :end_date The end date (inclusive) of the transaction history to retrieve. If not provided, the default is the last transaction known to SnapTrade based on `trade_date`.
|
78
|
+
# @option opts [String] :accounts Optional comma separated list of SnapTrade Account IDs used to filter the request to specific accounts. If not provided, the default is all known brokerage accounts for the user. The `brokerageAuthorizations` parameter takes precedence over this parameter.
|
79
|
+
# @option opts [String] :brokerage_authorizations Optional comma separated list of SnapTrade Connection (Brokerage Authorization) IDs used to filter the request to only accounts that belong to those connections. If not provided, the default is all connections for the user. This parameter takes precedence over the `accounts` parameter.
|
80
|
+
# @option opts [String] :type Optional comma separated list of transaction types to filter by. SnapTrade does a best effort to categorize brokerage transaction types into a common set of values. Here are some of the most popular values: - `BUY` - Asset bought. - `SELL` - Asset sold. - `DIVIDEND` - Dividend payout. - `CONTRIBUTION` - Cash contribution. - `WITHDRAWAL` - Cash withdrawal. - `REI` - Dividend reinvestment. - `INTEREST` - Interest deposited into the account. - `FEE` - Fee withdrawn from the account. - `OPTIONEXPIRATION` - Option expiration event. - `OPTIONASSIGNMENT` - Option assignment event. - `OPTIONEXERCISE` - Option exercise event. - `TRANSFER` - Transfer of assets from one account to another
|
70
81
|
# @return [Array<UniversalActivity>]
|
71
|
-
def get_activities_impl(user_id, user_secret, opts = {})
|
82
|
+
private def get_activities_impl(user_id, user_secret, opts = {})
|
72
83
|
data, _status_code, _headers = get_activities_with_http_info(user_id, user_secret, opts)
|
73
84
|
data
|
74
85
|
end
|
75
86
|
|
76
87
|
# Get transaction history for a user
|
77
|
-
# Returns
|
88
|
+
# Returns all historical transactions for the specified user and filtering criteria. It's recommended to use `startDate` and `endDate` to paginate through the data, as the response may be very large for accounts with a long history and/or a lot of activity. There's a max number of 10000 transactions returned per request. There is no guarantee to the ordering of the transactions returned. Please sort the transactions based on the `trade_date` field if you need them in a specific order. The data returned here is always cached and refreshed once a day.
|
78
89
|
# @param user_id [String]
|
79
90
|
# @param user_secret [String]
|
80
91
|
# @param [Hash] opts the optional parameters
|
81
|
-
# @option opts [Date] :start_date
|
82
|
-
# @option opts [Date] :end_date
|
83
|
-
# @option opts [String] :accounts Optional comma
|
84
|
-
# @option opts [String] :brokerage_authorizations Optional comma
|
85
|
-
# @option opts [String] :type Optional comma
|
92
|
+
# @option opts [Date] :start_date The start date (inclusive) of the transaction history to retrieve. If not provided, the default is the first transaction known to SnapTrade based on `trade_date`.
|
93
|
+
# @option opts [Date] :end_date The end date (inclusive) of the transaction history to retrieve. If not provided, the default is the last transaction known to SnapTrade based on `trade_date`.
|
94
|
+
# @option opts [String] :accounts Optional comma separated list of SnapTrade Account IDs used to filter the request to specific accounts. If not provided, the default is all known brokerage accounts for the user. The `brokerageAuthorizations` parameter takes precedence over this parameter.
|
95
|
+
# @option opts [String] :brokerage_authorizations Optional comma separated list of SnapTrade Connection (Brokerage Authorization) IDs used to filter the request to only accounts that belong to those connections. If not provided, the default is all connections for the user. This parameter takes precedence over the `accounts` parameter.
|
96
|
+
# @option opts [String] :type Optional comma separated list of transaction types to filter by. SnapTrade does a best effort to categorize brokerage transaction types into a common set of values. Here are some of the most popular values: - `BUY` - Asset bought. - `SELL` - Asset sold. - `DIVIDEND` - Dividend payout. - `CONTRIBUTION` - Cash contribution. - `WITHDRAWAL` - Cash withdrawal. - `REI` - Dividend reinvestment. - `INTEREST` - Interest deposited into the account. - `FEE` - Fee withdrawn from the account. - `OPTIONEXPIRATION` - Option expiration event. - `OPTIONASSIGNMENT` - Option assignment event. - `OPTIONEXERCISE` - Option exercise event. - `TRANSFER` - Transfer of assets from one account to another
|
86
97
|
# @return [Array<(Array<UniversalActivity>, Integer, Hash)>] Array<UniversalActivity> data, response status code and response headers
|
87
|
-
def get_activities_with_http_info_impl(user_id, user_secret, opts = {})
|
98
|
+
private def get_activities_with_http_info_impl(user_id, user_secret, opts = {})
|
88
99
|
if @api_client.config.debugging
|
89
100
|
@api_client.config.logger.debug 'Calling API: TransactionsAndReportingApi.get_activities ...'
|
90
101
|
end
|
@@ -145,12 +156,14 @@ module SnapTrade
|
|
145
156
|
|
146
157
|
|
147
158
|
# Get performance information for a specific timeframe
|
159
|
+
#
|
148
160
|
# Returns performance information (contributions, dividends, rate of return, etc) for a specific timeframe. Please note that Total Equity Timeframe and Rate of Returns are experimental features. Please contact support@snaptrade.com if you notice any inconsistencies.
|
161
|
+
#
|
149
162
|
# @param start_date [Date]
|
150
163
|
# @param end_date [Date]
|
151
164
|
# @param user_id [String]
|
152
165
|
# @param user_secret [String]
|
153
|
-
# @param accounts [String] Optional comma
|
166
|
+
# @param accounts [String] Optional comma separated list of account IDs used to filter the request on specific accounts
|
154
167
|
# @param detailed [Boolean] Optional, increases frequency of data points for the total value and contribution charts if set to true
|
155
168
|
# @param frequency [String] Optional frequency for the rate of return chart (defaults to monthly). Possible values are daily, weekly, monthly, quarterly, yearly.
|
156
169
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
@@ -163,12 +176,14 @@ module SnapTrade
|
|
163
176
|
end
|
164
177
|
|
165
178
|
# Get performance information for a specific timeframe
|
179
|
+
#
|
166
180
|
# Returns performance information (contributions, dividends, rate of return, etc) for a specific timeframe. Please note that Total Equity Timeframe and Rate of Returns are experimental features. Please contact support@snaptrade.com if you notice any inconsistencies.
|
181
|
+
#
|
167
182
|
# @param start_date [Date]
|
168
183
|
# @param end_date [Date]
|
169
184
|
# @param user_id [String]
|
170
185
|
# @param user_secret [String]
|
171
|
-
# @param accounts [String] Optional comma
|
186
|
+
# @param accounts [String] Optional comma separated list of account IDs used to filter the request on specific accounts
|
172
187
|
# @param detailed [Boolean] Optional, increases frequency of data points for the total value and contribution charts if set to true
|
173
188
|
# @param frequency [String] Optional frequency for the rate of return chart (defaults to monthly). Possible values are daily, weekly, monthly, quarterly, yearly.
|
174
189
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
@@ -186,11 +201,11 @@ module SnapTrade
|
|
186
201
|
# @param user_id [String]
|
187
202
|
# @param user_secret [String]
|
188
203
|
# @param [Hash] opts the optional parameters
|
189
|
-
# @option opts [String] :accounts Optional comma
|
204
|
+
# @option opts [String] :accounts Optional comma separated list of account IDs used to filter the request on specific accounts
|
190
205
|
# @option opts [Boolean] :detailed Optional, increases frequency of data points for the total value and contribution charts if set to true
|
191
206
|
# @option opts [String] :frequency Optional frequency for the rate of return chart (defaults to monthly). Possible values are daily, weekly, monthly, quarterly, yearly.
|
192
207
|
# @return [PerformanceCustom]
|
193
|
-
def get_reporting_custom_range_impl(start_date, end_date, user_id, user_secret, opts = {})
|
208
|
+
private def get_reporting_custom_range_impl(start_date, end_date, user_id, user_secret, opts = {})
|
194
209
|
data, _status_code, _headers = get_reporting_custom_range_with_http_info(start_date, end_date, user_id, user_secret, opts)
|
195
210
|
data
|
196
211
|
end
|
@@ -202,11 +217,11 @@ module SnapTrade
|
|
202
217
|
# @param user_id [String]
|
203
218
|
# @param user_secret [String]
|
204
219
|
# @param [Hash] opts the optional parameters
|
205
|
-
# @option opts [String] :accounts Optional comma
|
220
|
+
# @option opts [String] :accounts Optional comma separated list of account IDs used to filter the request on specific accounts
|
206
221
|
# @option opts [Boolean] :detailed Optional, increases frequency of data points for the total value and contribution charts if set to true
|
207
222
|
# @option opts [String] :frequency Optional frequency for the rate of return chart (defaults to monthly). Possible values are daily, weekly, monthly, quarterly, yearly.
|
208
223
|
# @return [Array<(PerformanceCustom, Integer, Hash)>] PerformanceCustom data, response status code and response headers
|
209
|
-
def get_reporting_custom_range_with_http_info_impl(start_date, end_date, user_id, user_secret, opts = {})
|
224
|
+
private def get_reporting_custom_range_with_http_info_impl(start_date, end_date, user_id, user_secret, opts = {})
|
210
225
|
if @api_client.config.debugging
|
211
226
|
@api_client.config.logger.debug 'Calling API: TransactionsAndReportingApi.get_reporting_custom_range ...'
|
212
227
|
end
|
data/lib/snaptrade/api_client.rb
CHANGED
@@ -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'
|
@@ -179,7 +178,6 @@ module SnapTrade
|
|
179
178
|
|
180
179
|
def build_connection
|
181
180
|
Faraday.new(url: config.base_url, ssl: ssl_options) do |conn|
|
182
|
-
basic_auth(conn)
|
183
181
|
config.configure_middleware(conn)
|
184
182
|
yield(conn) if block_given?
|
185
183
|
conn.adapter(Faraday.default_adapter)
|
@@ -196,16 +194,6 @@ module SnapTrade
|
|
196
194
|
}
|
197
195
|
end
|
198
196
|
|
199
|
-
def basic_auth(conn)
|
200
|
-
if config.username && config.password
|
201
|
-
if Gem::Version.new(Faraday::VERSION) >= Gem::Version.new('2.0')
|
202
|
-
conn.request(:authorization, :basic, config.username, config.password)
|
203
|
-
else
|
204
|
-
conn.request(:basic_auth, config.username, config.password)
|
205
|
-
end
|
206
|
-
end
|
207
|
-
end
|
208
|
-
|
209
197
|
# Check if the given MIME is a JSON MIME.
|
210
198
|
# JSON MIME examples:
|
211
199
|
# application/json
|
@@ -342,9 +330,11 @@ module SnapTrade
|
|
342
330
|
Array(auth_names).each do |auth_name|
|
343
331
|
auth_setting = @config.auth_settings[auth_name]
|
344
332
|
next unless auth_setting
|
333
|
+
value = auth_setting[:value]
|
334
|
+
next unless value
|
345
335
|
case auth_setting[:in]
|
346
|
-
when 'header' then header_params[auth_setting[:key]] =
|
347
|
-
when 'query' then query_params[auth_setting[:key]] =
|
336
|
+
when 'header' then header_params[auth_setting[:key]] = value
|
337
|
+
when 'query' then query_params[auth_setting[:key]] = value
|
348
338
|
else fail ArgumentError, 'Authentication token must be in `query` or `header`'
|
349
339
|
end
|
350
340
|
end
|
@@ -424,4 +414,24 @@ module SnapTrade
|
|
424
414
|
end
|
425
415
|
end
|
426
416
|
end
|
417
|
+
|
418
|
+
# Represents an HTTP response for method that end with *_with_http_info
|
419
|
+
class APIResponse
|
420
|
+
# [Object] deserialized data
|
421
|
+
attr_reader :data
|
422
|
+
# [Integer] response status code
|
423
|
+
attr_reader :status_code
|
424
|
+
# [Hash] response headers
|
425
|
+
attr_reader :headers
|
426
|
+
# [Faraday::Response] the original Faraday response object
|
427
|
+
attr_reader :response
|
428
|
+
|
429
|
+
def initialize(data, status_code, headers, response)
|
430
|
+
@data = data
|
431
|
+
@status_code = status_code
|
432
|
+
@headers = headers
|
433
|
+
@response = response
|
434
|
+
end
|
435
|
+
|
436
|
+
end
|
427
437
|
end
|
data/lib/snaptrade/api_error.rb
CHANGED
@@ -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
|
module SnapTrade
|
@@ -32,15 +31,15 @@ module SnapTrade
|
|
32
31
|
attr_accessor :server_operation_variables
|
33
32
|
|
34
33
|
def client_id=(value)
|
35
|
-
@
|
34
|
+
@api_key_store['PartnerClientId'] = value
|
36
35
|
end
|
37
36
|
|
38
37
|
def signature=(value)
|
39
|
-
@
|
38
|
+
@api_key_store['PartnerSignature'] = value
|
40
39
|
end
|
41
40
|
|
42
41
|
def timestamp=(value)
|
43
|
-
@
|
42
|
+
@api_key_store['PartnerTimestamp'] = value
|
44
43
|
end
|
45
44
|
|
46
45
|
# client state configured through konfig.yaml
|
@@ -58,8 +57,8 @@ module SnapTrade
|
|
58
57
|
# @return [Hash] key: parameter name, value: parameter value (API key)
|
59
58
|
#
|
60
59
|
# @example parameter name is "api_key", API key is "xxx" (e.g. "api_key=xxx" in query string)
|
61
|
-
# config.
|
62
|
-
attr_accessor :
|
60
|
+
# config.api_key_store['api_key'] = 'xxx'
|
61
|
+
attr_accessor :api_key_store
|
63
62
|
|
64
63
|
# Defines API key prefixes used with API Key authentications.
|
65
64
|
#
|
@@ -69,19 +68,6 @@ module SnapTrade
|
|
69
68
|
# config.api_key_prefix['api_key'] = 'Token'
|
70
69
|
attr_accessor :api_key_prefix
|
71
70
|
|
72
|
-
# Defines the username used with HTTP basic authentication.
|
73
|
-
#
|
74
|
-
# @return [String]
|
75
|
-
attr_accessor :username
|
76
|
-
|
77
|
-
# Defines the password used with HTTP basic authentication.
|
78
|
-
#
|
79
|
-
# @return [String]
|
80
|
-
attr_accessor :password
|
81
|
-
|
82
|
-
# Defines the access token (Bearer) used with OAuth2.
|
83
|
-
attr_accessor :access_token
|
84
|
-
|
85
71
|
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
|
86
72
|
# details will be logged with `logger.debug` (see the `logger` attribute).
|
87
73
|
# Default to false.
|
@@ -165,7 +151,7 @@ module SnapTrade
|
|
165
151
|
@server_operation_index = {}
|
166
152
|
@server_variables = {}
|
167
153
|
@server_operation_variables = {}
|
168
|
-
@
|
154
|
+
@api_key_store = {}
|
169
155
|
@api_key_prefix = {}
|
170
156
|
@client_side_validation = true
|
171
157
|
@ssl_verify = true
|
@@ -233,20 +219,16 @@ module SnapTrade
|
|
233
219
|
# Gets API key (with prefix if set).
|
234
220
|
# @param [String] param_name the parameter name of API key auth
|
235
221
|
def api_key_with_prefix(param_name, param_alias = nil)
|
236
|
-
|
237
|
-
|
222
|
+
value = @api_key_store[param_name]
|
223
|
+
value = @api_key_store.fetch(param_alias, value) unless param_alias.nil?
|
224
|
+
return nil if value.nil?
|
238
225
|
if @api_key_prefix[param_name]
|
239
|
-
"#{@api_key_prefix[param_name]}
|
226
|
+
"#{@api_key_prefix[param_name]}#{value}"
|
240
227
|
else
|
241
|
-
|
228
|
+
value
|
242
229
|
end
|
243
230
|
end
|
244
231
|
|
245
|
-
# Gets Basic Auth token string
|
246
|
-
def basic_auth_token
|
247
|
-
'Basic ' + ["#{username}:#{password}"].pack('m').delete("\r\n")
|
248
|
-
end
|
249
|
-
|
250
232
|
# Returns Auth Settings hash for api client.
|
251
233
|
def auth_settings
|
252
234
|
{
|
@@ -5,51 +5,63 @@
|
|
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
|
+
# A single account at a brokerage.
|
16
15
|
class Account
|
16
|
+
# Unique identifier for the connected brokerage account. This is the UUID used to reference the account in SnapTrade. This ID should not change for as long as the connection stays active. If the connection is deleted and re-added, a new account ID will be generated.
|
17
17
|
attr_accessor :id
|
18
18
|
|
19
|
+
# Unique identifier for the connection. This is the UUID used to reference the connection in SnapTrade.
|
19
20
|
attr_accessor :brokerage_authorization
|
20
21
|
|
21
|
-
|
22
|
-
|
22
|
+
# A display name for the account. Either assigned by the user or by the brokerage itself. For certain brokerages, SnapTrade appends the brokerage name to the account name for clarity.
|
23
23
|
attr_accessor :name
|
24
24
|
|
25
|
+
# The account number assigned by the brokerage. For some brokerages, this field may be masked for security reasons.
|
25
26
|
attr_accessor :number
|
26
27
|
|
28
|
+
# The name of the brokerage that holds the account.
|
27
29
|
attr_accessor :institution_name
|
28
30
|
|
31
|
+
# Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format indicating when the account was created in SnapTrade. This is _not_ the account opening date at the brokerage.
|
29
32
|
attr_accessor :created_date
|
30
33
|
|
34
|
+
attr_accessor :sync_status
|
35
|
+
|
36
|
+
attr_accessor :balance
|
37
|
+
|
38
|
+
# Additional information about the account, such as account type, status, etc. 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.
|
31
39
|
attr_accessor :meta
|
32
40
|
|
33
|
-
|
41
|
+
# Portfolio Group ID. Portfolio Groups have been deprecated. Please contact support if you have a usecase for it.
|
42
|
+
attr_accessor :portfolio_group
|
34
43
|
|
35
|
-
|
44
|
+
# This field is deprecated.
|
45
|
+
attr_accessor :cash_restrictions
|
36
46
|
|
37
|
-
|
47
|
+
# The account type as provided by the brokerage
|
48
|
+
attr_accessor :raw_type
|
38
49
|
|
39
50
|
# Attribute mapping from ruby-style variable name to JSON key.
|
40
51
|
def self.attribute_map
|
41
52
|
{
|
42
53
|
:'id' => :'id',
|
43
54
|
:'brokerage_authorization' => :'brokerage_authorization',
|
44
|
-
:'portfolio_group' => :'portfolio_group',
|
45
55
|
:'name' => :'name',
|
46
56
|
:'number' => :'number',
|
47
57
|
:'institution_name' => :'institution_name',
|
48
58
|
:'created_date' => :'created_date',
|
59
|
+
:'sync_status' => :'sync_status',
|
60
|
+
:'balance' => :'balance',
|
49
61
|
:'meta' => :'meta',
|
62
|
+
:'portfolio_group' => :'portfolio_group',
|
50
63
|
:'cash_restrictions' => :'cash_restrictions',
|
51
|
-
:'
|
52
|
-
:'balance' => :'balance'
|
64
|
+
:'raw_type' => :'raw_type'
|
53
65
|
}
|
54
66
|
end
|
55
67
|
|
@@ -63,21 +75,24 @@ module SnapTrade
|
|
63
75
|
{
|
64
76
|
:'id' => :'String',
|
65
77
|
:'brokerage_authorization' => :'String',
|
66
|
-
:'portfolio_group' => :'String',
|
67
78
|
:'name' => :'String',
|
68
79
|
:'number' => :'String',
|
69
80
|
:'institution_name' => :'String',
|
70
|
-
:'created_date' => :'
|
71
|
-
:'meta' => :'Hash<String, Object>',
|
72
|
-
:'cash_restrictions' => :'Array<CashRestriction>',
|
81
|
+
:'created_date' => :'Time',
|
73
82
|
:'sync_status' => :'AccountSyncStatus',
|
74
|
-
:'balance' => :'AccountBalance'
|
83
|
+
:'balance' => :'AccountBalance',
|
84
|
+
:'meta' => :'Hash<String, Object>',
|
85
|
+
:'portfolio_group' => :'String',
|
86
|
+
:'cash_restrictions' => :'Array<String>',
|
87
|
+
:'raw_type' => :'String'
|
75
88
|
}
|
76
89
|
end
|
77
90
|
|
78
91
|
# List of attributes with nullable: true
|
79
92
|
def self.openapi_nullable
|
80
93
|
Set.new([
|
94
|
+
:'name',
|
95
|
+
:'raw_type'
|
81
96
|
])
|
82
97
|
end
|
83
98
|
|
@@ -104,10 +119,6 @@ module SnapTrade
|
|
104
119
|
self.brokerage_authorization = attributes[:'brokerage_authorization']
|
105
120
|
end
|
106
121
|
|
107
|
-
if attributes.key?(:'portfolio_group')
|
108
|
-
self.portfolio_group = attributes[:'portfolio_group']
|
109
|
-
end
|
110
|
-
|
111
122
|
if attributes.key?(:'name')
|
112
123
|
self.name = attributes[:'name']
|
113
124
|
end
|
@@ -124,24 +135,32 @@ module SnapTrade
|
|
124
135
|
self.created_date = attributes[:'created_date']
|
125
136
|
end
|
126
137
|
|
138
|
+
if attributes.key?(:'sync_status')
|
139
|
+
self.sync_status = attributes[:'sync_status']
|
140
|
+
end
|
141
|
+
|
142
|
+
if attributes.key?(:'balance')
|
143
|
+
self.balance = attributes[:'balance']
|
144
|
+
end
|
145
|
+
|
127
146
|
if attributes.key?(:'meta')
|
128
147
|
if (value = attributes[:'meta']).is_a?(Hash)
|
129
148
|
self.meta = value
|
130
149
|
end
|
131
150
|
end
|
132
151
|
|
152
|
+
if attributes.key?(:'portfolio_group')
|
153
|
+
self.portfolio_group = attributes[:'portfolio_group']
|
154
|
+
end
|
155
|
+
|
133
156
|
if attributes.key?(:'cash_restrictions')
|
134
157
|
if (value = attributes[:'cash_restrictions']).is_a?(Array)
|
135
158
|
self.cash_restrictions = value
|
136
159
|
end
|
137
160
|
end
|
138
161
|
|
139
|
-
if attributes.key?(:'
|
140
|
-
self.
|
141
|
-
end
|
142
|
-
|
143
|
-
if attributes.key?(:'balance')
|
144
|
-
self.balance = attributes[:'balance']
|
162
|
+
if attributes.key?(:'raw_type')
|
163
|
+
self.raw_type = attributes[:'raw_type']
|
145
164
|
end
|
146
165
|
end
|
147
166
|
|
@@ -149,12 +168,47 @@ module SnapTrade
|
|
149
168
|
# @return Array for valid properties with the reasons
|
150
169
|
def list_invalid_properties
|
151
170
|
invalid_properties = Array.new
|
171
|
+
if @id.nil?
|
172
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
173
|
+
end
|
174
|
+
|
175
|
+
if @brokerage_authorization.nil?
|
176
|
+
invalid_properties.push('invalid value for "brokerage_authorization", brokerage_authorization cannot be nil.')
|
177
|
+
end
|
178
|
+
|
179
|
+
if @number.nil?
|
180
|
+
invalid_properties.push('invalid value for "number", number cannot be nil.')
|
181
|
+
end
|
182
|
+
|
183
|
+
if @institution_name.nil?
|
184
|
+
invalid_properties.push('invalid value for "institution_name", institution_name cannot be nil.')
|
185
|
+
end
|
186
|
+
|
187
|
+
if @created_date.nil?
|
188
|
+
invalid_properties.push('invalid value for "created_date", created_date cannot be nil.')
|
189
|
+
end
|
190
|
+
|
191
|
+
if @sync_status.nil?
|
192
|
+
invalid_properties.push('invalid value for "sync_status", sync_status cannot be nil.')
|
193
|
+
end
|
194
|
+
|
195
|
+
if @balance.nil?
|
196
|
+
invalid_properties.push('invalid value for "balance", balance cannot be nil.')
|
197
|
+
end
|
198
|
+
|
152
199
|
invalid_properties
|
153
200
|
end
|
154
201
|
|
155
202
|
# Check to see if the all the properties in the model are valid
|
156
203
|
# @return true if the model is valid
|
157
204
|
def valid?
|
205
|
+
return false if @id.nil?
|
206
|
+
return false if @brokerage_authorization.nil?
|
207
|
+
return false if @number.nil?
|
208
|
+
return false if @institution_name.nil?
|
209
|
+
return false if @created_date.nil?
|
210
|
+
return false if @sync_status.nil?
|
211
|
+
return false if @balance.nil?
|
158
212
|
true
|
159
213
|
end
|
160
214
|
|
@@ -165,15 +219,16 @@ module SnapTrade
|
|
165
219
|
self.class == o.class &&
|
166
220
|
id == o.id &&
|
167
221
|
brokerage_authorization == o.brokerage_authorization &&
|
168
|
-
portfolio_group == o.portfolio_group &&
|
169
222
|
name == o.name &&
|
170
223
|
number == o.number &&
|
171
224
|
institution_name == o.institution_name &&
|
172
225
|
created_date == o.created_date &&
|
226
|
+
sync_status == o.sync_status &&
|
227
|
+
balance == o.balance &&
|
173
228
|
meta == o.meta &&
|
229
|
+
portfolio_group == o.portfolio_group &&
|
174
230
|
cash_restrictions == o.cash_restrictions &&
|
175
|
-
|
176
|
-
balance == o.balance
|
231
|
+
raw_type == o.raw_type
|
177
232
|
end
|
178
233
|
|
179
234
|
# @see the `==` method
|
@@ -185,7 +240,7 @@ module SnapTrade
|
|
185
240
|
# Calculates hash code according to all attributes.
|
186
241
|
# @return [Integer] Hash code
|
187
242
|
def hash
|
188
|
-
[id, brokerage_authorization,
|
243
|
+
[id, brokerage_authorization, name, number, institution_name, created_date, sync_status, balance, meta, portfolio_group, cash_restrictions, raw_type].hash
|
189
244
|
end
|
190
245
|
|
191
246
|
# Builds the object from hash
|
@@ -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
|
-
#
|
14
|
+
# Contains balance related information for the account.
|
16
15
|
class AccountBalance
|
17
16
|
attr_accessor :total
|
18
17
|
|
@@ -5,17 +5,18 @@
|
|
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
|
-
# Total value of this account (includes cash, equity, fixed income, etc)
|
14
|
+
# Total market value of this account (includes cash, equity, fixed income, etc). This value is directly obtained from the brokerage and should reflect the most accurate value of the account.
|
16
15
|
class AccountBalanceTotal
|
16
|
+
# Total value denominated in the currency of the `currency` field.
|
17
17
|
attr_accessor :amount
|
18
18
|
|
19
|
+
# The ISO-4217 currency code for the amount.
|
19
20
|
attr_accessor :currency
|
20
21
|
|
21
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -45,13 +46,6 @@ module SnapTrade
|
|
45
46
|
])
|
46
47
|
end
|
47
48
|
|
48
|
-
# List of class defined in allOf (OpenAPI v3)
|
49
|
-
def self.openapi_all_of
|
50
|
-
[
|
51
|
-
:'Amount'
|
52
|
-
]
|
53
|
-
end
|
54
|
-
|
55
49
|
# Initializes the object
|
56
50
|
# @param [Hash] attributes Model attributes in the form of hash
|
57
51
|
def initialize(attributes = {})
|