snaptrade 1.13.0 → 1.14.0

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.
Files changed (308) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +10 -10
  3. data/Gemfile.lock +11 -13
  4. data/README.md +221 -220
  5. data/docs/APIStatusApi.md +57 -57
  6. data/docs/AccountInformationApi.md +535 -535
  7. data/docs/AuthenticationApi.md +314 -314
  8. data/docs/BrokerageSymbol.md +28 -28
  9. data/docs/BrokerageSymbolOptionSymbol.md +32 -38
  10. data/docs/BrokerageSymbolSymbol.md +32 -32
  11. data/docs/ConnectionsApi.md +265 -265
  12. data/docs/ErrorLogsApi.md +68 -68
  13. data/docs/OptionsApi.md +378 -378
  14. data/docs/OptionsPosition.md +10 -8
  15. data/docs/OptionsPositionCurrency.md +22 -0
  16. data/docs/OptionsSymbol.md +3 -9
  17. data/docs/Position.md +3 -1
  18. data/docs/ReferenceDataApi.md +595 -595
  19. data/docs/TradingApi.md +478 -478
  20. data/docs/TransactionsAndReportingApi.md +183 -183
  21. data/docs/UniversalActivity.md +48 -48
  22. data/docs/UserIDandSecret.md +20 -20
  23. data/lib/snaptrade/api/account_information_api.rb +801 -801
  24. data/lib/snaptrade/api/api_status_api.rb +98 -98
  25. data/lib/snaptrade/api/authentication_api.rb +481 -481
  26. data/lib/snaptrade/api/connections_api.rb +398 -398
  27. data/lib/snaptrade/api/error_logs_api.rb +112 -112
  28. data/lib/snaptrade/api/options_api.rb +591 -591
  29. data/lib/snaptrade/api/reference_data_api.rb +894 -894
  30. data/lib/snaptrade/api/trading_api.rb +741 -741
  31. data/lib/snaptrade/api/transactions_and_reporting_api.rb +283 -283
  32. data/lib/snaptrade/api_client.rb +427 -427
  33. data/lib/snaptrade/api_client_custom.rb +32 -32
  34. data/lib/snaptrade/api_error.rb +6 -6
  35. data/lib/snaptrade/configuration.rb +334 -334
  36. data/lib/snaptrade/models/account.rb +6 -6
  37. data/lib/snaptrade/models/account_holdings.rb +6 -6
  38. data/lib/snaptrade/models/account_holdings_account.rb +6 -6
  39. data/lib/snaptrade/models/account_order_record.rb +6 -6
  40. data/lib/snaptrade/models/account_order_record_status.rb +6 -6
  41. data/lib/snaptrade/models/account_simple.rb +6 -6
  42. data/lib/snaptrade/models/account_sync_status.rb +6 -6
  43. data/lib/snaptrade/models/action.rb +6 -6
  44. data/lib/snaptrade/models/auth_type.rb +6 -6
  45. data/lib/snaptrade/models/authentication_login_snap_trade_user200_response.rb +6 -6
  46. data/lib/snaptrade/models/balance.rb +6 -6
  47. data/lib/snaptrade/models/brokerage.rb +6 -6
  48. data/lib/snaptrade/models/brokerage_authorization.rb +6 -6
  49. data/lib/snaptrade/models/brokerage_authorization_type.rb +6 -6
  50. data/lib/snaptrade/models/brokerage_authorization_type_read_only.rb +6 -6
  51. data/lib/snaptrade/models/brokerage_authorization_type_read_only_brokerage.rb +6 -6
  52. data/lib/snaptrade/models/brokerage_authorization_type_read_only_type.rb +6 -6
  53. data/lib/snaptrade/models/brokerage_authorization_type_type.rb +6 -6
  54. data/lib/snaptrade/models/brokerage_symbol.rb +266 -266
  55. data/lib/snaptrade/models/brokerage_symbol_option_symbol.rb +287 -316
  56. data/lib/snaptrade/models/brokerage_symbol_symbol.rb +290 -290
  57. data/lib/snaptrade/models/brokerage_type.rb +6 -6
  58. data/lib/snaptrade/models/calculated_trade.rb +6 -6
  59. data/lib/snaptrade/models/cash_restriction.rb +6 -6
  60. data/lib/snaptrade/models/connection_type.rb +6 -6
  61. data/lib/snaptrade/models/connections_session_events200_response_inner.rb +6 -6
  62. data/lib/snaptrade/models/currency.rb +6 -6
  63. data/lib/snaptrade/models/delete_user_response.rb +6 -6
  64. data/lib/snaptrade/models/dividend_at_date.rb +6 -6
  65. data/lib/snaptrade/models/encrypted_response.rb +6 -6
  66. data/lib/snaptrade/models/encrypted_response_encrypted_message_data.rb +6 -6
  67. data/lib/snaptrade/models/exchange.rb +6 -6
  68. data/lib/snaptrade/models/exchange_rate_pairs.rb +6 -6
  69. data/lib/snaptrade/models/excluded_asset.rb +6 -6
  70. data/lib/snaptrade/models/jwt.rb +6 -6
  71. data/lib/snaptrade/models/login_redirect_uri.rb +6 -6
  72. data/lib/snaptrade/models/manual_trade.rb +6 -6
  73. data/lib/snaptrade/models/manual_trade_and_impact.rb +6 -6
  74. data/lib/snaptrade/models/manual_trade_balance.rb +6 -6
  75. data/lib/snaptrade/models/manual_trade_form.rb +6 -6
  76. data/lib/snaptrade/models/manual_trade_symbol.rb +6 -6
  77. data/lib/snaptrade/models/model400_failed_request_response.rb +6 -6
  78. data/lib/snaptrade/models/model401_failed_request_response.rb +6 -6
  79. data/lib/snaptrade/models/model403_failed_request_response.rb +6 -6
  80. data/lib/snaptrade/models/model404_failed_request_response.rb +6 -6
  81. data/lib/snaptrade/models/model_asset_class.rb +6 -6
  82. data/lib/snaptrade/models/model_asset_class_details.rb +6 -6
  83. data/lib/snaptrade/models/model_asset_class_target.rb +6 -6
  84. data/lib/snaptrade/models/model_portfolio.rb +6 -6
  85. data/lib/snaptrade/models/model_portfolio_asset_class.rb +6 -6
  86. data/lib/snaptrade/models/model_portfolio_details.rb +6 -6
  87. data/lib/snaptrade/models/model_portfolio_security.rb +6 -6
  88. data/lib/snaptrade/models/model_type.rb +6 -6
  89. data/lib/snaptrade/models/monthly_dividends.rb +6 -6
  90. data/lib/snaptrade/models/net_contributions.rb +6 -6
  91. data/lib/snaptrade/models/net_dividend.rb +6 -6
  92. data/lib/snaptrade/models/option_chain_inner.rb +6 -6
  93. data/lib/snaptrade/models/option_chain_inner_chain_per_root_inner.rb +6 -6
  94. data/lib/snaptrade/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner.rb +6 -6
  95. data/lib/snaptrade/models/option_leg.rb +6 -6
  96. data/lib/snaptrade/models/option_leg_action.rb +6 -6
  97. data/lib/snaptrade/models/option_strategy.rb +6 -6
  98. data/lib/snaptrade/models/option_strategy_legs_inner.rb +6 -6
  99. data/lib/snaptrade/models/options_get_option_strategy_request.rb +6 -6
  100. data/lib/snaptrade/models/options_holdings.rb +6 -6
  101. data/lib/snaptrade/models/options_place_option_strategy_request.rb +6 -6
  102. data/lib/snaptrade/models/options_position.rb +46 -31
  103. data/lib/snaptrade/models/options_position_currency.rb +242 -0
  104. data/lib/snaptrade/models/options_symbol.rb +13 -42
  105. data/lib/snaptrade/models/order_strategy_execute_body_order_type.rb +6 -6
  106. data/lib/snaptrade/models/order_strategy_execute_body_time_in_force.rb +6 -6
  107. data/lib/snaptrade/models/order_type.rb +6 -6
  108. data/lib/snaptrade/models/partner_data.rb +6 -6
  109. data/lib/snaptrade/models/past_value.rb +6 -6
  110. data/lib/snaptrade/models/performance_custom.rb +6 -6
  111. data/lib/snaptrade/models/portfolio_group.rb +6 -6
  112. data/lib/snaptrade/models/portfolio_group_info.rb +6 -6
  113. data/lib/snaptrade/models/portfolio_group_position.rb +6 -6
  114. data/lib/snaptrade/models/portfolio_group_settings.rb +6 -6
  115. data/lib/snaptrade/models/position.rb +22 -11
  116. data/lib/snaptrade/models/position_symbol.rb +6 -6
  117. data/lib/snaptrade/models/redirect_tokenand_pin.rb +6 -6
  118. data/lib/snaptrade/models/security_type.rb +6 -6
  119. data/lib/snaptrade/models/session_event.rb +6 -6
  120. data/lib/snaptrade/models/session_event_type.rb +6 -6
  121. data/lib/snaptrade/models/snap_trade_api_disclaimer_accept_status.rb +6 -6
  122. data/lib/snaptrade/models/snap_trade_holdings_account.rb +6 -6
  123. data/lib/snaptrade/models/snap_trade_holdings_account_account_id.rb +6 -6
  124. data/lib/snaptrade/models/snap_trade_holdings_total_value.rb +6 -6
  125. data/lib/snaptrade/models/snap_trade_login_user_request_body.rb +6 -6
  126. data/lib/snaptrade/models/snap_trade_register_user_request_body.rb +6 -6
  127. data/lib/snaptrade/models/state.rb +6 -6
  128. data/lib/snaptrade/models/status.rb +6 -6
  129. data/lib/snaptrade/models/strategy_impact.rb +6 -6
  130. data/lib/snaptrade/models/strategy_impact_legs_inner.rb +6 -6
  131. data/lib/snaptrade/models/strategy_order_place.rb +6 -6
  132. data/lib/snaptrade/models/strategy_order_place_orders_inner.rb +6 -6
  133. data/lib/snaptrade/models/strategy_order_place_orders_inner_legs_inner.rb +6 -6
  134. data/lib/snaptrade/models/strategy_order_record.rb +6 -6
  135. data/lib/snaptrade/models/strategy_order_record_order_type.rb +6 -6
  136. data/lib/snaptrade/models/strategy_order_record_status.rb +6 -6
  137. data/lib/snaptrade/models/strategy_order_record_time_in_force.rb +6 -6
  138. data/lib/snaptrade/models/strategy_quotes.rb +6 -6
  139. data/lib/snaptrade/models/strategy_quotes_greek.rb +6 -6
  140. data/lib/snaptrade/models/strategy_type.rb +6 -6
  141. data/lib/snaptrade/models/sub_period_return_rate.rb +6 -6
  142. data/lib/snaptrade/models/symbol.rb +6 -6
  143. data/lib/snaptrade/models/symbol_query.rb +6 -6
  144. data/lib/snaptrade/models/symbols_quotes_inner.rb +6 -6
  145. data/lib/snaptrade/models/target_asset.rb +6 -6
  146. data/lib/snaptrade/models/time_in_force.rb +6 -6
  147. data/lib/snaptrade/models/trade.rb +6 -6
  148. data/lib/snaptrade/models/trade_action.rb +6 -6
  149. data/lib/snaptrade/models/trade_execution_status.rb +6 -6
  150. data/lib/snaptrade/models/trade_execution_status_action.rb +6 -6
  151. data/lib/snaptrade/models/trade_impact.rb +6 -6
  152. data/lib/snaptrade/models/trading_cancel_user_account_order_request.rb +6 -6
  153. data/lib/snaptrade/models/trading_place_oco_order_request.rb +6 -6
  154. data/lib/snaptrade/models/transactions_status.rb +6 -6
  155. data/lib/snaptrade/models/type.rb +6 -6
  156. data/lib/snaptrade/models/underlying_symbol.rb +6 -6
  157. data/lib/snaptrade/models/universal_activity.rb +360 -360
  158. data/lib/snaptrade/models/universal_symbol.rb +6 -6
  159. data/lib/snaptrade/models/universal_symbol_ticker.rb +6 -6
  160. data/lib/snaptrade/models/us_exchange.rb +6 -6
  161. data/lib/snaptrade/models/user_error_log.rb +6 -6
  162. data/lib/snaptrade/models/user_i_dand_secret.rb +229 -229
  163. data/lib/snaptrade/models/user_settings.rb +6 -6
  164. data/lib/snaptrade/version.rb +13 -13
  165. data/lib/snaptrade.rb +214 -213
  166. data/snaptrade.gemspec +41 -41
  167. data/spec/api/account_information_api_spec.rb +135 -135
  168. data/spec/api/api_status_api_spec.rb +42 -42
  169. data/spec/api/authentication_api_spec.rb +88 -88
  170. data/spec/api/connections_api_spec.rb +82 -82
  171. data/spec/api/error_logs_api_spec.rb +43 -43
  172. data/spec/api/options_api_spec.rb +101 -101
  173. data/spec/api/reference_data_api_spec.rb +150 -150
  174. data/spec/api/trading_api_spec.rb +112 -112
  175. data/spec/api/transactions_and_reporting_api_spec.rb +67 -67
  176. data/spec/api_client_spec.rb +193 -193
  177. data/spec/configuration_spec.rb +6 -6
  178. data/spec/getting_started_spec.rb +108 -108
  179. data/spec/models/account_holdings_account_spec.rb +54 -54
  180. data/spec/models/account_holdings_spec.rb +48 -48
  181. data/spec/models/account_order_record_spec.rb +132 -132
  182. data/spec/models/account_order_record_status_spec.rb +24 -24
  183. data/spec/models/account_simple_spec.rb +48 -48
  184. data/spec/models/account_spec.rb +84 -84
  185. data/spec/models/account_sync_status_spec.rb +30 -30
  186. data/spec/models/action_spec.rb +24 -24
  187. data/spec/models/auth_type_spec.rb +24 -24
  188. data/spec/models/authentication_login_snap_trade_user200_response_spec.rb +27 -27
  189. data/spec/models/balance_spec.rb +36 -36
  190. data/spec/models/brokerage_authorization_spec.rb +78 -78
  191. data/spec/models/brokerage_authorization_type_read_only_brokerage_spec.rb +42 -42
  192. data/spec/models/brokerage_authorization_type_read_only_spec.rb +48 -48
  193. data/spec/models/brokerage_authorization_type_read_only_type_spec.rb +24 -24
  194. data/spec/models/brokerage_authorization_type_spec.rb +30 -30
  195. data/spec/models/brokerage_authorization_type_type_spec.rb +24 -24
  196. data/spec/models/brokerage_spec.rb +132 -132
  197. data/spec/models/brokerage_symbol_option_symbol_spec.rb +72 -90
  198. data/spec/models/brokerage_symbol_spec.rb +60 -60
  199. data/spec/models/brokerage_symbol_symbol_spec.rb +72 -72
  200. data/spec/models/brokerage_type_spec.rb +36 -36
  201. data/spec/models/calculated_trade_spec.rb +36 -36
  202. data/spec/models/cash_restriction_spec.rb +54 -54
  203. data/spec/models/connection_type_spec.rb +24 -24
  204. data/spec/models/connections_session_events200_response_inner_spec.rb +66 -66
  205. data/spec/models/currency_spec.rb +42 -42
  206. data/spec/models/delete_user_response_spec.rb +36 -36
  207. data/spec/models/dividend_at_date_spec.rb +42 -42
  208. data/spec/models/encrypted_response_encrypted_message_data_spec.rb +42 -42
  209. data/spec/models/encrypted_response_spec.rb +36 -36
  210. data/spec/models/exchange_rate_pairs_spec.rb +42 -42
  211. data/spec/models/exchange_spec.rb +72 -72
  212. data/spec/models/excluded_asset_spec.rb +30 -30
  213. data/spec/models/jwt_spec.rb +30 -30
  214. data/spec/models/login_redirect_uri_spec.rb +36 -36
  215. data/spec/models/manual_trade_and_impact_spec.rb +42 -42
  216. data/spec/models/manual_trade_balance_spec.rb +42 -42
  217. data/spec/models/manual_trade_form_spec.rb +72 -72
  218. data/spec/models/manual_trade_spec.rb +72 -72
  219. data/spec/models/manual_trade_symbol_spec.rb +60 -60
  220. data/spec/models/model400_failed_request_response_spec.rb +36 -36
  221. data/spec/models/model401_failed_request_response_spec.rb +36 -36
  222. data/spec/models/model403_failed_request_response_spec.rb +36 -36
  223. data/spec/models/model404_failed_request_response_spec.rb +36 -36
  224. data/spec/models/model_asset_class_details_spec.rb +36 -36
  225. data/spec/models/model_asset_class_spec.rb +36 -36
  226. data/spec/models/model_asset_class_target_spec.rb +30 -30
  227. data/spec/models/model_portfolio_asset_class_spec.rb +36 -36
  228. data/spec/models/model_portfolio_details_spec.rb +42 -42
  229. data/spec/models/model_portfolio_security_spec.rb +36 -36
  230. data/spec/models/model_portfolio_spec.rb +42 -42
  231. data/spec/models/model_type_spec.rb +24 -24
  232. data/spec/models/monthly_dividends_spec.rb +36 -36
  233. data/spec/models/net_contributions_spec.rb +42 -42
  234. data/spec/models/net_dividend_spec.rb +42 -42
  235. data/spec/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner_spec.rb +42 -42
  236. data/spec/models/option_chain_inner_chain_per_root_inner_spec.rb +42 -42
  237. data/spec/models/option_chain_inner_spec.rb +54 -54
  238. data/spec/models/option_leg_action_spec.rb +24 -24
  239. data/spec/models/option_leg_spec.rb +42 -42
  240. data/spec/models/option_strategy_legs_inner_spec.rb +48 -48
  241. data/spec/models/option_strategy_spec.rb +54 -54
  242. data/spec/models/options_get_option_strategy_request_spec.rb +42 -42
  243. data/spec/models/options_holdings_spec.rb +60 -60
  244. data/spec/models/options_place_option_strategy_request_spec.rb +42 -42
  245. data/spec/models/options_position_currency_spec.rb +42 -0
  246. data/spec/models/options_position_spec.rb +72 -66
  247. data/spec/models/options_symbol_spec.rb +72 -90
  248. data/spec/models/order_strategy_execute_body_order_type_spec.rb +24 -24
  249. data/spec/models/order_strategy_execute_body_time_in_force_spec.rb +24 -24
  250. data/spec/models/order_type_spec.rb +24 -24
  251. data/spec/models/partner_data_spec.rb +96 -96
  252. data/spec/models/past_value_spec.rb +42 -42
  253. data/spec/models/performance_custom_spec.rb +138 -138
  254. data/spec/models/portfolio_group_info_spec.rb +90 -90
  255. data/spec/models/portfolio_group_position_spec.rb +42 -42
  256. data/spec/models/portfolio_group_settings_spec.rb +54 -54
  257. data/spec/models/portfolio_group_spec.rb +36 -36
  258. data/spec/models/position_spec.rb +66 -60
  259. data/spec/models/position_symbol_spec.rb +60 -60
  260. data/spec/models/redirect_tokenand_pin_spec.rb +36 -36
  261. data/spec/models/security_type_spec.rb +48 -48
  262. data/spec/models/session_event_spec.rb +66 -66
  263. data/spec/models/session_event_type_spec.rb +24 -24
  264. data/spec/models/snap_trade_api_disclaimer_accept_status_spec.rb +36 -36
  265. data/spec/models/snap_trade_holdings_account_account_id_spec.rb +78 -78
  266. data/spec/models/snap_trade_holdings_account_spec.rb +72 -72
  267. data/spec/models/snap_trade_holdings_total_value_spec.rb +36 -36
  268. data/spec/models/snap_trade_login_user_request_body_spec.rb +54 -54
  269. data/spec/models/snap_trade_register_user_request_body_spec.rb +36 -36
  270. data/spec/models/state_spec.rb +24 -24
  271. data/spec/models/status_spec.rb +42 -42
  272. data/spec/models/strategy_impact_legs_inner_spec.rb +66 -66
  273. data/spec/models/strategy_impact_spec.rb +90 -90
  274. data/spec/models/strategy_order_place_orders_inner_legs_inner_spec.rb +66 -66
  275. data/spec/models/strategy_order_place_orders_inner_spec.rb +282 -282
  276. data/spec/models/strategy_order_place_spec.rb +36 -36
  277. data/spec/models/strategy_order_record_order_type_spec.rb +24 -24
  278. data/spec/models/strategy_order_record_spec.rb +90 -90
  279. data/spec/models/strategy_order_record_status_spec.rb +24 -24
  280. data/spec/models/strategy_order_record_time_in_force_spec.rb +24 -24
  281. data/spec/models/strategy_quotes_greek_spec.rb +54 -54
  282. data/spec/models/strategy_quotes_spec.rb +60 -60
  283. data/spec/models/strategy_type_spec.rb +24 -24
  284. data/spec/models/sub_period_return_rate_spec.rb +42 -42
  285. data/spec/models/symbol_query_spec.rb +30 -30
  286. data/spec/models/symbol_spec.rb +66 -66
  287. data/spec/models/symbols_quotes_inner_spec.rb +60 -60
  288. data/spec/models/target_asset_spec.rb +60 -60
  289. data/spec/models/time_in_force_spec.rb +24 -24
  290. data/spec/models/trade_action_spec.rb +24 -24
  291. data/spec/models/trade_execution_status_action_spec.rb +24 -24
  292. data/spec/models/trade_execution_status_spec.rb +78 -78
  293. data/spec/models/trade_impact_spec.rb +54 -54
  294. data/spec/models/trade_spec.rb +72 -72
  295. data/spec/models/trading_cancel_user_account_order_request_spec.rb +30 -30
  296. data/spec/models/trading_place_oco_order_request_spec.rb +36 -36
  297. data/spec/models/transactions_status_spec.rb +36 -36
  298. data/spec/models/type_spec.rb +24 -24
  299. data/spec/models/underlying_symbol_spec.rb +66 -66
  300. data/spec/models/universal_activity_spec.rb +120 -120
  301. data/spec/models/universal_symbol_spec.rb +72 -72
  302. data/spec/models/universal_symbol_ticker_spec.rb +72 -72
  303. data/spec/models/us_exchange_spec.rb +78 -78
  304. data/spec/models/user_error_log_spec.rb +60 -60
  305. data/spec/models/user_i_dand_secret_spec.rb +36 -36
  306. data/spec/models/user_settings_spec.rb +84 -84
  307. data/spec/spec_helper.rb +6 -6
  308. metadata +119 -115
@@ -1,38 +1,32 @@
1
- # SnapTrade::BrokerageSymbolOptionSymbol
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional] |
8
- | **ticker** | **String** | | [optional] |
9
- | **strike_price** | **Float** | | [optional] |
10
- | **expiration_date** | **String** | | [optional] |
11
- | **is_mini_option** | **Boolean** | | [optional] |
12
- | **underlying_symbol** | [**UnderlyingSymbol**](UnderlyingSymbol.md) | | [optional] |
13
- | **local_id** | **String** | | [optional] |
14
- | **security_type** | **Object** | | [optional] |
15
- | **listing_exchange** | **Object** | | [optional] |
16
- | **is_quotable** | **Boolean** | | [optional] |
17
- | **is_tradable** | **Boolean** | | [optional] |
18
-
19
- ## Example
20
-
21
- ```ruby
22
- require 'snaptrade'
23
-
24
- instance = SnapTrade::BrokerageSymbolOptionSymbol.new(
25
- id: 2bcd7cc3-e922-4976-bce1-9858296801c3,
26
- ticker: SPY 220819P00200000,
27
- strike_price: 200,
28
- expiration_date: 2022-08-19T00:00:00.000Z,
29
- is_mini_option: false,
30
- underlying_symbol: null,
31
- local_id: 40817960,
32
- security_type: {},
33
- listing_exchange: {},
34
- is_quotable: true,
35
- is_tradable: true
36
- )
37
- ```
38
-
1
+ # SnapTrade::BrokerageSymbolOptionSymbol
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **ticker** | **String** | | [optional] |
9
+ | **strike_price** | **Float** | | [optional] |
10
+ | **expiration_date** | **String** | | [optional] |
11
+ | **is_mini_option** | **Boolean** | | [optional] |
12
+ | **underlying_symbol** | [**UnderlyingSymbol**](UnderlyingSymbol.md) | | [optional] |
13
+ | **local_id** | **String** | | [optional] |
14
+ | **exchange_id** | **String** | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'snaptrade'
20
+
21
+ instance = SnapTrade::BrokerageSymbolOptionSymbol.new(
22
+ id: 2bcd7cc3-e922-4976-bce1-9858296801c3,
23
+ ticker: SPY 220819P00200000,
24
+ strike_price: 200,
25
+ expiration_date: 2017-07-17T15:13:07.177712+00:00,
26
+ is_mini_option: false,
27
+ underlying_symbol: null,
28
+ local_id: 40817960,
29
+ exchange_id: null
30
+ )
31
+ ```
32
+
@@ -1,32 +1,32 @@
1
- # SnapTrade::BrokerageSymbolSymbol
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional] |
8
- | **symbol** | **String** | | [optional] |
9
- | **raw_symbol** | **String** | | [optional] |
10
- | **description** | **String** | | [optional] |
11
- | **currency** | [**Currency**](Currency.md) | | [optional] |
12
- | **exchange** | [**Exchange**](Exchange.md) | | [optional] |
13
- | **type** | [**SecurityType**](SecurityType.md) | | [optional] |
14
- | **currencies** | [**Array<Currency>**](Currency.md) | | [optional] |
15
-
16
- ## Example
17
-
18
- ```ruby
19
- require 'snaptrade'
20
-
21
- instance = SnapTrade::BrokerageSymbolSymbol.new(
22
- id: 2bcd7cc3-e922-4976-bce1-9858296801c3,
23
- symbol: VAB.TO,
24
- raw_symbol: VAB,
25
- description: VANGUARD CDN AGGREGATE BOND INDEX ETF,
26
- currency: null,
27
- exchange: null,
28
- type: null,
29
- currencies: null
30
- )
31
- ```
32
-
1
+ # SnapTrade::BrokerageSymbolSymbol
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **symbol** | **String** | | [optional] |
9
+ | **raw_symbol** | **String** | | [optional] |
10
+ | **description** | **String** | | [optional] |
11
+ | **currency** | [**Currency**](Currency.md) | | [optional] |
12
+ | **exchange** | [**Exchange**](Exchange.md) | | [optional] |
13
+ | **type** | [**SecurityType**](SecurityType.md) | | [optional] |
14
+ | **currencies** | [**Array<Currency>**](Currency.md) | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'snaptrade'
20
+
21
+ instance = SnapTrade::BrokerageSymbolSymbol.new(
22
+ id: 2bcd7cc3-e922-4976-bce1-9858296801c3,
23
+ symbol: VAB.TO,
24
+ raw_symbol: VAB,
25
+ description: VANGUARD CDN AGGREGATE BOND INDEX ETF,
26
+ currency: null,
27
+ exchange: null,
28
+ type: null,
29
+ currencies: null
30
+ )
31
+ ```
32
+
@@ -1,265 +1,265 @@
1
- # SnapTrade::ConnectionsApi
2
-
3
- All URIs are relative to *https://api.snaptrade.com/api/v1*
4
-
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**detail_brokerage_authorization**](ConnectionsApi.md#detail_brokerage_authorization) | **GET** /authorizations/{authorizationId} | Get detail of a specific brokerage authorizations for the user |
8
- | [**list_brokerage_authorizations**](ConnectionsApi.md#list_brokerage_authorizations) | **GET** /authorizations | List all brokerage authorizations for the user |
9
- | [**remove_brokerage_authorization**](ConnectionsApi.md#remove_brokerage_authorization) | **DELETE** /authorizations/{authorizationId} | Remove a brokerage authorization. |
10
- | [**session_events**](ConnectionsApi.md#session_events) | **GET** /sessionEvents | List all session events for the partner |
11
-
12
- ## detail_brokerage_authorization
13
-
14
- Get detail of a specific brokerage authorizations for the user
15
-
16
- ### Example
17
-
18
- ```ruby
19
- require 'snaptrade'
20
-
21
- SnapTrade.client_id = "YOUR_CLIENT_ID"
22
- SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
23
-
24
- authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
25
- user_id = "John.doe@snaptrade.com"
26
- user_secret = "USERSECRET123"
27
-
28
- begin
29
- # Get detail of a specific brokerage authorizations for the user
30
- result = SnapTrade::Connections.detail_brokerage_authorization(
31
- authorization_id: authorization_id,
32
- user_id: user_id,
33
- user_secret: user_secret,
34
- )
35
- p result
36
- rescue SnapTrade::ApiError => e
37
- puts "Exception when calling SnapTrade::Connections.detail_brokerage_authorization: #{e}"
38
- end
39
- ```
40
-
41
- #### Using the detail_brokerage_authorization_with_http_info variant
42
-
43
- This returns an Array which contains the response data, status code and headers.
44
-
45
- ```ruby
46
- authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
47
- user_id = "John.doe@snaptrade.com"
48
- user_secret = "USERSECRET123"
49
-
50
- begin
51
- # Get detail of a specific brokerage authorizations for the user
52
- data, status_code, headers, response = SnapTrade::Connections.detail_brokerage_authorization_with_http_info(
53
- authorization_id: authorization_id,
54
- user_id: user_id,
55
- user_secret: user_secret,
56
- )
57
- p status_code # => 2xx
58
- p headers # => { ... }
59
- p data # => BrokerageAuthorization
60
- rescue SnapTrade::ApiError => e
61
- puts "Exception when calling SnapTrade::Connections.detail_brokerage_authorization: #{e}"
62
- end
63
- ```
64
-
65
- ### Parameters
66
-
67
- | Name | Type | Description | Notes |
68
- | ---- | ---- | ----------- | ----- |
69
- | **authorization_id** | **String** | The ID of a brokerage authorization object. | |
70
- | **user_id** | **String** | | |
71
- | **user_secret** | **String** | | |
72
-
73
- ### Return type
74
-
75
- [**BrokerageAuthorization**](BrokerageAuthorization.md)
76
-
77
- ## list_brokerage_authorizations
78
-
79
- List all brokerage authorizations for the user
80
-
81
- ### Example
82
-
83
- ```ruby
84
- require 'snaptrade'
85
-
86
- SnapTrade.client_id = "YOUR_CLIENT_ID"
87
- SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
88
-
89
- user_id = "John.doe@snaptrade.com"
90
- user_secret = "USERSECRET123"
91
-
92
- begin
93
- # List all brokerage authorizations for the user
94
- result = SnapTrade::Connections.list_brokerage_authorizations(
95
- user_id: user_id,
96
- user_secret: user_secret,
97
- )
98
- p result
99
- rescue SnapTrade::ApiError => e
100
- puts "Exception when calling SnapTrade::Connections.list_brokerage_authorizations: #{e}"
101
- end
102
- ```
103
-
104
- #### Using the list_brokerage_authorizations_with_http_info variant
105
-
106
- This returns an Array which contains the response data, status code and headers.
107
-
108
- ```ruby
109
- user_id = "John.doe@snaptrade.com"
110
- user_secret = "USERSECRET123"
111
-
112
- begin
113
- # List all brokerage authorizations for the user
114
- data, status_code, headers, response = SnapTrade::Connections.list_brokerage_authorizations_with_http_info(
115
- user_id: user_id,
116
- user_secret: user_secret,
117
- )
118
- p status_code # => 2xx
119
- p headers # => { ... }
120
- p data # => Array<BrokerageAuthorization>
121
- rescue SnapTrade::ApiError => e
122
- puts "Exception when calling SnapTrade::Connections.list_brokerage_authorizations: #{e}"
123
- end
124
- ```
125
-
126
- ### Parameters
127
-
128
- | Name | Type | Description | Notes |
129
- | ---- | ---- | ----------- | ----- |
130
- | **user_id** | **String** | | |
131
- | **user_secret** | **String** | | |
132
-
133
- ### Return type
134
-
135
- [**Array&lt;BrokerageAuthorization&gt;**](BrokerageAuthorization.md)
136
-
137
- ## remove_brokerage_authorization
138
-
139
- Remove a brokerage authorization.
140
-
141
- ### Example
142
-
143
- ```ruby
144
- require 'snaptrade'
145
-
146
- SnapTrade.client_id = "YOUR_CLIENT_ID"
147
- SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
148
-
149
- authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
150
- user_id = "John.doe@snaptrade.com"
151
- user_secret = "USERSECRET123"
152
-
153
- begin
154
- # Remove a brokerage authorization.
155
- SnapTrade::Connections.remove_brokerage_authorization(
156
- authorization_id: authorization_id,
157
- user_id: user_id,
158
- user_secret: user_secret,
159
- )
160
- rescue SnapTrade::ApiError => e
161
- puts "Exception when calling SnapTrade::Connections.remove_brokerage_authorization: #{e}"
162
- end
163
- ```
164
-
165
- #### Using the remove_brokerage_authorization_with_http_info variant
166
-
167
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
168
-
169
- ```ruby
170
- authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
171
- user_id = "John.doe@snaptrade.com"
172
- user_secret = "USERSECRET123"
173
-
174
- begin
175
- # Remove a brokerage authorization.
176
- data, status_code, headers, response = SnapTrade::Connections.remove_brokerage_authorization_with_http_info(
177
- authorization_id: authorization_id,
178
- user_id: user_id,
179
- user_secret: user_secret,
180
- )
181
- p status_code # => 2xx
182
- p headers # => { ... }
183
- p data # => nil
184
- rescue SnapTrade::ApiError => e
185
- puts "Exception when calling SnapTrade::Connections.remove_brokerage_authorization: #{e}"
186
- end
187
- ```
188
-
189
- ### Parameters
190
-
191
- | Name | Type | Description | Notes |
192
- | ---- | ---- | ----------- | ----- |
193
- | **authorization_id** | **String** | The ID of the Authorization to delete. | |
194
- | **user_id** | **String** | | |
195
- | **user_secret** | **String** | | |
196
-
197
- ### Return type
198
-
199
- nil (empty response body)
200
-
201
- ## session_events
202
-
203
- List all session events for the partner
204
-
205
- ### Example
206
-
207
- ```ruby
208
- require 'snaptrade'
209
-
210
- SnapTrade.client_id = "YOUR_CLIENT_ID"
211
- SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
212
-
213
- partner_client_id = "PASSIVTEST"
214
- user_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
215
- session_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
216
-
217
- begin
218
- # List all session events for the partner
219
- result = SnapTrade::Connections.session_events(
220
- partner_client_id: partner_client_id,
221
- user_id: user_id,
222
- session_id: session_id,
223
- )
224
- p result
225
- rescue SnapTrade::ApiError => e
226
- puts "Exception when calling SnapTrade::Connections.session_events: #{e}"
227
- end
228
- ```
229
-
230
- #### Using the session_events_with_http_info variant
231
-
232
- This returns an Array which contains the response data, status code and headers.
233
-
234
- ```ruby
235
- partner_client_id = "PASSIVTEST"
236
- user_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
237
- session_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
238
-
239
- begin
240
- # List all session events for the partner
241
- data, status_code, headers, response = SnapTrade::Connections.session_events_with_http_info(
242
- partner_client_id: partner_client_id,
243
- user_id: user_id,
244
- session_id: session_id,
245
- )
246
- p status_code # => 2xx
247
- p headers # => { ... }
248
- p data # => Array<ConnectionsSessionEvents200ResponseInner>
249
- rescue SnapTrade::ApiError => e
250
- puts "Exception when calling SnapTrade::Connections.session_events: #{e}"
251
- end
252
- ```
253
-
254
- ### Parameters
255
-
256
- | Name | Type | Description | Notes |
257
- | ---- | ---- | ----------- | ----- |
258
- | **partner_client_id** | **String** | | |
259
- | **user_id** | **String** | Optional comma seperated list of user IDs used to filter the request on specific users | [optional] |
260
- | **session_id** | **String** | Optional comma seperated list of session IDs used to filter the request on specific users | [optional] |
261
-
262
- ### Return type
263
-
264
- [**Array&lt;ConnectionsSessionEvents200ResponseInner&gt;**](ConnectionsSessionEvents200ResponseInner.md)
265
-
1
+ # SnapTrade::ConnectionsApi
2
+
3
+ All URIs are relative to *https://api.snaptrade.com/api/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**detail_brokerage_authorization**](ConnectionsApi.md#detail_brokerage_authorization) | **GET** /authorizations/{authorizationId} | Get detail of a specific brokerage authorizations for the user |
8
+ | [**list_brokerage_authorizations**](ConnectionsApi.md#list_brokerage_authorizations) | **GET** /authorizations | List all brokerage authorizations for the user |
9
+ | [**remove_brokerage_authorization**](ConnectionsApi.md#remove_brokerage_authorization) | **DELETE** /authorizations/{authorizationId} | Remove a brokerage authorization. |
10
+ | [**session_events**](ConnectionsApi.md#session_events) | **GET** /sessionEvents | List all session events for the partner |
11
+
12
+ ## detail_brokerage_authorization
13
+
14
+ Get detail of a specific brokerage authorizations for the user
15
+
16
+ ### Example
17
+
18
+ ```ruby
19
+ require 'snaptrade'
20
+
21
+ SnapTrade.client_id = "YOUR_CLIENT_ID"
22
+ SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
23
+
24
+ authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
25
+ user_id = "John.doe@snaptrade.com"
26
+ user_secret = "USERSECRET123"
27
+
28
+ begin
29
+ # Get detail of a specific brokerage authorizations for the user
30
+ result = SnapTrade::Connections.detail_brokerage_authorization(
31
+ authorization_id: authorization_id,
32
+ user_id: user_id,
33
+ user_secret: user_secret,
34
+ )
35
+ p result
36
+ rescue SnapTrade::ApiError => e
37
+ puts "Exception when calling SnapTrade::Connections.detail_brokerage_authorization: #{e}"
38
+ end
39
+ ```
40
+
41
+ #### Using the detail_brokerage_authorization_with_http_info variant
42
+
43
+ This returns an Array which contains the response data, status code and headers.
44
+
45
+ ```ruby
46
+ authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
47
+ user_id = "John.doe@snaptrade.com"
48
+ user_secret = "USERSECRET123"
49
+
50
+ begin
51
+ # Get detail of a specific brokerage authorizations for the user
52
+ data, status_code, headers, response = SnapTrade::Connections.detail_brokerage_authorization_with_http_info(
53
+ authorization_id: authorization_id,
54
+ user_id: user_id,
55
+ user_secret: user_secret,
56
+ )
57
+ p status_code # => 2xx
58
+ p headers # => { ... }
59
+ p data # => BrokerageAuthorization
60
+ rescue SnapTrade::ApiError => e
61
+ puts "Exception when calling SnapTrade::Connections.detail_brokerage_authorization: #{e}"
62
+ end
63
+ ```
64
+
65
+ ### Parameters
66
+
67
+ | Name | Type | Description | Notes |
68
+ | ---- | ---- | ----------- | ----- |
69
+ | **authorization_id** | **String** | The ID of a brokerage authorization object. | |
70
+ | **user_id** | **String** | | |
71
+ | **user_secret** | **String** | | |
72
+
73
+ ### Return type
74
+
75
+ [**BrokerageAuthorization**](BrokerageAuthorization.md)
76
+
77
+ ## list_brokerage_authorizations
78
+
79
+ List all brokerage authorizations for the user
80
+
81
+ ### Example
82
+
83
+ ```ruby
84
+ require 'snaptrade'
85
+
86
+ SnapTrade.client_id = "YOUR_CLIENT_ID"
87
+ SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
88
+
89
+ user_id = "John.doe@snaptrade.com"
90
+ user_secret = "USERSECRET123"
91
+
92
+ begin
93
+ # List all brokerage authorizations for the user
94
+ result = SnapTrade::Connections.list_brokerage_authorizations(
95
+ user_id: user_id,
96
+ user_secret: user_secret,
97
+ )
98
+ p result
99
+ rescue SnapTrade::ApiError => e
100
+ puts "Exception when calling SnapTrade::Connections.list_brokerage_authorizations: #{e}"
101
+ end
102
+ ```
103
+
104
+ #### Using the list_brokerage_authorizations_with_http_info variant
105
+
106
+ This returns an Array which contains the response data, status code and headers.
107
+
108
+ ```ruby
109
+ user_id = "John.doe@snaptrade.com"
110
+ user_secret = "USERSECRET123"
111
+
112
+ begin
113
+ # List all brokerage authorizations for the user
114
+ data, status_code, headers, response = SnapTrade::Connections.list_brokerage_authorizations_with_http_info(
115
+ user_id: user_id,
116
+ user_secret: user_secret,
117
+ )
118
+ p status_code # => 2xx
119
+ p headers # => { ... }
120
+ p data # => Array<BrokerageAuthorization>
121
+ rescue SnapTrade::ApiError => e
122
+ puts "Exception when calling SnapTrade::Connections.list_brokerage_authorizations: #{e}"
123
+ end
124
+ ```
125
+
126
+ ### Parameters
127
+
128
+ | Name | Type | Description | Notes |
129
+ | ---- | ---- | ----------- | ----- |
130
+ | **user_id** | **String** | | |
131
+ | **user_secret** | **String** | | |
132
+
133
+ ### Return type
134
+
135
+ [**Array&lt;BrokerageAuthorization&gt;**](BrokerageAuthorization.md)
136
+
137
+ ## remove_brokerage_authorization
138
+
139
+ Remove a brokerage authorization.
140
+
141
+ ### Example
142
+
143
+ ```ruby
144
+ require 'snaptrade'
145
+
146
+ SnapTrade.client_id = "YOUR_CLIENT_ID"
147
+ SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
148
+
149
+ authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
150
+ user_id = "John.doe@snaptrade.com"
151
+ user_secret = "USERSECRET123"
152
+
153
+ begin
154
+ # Remove a brokerage authorization.
155
+ SnapTrade::Connections.remove_brokerage_authorization(
156
+ authorization_id: authorization_id,
157
+ user_id: user_id,
158
+ user_secret: user_secret,
159
+ )
160
+ rescue SnapTrade::ApiError => e
161
+ puts "Exception when calling SnapTrade::Connections.remove_brokerage_authorization: #{e}"
162
+ end
163
+ ```
164
+
165
+ #### Using the remove_brokerage_authorization_with_http_info variant
166
+
167
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
168
+
169
+ ```ruby
170
+ authorization_id = "2bcd7cc3-e922-4976-bce1-9858296801c3"
171
+ user_id = "John.doe@snaptrade.com"
172
+ user_secret = "USERSECRET123"
173
+
174
+ begin
175
+ # Remove a brokerage authorization.
176
+ data, status_code, headers, response = SnapTrade::Connections.remove_brokerage_authorization_with_http_info(
177
+ authorization_id: authorization_id,
178
+ user_id: user_id,
179
+ user_secret: user_secret,
180
+ )
181
+ p status_code # => 2xx
182
+ p headers # => { ... }
183
+ p data # => nil
184
+ rescue SnapTrade::ApiError => e
185
+ puts "Exception when calling SnapTrade::Connections.remove_brokerage_authorization: #{e}"
186
+ end
187
+ ```
188
+
189
+ ### Parameters
190
+
191
+ | Name | Type | Description | Notes |
192
+ | ---- | ---- | ----------- | ----- |
193
+ | **authorization_id** | **String** | The ID of the Authorization to delete. | |
194
+ | **user_id** | **String** | | |
195
+ | **user_secret** | **String** | | |
196
+
197
+ ### Return type
198
+
199
+ nil (empty response body)
200
+
201
+ ## session_events
202
+
203
+ List all session events for the partner
204
+
205
+ ### Example
206
+
207
+ ```ruby
208
+ require 'snaptrade'
209
+
210
+ SnapTrade.client_id = "YOUR_CLIENT_ID"
211
+ SnapTrade.consumer_key = "YOUR_CONSUMER_KEY"
212
+
213
+ partner_client_id = "PASSIVTEST"
214
+ user_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
215
+ session_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
216
+
217
+ begin
218
+ # List all session events for the partner
219
+ result = SnapTrade::Connections.session_events(
220
+ partner_client_id: partner_client_id,
221
+ user_id: user_id,
222
+ session_id: session_id,
223
+ )
224
+ p result
225
+ rescue SnapTrade::ApiError => e
226
+ puts "Exception when calling SnapTrade::Connections.session_events: #{e}"
227
+ end
228
+ ```
229
+
230
+ #### Using the session_events_with_http_info variant
231
+
232
+ This returns an Array which contains the response data, status code and headers.
233
+
234
+ ```ruby
235
+ partner_client_id = "PASSIVTEST"
236
+ user_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
237
+ session_id = "917c8734-8470-4a3e-a18f-57c3f2ee6631,65e839a3-9103-4cfb-9b72-2071ef80c5f2"
238
+
239
+ begin
240
+ # List all session events for the partner
241
+ data, status_code, headers, response = SnapTrade::Connections.session_events_with_http_info(
242
+ partner_client_id: partner_client_id,
243
+ user_id: user_id,
244
+ session_id: session_id,
245
+ )
246
+ p status_code # => 2xx
247
+ p headers # => { ... }
248
+ p data # => Array<ConnectionsSessionEvents200ResponseInner>
249
+ rescue SnapTrade::ApiError => e
250
+ puts "Exception when calling SnapTrade::Connections.session_events: #{e}"
251
+ end
252
+ ```
253
+
254
+ ### Parameters
255
+
256
+ | Name | Type | Description | Notes |
257
+ | ---- | ---- | ----------- | ----- |
258
+ | **partner_client_id** | **String** | | |
259
+ | **user_id** | **String** | Optional comma seperated list of user IDs used to filter the request on specific users | [optional] |
260
+ | **session_id** | **String** | Optional comma seperated list of session IDs used to filter the request on specific users | [optional] |
261
+
262
+ ### Return type
263
+
264
+ [**Array&lt;ConnectionsSessionEvents200ResponseInner&gt;**](ConnectionsSessionEvents200ResponseInner.md)
265
+