snaptrade-typescript-sdk 8.6.0 → 8.8.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 (169) hide show
  1. package/README.md +9 -12
  2. package/dist/api/portfolio-management-api.d.ts +0 -47
  3. package/dist/api/portfolio-management-api.js +0 -103
  4. package/dist/configuration.js +1 -1
  5. package/dist/models/session-event.d.ts +6 -0
  6. package/dist/models/symbol.d.ts +7 -0
  7. package/package.json +4 -1
  8. package/.konfig/generate-id.txt +0 -1
  9. package/.konfigignore +0 -3
  10. package/api/account-information-api-custom.ts +0 -3
  11. package/api/account-information-api.ts +0 -1062
  12. package/api/api-disclaimer-api-custom.ts +0 -3
  13. package/api/api-disclaimer-api.ts +0 -183
  14. package/api/api-status-api-custom.ts +0 -3
  15. package/api/api-status-api.ts +0 -128
  16. package/api/authentication-api-custom.ts +0 -3
  17. package/api/authentication-api.ts +0 -568
  18. package/api/connections-api-custom.ts +0 -3
  19. package/api/connections-api.ts +0 -544
  20. package/api/error-logs-api-custom.ts +0 -3
  21. package/api/error-logs-api.ts +0 -174
  22. package/api/options-api-custom.ts +0 -3
  23. package/api/options-api.ts +0 -739
  24. package/api/portfolio-management-api-custom.ts +0 -3
  25. package/api/portfolio-management-api.ts +0 -3301
  26. package/api/reference-data-api-custom.ts +0 -3
  27. package/api/reference-data-api.ts +0 -1031
  28. package/api/trading-api-custom.ts +0 -3
  29. package/api/trading-api.ts +0 -1304
  30. package/api/transactions-and-reporting-api-custom.ts +0 -3
  31. package/api/transactions-and-reporting-api.ts +0 -408
  32. package/api.ts +0 -27
  33. package/base.ts +0 -70
  34. package/client-custom.ts +0 -5
  35. package/client.ts +0 -59
  36. package/common.ts +0 -163
  37. package/configuration.ts +0 -131
  38. package/docs/AccountInformationApi.md +0 -469
  39. package/docs/ApiDisclaimerApi.md +0 -65
  40. package/docs/ApiStatusApi.md +0 -59
  41. package/docs/AuthenticationApi.md +0 -293
  42. package/docs/ConnectionsApi.md +0 -237
  43. package/docs/ErrorLogsApi.md +0 -63
  44. package/docs/OptionsApi.md +0 -314
  45. package/docs/PortfolioManagementApi.md +0 -1786
  46. package/docs/ReferenceDataApi.md +0 -570
  47. package/docs/TradingApi.md +0 -600
  48. package/docs/TransactionsAndReportingApi.md +0 -141
  49. package/index.test.ts +0 -177
  50. package/index.ts +0 -18
  51. package/jest.config.ts +0 -11
  52. package/models/account-holdings-account.ts +0 -61
  53. package/models/account-holdings.ts +0 -61
  54. package/models/account-order-record-status.ts +0 -48
  55. package/models/account-order-record.ts +0 -151
  56. package/models/account-simple.ts +0 -52
  57. package/models/account-sync-status.ts +0 -32
  58. package/models/account.ts +0 -91
  59. package/models/action.ts +0 -30
  60. package/models/apidisclaimer-accept-request.ts +0 -29
  61. package/models/authentication-login-snap-trade-user200-response.ts +0 -31
  62. package/models/balance.ts +0 -40
  63. package/models/brokerage-authorization-type-read-only-brokerage.ts +0 -43
  64. package/models/brokerage-authorization-type-read-only.ts +0 -68
  65. package/models/brokerage-authorization-type.ts +0 -39
  66. package/models/brokerage-authorization.ts +0 -82
  67. package/models/brokerage-symbol.ts +0 -61
  68. package/models/brokerage-type.ts +0 -37
  69. package/models/brokerage.ts +0 -136
  70. package/models/calculated-trade.ts +0 -40
  71. package/models/cash-restriction.ts +0 -63
  72. package/models/connections-session-events200-response-inner.ts +0 -25
  73. package/models/currency.ts +0 -43
  74. package/models/delete-user-response.ts +0 -37
  75. package/models/dividend-at-date.ts +0 -43
  76. package/models/encrypted-response-encrypted-message-data.ts +0 -43
  77. package/models/encrypted-response.ts +0 -38
  78. package/models/exchange-rate-pairs.ts +0 -46
  79. package/models/exchange.ts +0 -73
  80. package/models/excluded-asset.ts +0 -34
  81. package/models/index.ts +0 -109
  82. package/models/jwt.ts +0 -31
  83. package/models/login-redirect-uri.ts +0 -35
  84. package/models/manual-trade-and-impact.ts +0 -49
  85. package/models/manual-trade-balance.ts +0 -49
  86. package/models/manual-trade-form.ts +0 -80
  87. package/models/manual-trade-symbol.ts +0 -64
  88. package/models/manual-trade.ts +0 -88
  89. package/models/model-asset-class-details.ts +0 -41
  90. package/models/model-asset-class-target.ts +0 -34
  91. package/models/model-asset-class.ts +0 -37
  92. package/models/model-portfolio-asset-class.ts +0 -40
  93. package/models/model-portfolio-details.ts +0 -50
  94. package/models/model-portfolio-security.ts +0 -40
  95. package/models/model-portfolio.ts +0 -52
  96. package/models/model400-failed-request-response.ts +0 -37
  97. package/models/model401-failed-request-response.ts +0 -37
  98. package/models/model403-failed-request-response.ts +0 -37
  99. package/models/model404-failed-request-response.ts +0 -37
  100. package/models/monthly-dividends.ts +0 -40
  101. package/models/net-contributions.ts +0 -43
  102. package/models/net-dividend.ts +0 -46
  103. package/models/option-chain-inner-chain-per-root-inner-chain-per-strike-price-inner.ts +0 -43
  104. package/models/option-chain-inner-chain-per-root-inner.ts +0 -46
  105. package/models/option-chain-inner.ts +0 -58
  106. package/models/option-leg.ts +0 -53
  107. package/models/option-strategy-legs-inner.ts +0 -47
  108. package/models/option-strategy.ts +0 -61
  109. package/models/options-get-option-strategy-request.ts +0 -51
  110. package/models/options-holdings.ts +0 -67
  111. package/models/options-place-option-strategy-request.ts +0 -57
  112. package/models/options-position.ts +0 -73
  113. package/models/options-symbol.ts +0 -94
  114. package/models/order-type.ts +0 -32
  115. package/models/partner-data.ts +0 -100
  116. package/models/past-value.ts +0 -43
  117. package/models/performance-custom.ts +0 -154
  118. package/models/portfolio-group-info.ts +0 -115
  119. package/models/portfolio-group-position.ts +0 -46
  120. package/models/portfolio-group-settings.ts +0 -58
  121. package/models/portfolio-group.ts +0 -37
  122. package/models/position-symbol.ts +0 -64
  123. package/models/position.ts +0 -64
  124. package/models/redirect-tokenand-pin.ts +0 -37
  125. package/models/security-type.ts +0 -49
  126. package/models/session-event.ts +0 -74
  127. package/models/snap-trade-apidisclaimer-accept-status.ts +0 -37
  128. package/models/snap-trade-holdings-account-account-id.ts +0 -82
  129. package/models/snap-trade-holdings-account.ts +0 -79
  130. package/models/snap-trade-holdings-total-value.ts +0 -37
  131. package/models/snap-trade-login-user-request-body.ts +0 -61
  132. package/models/snap-trade-register-user-request-body.ts +0 -35
  133. package/models/status.ts +0 -43
  134. package/models/strategy-impact-legs-inner.ts +0 -67
  135. package/models/strategy-impact.ts +0 -94
  136. package/models/strategy-order-place-orders-inner-legs-inner.ts +0 -67
  137. package/models/strategy-order-place-orders-inner.ts +0 -286
  138. package/models/strategy-order-place.ts +0 -40
  139. package/models/strategy-order-record.ts +0 -133
  140. package/models/strategy-quotes-greek.ts +0 -55
  141. package/models/strategy-quotes.ts +0 -67
  142. package/models/sub-period-return-rate.ts +0 -43
  143. package/models/symbol-query.ts +0 -29
  144. package/models/symbol.ts +0 -67
  145. package/models/symbols-quotes.ts +0 -64
  146. package/models/target-asset.ts +0 -62
  147. package/models/time-in-force.ts +0 -31
  148. package/models/trade-execution-status.ts +0 -105
  149. package/models/trade-impact.ts +0 -61
  150. package/models/trade.ts +0 -88
  151. package/models/trading-cancel-user-account-order-request.ts +0 -29
  152. package/models/trading-place-ocoorder-request.ts +0 -35
  153. package/models/transactions-status.ts +0 -35
  154. package/models/underlying-symbol.ts +0 -76
  155. package/models/universal-activity.ts +0 -127
  156. package/models/universal-symbol-ticker.ts +0 -82
  157. package/models/universal-symbol.ts +0 -80
  158. package/models/user-error-log.ts +0 -61
  159. package/models/user-idand-secret.ts +0 -37
  160. package/models/user-settings.ts +0 -88
  161. package/models/usexchange.ts +0 -79
  162. package/pagination/page-types.ts +0 -34
  163. package/pagination/page.ts +0 -58
  164. package/pagination/pageable.ts +0 -113
  165. package/pagination/paginate.ts +0 -41
  166. package/requestAfterHook.ts +0 -53
  167. package/requestBeforeHook.ts +0 -15
  168. package/tsconfig.json +0 -22
  169. package/tsconfig.test.json +0 -6
@@ -1,600 +0,0 @@
1
- # TradingApi
2
-
3
- All URIs are relative to *https://api.snaptrade.com/api/v1*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**cancelUserAccountOrder**](TradingApi.md#cancelUserAccountOrder) | **POST** /accounts/{accountId}/orders/cancel | Cancel open order in account
8
- [**getCalculatedTradeImpactById**](TradingApi.md#getCalculatedTradeImpactById) | **GET** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/modify/{tradeId} | Return details of a specific trade before it\'s placed
9
- [**getCalculatedTradesImpact**](TradingApi.md#getCalculatedTradesImpact) | **GET** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/impact | Return the impact of placing a series of trades on the portfolio
10
- [**getOrderImpact**](TradingApi.md#getOrderImpact) | **POST** /trade/impact | Check impact of trades on account.
11
- [**getUserAccountQuotes**](TradingApi.md#getUserAccountQuotes) | **GET** /accounts/{accountId}/quotes | Get symbol quotes
12
- [**modifyCalculatedTradeById**](TradingApi.md#modifyCalculatedTradeById) | **PATCH** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/modify/{tradeId} | Modify units of a trade before it is placed
13
- [**placeCalculatedTrades**](TradingApi.md#placeCalculatedTrades) | **POST** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/placeOrders | Place orders for the CalculatedTrades in series
14
- [**placeForceOrder**](TradingApi.md#placeForceOrder) | **POST** /trade/place | Place a trade with NO validation.
15
- [**placeOCOOrder**](TradingApi.md#placeOCOOrder) | **POST** /trade/oco | Place a OCO (One Cancels Other) order
16
- [**placeOrder**](TradingApi.md#placeOrder) | **POST** /trade/{tradeId} | Place order
17
-
18
-
19
- # **cancelUserAccountOrder**
20
-
21
- #### **POST** /accounts/{accountId}/orders/cancel
22
-
23
-
24
- ### Example
25
-
26
-
27
- ```typescript
28
- import { Snaptrade } from "snaptrade-typescript-sdk"
29
-
30
- const snaptrade = new Snaptrade({
31
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
32
- // basePath: "https://api.snaptrade.com/api/v1",
33
- consumerKey: "YOUR_CONSUMER_KEY",
34
- clientId: "YOUR_CLIENT_ID",
35
- })
36
-
37
- const cancelUserAccountOrderResponse = await snaptrade.trading.cancelUserAccountOrder({
38
- "userId": "John.doe@snaptrade.com",
39
- "userSecret": "USERSECRET123",
40
- "accountId": "accountId_example",
41
- "brokerage_order_id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
42
- })
43
-
44
- console.log(cancelUserAccountOrderResponse)
45
-
46
- ```
47
-
48
-
49
- ### Parameters
50
-
51
- Name | Type | Description | Notes
52
- ------------- | ------------- | ------------- | -------------
53
- **tradingCancelUserAccountOrderRequest** | **TradingCancelUserAccountOrderRequest**| The Order ID to be canceled |
54
- **userId** | [**string**] | | defaults to undefined
55
- **userSecret** | [**string**] | | defaults to undefined
56
- **accountId** | [**string**] | The ID of the account get positions. | defaults to undefined
57
-
58
-
59
- ### Return type
60
-
61
- **AccountOrderRecord**
62
-
63
- ### HTTP request headers
64
-
65
- - **Content-Type**: application/json
66
- - **Accept**: application/json
67
-
68
-
69
- ### HTTP response details
70
- | Status code | Description | Response headers |
71
- |-------------|-------------|------------------|
72
- **200** | Order Record of canceled order | - |
73
- **400** | Unable to cancel open order. Please verify status in brokerage account | - |
74
- **500** | Unexpected error | - |
75
-
76
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
77
-
78
- # **getCalculatedTradeImpactById**
79
-
80
- #### **GET** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/modify/{tradeId}
81
-
82
-
83
- ### Example
84
-
85
-
86
- ```typescript
87
- import { Snaptrade } from "snaptrade-typescript-sdk"
88
-
89
- const snaptrade = new Snaptrade({
90
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
91
- // basePath: "https://api.snaptrade.com/api/v1",
92
- consumerKey: "YOUR_CONSUMER_KEY",
93
- clientId: "YOUR_CLIENT_ID",
94
- })
95
-
96
- const getCalculatedTradeImpactByIdResponse = await snaptrade.trading.getCalculatedTradeImpactById({
97
- "portfolioGroupId": "portfolioGroupId_example",
98
- "calculatedTradeId": "calculatedTradeId_example",
99
- "tradeId": "tradeId_example",
100
- })
101
-
102
- console.log(getCalculatedTradeImpactByIdResponse)
103
-
104
- ```
105
-
106
-
107
- ### Parameters
108
-
109
- Name | Type | Description | Notes
110
- ------------- | ------------- | ------------- | -------------
111
- **portfolioGroupId** | [**string**] | The ID of the PortfolioGroup to perform rebalancing calculations | defaults to undefined
112
- **calculatedTradeId** | [**string**] | The ID of calculated trade to get account impact | defaults to undefined
113
- **tradeId** | [**string**] | The ID of trade object | defaults to undefined
114
-
115
-
116
- ### Return type
117
-
118
- **Trade**
119
-
120
- ### HTTP request headers
121
-
122
- - **Content-Type**: Not defined
123
- - **Accept**: application/json
124
-
125
-
126
- ### HTTP response details
127
- | Status code | Description | Response headers |
128
- |-------------|-------------|------------------|
129
- **200** | Trade object | - |
130
-
131
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
132
-
133
- # **getCalculatedTradesImpact**
134
-
135
- #### **GET** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/impact
136
-
137
-
138
- ### Example
139
-
140
-
141
- ```typescript
142
- import { Snaptrade } from "snaptrade-typescript-sdk"
143
-
144
- const snaptrade = new Snaptrade({
145
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
146
- // basePath: "https://api.snaptrade.com/api/v1",
147
- consumerKey: "YOUR_CONSUMER_KEY",
148
- clientId: "YOUR_CLIENT_ID",
149
- })
150
-
151
- const getCalculatedTradesImpactResponse = await snaptrade.trading.getCalculatedTradesImpact({
152
- "portfolioGroupId": "portfolioGroupId_example",
153
- "calculatedTradeId": "calculatedTradeId_example",
154
- })
155
-
156
- console.log(getCalculatedTradesImpactResponse)
157
-
158
- ```
159
-
160
-
161
- ### Parameters
162
-
163
- Name | Type | Description | Notes
164
- ------------- | ------------- | ------------- | -------------
165
- **portfolioGroupId** | [**string**] | The ID of the PortfolioGroup to perform rebalancing calculations | defaults to undefined
166
- **calculatedTradeId** | [**string**] | The ID of calculated trade to get account impact | defaults to undefined
167
-
168
-
169
- ### Return type
170
-
171
- **Array<TradeImpact>**
172
-
173
- ### HTTP request headers
174
-
175
- - **Content-Type**: Not defined
176
- - **Accept**: application/json
177
-
178
-
179
- ### HTTP response details
180
- | Status code | Description | Response headers |
181
- |-------------|-------------|------------------|
182
- **200** | Impact of trades to make | - |
183
-
184
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
185
-
186
- # **getOrderImpact**
187
-
188
- #### **POST** /trade/impact
189
-
190
-
191
- ### Example
192
-
193
-
194
- ```typescript
195
- import { Snaptrade } from "snaptrade-typescript-sdk"
196
-
197
- const snaptrade = new Snaptrade({
198
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
199
- // basePath: "https://api.snaptrade.com/api/v1",
200
- consumerKey: "YOUR_CONSUMER_KEY",
201
- clientId: "YOUR_CLIENT_ID",
202
- })
203
-
204
- const getOrderImpactResponse = await snaptrade.trading.getOrderImpact({
205
- "userId": "John.doe@snaptrade.com",
206
- "userSecret": "USERSECRET123",
207
- "account_id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
208
- "action": "BUY",
209
- "order_type": "Limit",
210
- "price": 31.33,
211
- "stop": 31.33,
212
- "time_in_force": "Day",
213
- "universal_symbol_id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
214
- })
215
-
216
- console.log(getOrderImpactResponse)
217
-
218
- ```
219
-
220
-
221
- ### Parameters
222
-
223
- Name | Type | Description | Notes
224
- ------------- | ------------- | ------------- | -------------
225
- **manualTradeForm** | **ManualTradeForm**| |
226
- **userId** | [**string**] | | defaults to undefined
227
- **userSecret** | [**string**] | | defaults to undefined
228
-
229
-
230
- ### Return type
231
-
232
- **ManualTradeAndImpact**
233
-
234
- ### HTTP request headers
235
-
236
- - **Content-Type**: application/json
237
- - **Accept**: application/json
238
-
239
-
240
- ### HTTP response details
241
- | Status code | Description | Response headers |
242
- |-------------|-------------|------------------|
243
- **200** | Return trade object and it\&#39;s impact on the account | - |
244
- **400** | Missing or wrong data format provided in request body | - |
245
- **403** | User does not have permissions to place trades | - |
246
- **500** | Unexpected Error | - |
247
-
248
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
249
-
250
- # **getUserAccountQuotes**
251
-
252
- #### **GET** /accounts/{accountId}/quotes
253
-
254
-
255
- ### Example
256
-
257
-
258
- ```typescript
259
- import { Snaptrade } from "snaptrade-typescript-sdk"
260
-
261
- const snaptrade = new Snaptrade({
262
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
263
- // basePath: "https://api.snaptrade.com/api/v1",
264
- consumerKey: "YOUR_CONSUMER_KEY",
265
- clientId: "YOUR_CLIENT_ID",
266
- })
267
-
268
- const getUserAccountQuotesResponse = await snaptrade.trading.getUserAccountQuotes({
269
- "userId": "John.doe@snaptrade.com",
270
- "userSecret": "USERSECRET123",
271
- "symbols": "symbols_example",
272
- "accountId": "accountId_example",
273
- })
274
-
275
- console.log(getUserAccountQuotesResponse)
276
-
277
- ```
278
-
279
-
280
- ### Parameters
281
-
282
- Name | Type | Description | Notes
283
- ------------- | ------------- | ------------- | -------------
284
- **userId** | [**string**] | | defaults to undefined
285
- **userSecret** | [**string**] | | defaults to undefined
286
- **symbols** | [**string**] | List of universal_symbol_id or tickers to get quotes for. | defaults to undefined
287
- **accountId** | [**string**] | The ID of the account to get quotes. | defaults to undefined
288
- **useTicker** | [**boolean**] | Should be set to True if providing tickers. | (optional) defaults to undefined
289
-
290
-
291
- ### Return type
292
-
293
- **SymbolsQuotes**
294
-
295
- ### HTTP request headers
296
-
297
- - **Content-Type**: Not defined
298
- - **Accept**: application/json
299
-
300
-
301
- ### HTTP response details
302
- | Status code | Description | Response headers |
303
- |-------------|-------------|------------------|
304
- **200** | Returns quotes object with different prices | - |
305
- **500** | Unexpected error | - |
306
-
307
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
308
-
309
- # **modifyCalculatedTradeById**
310
-
311
- #### **PATCH** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/modify/{tradeId}
312
-
313
-
314
- ### Example
315
-
316
-
317
- ```typescript
318
- import { Snaptrade } from "snaptrade-typescript-sdk"
319
-
320
- const snaptrade = new Snaptrade({
321
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
322
- // basePath: "https://api.snaptrade.com/api/v1",
323
- consumerKey: "YOUR_CONSUMER_KEY",
324
- clientId: "YOUR_CLIENT_ID",
325
- })
326
-
327
- const modifyCalculatedTradeByIdResponse = await snaptrade.trading.modifyCalculatedTradeById({
328
- "portfolioGroupId": "portfolioGroupId_example",
329
- "calculatedTradeId": "calculatedTradeId_example",
330
- "tradeId": "tradeId_example",
331
- "id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
332
- "action": "BUY",
333
- "units": 6,
334
- "price": 24.81,
335
- "sequence": 1,
336
- })
337
-
338
- console.log(modifyCalculatedTradeByIdResponse)
339
-
340
- ```
341
-
342
-
343
- ### Parameters
344
-
345
- Name | Type | Description | Notes
346
- ------------- | ------------- | ------------- | -------------
347
- **trade** | **Trade**| |
348
- **portfolioGroupId** | [**string**] | The ID of the PortfolioGroup to perform rebalancing calculations | defaults to undefined
349
- **calculatedTradeId** | [**string**] | The ID of calculated trade to get account impact | defaults to undefined
350
- **tradeId** | [**string**] | The ID of trade object | defaults to undefined
351
-
352
-
353
- ### Return type
354
-
355
- **Trade**
356
-
357
- ### HTTP request headers
358
-
359
- - **Content-Type**: application/json
360
- - **Accept**: application/json
361
-
362
-
363
- ### HTTP response details
364
- | Status code | Description | Response headers |
365
- |-------------|-------------|------------------|
366
- **200** | Modified trade object | - |
367
-
368
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
369
-
370
- # **placeCalculatedTrades**
371
-
372
- #### **POST** /portfolioGroups/{portfolioGroupId}/calculatedtrades/{calculatedTradeId}/placeOrders
373
-
374
-
375
- ### Example
376
-
377
-
378
- ```typescript
379
- import { Snaptrade } from "snaptrade-typescript-sdk"
380
-
381
- const snaptrade = new Snaptrade({
382
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
383
- // basePath: "https://api.snaptrade.com/api/v1",
384
- consumerKey: "YOUR_CONSUMER_KEY",
385
- clientId: "YOUR_CLIENT_ID",
386
- })
387
-
388
- const placeCalculatedTradesResponse = await snaptrade.trading.placeCalculatedTrades({
389
- "portfolioGroupId": "portfolioGroupId_example",
390
- "calculatedTradeId": "calculatedTradeId_example",
391
- })
392
-
393
- console.log(placeCalculatedTradesResponse)
394
-
395
- ```
396
-
397
-
398
- ### Parameters
399
-
400
- Name | Type | Description | Notes
401
- ------------- | ------------- | ------------- | -------------
402
- **portfolioGroupId** | [**string**] | The ID of the PortfolioGroup to perform rebalancing calculations | defaults to undefined
403
- **calculatedTradeId** | [**string**] | The ID of calculated trade to get account impact | defaults to undefined
404
-
405
-
406
- ### Return type
407
-
408
- **Array<TradeExecutionStatus>**
409
-
410
- ### HTTP request headers
411
-
412
- - **Content-Type**: Not defined
413
- - **Accept**: application/json
414
-
415
-
416
- ### HTTP response details
417
- | Status code | Description | Response headers |
418
- |-------------|-------------|------------------|
419
- **200** | Return trade execution statuses for all trades submitted | - |
420
-
421
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
422
-
423
- # **placeForceOrder**
424
-
425
- #### **POST** /trade/place
426
-
427
-
428
- ### Example
429
-
430
-
431
- ```typescript
432
- import { Snaptrade } from "snaptrade-typescript-sdk"
433
-
434
- const snaptrade = new Snaptrade({
435
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
436
- // basePath: "https://api.snaptrade.com/api/v1",
437
- consumerKey: "YOUR_CONSUMER_KEY",
438
- clientId: "YOUR_CLIENT_ID",
439
- })
440
-
441
- const placeForceOrderResponse = await snaptrade.trading.placeForceOrder({
442
- "userId": "John.doe@snaptrade.com",
443
- "userSecret": "USERSECRET123",
444
- "account_id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
445
- "action": "BUY",
446
- "order_type": "Limit",
447
- "price": 31.33,
448
- "stop": 31.33,
449
- "time_in_force": "Day",
450
- "universal_symbol_id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
451
- })
452
-
453
- console.log(placeForceOrderResponse)
454
-
455
- ```
456
-
457
-
458
- ### Parameters
459
-
460
- Name | Type | Description | Notes
461
- ------------- | ------------- | ------------- | -------------
462
- **manualTradeForm** | **ManualTradeForm**| |
463
- **userId** | [**string**] | | defaults to undefined
464
- **userSecret** | [**string**] | | defaults to undefined
465
-
466
-
467
- ### Return type
468
-
469
- **AccountOrderRecord**
470
-
471
- ### HTTP request headers
472
-
473
- - **Content-Type**: application/json
474
- - **Accept**: application/json
475
-
476
-
477
- ### HTTP response details
478
- | Status code | Description | Response headers |
479
- |-------------|-------------|------------------|
480
- **200** | Trade sucessfully placed | - |
481
- **400** | Trade could not be placed | - |
482
- **403** | User does not have permissions to place trades | - |
483
- **500** | Unexpected Error | - |
484
-
485
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
486
-
487
- # **placeOCOOrder**
488
-
489
- #### **POST** /trade/oco
490
-
491
-
492
- ### Example
493
-
494
-
495
- ```typescript
496
- import { Snaptrade } from "snaptrade-typescript-sdk"
497
-
498
- const snaptrade = new Snaptrade({
499
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
500
- // basePath: "https://api.snaptrade.com/api/v1",
501
- consumerKey: "YOUR_CONSUMER_KEY",
502
- clientId: "YOUR_CLIENT_ID",
503
- })
504
-
505
- const placeOCOOrderResponse = await snaptrade.trading.placeOCOOrder({
506
- "userId": "John.doe@snaptrade.com",
507
- "userSecret": "USERSECRET123",
508
- })
509
-
510
- console.log(placeOCOOrderResponse)
511
-
512
- ```
513
-
514
-
515
- ### Parameters
516
-
517
- Name | Type | Description | Notes
518
- ------------- | ------------- | ------------- | -------------
519
- **tradingPlaceOCOOrderRequest** | **TradingPlaceOCOOrderRequest**| |
520
- **userId** | [**string**] | | defaults to undefined
521
- **userSecret** | [**string**] | | defaults to undefined
522
-
523
-
524
- ### Return type
525
-
526
- **AccountOrderRecord**
527
-
528
- ### HTTP request headers
529
-
530
- - **Content-Type**: application/json
531
- - **Accept**: application/json
532
-
533
-
534
- ### HTTP response details
535
- | Status code | Description | Response headers |
536
- |-------------|-------------|------------------|
537
- **200** | Status of order placed | - |
538
- **400** | Failed to submit order to broker | - |
539
- **500** | Unexpected Error | - |
540
-
541
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
542
-
543
- # **placeOrder**
544
-
545
- #### **POST** /trade/{tradeId}
546
-
547
-
548
- ### Example
549
-
550
-
551
- ```typescript
552
- import { Snaptrade } from "snaptrade-typescript-sdk"
553
-
554
- const snaptrade = new Snaptrade({
555
- // Defining the base path is optional and defaults to https://api.snaptrade.com/api/v1
556
- // basePath: "https://api.snaptrade.com/api/v1",
557
- consumerKey: "YOUR_CONSUMER_KEY",
558
- clientId: "YOUR_CLIENT_ID",
559
- })
560
-
561
- const placeOrderResponse = await snaptrade.trading.placeOrder({
562
- "tradeId": "tradeId_example",
563
- "userId": "John.doe@snaptrade.com",
564
- "userSecret": "USERSECRET123",
565
- })
566
-
567
- console.log(placeOrderResponse)
568
-
569
- ```
570
-
571
-
572
- ### Parameters
573
-
574
- Name | Type | Description | Notes
575
- ------------- | ------------- | ------------- | -------------
576
- **tradeId** | [**string**] | The ID of trade object obtained from trade/impact endpoint | defaults to undefined
577
- **userId** | [**string**] | | defaults to undefined
578
- **userSecret** | [**string**] | | defaults to undefined
579
-
580
-
581
- ### Return type
582
-
583
- **AccountOrderRecord**
584
-
585
- ### HTTP request headers
586
-
587
- - **Content-Type**: Not defined
588
- - **Accept**: application/json
589
-
590
-
591
- ### HTTP response details
592
- | Status code | Description | Response headers |
593
- |-------------|-------------|------------------|
594
- **200** | Status of order placed | - |
595
- **400** | Failed to submit order to broker | - |
596
- **500** | Unexpected Error | - |
597
-
598
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
599
-
600
-