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 'date'
|
@@ -13,6 +12,7 @@ require 'time'
|
|
13
12
|
|
14
13
|
module SnapTrade
|
15
14
|
class TradingCancelUserAccountOrderRequest
|
15
|
+
# Order ID returned by brokerage. This is the unique identifier for the order in the brokerage system.
|
16
16
|
attr_accessor :brokerage_order_id
|
17
17
|
|
18
18
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -5,25 +5,29 @@
|
|
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
|
-
# Status of account transaction sync
|
14
|
+
# Status of account transaction sync. SnapTrade syncs transactions from the brokerage under the following conditions: 1. Initial connection - SnapTrade syncs all transactions from the brokerage account as far back as the brokerage allows. Check [our integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=6fab8012ade6441fa0c6d9af9c55ce3a) for details on how far back we sync for each brokerage. 2. Daily sync - Once a day SnapTrade syncs new transactions from the brokerage. 3. Manual sync - You can retrigger an incremental sync of transactions with the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
|
16
15
|
class TransactionsStatus
|
16
|
+
# Indicates if the initial sync of transactions has been completed. For accounts with a large number of transactions, the initial sync may take a while to complete.
|
17
17
|
attr_accessor :initial_sync_completed
|
18
18
|
|
19
|
-
#
|
19
|
+
# All transactions up to this date have been successfully synced. Please note that this is not the date of the last transaction, nor the last time SnapTrade attempted to sync transactions.
|
20
20
|
attr_accessor :last_successful_sync
|
21
21
|
|
22
|
+
# The date of the first transaction in the account known to SnapTrade. It's possible that the account has transactions before this date, but they are not known to SnapTrade.
|
23
|
+
attr_accessor :first_transaction_date
|
24
|
+
|
22
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
23
26
|
def self.attribute_map
|
24
27
|
{
|
25
28
|
:'initial_sync_completed' => :'initial_sync_completed',
|
26
|
-
:'last_successful_sync' => :'last_successful_sync'
|
29
|
+
:'last_successful_sync' => :'last_successful_sync',
|
30
|
+
:'first_transaction_date' => :'first_transaction_date'
|
27
31
|
}
|
28
32
|
end
|
29
33
|
|
@@ -36,14 +40,16 @@ module SnapTrade
|
|
36
40
|
def self.openapi_types
|
37
41
|
{
|
38
42
|
:'initial_sync_completed' => :'Boolean',
|
39
|
-
:'last_successful_sync' => :'Date'
|
43
|
+
:'last_successful_sync' => :'Date',
|
44
|
+
:'first_transaction_date' => :'Date'
|
40
45
|
}
|
41
46
|
end
|
42
47
|
|
43
48
|
# List of attributes with nullable: true
|
44
49
|
def self.openapi_nullable
|
45
50
|
Set.new([
|
46
|
-
:'last_successful_sync'
|
51
|
+
:'last_successful_sync',
|
52
|
+
:'first_transaction_date'
|
47
53
|
])
|
48
54
|
end
|
49
55
|
|
@@ -69,6 +75,10 @@ module SnapTrade
|
|
69
75
|
if attributes.key?(:'last_successful_sync')
|
70
76
|
self.last_successful_sync = attributes[:'last_successful_sync']
|
71
77
|
end
|
78
|
+
|
79
|
+
if attributes.key?(:'first_transaction_date')
|
80
|
+
self.first_transaction_date = attributes[:'first_transaction_date']
|
81
|
+
end
|
72
82
|
end
|
73
83
|
|
74
84
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -90,7 +100,8 @@ module SnapTrade
|
|
90
100
|
return true if self.equal?(o)
|
91
101
|
self.class == o.class &&
|
92
102
|
initial_sync_completed == o.initial_sync_completed &&
|
93
|
-
last_successful_sync == o.last_successful_sync
|
103
|
+
last_successful_sync == o.last_successful_sync &&
|
104
|
+
first_transaction_date == o.first_transaction_date
|
94
105
|
end
|
95
106
|
|
96
107
|
# @see the `==` method
|
@@ -102,7 +113,7 @@ module SnapTrade
|
|
102
113
|
# Calculates hash code according to all attributes.
|
103
114
|
# @return [Integer] Hash code
|
104
115
|
def hash
|
105
|
-
[initial_sync_completed, last_successful_sync].hash
|
116
|
+
[initial_sync_completed, last_successful_sync, first_transaction_date].hash
|
106
117
|
end
|
107
118
|
|
108
119
|
# 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'
|
@@ -13,11 +12,11 @@ require 'time'
|
|
13
12
|
|
14
13
|
module SnapTrade
|
15
14
|
class Type
|
16
|
-
|
17
|
-
|
15
|
+
READ = "read".freeze
|
16
|
+
TRADE = "trade".freeze
|
18
17
|
|
19
18
|
def self.all_vars
|
20
|
-
@all_vars ||= [
|
19
|
+
@all_vars ||= [READ, TRADE].freeze
|
21
20
|
end
|
22
21
|
|
23
22
|
# Builds the enum from string
|
@@ -5,19 +5,24 @@
|
|
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
|
+
# Symbol object for the underlying security of an option.
|
16
15
|
class UnderlyingSymbol
|
16
|
+
# Unique identifier for the symbol within SnapTrade. This is the ID used to reference the symbol in SnapTrade API calls.
|
17
17
|
attr_accessor :id
|
18
18
|
|
19
|
+
# The security's trading ticker symbol. For example \"AAPL\" for Apple Inc. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on \"Yahoo Finance Market Coverage and Data Delays\"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix.
|
19
20
|
attr_accessor :symbol
|
20
21
|
|
22
|
+
# The raw symbol is `symbol` with the exchange suffix removed. For example, if `symbol` is \"VAB.TO\", then `raw_symbol` is \"VAB\".
|
23
|
+
attr_accessor :raw_symbol
|
24
|
+
|
25
|
+
# A human-readable description of the security. This is usually the company name or ETF name.
|
21
26
|
attr_accessor :description
|
22
27
|
|
23
28
|
attr_accessor :currency
|
@@ -26,6 +31,12 @@ module SnapTrade
|
|
26
31
|
|
27
32
|
attr_accessor :type
|
28
33
|
|
34
|
+
# This identifier is unique per security per trading venue. See section 1.4.1 of the [FIGI Standard](https://www.openfigi.com/assets/local/figi-allocation-rules.pdf) for more information. This value should be the same as the `figi_code` in the `figi_instrument` child property.
|
35
|
+
attr_accessor :figi_code
|
36
|
+
|
37
|
+
attr_accessor :figi_instrument
|
38
|
+
|
39
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
|
29
40
|
attr_accessor :currencies
|
30
41
|
|
31
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -33,10 +44,13 @@ module SnapTrade
|
|
33
44
|
{
|
34
45
|
:'id' => :'id',
|
35
46
|
:'symbol' => :'symbol',
|
47
|
+
:'raw_symbol' => :'raw_symbol',
|
36
48
|
:'description' => :'description',
|
37
49
|
:'currency' => :'currency',
|
38
50
|
:'exchange' => :'exchange',
|
39
51
|
:'type' => :'type',
|
52
|
+
:'figi_code' => :'figi_code',
|
53
|
+
:'figi_instrument' => :'figi_instrument',
|
40
54
|
:'currencies' => :'currencies'
|
41
55
|
}
|
42
56
|
end
|
@@ -51,10 +65,13 @@ module SnapTrade
|
|
51
65
|
{
|
52
66
|
:'id' => :'String',
|
53
67
|
:'symbol' => :'String',
|
68
|
+
:'raw_symbol' => :'String',
|
54
69
|
:'description' => :'String',
|
55
|
-
:'currency' => :'
|
56
|
-
:'exchange' => :'
|
57
|
-
:'type' => :'
|
70
|
+
:'currency' => :'SymbolCurrency',
|
71
|
+
:'exchange' => :'UnderlyingSymbolExchange',
|
72
|
+
:'type' => :'UnderlyingSymbolType',
|
73
|
+
:'figi_code' => :'String',
|
74
|
+
:'figi_instrument' => :'SymbolFigiInstrument',
|
58
75
|
:'currencies' => :'Array<Currency>'
|
59
76
|
}
|
60
77
|
end
|
@@ -63,6 +80,8 @@ module SnapTrade
|
|
63
80
|
def self.openapi_nullable
|
64
81
|
Set.new([
|
65
82
|
:'description',
|
83
|
+
:'figi_code',
|
84
|
+
:'figi_instrument',
|
66
85
|
])
|
67
86
|
end
|
68
87
|
|
@@ -89,6 +108,10 @@ module SnapTrade
|
|
89
108
|
self.symbol = attributes[:'symbol']
|
90
109
|
end
|
91
110
|
|
111
|
+
if attributes.key?(:'raw_symbol')
|
112
|
+
self.raw_symbol = attributes[:'raw_symbol']
|
113
|
+
end
|
114
|
+
|
92
115
|
if attributes.key?(:'description')
|
93
116
|
self.description = attributes[:'description']
|
94
117
|
end
|
@@ -105,6 +128,14 @@ module SnapTrade
|
|
105
128
|
self.type = attributes[:'type']
|
106
129
|
end
|
107
130
|
|
131
|
+
if attributes.key?(:'figi_code')
|
132
|
+
self.figi_code = attributes[:'figi_code']
|
133
|
+
end
|
134
|
+
|
135
|
+
if attributes.key?(:'figi_instrument')
|
136
|
+
self.figi_instrument = attributes[:'figi_instrument']
|
137
|
+
end
|
138
|
+
|
108
139
|
if attributes.key?(:'currencies')
|
109
140
|
if (value = attributes[:'currencies']).is_a?(Array)
|
110
141
|
self.currencies = value
|
@@ -132,10 +163,13 @@ module SnapTrade
|
|
132
163
|
self.class == o.class &&
|
133
164
|
id == o.id &&
|
134
165
|
symbol == o.symbol &&
|
166
|
+
raw_symbol == o.raw_symbol &&
|
135
167
|
description == o.description &&
|
136
168
|
currency == o.currency &&
|
137
169
|
exchange == o.exchange &&
|
138
170
|
type == o.type &&
|
171
|
+
figi_code == o.figi_code &&
|
172
|
+
figi_instrument == o.figi_instrument &&
|
139
173
|
currencies == o.currencies
|
140
174
|
end
|
141
175
|
|
@@ -148,7 +182,7 @@ module SnapTrade
|
|
148
182
|
# Calculates hash code according to all attributes.
|
149
183
|
# @return [Integer] Hash code
|
150
184
|
def hash
|
151
|
-
[id, symbol, description, currency, exchange, type, currencies].hash
|
185
|
+
[id, symbol, raw_symbol, description, currency, exchange, type, figi_code, figi_instrument, currencies].hash
|
152
186
|
end
|
153
187
|
|
154
188
|
# Builds the object from hash
|
@@ -5,46 +5,44 @@
|
|
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
|
14
|
+
# The exchange on which the security is listed and traded.
|
15
|
+
class UnderlyingSymbolExchange
|
17
16
|
attr_accessor :id
|
18
17
|
|
19
|
-
attr_accessor :
|
18
|
+
attr_accessor :code
|
20
19
|
|
21
|
-
attr_accessor :
|
20
|
+
attr_accessor :mic_code
|
22
21
|
|
23
22
|
attr_accessor :name
|
24
23
|
|
25
|
-
attr_accessor :
|
24
|
+
attr_accessor :timezone
|
26
25
|
|
27
|
-
attr_accessor :
|
26
|
+
attr_accessor :start_time
|
28
27
|
|
29
|
-
attr_accessor :
|
28
|
+
attr_accessor :close_time
|
30
29
|
|
31
|
-
attr_accessor :
|
30
|
+
attr_accessor :suffix
|
32
31
|
|
33
|
-
|
34
|
-
attr_accessor :created_date
|
32
|
+
attr_accessor :allows_cryptocurrency_symbols
|
35
33
|
|
36
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
37
35
|
def self.attribute_map
|
38
36
|
{
|
39
37
|
:'id' => :'id',
|
40
|
-
:'
|
41
|
-
:'
|
38
|
+
:'code' => :'code',
|
39
|
+
:'mic_code' => :'mic_code',
|
42
40
|
:'name' => :'name',
|
43
|
-
:'
|
44
|
-
:'
|
45
|
-
:'
|
46
|
-
:'
|
47
|
-
:'
|
41
|
+
:'timezone' => :'timezone',
|
42
|
+
:'start_time' => :'start_time',
|
43
|
+
:'close_time' => :'close_time',
|
44
|
+
:'suffix' => :'suffix',
|
45
|
+
:'allows_cryptocurrency_symbols' => :'allows_cryptocurrency_symbols'
|
48
46
|
}
|
49
47
|
end
|
50
48
|
|
@@ -57,35 +55,42 @@ module SnapTrade
|
|
57
55
|
def self.openapi_types
|
58
56
|
{
|
59
57
|
:'id' => :'String',
|
60
|
-
:'
|
61
|
-
:'
|
58
|
+
:'code' => :'String',
|
59
|
+
:'mic_code' => :'String',
|
62
60
|
:'name' => :'String',
|
63
|
-
:'
|
64
|
-
:'
|
65
|
-
:'
|
66
|
-
:'
|
67
|
-
:'
|
61
|
+
:'timezone' => :'String',
|
62
|
+
:'start_time' => :'String',
|
63
|
+
:'close_time' => :'String',
|
64
|
+
:'suffix' => :'String',
|
65
|
+
:'allows_cryptocurrency_symbols' => :'Boolean'
|
68
66
|
}
|
69
67
|
end
|
70
68
|
|
71
69
|
# List of attributes with nullable: true
|
72
70
|
def self.openapi_nullable
|
73
71
|
Set.new([
|
74
|
-
:'
|
72
|
+
:'suffix',
|
75
73
|
])
|
76
74
|
end
|
77
75
|
|
76
|
+
# List of class defined in allOf (OpenAPI v3)
|
77
|
+
def self.openapi_all_of
|
78
|
+
[
|
79
|
+
:'USExchange'
|
80
|
+
]
|
81
|
+
end
|
82
|
+
|
78
83
|
# Initializes the object
|
79
84
|
# @param [Hash] attributes Model attributes in the form of hash
|
80
85
|
def initialize(attributes = {})
|
81
86
|
if (!attributes.is_a?(Hash))
|
82
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::
|
87
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::UnderlyingSymbolExchange` initialize method"
|
83
88
|
end
|
84
89
|
|
85
90
|
# check to see if the attribute exists and convert string to symbol for hash key
|
86
91
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
87
92
|
if (!self.class.attribute_map.key?(k.to_sym))
|
88
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::
|
93
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::UnderlyingSymbolExchange`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
89
94
|
end
|
90
95
|
h[k.to_sym] = v
|
91
96
|
}
|
@@ -94,40 +99,36 @@ module SnapTrade
|
|
94
99
|
self.id = attributes[:'id']
|
95
100
|
end
|
96
101
|
|
97
|
-
if attributes.key?(:'
|
98
|
-
self.
|
102
|
+
if attributes.key?(:'code')
|
103
|
+
self.code = attributes[:'code']
|
99
104
|
end
|
100
105
|
|
101
|
-
if attributes.key?(:'
|
102
|
-
self.
|
106
|
+
if attributes.key?(:'mic_code')
|
107
|
+
self.mic_code = attributes[:'mic_code']
|
103
108
|
end
|
104
109
|
|
105
110
|
if attributes.key?(:'name')
|
106
111
|
self.name = attributes[:'name']
|
107
112
|
end
|
108
113
|
|
109
|
-
if attributes.key?(:'
|
110
|
-
self.
|
114
|
+
if attributes.key?(:'timezone')
|
115
|
+
self.timezone = attributes[:'timezone']
|
111
116
|
end
|
112
117
|
|
113
|
-
if attributes.key?(:'
|
114
|
-
self.
|
118
|
+
if attributes.key?(:'start_time')
|
119
|
+
self.start_time = attributes[:'start_time']
|
115
120
|
end
|
116
121
|
|
117
|
-
if attributes.key?(:'
|
118
|
-
|
119
|
-
self.meta = value
|
120
|
-
end
|
122
|
+
if attributes.key?(:'close_time')
|
123
|
+
self.close_time = attributes[:'close_time']
|
121
124
|
end
|
122
125
|
|
123
|
-
if attributes.key?(:'
|
124
|
-
|
125
|
-
self.cash_restrictions = value
|
126
|
-
end
|
126
|
+
if attributes.key?(:'suffix')
|
127
|
+
self.suffix = attributes[:'suffix']
|
127
128
|
end
|
128
129
|
|
129
|
-
if attributes.key?(:'
|
130
|
-
self.
|
130
|
+
if attributes.key?(:'allows_cryptocurrency_symbols')
|
131
|
+
self.allows_cryptocurrency_symbols = attributes[:'allows_cryptocurrency_symbols']
|
131
132
|
end
|
132
133
|
end
|
133
134
|
|
@@ -150,14 +151,14 @@ module SnapTrade
|
|
150
151
|
return true if self.equal?(o)
|
151
152
|
self.class == o.class &&
|
152
153
|
id == o.id &&
|
153
|
-
|
154
|
-
|
154
|
+
code == o.code &&
|
155
|
+
mic_code == o.mic_code &&
|
155
156
|
name == o.name &&
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
157
|
+
timezone == o.timezone &&
|
158
|
+
start_time == o.start_time &&
|
159
|
+
close_time == o.close_time &&
|
160
|
+
suffix == o.suffix &&
|
161
|
+
allows_cryptocurrency_symbols == o.allows_cryptocurrency_symbols
|
161
162
|
end
|
162
163
|
|
163
164
|
# @see the `==` method
|
@@ -169,7 +170,7 @@ module SnapTrade
|
|
169
170
|
# Calculates hash code according to all attributes.
|
170
171
|
# @return [Integer] Hash code
|
171
172
|
def hash
|
172
|
-
[id,
|
173
|
+
[id, code, mic_code, name, timezone, start_time, close_time, suffix, allows_cryptocurrency_symbols].hash
|
173
174
|
end
|
174
175
|
|
175
176
|
# Builds the object from hash
|
@@ -5,36 +5,33 @@
|
|
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
|
14
|
+
# The type of security. For example, \"Common Stock\" or \"ETF\".
|
15
|
+
class UnderlyingSymbolType
|
16
|
+
# Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.
|
17
17
|
attr_accessor :id
|
18
18
|
|
19
|
-
|
20
|
-
|
21
|
-
attr_accessor :brokerage_authorization
|
19
|
+
# A short code representing the security type. For example, \"cs\" for Common Stock. Here are some common values: - `ad` - ADR - `bnd` - Bond - `cs` - Common Stock - `cef` - Closed End Fund - `crypto` - Cryptocurrency - `et` - ETF - `oef` - Open Ended Fund - `ps` - Preferred Stock - `rt` - Right - `struct` - Structured Product - `ut` - Unit - `wi` - When Issued - `wt` - Warrant
|
20
|
+
attr_accessor :code
|
22
21
|
|
22
|
+
# A human-readable description of the security type. For example, \"Common Stock\" or \"ETF\".
|
23
23
|
attr_accessor :description
|
24
24
|
|
25
|
-
|
26
|
-
|
27
|
-
attr_accessor :option_symbol
|
25
|
+
# This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
|
26
|
+
attr_accessor :is_supported
|
28
27
|
|
29
28
|
# Attribute mapping from ruby-style variable name to JSON key.
|
30
29
|
def self.attribute_map
|
31
30
|
{
|
32
31
|
:'id' => :'id',
|
33
|
-
:'
|
34
|
-
:'brokerage_authorization' => :'brokerage_authorization',
|
32
|
+
:'code' => :'code',
|
35
33
|
:'description' => :'description',
|
36
|
-
:'
|
37
|
-
:'option_symbol' => :'option_symbol'
|
34
|
+
:'is_supported' => :'is_supported'
|
38
35
|
}
|
39
36
|
end
|
40
37
|
|
@@ -47,34 +44,36 @@ module SnapTrade
|
|
47
44
|
def self.openapi_types
|
48
45
|
{
|
49
46
|
:'id' => :'String',
|
50
|
-
:'
|
51
|
-
:'brokerage_authorization' => :'BrokerageAuthorization',
|
47
|
+
:'code' => :'String',
|
52
48
|
:'description' => :'String',
|
53
|
-
:'
|
54
|
-
:'option_symbol' => :'BrokerageSymbolOptionSymbol'
|
49
|
+
:'is_supported' => :'Boolean'
|
55
50
|
}
|
56
51
|
end
|
57
52
|
|
58
53
|
# List of attributes with nullable: true
|
59
54
|
def self.openapi_nullable
|
60
55
|
Set.new([
|
61
|
-
:'symbol',
|
62
|
-
:'allows_fractional_units',
|
63
|
-
:'option_symbol'
|
64
56
|
])
|
65
57
|
end
|
66
58
|
|
59
|
+
# List of class defined in allOf (OpenAPI v3)
|
60
|
+
def self.openapi_all_of
|
61
|
+
[
|
62
|
+
:'SecurityType'
|
63
|
+
]
|
64
|
+
end
|
65
|
+
|
67
66
|
# Initializes the object
|
68
67
|
# @param [Hash] attributes Model attributes in the form of hash
|
69
68
|
def initialize(attributes = {})
|
70
69
|
if (!attributes.is_a?(Hash))
|
71
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::
|
70
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::UnderlyingSymbolType` initialize method"
|
72
71
|
end
|
73
72
|
|
74
73
|
# check to see if the attribute exists and convert string to symbol for hash key
|
75
74
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
76
75
|
if (!self.class.attribute_map.key?(k.to_sym))
|
77
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::
|
76
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::UnderlyingSymbolType`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
78
77
|
end
|
79
78
|
h[k.to_sym] = v
|
80
79
|
}
|
@@ -83,24 +82,16 @@ module SnapTrade
|
|
83
82
|
self.id = attributes[:'id']
|
84
83
|
end
|
85
84
|
|
86
|
-
if attributes.key?(:'
|
87
|
-
self.
|
88
|
-
end
|
89
|
-
|
90
|
-
if attributes.key?(:'brokerage_authorization')
|
91
|
-
self.brokerage_authorization = attributes[:'brokerage_authorization']
|
85
|
+
if attributes.key?(:'code')
|
86
|
+
self.code = attributes[:'code']
|
92
87
|
end
|
93
88
|
|
94
89
|
if attributes.key?(:'description')
|
95
90
|
self.description = attributes[:'description']
|
96
91
|
end
|
97
92
|
|
98
|
-
if attributes.key?(:'
|
99
|
-
self.
|
100
|
-
end
|
101
|
-
|
102
|
-
if attributes.key?(:'option_symbol')
|
103
|
-
self.option_symbol = attributes[:'option_symbol']
|
93
|
+
if attributes.key?(:'is_supported')
|
94
|
+
self.is_supported = attributes[:'is_supported']
|
104
95
|
end
|
105
96
|
end
|
106
97
|
|
@@ -123,11 +114,9 @@ module SnapTrade
|
|
123
114
|
return true if self.equal?(o)
|
124
115
|
self.class == o.class &&
|
125
116
|
id == o.id &&
|
126
|
-
|
127
|
-
brokerage_authorization == o.brokerage_authorization &&
|
117
|
+
code == o.code &&
|
128
118
|
description == o.description &&
|
129
|
-
|
130
|
-
option_symbol == o.option_symbol
|
119
|
+
is_supported == o.is_supported
|
131
120
|
end
|
132
121
|
|
133
122
|
# @see the `==` method
|
@@ -139,7 +128,7 @@ module SnapTrade
|
|
139
128
|
# Calculates hash code according to all attributes.
|
140
129
|
# @return [Integer] Hash code
|
141
130
|
def hash
|
142
|
-
[id,
|
131
|
+
[id, code, description, is_supported].hash
|
143
132
|
end
|
144
133
|
|
145
134
|
# Builds the object from hash
|