snaptrade-typescript-sdk 8.28.1 → 8.29.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 (297) hide show
  1. package/README.md +1719 -152
  2. package/dist/api/account-information-api-generated.d.ts +519 -529
  3. package/dist/api/account-information-api-generated.js +769 -769
  4. package/dist/api/account-information-api.d.ts +4 -4
  5. package/dist/api/account-information-api.js +22 -22
  6. package/dist/api/api-status-api-generated.d.ts +59 -69
  7. package/dist/api/api-status-api-generated.js +131 -131
  8. package/dist/api/api-status-api.d.ts +4 -4
  9. package/dist/api/api-status-api.js +22 -22
  10. package/dist/api/authentication-api-generated.d.ts +256 -266
  11. package/dist/api/authentication-api-generated.js +461 -461
  12. package/dist/api/authentication-api.d.ts +4 -4
  13. package/dist/api/authentication-api.js +22 -22
  14. package/dist/api/connections-api-generated.d.ts +264 -274
  15. package/dist/api/connections-api-generated.js +411 -411
  16. package/dist/api/connections-api.d.ts +4 -4
  17. package/dist/api/connections-api.js +22 -22
  18. package/dist/api/error-logs-api-generated.d.ts +83 -93
  19. package/dist/api/error-logs-api-generated.js +152 -152
  20. package/dist/api/error-logs-api.d.ts +4 -4
  21. package/dist/api/error-logs-api.js +22 -22
  22. package/dist/api/options-api-generated.d.ts +358 -368
  23. package/dist/api/options-api-generated.js +530 -530
  24. package/dist/api/options-api.d.ts +4 -4
  25. package/dist/api/options-api.js +22 -22
  26. package/dist/api/reference-data-api-generated.d.ts +457 -467
  27. package/dist/api/reference-data-api-generated.js +872 -872
  28. package/dist/api/reference-data-api.d.ts +4 -4
  29. package/dist/api/reference-data-api.js +22 -22
  30. package/dist/api/trading-api-generated.d.ts +392 -402
  31. package/dist/api/trading-api-generated.js +613 -613
  32. package/dist/api/trading-api.d.ts +4 -4
  33. package/dist/api/trading-api.js +22 -22
  34. package/dist/api/transactions-and-reporting-api-generated.d.ts +207 -217
  35. package/dist/api/transactions-and-reporting-api-generated.js +287 -287
  36. package/dist/api/transactions-and-reporting-api.d.ts +4 -4
  37. package/dist/api/transactions-and-reporting-api.js +22 -22
  38. package/dist/api.d.ts +9 -19
  39. package/dist/api.js +37 -37
  40. package/dist/base.d.ts +44 -54
  41. package/dist/base.js +60 -60
  42. package/dist/browser.js +1 -1
  43. package/dist/client-custom.d.ts +4 -4
  44. package/dist/client-custom.js +7 -7
  45. package/dist/client.d.ts +15 -25
  46. package/dist/client.js +32 -32
  47. package/dist/common.d.ts +61 -71
  48. package/dist/common.js +207 -207
  49. package/dist/configuration.d.ts +89 -99
  50. package/dist/configuration.js +53 -53
  51. package/dist/error.d.ts +46 -56
  52. package/dist/error.js +104 -104
  53. package/dist/index.d.ts +5 -15
  54. package/dist/index.js +33 -33
  55. package/dist/jest.config.d.ts +3 -3
  56. package/dist/jest.config.js +13 -13
  57. package/dist/mock.test.d.ts +1 -1
  58. package/dist/mock.test.js +29 -29
  59. package/dist/models/account-holdings-account.d.ts +43 -53
  60. package/dist/models/account-holdings-account.js +12 -14
  61. package/dist/models/account-holdings.d.ts +36 -46
  62. package/dist/models/account-holdings.js +12 -14
  63. package/dist/models/account-order-record-status.d.ts +6 -16
  64. package/dist/models/account-order-record-status.js +12 -14
  65. package/dist/models/account-order-record.d.ts +122 -132
  66. package/dist/models/account-order-record.js +12 -14
  67. package/dist/models/account-simple.d.ts +33 -43
  68. package/dist/models/account-simple.js +12 -14
  69. package/dist/models/account-sync-status.d.ts +14 -24
  70. package/dist/models/account-sync-status.js +12 -14
  71. package/dist/models/account.d.ts +72 -82
  72. package/dist/models/account.js +12 -14
  73. package/dist/models/action.d.ts +6 -16
  74. package/dist/models/action.js +12 -14
  75. package/dist/models/authentication-login-snap-trade-user200-response.d.ts +7 -17
  76. package/dist/models/authentication-login-snap-trade-user200-response.js +12 -14
  77. package/dist/models/balance.d.ts +21 -31
  78. package/dist/models/balance.js +12 -14
  79. package/dist/models/brokerage-authorization-type-read-only-brokerage.d.ts +26 -36
  80. package/dist/models/brokerage-authorization-type-read-only-brokerage.js +12 -14
  81. package/dist/models/brokerage-authorization-type-read-only.d.ts +36 -46
  82. package/dist/models/brokerage-authorization-type-read-only.js +12 -14
  83. package/dist/models/brokerage-authorization-type.d.ts +16 -26
  84. package/dist/models/brokerage-authorization-type.js +12 -14
  85. package/dist/models/brokerage-authorization.d.ts +65 -75
  86. package/dist/models/brokerage-authorization.js +12 -14
  87. package/dist/models/brokerage-symbol-option-symbol.d.ts +64 -66
  88. package/dist/models/brokerage-symbol-option-symbol.js +12 -14
  89. package/dist/models/brokerage-symbol-symbol.d.ts +58 -68
  90. package/dist/models/brokerage-symbol-symbol.js +12 -14
  91. package/dist/models/brokerage-symbol.d.ts +47 -57
  92. package/dist/models/brokerage-symbol.js +12 -14
  93. package/dist/models/brokerage-type.d.ts +20 -30
  94. package/dist/models/brokerage-type.js +12 -14
  95. package/dist/models/brokerage.d.ts +117 -127
  96. package/dist/models/brokerage.js +12 -14
  97. package/dist/models/calculated-trade.d.ts +21 -31
  98. package/dist/models/calculated-trade.js +12 -14
  99. package/dist/models/cash-restriction.d.ts +40 -50
  100. package/dist/models/cash-restriction.js +12 -14
  101. package/dist/models/connections-session-events200-response-inner.d.ts +6 -16
  102. package/dist/models/connections-session-events200-response-inner.js +12 -14
  103. package/dist/models/currency.d.ts +26 -36
  104. package/dist/models/currency.js +12 -14
  105. package/dist/models/delete-user-response.d.ts +20 -30
  106. package/dist/models/delete-user-response.js +12 -14
  107. package/dist/models/dividend-at-date.d.ts +26 -36
  108. package/dist/models/dividend-at-date.js +12 -14
  109. package/dist/models/encrypted-response-encrypted-message-data.d.ts +26 -36
  110. package/dist/models/encrypted-response-encrypted-message-data.js +12 -14
  111. package/dist/models/encrypted-response.d.ts +20 -30
  112. package/dist/models/encrypted-response.js +12 -14
  113. package/dist/models/exchange-rate-pairs.d.ts +27 -37
  114. package/dist/models/exchange-rate-pairs.js +12 -14
  115. package/dist/models/exchange.d.ts +56 -66
  116. package/dist/models/exchange.js +12 -14
  117. package/dist/models/excluded-asset.d.ts +15 -25
  118. package/dist/models/excluded-asset.js +12 -14
  119. package/dist/models/index.d.ts +111 -111
  120. package/dist/models/index.js +127 -127
  121. package/dist/models/jwt.d.ts +14 -24
  122. package/dist/models/jwt.js +12 -14
  123. package/dist/models/login-redirect-uri.d.ts +19 -29
  124. package/dist/models/login-redirect-uri.js +12 -14
  125. package/dist/models/manual-trade-and-impact.d.ts +28 -38
  126. package/dist/models/manual-trade-and-impact.js +12 -14
  127. package/dist/models/manual-trade-balance.d.ts +28 -38
  128. package/dist/models/manual-trade-balance.js +12 -14
  129. package/dist/models/manual-trade-form.d.ts +58 -68
  130. package/dist/models/manual-trade-form.js +12 -14
  131. package/dist/models/manual-trade-symbol.d.ts +45 -55
  132. package/dist/models/manual-trade-symbol.js +12 -14
  133. package/dist/models/manual-trade.d.ts +60 -70
  134. package/dist/models/manual-trade.js +12 -14
  135. package/dist/models/model-asset-class-details.d.ts +22 -32
  136. package/dist/models/model-asset-class-details.js +12 -14
  137. package/dist/models/model-asset-class-target.d.ts +15 -25
  138. package/dist/models/model-asset-class-target.js +12 -14
  139. package/dist/models/model-asset-class.d.ts +20 -30
  140. package/dist/models/model-asset-class.js +12 -14
  141. package/dist/models/model-portfolio-asset-class.d.ts +21 -31
  142. package/dist/models/model-portfolio-asset-class.js +12 -14
  143. package/dist/models/model-portfolio-details.d.ts +29 -39
  144. package/dist/models/model-portfolio-details.js +12 -14
  145. package/dist/models/model-portfolio-security.d.ts +21 -31
  146. package/dist/models/model-portfolio-security.js +12 -14
  147. package/dist/models/model-portfolio.d.ts +28 -38
  148. package/dist/models/model-portfolio.js +12 -14
  149. package/dist/models/model400-failed-request-response.d.ts +20 -30
  150. package/dist/models/model400-failed-request-response.js +12 -14
  151. package/dist/models/model401-failed-request-response.d.ts +20 -30
  152. package/dist/models/model401-failed-request-response.js +12 -14
  153. package/dist/models/model403-failed-request-response.d.ts +20 -30
  154. package/dist/models/model403-failed-request-response.js +12 -14
  155. package/dist/models/model404-failed-request-response.d.ts +20 -30
  156. package/dist/models/model404-failed-request-response.js +12 -14
  157. package/dist/models/monthly-dividends.d.ts +21 -31
  158. package/dist/models/monthly-dividends.js +12 -14
  159. package/dist/models/net-contributions.d.ts +26 -36
  160. package/dist/models/net-contributions.js +12 -14
  161. package/dist/models/net-dividend.d.ts +27 -37
  162. package/dist/models/net-dividend.js +12 -14
  163. package/dist/models/option-chain-inner-chain-per-root-inner-chain-per-strike-price-inner.d.ts +26 -36
  164. package/dist/models/option-chain-inner-chain-per-root-inner-chain-per-strike-price-inner.js +12 -14
  165. package/dist/models/option-chain-inner-chain-per-root-inner.d.ts +27 -37
  166. package/dist/models/option-chain-inner-chain-per-root-inner.js +12 -14
  167. package/dist/models/option-chain-inner.d.ts +39 -49
  168. package/dist/models/option-chain-inner.js +12 -14
  169. package/dist/models/option-leg.d.ts +28 -38
  170. package/dist/models/option-leg.js +12 -14
  171. package/dist/models/option-strategy-legs-inner.d.ts +31 -41
  172. package/dist/models/option-strategy-legs-inner.js +12 -14
  173. package/dist/models/option-strategy.d.ts +40 -50
  174. package/dist/models/option-strategy.js +12 -14
  175. package/dist/models/options-get-option-strategy-request.d.ts +28 -38
  176. package/dist/models/options-get-option-strategy-request.js +12 -14
  177. package/dist/models/options-holdings.d.ts +46 -56
  178. package/dist/models/options-holdings.js +12 -14
  179. package/dist/models/options-place-option-strategy-request.d.ts +28 -38
  180. package/dist/models/options-place-option-strategy-request.js +12 -14
  181. package/dist/models/options-position-currency.d.ts +25 -35
  182. package/dist/models/options-position-currency.js +12 -14
  183. package/dist/models/options-position.d.ts +52 -62
  184. package/dist/models/options-position.js +12 -14
  185. package/dist/models/options-symbol.d.ts +65 -67
  186. package/dist/models/options-symbol.js +12 -14
  187. package/dist/models/order-type.d.ts +6 -16
  188. package/dist/models/order-type.js +12 -14
  189. package/dist/models/partner-data.d.ts +81 -91
  190. package/dist/models/partner-data.js +12 -14
  191. package/dist/models/past-value.d.ts +26 -36
  192. package/dist/models/past-value.js +12 -14
  193. package/dist/models/performance-custom.d.ts +127 -137
  194. package/dist/models/performance-custom.js +12 -14
  195. package/dist/models/portfolio-group-info.d.ts +82 -92
  196. package/dist/models/portfolio-group-info.js +12 -14
  197. package/dist/models/portfolio-group-position.d.ts +27 -37
  198. package/dist/models/portfolio-group-position.js +12 -14
  199. package/dist/models/portfolio-group-settings.d.ts +39 -49
  200. package/dist/models/portfolio-group-settings.js +12 -14
  201. package/dist/models/portfolio-group.d.ts +20 -30
  202. package/dist/models/portfolio-group.js +12 -14
  203. package/dist/models/position-symbol.d.ts +45 -55
  204. package/dist/models/position-symbol.js +12 -14
  205. package/dist/models/position.d.ts +45 -55
  206. package/dist/models/position.js +12 -14
  207. package/dist/models/redirect-tokenand-pin.d.ts +20 -30
  208. package/dist/models/redirect-tokenand-pin.js +12 -14
  209. package/dist/models/security-type.d.ts +32 -42
  210. package/dist/models/security-type.js +12 -14
  211. package/dist/models/session-event.d.ts +52 -62
  212. package/dist/models/session-event.js +12 -14
  213. package/dist/models/snap-trade-apidisclaimer-accept-status.d.ts +20 -30
  214. package/dist/models/snap-trade-apidisclaimer-accept-status.js +12 -14
  215. package/dist/models/snap-trade-holdings-account-account-id.d.ts +65 -75
  216. package/dist/models/snap-trade-holdings-account-account-id.js +12 -14
  217. package/dist/models/snap-trade-holdings-account.d.ts +60 -70
  218. package/dist/models/snap-trade-holdings-account.js +12 -14
  219. package/dist/models/snap-trade-holdings-total-value.d.ts +20 -30
  220. package/dist/models/snap-trade-holdings-total-value.js +12 -14
  221. package/dist/models/snap-trade-login-user-request-body.d.ts +39 -49
  222. package/dist/models/snap-trade-login-user-request-body.js +12 -14
  223. package/dist/models/snap-trade-register-user-request-body.d.ts +19 -29
  224. package/dist/models/snap-trade-register-user-request-body.js +12 -14
  225. package/dist/models/status.d.ts +26 -36
  226. package/dist/models/status.js +12 -14
  227. package/dist/models/strategy-impact-legs-inner.d.ts +50 -60
  228. package/dist/models/strategy-impact-legs-inner.js +12 -14
  229. package/dist/models/strategy-impact.d.ts +75 -85
  230. package/dist/models/strategy-impact.js +12 -14
  231. package/dist/models/strategy-order-place-orders-inner-legs-inner.d.ts +50 -60
  232. package/dist/models/strategy-order-place-orders-inner-legs-inner.js +12 -14
  233. package/dist/models/strategy-order-place-orders-inner.d.ts +267 -277
  234. package/dist/models/strategy-order-place-orders-inner.js +12 -14
  235. package/dist/models/strategy-order-place.d.ts +21 -31
  236. package/dist/models/strategy-order-place.js +12 -14
  237. package/dist/models/strategy-order-record.d.ts +79 -89
  238. package/dist/models/strategy-order-record.js +12 -14
  239. package/dist/models/strategy-quotes-greek.d.ts +38 -48
  240. package/dist/models/strategy-quotes-greek.js +12 -14
  241. package/dist/models/strategy-quotes.d.ts +46 -56
  242. package/dist/models/strategy-quotes.js +12 -14
  243. package/dist/models/sub-period-return-rate.d.ts +26 -36
  244. package/dist/models/sub-period-return-rate.js +12 -14
  245. package/dist/models/symbol-query.d.ts +13 -23
  246. package/dist/models/symbol-query.js +12 -14
  247. package/dist/models/symbol.d.ts +53 -63
  248. package/dist/models/symbol.js +12 -14
  249. package/dist/models/symbols-quotes-inner.d.ts +44 -54
  250. package/dist/models/symbols-quotes-inner.js +12 -14
  251. package/dist/models/target-asset.d.ts +47 -57
  252. package/dist/models/target-asset.js +12 -14
  253. package/dist/models/time-in-force.d.ts +6 -16
  254. package/dist/models/time-in-force.js +12 -14
  255. package/dist/models/trade-execution-status.d.ts +70 -80
  256. package/dist/models/trade-execution-status.js +12 -14
  257. package/dist/models/trade-impact.d.ts +40 -50
  258. package/dist/models/trade-impact.js +12 -14
  259. package/dist/models/trade.d.ts +61 -71
  260. package/dist/models/trade.js +12 -14
  261. package/dist/models/trading-cancel-user-account-order-request.d.ts +13 -23
  262. package/dist/models/trading-cancel-user-account-order-request.js +12 -14
  263. package/dist/models/trading-place-ocoorder-request.d.ts +19 -29
  264. package/dist/models/trading-place-ocoorder-request.js +12 -14
  265. package/dist/models/transactions-status.d.ts +19 -29
  266. package/dist/models/transactions-status.js +12 -14
  267. package/dist/models/underlying-symbol.d.ts +53 -63
  268. package/dist/models/underlying-symbol.js +12 -14
  269. package/dist/models/universal-activity.d.ts +114 -124
  270. package/dist/models/universal-activity.js +12 -14
  271. package/dist/models/universal-symbol-ticker.d.ts +59 -69
  272. package/dist/models/universal-symbol-ticker.js +12 -14
  273. package/dist/models/universal-symbol.d.ts +59 -69
  274. package/dist/models/universal-symbol.js +12 -14
  275. package/dist/models/user-error-log.d.ts +44 -54
  276. package/dist/models/user-error-log.js +12 -14
  277. package/dist/models/user-idand-secret.d.ts +20 -30
  278. package/dist/models/user-idand-secret.js +12 -14
  279. package/dist/models/user-settings.d.ts +69 -79
  280. package/dist/models/user-settings.js +12 -14
  281. package/dist/models/usexchange.d.ts +62 -72
  282. package/dist/models/usexchange.js +12 -14
  283. package/dist/pagination/page-types.d.ts +16 -26
  284. package/dist/pagination/page-types.js +12 -12
  285. package/dist/pagination/page.d.ts +25 -35
  286. package/dist/pagination/page.js +32 -32
  287. package/dist/pagination/pageable.d.ts +47 -57
  288. package/dist/pagination/pageable.js +70 -70
  289. package/dist/pagination/paginate.d.ts +6 -16
  290. package/dist/pagination/paginate.js +39 -39
  291. package/dist/requestAfterHook.d.ts +8 -8
  292. package/dist/requestAfterHook.js +82 -82
  293. package/dist/requestBeforeHook.d.ts +9 -9
  294. package/dist/requestBeforeHook.js +8 -8
  295. package/dist/requestBeforeUrlHook.d.ts +7 -7
  296. package/dist/requestBeforeUrlHook.js +5 -5
  297. package/package.json +48 -45
@@ -1,402 +1,392 @@
1
- /**
2
- * SnapTrade
3
- * Connect brokerage accounts to your app for live positions and trading
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- * Contact: api@snaptrade.com
7
- *
8
- * NOTE: This file is auto generated by Konfig (https://konfigthis.com).
9
- * Do not edit the class manually.
10
- */
11
- import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
12
- import { Configuration } from '../configuration';
13
- import { RequestArgs, BaseAPI } from '../base';
14
- import { AccountOrderRecord } from '../models';
15
- import { ManualTradeAndImpact } from '../models';
16
- import { ManualTradeForm } from '../models';
17
- import { SymbolsQuotesInner } from '../models';
18
- import { TradingCancelUserAccountOrderRequest } from '../models';
19
- import { TradingPlaceOCOOrderRequest } from '../models';
20
- /**
21
- * TradingApi - axios parameter creator
22
- * @export
23
- */
24
- export declare const TradingApiAxiosParamCreator: (configuration?: Configuration) => {
25
- /**
26
- *
27
- * @summary Cancel open order in account
28
- * @param {string} userId
29
- * @param {string} userSecret
30
- * @param {string} accountId The ID of the account get positions.
31
- * @param {TradingCancelUserAccountOrderRequest} tradingCancelUserAccountOrderRequest The Order ID to be canceled
32
- * @param {*} [options] Override http request option.
33
- * @throws {RequiredError}
34
- */
35
- cancelUserAccountOrder: (userId: string, userSecret: string, accountId: string, tradingCancelUserAccountOrderRequest: TradingCancelUserAccountOrderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
36
- /**
37
- *
38
- * @summary Check impact of trades on account.
39
- * @param {string} userId
40
- * @param {string} userSecret
41
- * @param {ManualTradeForm} manualTradeForm
42
- * @param {*} [options] Override http request option.
43
- * @throws {RequiredError}
44
- */
45
- getOrderImpact: (userId: string, userSecret: string, manualTradeForm: ManualTradeForm, options?: AxiosRequestConfig) => Promise<RequestArgs>;
46
- /**
47
- *
48
- * @summary Get symbol quotes
49
- * @param {string} userId
50
- * @param {string} userSecret
51
- * @param {string} symbols List of universal_symbol_id or tickers to get quotes for.
52
- * @param {string} accountId The ID of the account to get quotes.
53
- * @param {boolean} [useTicker] Should be set to True if providing tickers.
54
- * @param {*} [options] Override http request option.
55
- * @throws {RequiredError}
56
- */
57
- getUserAccountQuotes: (userId: string, userSecret: string, symbols: string, accountId: string, useTicker?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
58
- /**
59
- *
60
- * @summary Place a trade with NO validation.
61
- * @param {string} userId
62
- * @param {string} userSecret
63
- * @param {ManualTradeForm} manualTradeForm
64
- * @param {*} [options] Override http request option.
65
- * @throws {RequiredError}
66
- */
67
- placeForceOrder: (userId: string, userSecret: string, manualTradeForm: ManualTradeForm, options?: AxiosRequestConfig) => Promise<RequestArgs>;
68
- /**
69
- *
70
- * @summary Place a OCO (One Cancels Other) order
71
- * @param {string} userId
72
- * @param {string} userSecret
73
- * @param {TradingPlaceOCOOrderRequest} tradingPlaceOCOOrderRequest
74
- * @param {*} [options] Override http request option.
75
- * @throws {RequiredError}
76
- */
77
- placeOCOOrder: (userId: string, userSecret: string, tradingPlaceOCOOrderRequest: TradingPlaceOCOOrderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
78
- /**
79
- *
80
- * @summary Place order
81
- * @param {string} tradeId The ID of trade object obtained from trade/impact endpoint
82
- * @param {string} userId
83
- * @param {string} userSecret
84
- * @param {*} [options] Override http request option.
85
- * @throws {RequiredError}
86
- */
87
- placeOrder: (tradeId: string, userId: string, userSecret: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
88
- };
89
- /**
90
- * TradingApi - functional programming interface
91
- * @export
92
- */
93
- export declare const TradingApiFp: (configuration?: Configuration) => {
94
- /**
95
- *
96
- * @summary Cancel open order in account
97
- * @param {TradingApiCancelUserAccountOrderRequest} requestParameters Request parameters.
98
- * @param {*} [options] Override http request option.
99
- * @throws {RequiredError}
100
- */
101
- cancelUserAccountOrder(requestParameters: TradingApiCancelUserAccountOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
102
- /**
103
- *
104
- * @summary Check impact of trades on account.
105
- * @param {TradingApiGetOrderImpactRequest} requestParameters Request parameters.
106
- * @param {*} [options] Override http request option.
107
- * @throws {RequiredError}
108
- */
109
- getOrderImpact(requestParameters: TradingApiGetOrderImpactRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManualTradeAndImpact>>;
110
- /**
111
- *
112
- * @summary Get symbol quotes
113
- * @param {TradingApiGetUserAccountQuotesRequest} requestParameters Request parameters.
114
- * @param {*} [options] Override http request option.
115
- * @throws {RequiredError}
116
- */
117
- getUserAccountQuotes(requestParameters: TradingApiGetUserAccountQuotesRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SymbolsQuotesInner>>>;
118
- /**
119
- *
120
- * @summary Place a trade with NO validation.
121
- * @param {TradingApiPlaceForceOrderRequest} requestParameters Request parameters.
122
- * @param {*} [options] Override http request option.
123
- * @throws {RequiredError}
124
- */
125
- placeForceOrder(requestParameters: TradingApiPlaceForceOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
126
- /**
127
- *
128
- * @summary Place a OCO (One Cancels Other) order
129
- * @param {TradingApiPlaceOCOOrderRequest} requestParameters Request parameters.
130
- * @param {*} [options] Override http request option.
131
- * @throws {RequiredError}
132
- */
133
- placeOCOOrder(requestParameters: TradingApiPlaceOCOOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
134
- /**
135
- *
136
- * @summary Place order
137
- * @param {TradingApiPlaceOrderRequest} requestParameters Request parameters.
138
- * @param {*} [options] Override http request option.
139
- * @throws {RequiredError}
140
- */
141
- placeOrder(requestParameters: TradingApiPlaceOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
142
- };
143
- /**
144
- * TradingApi - factory interface
145
- * @export
146
- */
147
- export declare const TradingApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
148
- /**
149
- *
150
- * @summary Cancel open order in account
151
- * @param {TradingApiCancelUserAccountOrderRequest} requestParameters Request parameters.
152
- * @param {*} [options] Override http request option.
153
- * @throws {RequiredError}
154
- */
155
- cancelUserAccountOrder(requestParameters: TradingApiCancelUserAccountOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
156
- /**
157
- *
158
- * @summary Check impact of trades on account.
159
- * @param {TradingApiGetOrderImpactRequest} requestParameters Request parameters.
160
- * @param {*} [options] Override http request option.
161
- * @throws {RequiredError}
162
- */
163
- getOrderImpact(requestParameters: TradingApiGetOrderImpactRequest, options?: AxiosRequestConfig): AxiosPromise<ManualTradeAndImpact>;
164
- /**
165
- *
166
- * @summary Get symbol quotes
167
- * @param {TradingApiGetUserAccountQuotesRequest} requestParameters Request parameters.
168
- * @param {*} [options] Override http request option.
169
- * @throws {RequiredError}
170
- */
171
- getUserAccountQuotes(requestParameters: TradingApiGetUserAccountQuotesRequest, options?: AxiosRequestConfig): AxiosPromise<Array<SymbolsQuotesInner>>;
172
- /**
173
- *
174
- * @summary Place a trade with NO validation.
175
- * @param {TradingApiPlaceForceOrderRequest} requestParameters Request parameters.
176
- * @param {*} [options] Override http request option.
177
- * @throws {RequiredError}
178
- */
179
- placeForceOrder(requestParameters: TradingApiPlaceForceOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
180
- /**
181
- *
182
- * @summary Place a OCO (One Cancels Other) order
183
- * @param {TradingApiPlaceOCOOrderRequest} requestParameters Request parameters.
184
- * @param {*} [options] Override http request option.
185
- * @throws {RequiredError}
186
- */
187
- placeOCOOrder(requestParameters: TradingApiPlaceOCOOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
188
- /**
189
- *
190
- * @summary Place order
191
- * @param {TradingApiPlaceOrderRequest} requestParameters Request parameters.
192
- * @param {*} [options] Override http request option.
193
- * @throws {RequiredError}
194
- */
195
- placeOrder(requestParameters: TradingApiPlaceOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
196
- };
197
- /**
198
- * Request parameters for cancelUserAccountOrder operation in TradingApi.
199
- * @export
200
- * @interface TradingApiCancelUserAccountOrderRequest
201
- */
202
- export type TradingApiCancelUserAccountOrderRequest = {
203
- /**
204
- *
205
- * @type {string}
206
- * @memberof TradingApiCancelUserAccountOrder
207
- */
208
- readonly userId: string;
209
- /**
210
- *
211
- * @type {string}
212
- * @memberof TradingApiCancelUserAccountOrder
213
- */
214
- readonly userSecret: string;
215
- /**
216
- * The ID of the account get positions.
217
- * @type {string}
218
- * @memberof TradingApiCancelUserAccountOrder
219
- */
220
- readonly accountId: string;
221
- } & TradingCancelUserAccountOrderRequest;
222
- /**
223
- * Request parameters for getOrderImpact operation in TradingApi.
224
- * @export
225
- * @interface TradingApiGetOrderImpactRequest
226
- */
227
- export type TradingApiGetOrderImpactRequest = {
228
- /**
229
- *
230
- * @type {string}
231
- * @memberof TradingApiGetOrderImpact
232
- */
233
- readonly userId: string;
234
- /**
235
- *
236
- * @type {string}
237
- * @memberof TradingApiGetOrderImpact
238
- */
239
- readonly userSecret: string;
240
- } & ManualTradeForm;
241
- /**
242
- * Request parameters for getUserAccountQuotes operation in TradingApi.
243
- * @export
244
- * @interface TradingApiGetUserAccountQuotesRequest
245
- */
246
- export type TradingApiGetUserAccountQuotesRequest = {
247
- /**
248
- *
249
- * @type {string}
250
- * @memberof TradingApiGetUserAccountQuotes
251
- */
252
- readonly userId: string;
253
- /**
254
- *
255
- * @type {string}
256
- * @memberof TradingApiGetUserAccountQuotes
257
- */
258
- readonly userSecret: string;
259
- /**
260
- * List of universal_symbol_id or tickers to get quotes for.
261
- * @type {string}
262
- * @memberof TradingApiGetUserAccountQuotes
263
- */
264
- readonly symbols: string;
265
- /**
266
- * The ID of the account to get quotes.
267
- * @type {string}
268
- * @memberof TradingApiGetUserAccountQuotes
269
- */
270
- readonly accountId: string;
271
- /**
272
- * Should be set to True if providing tickers.
273
- * @type {boolean}
274
- * @memberof TradingApiGetUserAccountQuotes
275
- */
276
- readonly useTicker?: boolean;
277
- };
278
- /**
279
- * Request parameters for placeForceOrder operation in TradingApi.
280
- * @export
281
- * @interface TradingApiPlaceForceOrderRequest
282
- */
283
- export type TradingApiPlaceForceOrderRequest = {
284
- /**
285
- *
286
- * @type {string}
287
- * @memberof TradingApiPlaceForceOrder
288
- */
289
- readonly userId: string;
290
- /**
291
- *
292
- * @type {string}
293
- * @memberof TradingApiPlaceForceOrder
294
- */
295
- readonly userSecret: string;
296
- } & ManualTradeForm;
297
- /**
298
- * Request parameters for placeOCOOrder operation in TradingApi.
299
- * @export
300
- * @interface TradingApiPlaceOCOOrderRequest
301
- */
302
- export type TradingApiPlaceOCOOrderRequest = {
303
- /**
304
- *
305
- * @type {string}
306
- * @memberof TradingApiPlaceOCOOrder
307
- */
308
- readonly userId: string;
309
- /**
310
- *
311
- * @type {string}
312
- * @memberof TradingApiPlaceOCOOrder
313
- */
314
- readonly userSecret: string;
315
- } & TradingPlaceOCOOrderRequest;
316
- /**
317
- * Request parameters for placeOrder operation in TradingApi.
318
- * @export
319
- * @interface TradingApiPlaceOrderRequest
320
- */
321
- export type TradingApiPlaceOrderRequest = {
322
- /**
323
- * The ID of trade object obtained from trade/impact endpoint
324
- * @type {string}
325
- * @memberof TradingApiPlaceOrder
326
- */
327
- readonly tradeId: string;
328
- /**
329
- *
330
- * @type {string}
331
- * @memberof TradingApiPlaceOrder
332
- */
333
- readonly userId: string;
334
- /**
335
- *
336
- * @type {string}
337
- * @memberof TradingApiPlaceOrder
338
- */
339
- readonly userSecret: string;
340
- };
341
- /**
342
- * TradingApiGenerated - object-oriented interface
343
- * @export
344
- * @class TradingApiGenerated
345
- * @extends {BaseAPI}
346
- */
347
- export declare class TradingApiGenerated extends BaseAPI {
348
- /**
349
- *
350
- * @summary Cancel open order in account
351
- * @param {TradingApiCancelUserAccountOrderRequest} requestParameters Request parameters.
352
- * @param {*} [options] Override http request option.
353
- * @throws {RequiredError}
354
- * @memberof TradingApiGenerated
355
- */
356
- cancelUserAccountOrder(requestParameters: TradingApiCancelUserAccountOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
357
- /**
358
- *
359
- * @summary Check impact of trades on account.
360
- * @param {TradingApiGetOrderImpactRequest} requestParameters Request parameters.
361
- * @param {*} [options] Override http request option.
362
- * @throws {RequiredError}
363
- * @memberof TradingApiGenerated
364
- */
365
- getOrderImpact(requestParameters: TradingApiGetOrderImpactRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ManualTradeAndImpact, any>>;
366
- /**
367
- *
368
- * @summary Get symbol quotes
369
- * @param {TradingApiGetUserAccountQuotesRequest} requestParameters Request parameters.
370
- * @param {*} [options] Override http request option.
371
- * @throws {RequiredError}
372
- * @memberof TradingApiGenerated
373
- */
374
- getUserAccountQuotes(requestParameters: TradingApiGetUserAccountQuotesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SymbolsQuotesInner[], any>>;
375
- /**
376
- *
377
- * @summary Place a trade with NO validation.
378
- * @param {TradingApiPlaceForceOrderRequest} requestParameters Request parameters.
379
- * @param {*} [options] Override http request option.
380
- * @throws {RequiredError}
381
- * @memberof TradingApiGenerated
382
- */
383
- placeForceOrder(requestParameters: TradingApiPlaceForceOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
384
- /**
385
- *
386
- * @summary Place a OCO (One Cancels Other) order
387
- * @param {TradingApiPlaceOCOOrderRequest} requestParameters Request parameters.
388
- * @param {*} [options] Override http request option.
389
- * @throws {RequiredError}
390
- * @memberof TradingApiGenerated
391
- */
392
- placeOCOOrder(requestParameters: TradingApiPlaceOCOOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
393
- /**
394
- *
395
- * @summary Place order
396
- * @param {TradingApiPlaceOrderRequest} requestParameters Request parameters.
397
- * @param {*} [options] Override http request option.
398
- * @throws {RequiredError}
399
- * @memberof TradingApiGenerated
400
- */
401
- placeOrder(requestParameters: TradingApiPlaceOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
402
- }
1
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
2
+ import { Configuration } from '../configuration';
3
+ import { RequestArgs, BaseAPI } from '../base';
4
+ import { AccountOrderRecord } from '../models';
5
+ import { ManualTradeAndImpact } from '../models';
6
+ import { ManualTradeForm } from '../models';
7
+ import { SymbolsQuotesInner } from '../models';
8
+ import { TradingCancelUserAccountOrderRequest } from '../models';
9
+ import { TradingPlaceOCOOrderRequest } from '../models';
10
+ /**
11
+ * TradingApi - axios parameter creator
12
+ * @export
13
+ */
14
+ export declare const TradingApiAxiosParamCreator: (configuration?: Configuration) => {
15
+ /**
16
+ *
17
+ * @summary Cancel open order in account
18
+ * @param {string} userId
19
+ * @param {string} userSecret
20
+ * @param {string} accountId The ID of the account get positions.
21
+ * @param {TradingCancelUserAccountOrderRequest} tradingCancelUserAccountOrderRequest The Order ID to be canceled
22
+ * @param {*} [options] Override http request option.
23
+ * @throws {RequiredError}
24
+ */
25
+ cancelUserAccountOrder: (userId: string, userSecret: string, accountId: string, tradingCancelUserAccountOrderRequest: TradingCancelUserAccountOrderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
26
+ /**
27
+ *
28
+ * @summary Check impact of trades on account.
29
+ * @param {string} userId
30
+ * @param {string} userSecret
31
+ * @param {ManualTradeForm} manualTradeForm
32
+ * @param {*} [options] Override http request option.
33
+ * @throws {RequiredError}
34
+ */
35
+ getOrderImpact: (userId: string, userSecret: string, manualTradeForm: ManualTradeForm, options?: AxiosRequestConfig) => Promise<RequestArgs>;
36
+ /**
37
+ *
38
+ * @summary Get symbol quotes
39
+ * @param {string} userId
40
+ * @param {string} userSecret
41
+ * @param {string} symbols List of universal_symbol_id or tickers to get quotes for.
42
+ * @param {string} accountId The ID of the account to get quotes.
43
+ * @param {boolean} [useTicker] Should be set to True if providing tickers.
44
+ * @param {*} [options] Override http request option.
45
+ * @throws {RequiredError}
46
+ */
47
+ getUserAccountQuotes: (userId: string, userSecret: string, symbols: string, accountId: string, useTicker?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
48
+ /**
49
+ *
50
+ * @summary Place a trade with NO validation.
51
+ * @param {string} userId
52
+ * @param {string} userSecret
53
+ * @param {ManualTradeForm} manualTradeForm
54
+ * @param {*} [options] Override http request option.
55
+ * @throws {RequiredError}
56
+ */
57
+ placeForceOrder: (userId: string, userSecret: string, manualTradeForm: ManualTradeForm, options?: AxiosRequestConfig) => Promise<RequestArgs>;
58
+ /**
59
+ *
60
+ * @summary Place a OCO (One Cancels Other) order
61
+ * @param {string} userId
62
+ * @param {string} userSecret
63
+ * @param {TradingPlaceOCOOrderRequest} tradingPlaceOCOOrderRequest
64
+ * @param {*} [options] Override http request option.
65
+ * @throws {RequiredError}
66
+ */
67
+ placeOCOOrder: (userId: string, userSecret: string, tradingPlaceOCOOrderRequest: TradingPlaceOCOOrderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
68
+ /**
69
+ *
70
+ * @summary Place order
71
+ * @param {string} tradeId The ID of trade object obtained from trade/impact endpoint
72
+ * @param {string} userId
73
+ * @param {string} userSecret
74
+ * @param {*} [options] Override http request option.
75
+ * @throws {RequiredError}
76
+ */
77
+ placeOrder: (tradeId: string, userId: string, userSecret: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
78
+ };
79
+ /**
80
+ * TradingApi - functional programming interface
81
+ * @export
82
+ */
83
+ export declare const TradingApiFp: (configuration?: Configuration) => {
84
+ /**
85
+ *
86
+ * @summary Cancel open order in account
87
+ * @param {TradingApiCancelUserAccountOrderRequest} requestParameters Request parameters.
88
+ * @param {*} [options] Override http request option.
89
+ * @throws {RequiredError}
90
+ */
91
+ cancelUserAccountOrder(requestParameters: TradingApiCancelUserAccountOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
92
+ /**
93
+ *
94
+ * @summary Check impact of trades on account.
95
+ * @param {TradingApiGetOrderImpactRequest} requestParameters Request parameters.
96
+ * @param {*} [options] Override http request option.
97
+ * @throws {RequiredError}
98
+ */
99
+ getOrderImpact(requestParameters: TradingApiGetOrderImpactRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManualTradeAndImpact>>;
100
+ /**
101
+ *
102
+ * @summary Get symbol quotes
103
+ * @param {TradingApiGetUserAccountQuotesRequest} requestParameters Request parameters.
104
+ * @param {*} [options] Override http request option.
105
+ * @throws {RequiredError}
106
+ */
107
+ getUserAccountQuotes(requestParameters: TradingApiGetUserAccountQuotesRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SymbolsQuotesInner>>>;
108
+ /**
109
+ *
110
+ * @summary Place a trade with NO validation.
111
+ * @param {TradingApiPlaceForceOrderRequest} requestParameters Request parameters.
112
+ * @param {*} [options] Override http request option.
113
+ * @throws {RequiredError}
114
+ */
115
+ placeForceOrder(requestParameters: TradingApiPlaceForceOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
116
+ /**
117
+ *
118
+ * @summary Place a OCO (One Cancels Other) order
119
+ * @param {TradingApiPlaceOCOOrderRequest} requestParameters Request parameters.
120
+ * @param {*} [options] Override http request option.
121
+ * @throws {RequiredError}
122
+ */
123
+ placeOCOOrder(requestParameters: TradingApiPlaceOCOOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
124
+ /**
125
+ *
126
+ * @summary Place order
127
+ * @param {TradingApiPlaceOrderRequest} requestParameters Request parameters.
128
+ * @param {*} [options] Override http request option.
129
+ * @throws {RequiredError}
130
+ */
131
+ placeOrder(requestParameters: TradingApiPlaceOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountOrderRecord>>;
132
+ };
133
+ /**
134
+ * TradingApi - factory interface
135
+ * @export
136
+ */
137
+ export declare const TradingApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
138
+ /**
139
+ *
140
+ * @summary Cancel open order in account
141
+ * @param {TradingApiCancelUserAccountOrderRequest} requestParameters Request parameters.
142
+ * @param {*} [options] Override http request option.
143
+ * @throws {RequiredError}
144
+ */
145
+ cancelUserAccountOrder(requestParameters: TradingApiCancelUserAccountOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
146
+ /**
147
+ *
148
+ * @summary Check impact of trades on account.
149
+ * @param {TradingApiGetOrderImpactRequest} requestParameters Request parameters.
150
+ * @param {*} [options] Override http request option.
151
+ * @throws {RequiredError}
152
+ */
153
+ getOrderImpact(requestParameters: TradingApiGetOrderImpactRequest, options?: AxiosRequestConfig): AxiosPromise<ManualTradeAndImpact>;
154
+ /**
155
+ *
156
+ * @summary Get symbol quotes
157
+ * @param {TradingApiGetUserAccountQuotesRequest} requestParameters Request parameters.
158
+ * @param {*} [options] Override http request option.
159
+ * @throws {RequiredError}
160
+ */
161
+ getUserAccountQuotes(requestParameters: TradingApiGetUserAccountQuotesRequest, options?: AxiosRequestConfig): AxiosPromise<Array<SymbolsQuotesInner>>;
162
+ /**
163
+ *
164
+ * @summary Place a trade with NO validation.
165
+ * @param {TradingApiPlaceForceOrderRequest} requestParameters Request parameters.
166
+ * @param {*} [options] Override http request option.
167
+ * @throws {RequiredError}
168
+ */
169
+ placeForceOrder(requestParameters: TradingApiPlaceForceOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
170
+ /**
171
+ *
172
+ * @summary Place a OCO (One Cancels Other) order
173
+ * @param {TradingApiPlaceOCOOrderRequest} requestParameters Request parameters.
174
+ * @param {*} [options] Override http request option.
175
+ * @throws {RequiredError}
176
+ */
177
+ placeOCOOrder(requestParameters: TradingApiPlaceOCOOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
178
+ /**
179
+ *
180
+ * @summary Place order
181
+ * @param {TradingApiPlaceOrderRequest} requestParameters Request parameters.
182
+ * @param {*} [options] Override http request option.
183
+ * @throws {RequiredError}
184
+ */
185
+ placeOrder(requestParameters: TradingApiPlaceOrderRequest, options?: AxiosRequestConfig): AxiosPromise<AccountOrderRecord>;
186
+ };
187
+ /**
188
+ * Request parameters for cancelUserAccountOrder operation in TradingApi.
189
+ * @export
190
+ * @interface TradingApiCancelUserAccountOrderRequest
191
+ */
192
+ export type TradingApiCancelUserAccountOrderRequest = {
193
+ /**
194
+ *
195
+ * @type {string}
196
+ * @memberof TradingApiCancelUserAccountOrder
197
+ */
198
+ readonly userId: string;
199
+ /**
200
+ *
201
+ * @type {string}
202
+ * @memberof TradingApiCancelUserAccountOrder
203
+ */
204
+ readonly userSecret: string;
205
+ /**
206
+ * The ID of the account get positions.
207
+ * @type {string}
208
+ * @memberof TradingApiCancelUserAccountOrder
209
+ */
210
+ readonly accountId: string;
211
+ } & TradingCancelUserAccountOrderRequest;
212
+ /**
213
+ * Request parameters for getOrderImpact operation in TradingApi.
214
+ * @export
215
+ * @interface TradingApiGetOrderImpactRequest
216
+ */
217
+ export type TradingApiGetOrderImpactRequest = {
218
+ /**
219
+ *
220
+ * @type {string}
221
+ * @memberof TradingApiGetOrderImpact
222
+ */
223
+ readonly userId: string;
224
+ /**
225
+ *
226
+ * @type {string}
227
+ * @memberof TradingApiGetOrderImpact
228
+ */
229
+ readonly userSecret: string;
230
+ } & ManualTradeForm;
231
+ /**
232
+ * Request parameters for getUserAccountQuotes operation in TradingApi.
233
+ * @export
234
+ * @interface TradingApiGetUserAccountQuotesRequest
235
+ */
236
+ export type TradingApiGetUserAccountQuotesRequest = {
237
+ /**
238
+ *
239
+ * @type {string}
240
+ * @memberof TradingApiGetUserAccountQuotes
241
+ */
242
+ readonly userId: string;
243
+ /**
244
+ *
245
+ * @type {string}
246
+ * @memberof TradingApiGetUserAccountQuotes
247
+ */
248
+ readonly userSecret: string;
249
+ /**
250
+ * List of universal_symbol_id or tickers to get quotes for.
251
+ * @type {string}
252
+ * @memberof TradingApiGetUserAccountQuotes
253
+ */
254
+ readonly symbols: string;
255
+ /**
256
+ * The ID of the account to get quotes.
257
+ * @type {string}
258
+ * @memberof TradingApiGetUserAccountQuotes
259
+ */
260
+ readonly accountId: string;
261
+ /**
262
+ * Should be set to True if providing tickers.
263
+ * @type {boolean}
264
+ * @memberof TradingApiGetUserAccountQuotes
265
+ */
266
+ readonly useTicker?: boolean;
267
+ };
268
+ /**
269
+ * Request parameters for placeForceOrder operation in TradingApi.
270
+ * @export
271
+ * @interface TradingApiPlaceForceOrderRequest
272
+ */
273
+ export type TradingApiPlaceForceOrderRequest = {
274
+ /**
275
+ *
276
+ * @type {string}
277
+ * @memberof TradingApiPlaceForceOrder
278
+ */
279
+ readonly userId: string;
280
+ /**
281
+ *
282
+ * @type {string}
283
+ * @memberof TradingApiPlaceForceOrder
284
+ */
285
+ readonly userSecret: string;
286
+ } & ManualTradeForm;
287
+ /**
288
+ * Request parameters for placeOCOOrder operation in TradingApi.
289
+ * @export
290
+ * @interface TradingApiPlaceOCOOrderRequest
291
+ */
292
+ export type TradingApiPlaceOCOOrderRequest = {
293
+ /**
294
+ *
295
+ * @type {string}
296
+ * @memberof TradingApiPlaceOCOOrder
297
+ */
298
+ readonly userId: string;
299
+ /**
300
+ *
301
+ * @type {string}
302
+ * @memberof TradingApiPlaceOCOOrder
303
+ */
304
+ readonly userSecret: string;
305
+ } & TradingPlaceOCOOrderRequest;
306
+ /**
307
+ * Request parameters for placeOrder operation in TradingApi.
308
+ * @export
309
+ * @interface TradingApiPlaceOrderRequest
310
+ */
311
+ export type TradingApiPlaceOrderRequest = {
312
+ /**
313
+ * The ID of trade object obtained from trade/impact endpoint
314
+ * @type {string}
315
+ * @memberof TradingApiPlaceOrder
316
+ */
317
+ readonly tradeId: string;
318
+ /**
319
+ *
320
+ * @type {string}
321
+ * @memberof TradingApiPlaceOrder
322
+ */
323
+ readonly userId: string;
324
+ /**
325
+ *
326
+ * @type {string}
327
+ * @memberof TradingApiPlaceOrder
328
+ */
329
+ readonly userSecret: string;
330
+ };
331
+ /**
332
+ * TradingApiGenerated - object-oriented interface
333
+ * @export
334
+ * @class TradingApiGenerated
335
+ * @extends {BaseAPI}
336
+ */
337
+ export declare class TradingApiGenerated extends BaseAPI {
338
+ /**
339
+ *
340
+ * @summary Cancel open order in account
341
+ * @param {TradingApiCancelUserAccountOrderRequest} requestParameters Request parameters.
342
+ * @param {*} [options] Override http request option.
343
+ * @throws {RequiredError}
344
+ * @memberof TradingApiGenerated
345
+ */
346
+ cancelUserAccountOrder(requestParameters: TradingApiCancelUserAccountOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
347
+ /**
348
+ *
349
+ * @summary Check impact of trades on account.
350
+ * @param {TradingApiGetOrderImpactRequest} requestParameters Request parameters.
351
+ * @param {*} [options] Override http request option.
352
+ * @throws {RequiredError}
353
+ * @memberof TradingApiGenerated
354
+ */
355
+ getOrderImpact(requestParameters: TradingApiGetOrderImpactRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ManualTradeAndImpact, any>>;
356
+ /**
357
+ *
358
+ * @summary Get symbol quotes
359
+ * @param {TradingApiGetUserAccountQuotesRequest} requestParameters Request parameters.
360
+ * @param {*} [options] Override http request option.
361
+ * @throws {RequiredError}
362
+ * @memberof TradingApiGenerated
363
+ */
364
+ getUserAccountQuotes(requestParameters: TradingApiGetUserAccountQuotesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SymbolsQuotesInner[], any>>;
365
+ /**
366
+ *
367
+ * @summary Place a trade with NO validation.
368
+ * @param {TradingApiPlaceForceOrderRequest} requestParameters Request parameters.
369
+ * @param {*} [options] Override http request option.
370
+ * @throws {RequiredError}
371
+ * @memberof TradingApiGenerated
372
+ */
373
+ placeForceOrder(requestParameters: TradingApiPlaceForceOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
374
+ /**
375
+ *
376
+ * @summary Place a OCO (One Cancels Other) order
377
+ * @param {TradingApiPlaceOCOOrderRequest} requestParameters Request parameters.
378
+ * @param {*} [options] Override http request option.
379
+ * @throws {RequiredError}
380
+ * @memberof TradingApiGenerated
381
+ */
382
+ placeOCOOrder(requestParameters: TradingApiPlaceOCOOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
383
+ /**
384
+ *
385
+ * @summary Place order
386
+ * @param {TradingApiPlaceOrderRequest} requestParameters Request parameters.
387
+ * @param {*} [options] Override http request option.
388
+ * @throws {RequiredError}
389
+ * @memberof TradingApiGenerated
390
+ */
391
+ placeOrder(requestParameters: TradingApiPlaceOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
392
+ }