adaptic-backend 1.0.86 → 1.0.87
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.
- package/Account.cjs +1 -1261
- package/Action.cjs +0 -2016
- package/Alert.cjs +1 -1261
- package/AlpacaAccount.cjs +1 -1261
- package/Asset.cjs +0 -1548
- package/Authenticator.cjs +1 -1261
- package/Customer.cjs +1 -1261
- package/NewsArticle.cjs +1 -1549
- package/NewsArticleAssetSentiment.cjs +1 -1549
- package/Order.cjs +2 -1550
- package/Position.cjs +1 -1909
- package/Session.cjs +1 -1261
- package/StopLoss.cjs +2 -1550
- package/TakeProfit.cjs +2 -1550
- package/Trade.cjs +2 -1694
- package/User.cjs +1 -1261
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +1 -1261
- package/server/Action.d.ts.map +1 -1
- package/server/Action.js.map +1 -1
- package/server/Action.mjs +0 -2016
- package/server/Alert.d.ts.map +1 -1
- package/server/Alert.js.map +1 -1
- package/server/Alert.mjs +1 -1261
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +1 -1261
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +0 -1548
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +1 -1261
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +1 -1261
- package/server/NewsArticle.d.ts.map +1 -1
- package/server/NewsArticle.js.map +1 -1
- package/server/NewsArticle.mjs +1 -1549
- package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/server/NewsArticleAssetSentiment.js.map +1 -1
- package/server/NewsArticleAssetSentiment.mjs +1 -1549
- package/server/Order.d.ts.map +1 -1
- package/server/Order.js.map +1 -1
- package/server/Order.mjs +2 -1550
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +1 -1909
- package/server/Session.d.ts.map +1 -1
- package/server/Session.js.map +1 -1
- package/server/Session.mjs +1 -1261
- package/server/StopLoss.d.ts.map +1 -1
- package/server/StopLoss.js.map +1 -1
- package/server/StopLoss.mjs +2 -1550
- package/server/TakeProfit.d.ts.map +1 -1
- package/server/TakeProfit.js.map +1 -1
- package/server/TakeProfit.mjs +2 -1550
- package/server/Trade.d.ts.map +1 -1
- package/server/Trade.js.map +1 -1
- package/server/Trade.mjs +2 -1694
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +1 -1261
package/server/Authenticator.mjs
CHANGED
@@ -44,9 +44,6 @@ export const Authenticator = {
|
|
44
44
|
stripeCurrentPeriodEnd
|
45
45
|
createdAt
|
46
46
|
updatedAt
|
47
|
-
users {
|
48
|
-
id
|
49
|
-
}
|
50
47
|
}
|
51
48
|
customerId
|
52
49
|
accounts {
|
@@ -64,24 +61,15 @@ export const Authenticator = {
|
|
64
61
|
session_state
|
65
62
|
createdAt
|
66
63
|
updatedAt
|
67
|
-
user {
|
68
|
-
id
|
69
|
-
}
|
70
64
|
}
|
71
65
|
sessions {
|
72
66
|
id
|
73
67
|
sessionToken
|
74
68
|
userId
|
75
69
|
expires
|
76
|
-
user {
|
77
|
-
id
|
78
|
-
}
|
79
70
|
createdAt
|
80
71
|
updatedAt
|
81
72
|
}
|
82
|
-
authenticators {
|
83
|
-
id
|
84
|
-
}
|
85
73
|
plan
|
86
74
|
alpacaAccounts {
|
87
75
|
id
|
@@ -92,9 +80,6 @@ export const Authenticator = {
|
|
92
80
|
marketOpen
|
93
81
|
minOrderSize
|
94
82
|
maxOrderSize
|
95
|
-
user {
|
96
|
-
id
|
97
|
-
}
|
98
83
|
userId
|
99
84
|
createdAt
|
100
85
|
updatedAt
|
@@ -113,9 +98,6 @@ export const Authenticator = {
|
|
113
98
|
createdAt
|
114
99
|
updatedAt
|
115
100
|
status
|
116
|
-
alpacaAccount {
|
117
|
-
id
|
118
|
-
}
|
119
101
|
asset {
|
120
102
|
id
|
121
103
|
symbol
|
@@ -175,9 +157,6 @@ export const Authenticator = {
|
|
175
157
|
buyPrice
|
176
158
|
createdAt
|
177
159
|
updatedAt
|
178
|
-
trades {
|
179
|
-
id
|
180
|
-
}
|
181
160
|
orders {
|
182
161
|
id
|
183
162
|
clientOrderId
|
@@ -198,9 +177,6 @@ export const Authenticator = {
|
|
198
177
|
createdAt
|
199
178
|
updatedAt
|
200
179
|
orderId
|
201
|
-
Order {
|
202
|
-
id
|
203
|
-
}
|
204
180
|
}
|
205
181
|
takeProfit {
|
206
182
|
id
|
@@ -209,9 +185,6 @@ export const Authenticator = {
|
|
209
185
|
createdAt
|
210
186
|
updatedAt
|
211
187
|
orderId
|
212
|
-
Order {
|
213
|
-
id
|
214
|
-
}
|
215
188
|
}
|
216
189
|
trailPrice
|
217
190
|
trailPercent
|
@@ -223,9 +196,6 @@ export const Authenticator = {
|
|
223
196
|
filledAt
|
224
197
|
filledAvgPrice
|
225
198
|
actionId
|
226
|
-
alpacaAccount {
|
227
|
-
id
|
228
|
-
}
|
229
199
|
action {
|
230
200
|
id
|
231
201
|
sequence
|
@@ -234,15 +204,6 @@ export const Authenticator = {
|
|
234
204
|
note
|
235
205
|
status
|
236
206
|
fee
|
237
|
-
trade {
|
238
|
-
id
|
239
|
-
}
|
240
|
-
order {
|
241
|
-
id
|
242
|
-
}
|
243
|
-
}
|
244
|
-
asset {
|
245
|
-
id
|
246
207
|
}
|
247
208
|
fee
|
248
209
|
strikePrice
|
@@ -254,9 +215,6 @@ export const Authenticator = {
|
|
254
215
|
positions {
|
255
216
|
id
|
256
217
|
assetId
|
257
|
-
asset {
|
258
|
-
id
|
259
|
-
}
|
260
218
|
averageEntryPrice
|
261
219
|
qty
|
262
220
|
qtyAvailable
|
@@ -270,9 +228,6 @@ export const Authenticator = {
|
|
270
228
|
lastTradePrice
|
271
229
|
changeToday
|
272
230
|
assetMarginable
|
273
|
-
alpacaAccount {
|
274
|
-
id
|
275
|
-
}
|
276
231
|
alpacaAccountId
|
277
232
|
}
|
278
233
|
newsMentions {
|
@@ -297,12 +252,6 @@ export const Authenticator = {
|
|
297
252
|
logo
|
298
253
|
createdAt
|
299
254
|
updatedAt
|
300
|
-
assets {
|
301
|
-
id
|
302
|
-
}
|
303
|
-
}
|
304
|
-
asset {
|
305
|
-
id
|
306
255
|
}
|
307
256
|
relevancyScore
|
308
257
|
sentimentScore
|
@@ -317,9 +266,6 @@ export const Authenticator = {
|
|
317
266
|
note
|
318
267
|
status
|
319
268
|
fee
|
320
|
-
trade {
|
321
|
-
id
|
322
|
-
}
|
323
269
|
order {
|
324
270
|
id
|
325
271
|
clientOrderId
|
@@ -340,9 +286,6 @@ export const Authenticator = {
|
|
340
286
|
createdAt
|
341
287
|
updatedAt
|
342
288
|
orderId
|
343
|
-
Order {
|
344
|
-
id
|
345
|
-
}
|
346
289
|
}
|
347
290
|
takeProfit {
|
348
291
|
id
|
@@ -351,9 +294,6 @@ export const Authenticator = {
|
|
351
294
|
createdAt
|
352
295
|
updatedAt
|
353
296
|
orderId
|
354
|
-
Order {
|
355
|
-
id
|
356
|
-
}
|
357
297
|
}
|
358
298
|
trailPrice
|
359
299
|
trailPercent
|
@@ -365,12 +305,6 @@ export const Authenticator = {
|
|
365
305
|
filledAt
|
366
306
|
filledAvgPrice
|
367
307
|
actionId
|
368
|
-
alpacaAccount {
|
369
|
-
id
|
370
|
-
}
|
371
|
-
action {
|
372
|
-
id
|
373
|
-
}
|
374
308
|
asset {
|
375
309
|
id
|
376
310
|
symbol
|
@@ -430,18 +364,9 @@ export const Authenticator = {
|
|
430
364
|
buyPrice
|
431
365
|
createdAt
|
432
366
|
updatedAt
|
433
|
-
trades {
|
434
|
-
id
|
435
|
-
}
|
436
|
-
orders {
|
437
|
-
id
|
438
|
-
}
|
439
367
|
positions {
|
440
368
|
id
|
441
369
|
assetId
|
442
|
-
asset {
|
443
|
-
id
|
444
|
-
}
|
445
370
|
averageEntryPrice
|
446
371
|
qty
|
447
372
|
qtyAvailable
|
@@ -455,9 +380,6 @@ export const Authenticator = {
|
|
455
380
|
lastTradePrice
|
456
381
|
changeToday
|
457
382
|
assetMarginable
|
458
|
-
alpacaAccount {
|
459
|
-
id
|
460
|
-
}
|
461
383
|
alpacaAccountId
|
462
384
|
}
|
463
385
|
newsMentions {
|
@@ -482,12 +404,6 @@ export const Authenticator = {
|
|
482
404
|
logo
|
483
405
|
createdAt
|
484
406
|
updatedAt
|
485
|
-
assets {
|
486
|
-
id
|
487
|
-
}
|
488
|
-
}
|
489
|
-
asset {
|
490
|
-
id
|
491
407
|
}
|
492
408
|
relevancyScore
|
493
409
|
sentimentScore
|
@@ -523,9 +439,6 @@ export const Authenticator = {
|
|
523
439
|
createdAt
|
524
440
|
updatedAt
|
525
441
|
orderId
|
526
|
-
Order {
|
527
|
-
id
|
528
|
-
}
|
529
442
|
}
|
530
443
|
takeProfit {
|
531
444
|
id
|
@@ -534,9 +447,6 @@ export const Authenticator = {
|
|
534
447
|
createdAt
|
535
448
|
updatedAt
|
536
449
|
orderId
|
537
|
-
Order {
|
538
|
-
id
|
539
|
-
}
|
540
450
|
}
|
541
451
|
trailPrice
|
542
452
|
trailPercent
|
@@ -548,9 +458,6 @@ export const Authenticator = {
|
|
548
458
|
filledAt
|
549
459
|
filledAvgPrice
|
550
460
|
actionId
|
551
|
-
alpacaAccount {
|
552
|
-
id
|
553
|
-
}
|
554
461
|
action {
|
555
462
|
id
|
556
463
|
sequence
|
@@ -574,9 +481,6 @@ export const Authenticator = {
|
|
574
481
|
createdAt
|
575
482
|
updatedAt
|
576
483
|
status
|
577
|
-
alpacaAccount {
|
578
|
-
id
|
579
|
-
}
|
580
484
|
asset {
|
581
485
|
id
|
582
486
|
symbol
|
@@ -636,18 +540,9 @@ export const Authenticator = {
|
|
636
540
|
buyPrice
|
637
541
|
createdAt
|
638
542
|
updatedAt
|
639
|
-
trades {
|
640
|
-
id
|
641
|
-
}
|
642
|
-
orders {
|
643
|
-
id
|
644
|
-
}
|
645
543
|
positions {
|
646
544
|
id
|
647
545
|
assetId
|
648
|
-
asset {
|
649
|
-
id
|
650
|
-
}
|
651
546
|
averageEntryPrice
|
652
547
|
qty
|
653
548
|
qtyAvailable
|
@@ -661,9 +556,6 @@ export const Authenticator = {
|
|
661
556
|
lastTradePrice
|
662
557
|
changeToday
|
663
558
|
assetMarginable
|
664
|
-
alpacaAccount {
|
665
|
-
id
|
666
|
-
}
|
667
559
|
alpacaAccountId
|
668
560
|
}
|
669
561
|
newsMentions {
|
@@ -688,24 +580,12 @@ export const Authenticator = {
|
|
688
580
|
logo
|
689
581
|
createdAt
|
690
582
|
updatedAt
|
691
|
-
assets {
|
692
|
-
id
|
693
|
-
}
|
694
|
-
}
|
695
|
-
asset {
|
696
|
-
id
|
697
583
|
}
|
698
584
|
relevancyScore
|
699
585
|
sentimentScore
|
700
586
|
sentimentLabel
|
701
587
|
}
|
702
588
|
}
|
703
|
-
actions {
|
704
|
-
id
|
705
|
-
}
|
706
|
-
}
|
707
|
-
order {
|
708
|
-
id
|
709
589
|
}
|
710
590
|
}
|
711
591
|
asset {
|
@@ -782,12 +662,6 @@ export const Authenticator = {
|
|
782
662
|
createdAt
|
783
663
|
updatedAt
|
784
664
|
status
|
785
|
-
alpacaAccount {
|
786
|
-
id
|
787
|
-
}
|
788
|
-
asset {
|
789
|
-
id
|
790
|
-
}
|
791
665
|
actions {
|
792
666
|
id
|
793
667
|
sequence
|
@@ -796,23 +670,11 @@ export const Authenticator = {
|
|
796
670
|
note
|
797
671
|
status
|
798
672
|
fee
|
799
|
-
trade {
|
800
|
-
id
|
801
|
-
}
|
802
|
-
order {
|
803
|
-
id
|
804
|
-
}
|
805
673
|
}
|
806
674
|
}
|
807
|
-
orders {
|
808
|
-
id
|
809
|
-
}
|
810
675
|
positions {
|
811
676
|
id
|
812
677
|
assetId
|
813
|
-
asset {
|
814
|
-
id
|
815
|
-
}
|
816
678
|
averageEntryPrice
|
817
679
|
qty
|
818
680
|
qtyAvailable
|
@@ -826,9 +688,6 @@ export const Authenticator = {
|
|
826
688
|
lastTradePrice
|
827
689
|
changeToday
|
828
690
|
assetMarginable
|
829
|
-
alpacaAccount {
|
830
|
-
id
|
831
|
-
}
|
832
691
|
alpacaAccountId
|
833
692
|
}
|
834
693
|
newsMentions {
|
@@ -853,12 +712,6 @@ export const Authenticator = {
|
|
853
712
|
logo
|
854
713
|
createdAt
|
855
714
|
updatedAt
|
856
|
-
assets {
|
857
|
-
id
|
858
|
-
}
|
859
|
-
}
|
860
|
-
asset {
|
861
|
-
id
|
862
715
|
}
|
863
716
|
relevancyScore
|
864
717
|
sentimentScore
|
@@ -949,12 +802,6 @@ export const Authenticator = {
|
|
949
802
|
createdAt
|
950
803
|
updatedAt
|
951
804
|
status
|
952
|
-
alpacaAccount {
|
953
|
-
id
|
954
|
-
}
|
955
|
-
asset {
|
956
|
-
id
|
957
|
-
}
|
958
805
|
actions {
|
959
806
|
id
|
960
807
|
sequence
|
@@ -963,9 +810,6 @@ export const Authenticator = {
|
|
963
810
|
note
|
964
811
|
status
|
965
812
|
fee
|
966
|
-
trade {
|
967
|
-
id
|
968
|
-
}
|
969
813
|
order {
|
970
814
|
id
|
971
815
|
clientOrderId
|
@@ -986,9 +830,6 @@ export const Authenticator = {
|
|
986
830
|
createdAt
|
987
831
|
updatedAt
|
988
832
|
orderId
|
989
|
-
Order {
|
990
|
-
id
|
991
|
-
}
|
992
833
|
}
|
993
834
|
takeProfit {
|
994
835
|
id
|
@@ -997,9 +838,6 @@ export const Authenticator = {
|
|
997
838
|
createdAt
|
998
839
|
updatedAt
|
999
840
|
orderId
|
1000
|
-
Order {
|
1001
|
-
id
|
1002
|
-
}
|
1003
841
|
}
|
1004
842
|
trailPrice
|
1005
843
|
trailPercent
|
@@ -1011,15 +849,6 @@ export const Authenticator = {
|
|
1011
849
|
filledAt
|
1012
850
|
filledAvgPrice
|
1013
851
|
actionId
|
1014
|
-
alpacaAccount {
|
1015
|
-
id
|
1016
|
-
}
|
1017
|
-
action {
|
1018
|
-
id
|
1019
|
-
}
|
1020
|
-
asset {
|
1021
|
-
id
|
1022
|
-
}
|
1023
852
|
fee
|
1024
853
|
strikePrice
|
1025
854
|
expirationDate
|
@@ -1049,9 +878,6 @@ export const Authenticator = {
|
|
1049
878
|
createdAt
|
1050
879
|
updatedAt
|
1051
880
|
orderId
|
1052
|
-
Order {
|
1053
|
-
id
|
1054
|
-
}
|
1055
881
|
}
|
1056
882
|
takeProfit {
|
1057
883
|
id
|
@@ -1060,9 +886,6 @@ export const Authenticator = {
|
|
1060
886
|
createdAt
|
1061
887
|
updatedAt
|
1062
888
|
orderId
|
1063
|
-
Order {
|
1064
|
-
id
|
1065
|
-
}
|
1066
889
|
}
|
1067
890
|
trailPrice
|
1068
891
|
trailPercent
|
@@ -1074,9 +897,6 @@ export const Authenticator = {
|
|
1074
897
|
filledAt
|
1075
898
|
filledAvgPrice
|
1076
899
|
actionId
|
1077
|
-
alpacaAccount {
|
1078
|
-
id
|
1079
|
-
}
|
1080
900
|
action {
|
1081
901
|
id
|
1082
902
|
sequence
|
@@ -1100,22 +920,7 @@ export const Authenticator = {
|
|
1100
920
|
createdAt
|
1101
921
|
updatedAt
|
1102
922
|
status
|
1103
|
-
alpacaAccount {
|
1104
|
-
id
|
1105
|
-
}
|
1106
|
-
asset {
|
1107
|
-
id
|
1108
|
-
}
|
1109
|
-
actions {
|
1110
|
-
id
|
1111
|
-
}
|
1112
923
|
}
|
1113
|
-
order {
|
1114
|
-
id
|
1115
|
-
}
|
1116
|
-
}
|
1117
|
-
asset {
|
1118
|
-
id
|
1119
924
|
}
|
1120
925
|
fee
|
1121
926
|
strikePrice
|
@@ -1124,9 +929,6 @@ export const Authenticator = {
|
|
1124
929
|
stopLossId
|
1125
930
|
takeProfitId
|
1126
931
|
}
|
1127
|
-
positions {
|
1128
|
-
id
|
1129
|
-
}
|
1130
932
|
newsMentions {
|
1131
933
|
id
|
1132
934
|
assetId
|
@@ -1149,12 +951,6 @@ export const Authenticator = {
|
|
1149
951
|
logo
|
1150
952
|
createdAt
|
1151
953
|
updatedAt
|
1152
|
-
assets {
|
1153
|
-
id
|
1154
|
-
}
|
1155
|
-
}
|
1156
|
-
asset {
|
1157
|
-
id
|
1158
954
|
}
|
1159
955
|
relevancyScore
|
1160
956
|
sentimentScore
|
@@ -1174,9 +970,6 @@ export const Authenticator = {
|
|
1174
970
|
lastTradePrice
|
1175
971
|
changeToday
|
1176
972
|
assetMarginable
|
1177
|
-
alpacaAccount {
|
1178
|
-
id
|
1179
|
-
}
|
1180
973
|
alpacaAccountId
|
1181
974
|
}
|
1182
975
|
alerts {
|
@@ -1187,9 +980,6 @@ export const Authenticator = {
|
|
1187
980
|
isRead
|
1188
981
|
createdAt
|
1189
982
|
updatedAt
|
1190
|
-
alpacaAccount {
|
1191
|
-
id
|
1192
|
-
}
|
1193
983
|
}
|
1194
984
|
}
|
1195
985
|
}
|
@@ -1513,9 +1303,6 @@ export const Authenticator = {
|
|
1513
1303
|
stripeCurrentPeriodEnd
|
1514
1304
|
createdAt
|
1515
1305
|
updatedAt
|
1516
|
-
users {
|
1517
|
-
id
|
1518
|
-
}
|
1519
1306
|
}
|
1520
1307
|
customerId
|
1521
1308
|
accounts {
|
@@ -1533,24 +1320,15 @@ export const Authenticator = {
|
|
1533
1320
|
session_state
|
1534
1321
|
createdAt
|
1535
1322
|
updatedAt
|
1536
|
-
user {
|
1537
|
-
id
|
1538
|
-
}
|
1539
1323
|
}
|
1540
1324
|
sessions {
|
1541
1325
|
id
|
1542
1326
|
sessionToken
|
1543
1327
|
userId
|
1544
1328
|
expires
|
1545
|
-
user {
|
1546
|
-
id
|
1547
|
-
}
|
1548
1329
|
createdAt
|
1549
1330
|
updatedAt
|
1550
1331
|
}
|
1551
|
-
authenticators {
|
1552
|
-
id
|
1553
|
-
}
|
1554
1332
|
plan
|
1555
1333
|
alpacaAccounts {
|
1556
1334
|
id
|
@@ -1561,9 +1339,6 @@ export const Authenticator = {
|
|
1561
1339
|
marketOpen
|
1562
1340
|
minOrderSize
|
1563
1341
|
maxOrderSize
|
1564
|
-
user {
|
1565
|
-
id
|
1566
|
-
}
|
1567
1342
|
userId
|
1568
1343
|
createdAt
|
1569
1344
|
updatedAt
|
@@ -1582,9 +1357,6 @@ export const Authenticator = {
|
|
1582
1357
|
createdAt
|
1583
1358
|
updatedAt
|
1584
1359
|
status
|
1585
|
-
alpacaAccount {
|
1586
|
-
id
|
1587
|
-
}
|
1588
1360
|
asset {
|
1589
1361
|
id
|
1590
1362
|
symbol
|
@@ -1644,9 +1416,6 @@ export const Authenticator = {
|
|
1644
1416
|
buyPrice
|
1645
1417
|
createdAt
|
1646
1418
|
updatedAt
|
1647
|
-
trades {
|
1648
|
-
id
|
1649
|
-
}
|
1650
1419
|
orders {
|
1651
1420
|
id
|
1652
1421
|
clientOrderId
|
@@ -1667,9 +1436,6 @@ export const Authenticator = {
|
|
1667
1436
|
createdAt
|
1668
1437
|
updatedAt
|
1669
1438
|
orderId
|
1670
|
-
Order {
|
1671
|
-
id
|
1672
|
-
}
|
1673
1439
|
}
|
1674
1440
|
takeProfit {
|
1675
1441
|
id
|
@@ -1678,9 +1444,6 @@ export const Authenticator = {
|
|
1678
1444
|
createdAt
|
1679
1445
|
updatedAt
|
1680
1446
|
orderId
|
1681
|
-
Order {
|
1682
|
-
id
|
1683
|
-
}
|
1684
1447
|
}
|
1685
1448
|
trailPrice
|
1686
1449
|
trailPercent
|
@@ -1692,9 +1455,6 @@ export const Authenticator = {
|
|
1692
1455
|
filledAt
|
1693
1456
|
filledAvgPrice
|
1694
1457
|
actionId
|
1695
|
-
alpacaAccount {
|
1696
|
-
id
|
1697
|
-
}
|
1698
1458
|
action {
|
1699
1459
|
id
|
1700
1460
|
sequence
|
@@ -1703,15 +1463,6 @@ export const Authenticator = {
|
|
1703
1463
|
note
|
1704
1464
|
status
|
1705
1465
|
fee
|
1706
|
-
trade {
|
1707
|
-
id
|
1708
|
-
}
|
1709
|
-
order {
|
1710
|
-
id
|
1711
|
-
}
|
1712
|
-
}
|
1713
|
-
asset {
|
1714
|
-
id
|
1715
1466
|
}
|
1716
1467
|
fee
|
1717
1468
|
strikePrice
|
@@ -1723,9 +1474,6 @@ export const Authenticator = {
|
|
1723
1474
|
positions {
|
1724
1475
|
id
|
1725
1476
|
assetId
|
1726
|
-
asset {
|
1727
|
-
id
|
1728
|
-
}
|
1729
1477
|
averageEntryPrice
|
1730
1478
|
qty
|
1731
1479
|
qtyAvailable
|
@@ -1739,9 +1487,6 @@ export const Authenticator = {
|
|
1739
1487
|
lastTradePrice
|
1740
1488
|
changeToday
|
1741
1489
|
assetMarginable
|
1742
|
-
alpacaAccount {
|
1743
|
-
id
|
1744
|
-
}
|
1745
1490
|
alpacaAccountId
|
1746
1491
|
}
|
1747
1492
|
newsMentions {
|
@@ -1766,12 +1511,6 @@ export const Authenticator = {
|
|
1766
1511
|
logo
|
1767
1512
|
createdAt
|
1768
1513
|
updatedAt
|
1769
|
-
assets {
|
1770
|
-
id
|
1771
|
-
}
|
1772
|
-
}
|
1773
|
-
asset {
|
1774
|
-
id
|
1775
1514
|
}
|
1776
1515
|
relevancyScore
|
1777
1516
|
sentimentScore
|
@@ -1786,9 +1525,6 @@ export const Authenticator = {
|
|
1786
1525
|
note
|
1787
1526
|
status
|
1788
1527
|
fee
|
1789
|
-
trade {
|
1790
|
-
id
|
1791
|
-
}
|
1792
1528
|
order {
|
1793
1529
|
id
|
1794
1530
|
clientOrderId
|
@@ -1809,9 +1545,6 @@ export const Authenticator = {
|
|
1809
1545
|
createdAt
|
1810
1546
|
updatedAt
|
1811
1547
|
orderId
|
1812
|
-
Order {
|
1813
|
-
id
|
1814
|
-
}
|
1815
1548
|
}
|
1816
1549
|
takeProfit {
|
1817
1550
|
id
|
@@ -1820,9 +1553,6 @@ export const Authenticator = {
|
|
1820
1553
|
createdAt
|
1821
1554
|
updatedAt
|
1822
1555
|
orderId
|
1823
|
-
Order {
|
1824
|
-
id
|
1825
|
-
}
|
1826
1556
|
}
|
1827
1557
|
trailPrice
|
1828
1558
|
trailPercent
|
@@ -1834,12 +1564,6 @@ export const Authenticator = {
|
|
1834
1564
|
filledAt
|
1835
1565
|
filledAvgPrice
|
1836
1566
|
actionId
|
1837
|
-
alpacaAccount {
|
1838
|
-
id
|
1839
|
-
}
|
1840
|
-
action {
|
1841
|
-
id
|
1842
|
-
}
|
1843
1567
|
asset {
|
1844
1568
|
id
|
1845
1569
|
symbol
|
@@ -1899,18 +1623,9 @@ export const Authenticator = {
|
|
1899
1623
|
buyPrice
|
1900
1624
|
createdAt
|
1901
1625
|
updatedAt
|
1902
|
-
trades {
|
1903
|
-
id
|
1904
|
-
}
|
1905
|
-
orders {
|
1906
|
-
id
|
1907
|
-
}
|
1908
1626
|
positions {
|
1909
1627
|
id
|
1910
1628
|
assetId
|
1911
|
-
asset {
|
1912
|
-
id
|
1913
|
-
}
|
1914
1629
|
averageEntryPrice
|
1915
1630
|
qty
|
1916
1631
|
qtyAvailable
|
@@ -1924,9 +1639,6 @@ export const Authenticator = {
|
|
1924
1639
|
lastTradePrice
|
1925
1640
|
changeToday
|
1926
1641
|
assetMarginable
|
1927
|
-
alpacaAccount {
|
1928
|
-
id
|
1929
|
-
}
|
1930
1642
|
alpacaAccountId
|
1931
1643
|
}
|
1932
1644
|
newsMentions {
|
@@ -1951,12 +1663,6 @@ export const Authenticator = {
|
|
1951
1663
|
logo
|
1952
1664
|
createdAt
|
1953
1665
|
updatedAt
|
1954
|
-
assets {
|
1955
|
-
id
|
1956
|
-
}
|
1957
|
-
}
|
1958
|
-
asset {
|
1959
|
-
id
|
1960
1666
|
}
|
1961
1667
|
relevancyScore
|
1962
1668
|
sentimentScore
|
@@ -1992,9 +1698,6 @@ export const Authenticator = {
|
|
1992
1698
|
createdAt
|
1993
1699
|
updatedAt
|
1994
1700
|
orderId
|
1995
|
-
Order {
|
1996
|
-
id
|
1997
|
-
}
|
1998
1701
|
}
|
1999
1702
|
takeProfit {
|
2000
1703
|
id
|
@@ -2003,9 +1706,6 @@ export const Authenticator = {
|
|
2003
1706
|
createdAt
|
2004
1707
|
updatedAt
|
2005
1708
|
orderId
|
2006
|
-
Order {
|
2007
|
-
id
|
2008
|
-
}
|
2009
1709
|
}
|
2010
1710
|
trailPrice
|
2011
1711
|
trailPercent
|
@@ -2017,9 +1717,6 @@ export const Authenticator = {
|
|
2017
1717
|
filledAt
|
2018
1718
|
filledAvgPrice
|
2019
1719
|
actionId
|
2020
|
-
alpacaAccount {
|
2021
|
-
id
|
2022
|
-
}
|
2023
1720
|
action {
|
2024
1721
|
id
|
2025
1722
|
sequence
|
@@ -2043,9 +1740,6 @@ export const Authenticator = {
|
|
2043
1740
|
createdAt
|
2044
1741
|
updatedAt
|
2045
1742
|
status
|
2046
|
-
alpacaAccount {
|
2047
|
-
id
|
2048
|
-
}
|
2049
1743
|
asset {
|
2050
1744
|
id
|
2051
1745
|
symbol
|
@@ -2105,18 +1799,9 @@ export const Authenticator = {
|
|
2105
1799
|
buyPrice
|
2106
1800
|
createdAt
|
2107
1801
|
updatedAt
|
2108
|
-
trades {
|
2109
|
-
id
|
2110
|
-
}
|
2111
|
-
orders {
|
2112
|
-
id
|
2113
|
-
}
|
2114
1802
|
positions {
|
2115
1803
|
id
|
2116
1804
|
assetId
|
2117
|
-
asset {
|
2118
|
-
id
|
2119
|
-
}
|
2120
1805
|
averageEntryPrice
|
2121
1806
|
qty
|
2122
1807
|
qtyAvailable
|
@@ -2130,9 +1815,6 @@ export const Authenticator = {
|
|
2130
1815
|
lastTradePrice
|
2131
1816
|
changeToday
|
2132
1817
|
assetMarginable
|
2133
|
-
alpacaAccount {
|
2134
|
-
id
|
2135
|
-
}
|
2136
1818
|
alpacaAccountId
|
2137
1819
|
}
|
2138
1820
|
newsMentions {
|
@@ -2157,24 +1839,12 @@ export const Authenticator = {
|
|
2157
1839
|
logo
|
2158
1840
|
createdAt
|
2159
1841
|
updatedAt
|
2160
|
-
assets {
|
2161
|
-
id
|
2162
|
-
}
|
2163
|
-
}
|
2164
|
-
asset {
|
2165
|
-
id
|
2166
1842
|
}
|
2167
1843
|
relevancyScore
|
2168
1844
|
sentimentScore
|
2169
1845
|
sentimentLabel
|
2170
1846
|
}
|
2171
1847
|
}
|
2172
|
-
actions {
|
2173
|
-
id
|
2174
|
-
}
|
2175
|
-
}
|
2176
|
-
order {
|
2177
|
-
id
|
2178
1848
|
}
|
2179
1849
|
}
|
2180
1850
|
asset {
|
@@ -2251,12 +1921,6 @@ export const Authenticator = {
|
|
2251
1921
|
createdAt
|
2252
1922
|
updatedAt
|
2253
1923
|
status
|
2254
|
-
alpacaAccount {
|
2255
|
-
id
|
2256
|
-
}
|
2257
|
-
asset {
|
2258
|
-
id
|
2259
|
-
}
|
2260
1924
|
actions {
|
2261
1925
|
id
|
2262
1926
|
sequence
|
@@ -2265,23 +1929,11 @@ export const Authenticator = {
|
|
2265
1929
|
note
|
2266
1930
|
status
|
2267
1931
|
fee
|
2268
|
-
trade {
|
2269
|
-
id
|
2270
|
-
}
|
2271
|
-
order {
|
2272
|
-
id
|
2273
|
-
}
|
2274
1932
|
}
|
2275
1933
|
}
|
2276
|
-
orders {
|
2277
|
-
id
|
2278
|
-
}
|
2279
1934
|
positions {
|
2280
1935
|
id
|
2281
1936
|
assetId
|
2282
|
-
asset {
|
2283
|
-
id
|
2284
|
-
}
|
2285
1937
|
averageEntryPrice
|
2286
1938
|
qty
|
2287
1939
|
qtyAvailable
|
@@ -2295,9 +1947,6 @@ export const Authenticator = {
|
|
2295
1947
|
lastTradePrice
|
2296
1948
|
changeToday
|
2297
1949
|
assetMarginable
|
2298
|
-
alpacaAccount {
|
2299
|
-
id
|
2300
|
-
}
|
2301
1950
|
alpacaAccountId
|
2302
1951
|
}
|
2303
1952
|
newsMentions {
|
@@ -2322,12 +1971,6 @@ export const Authenticator = {
|
|
2322
1971
|
logo
|
2323
1972
|
createdAt
|
2324
1973
|
updatedAt
|
2325
|
-
assets {
|
2326
|
-
id
|
2327
|
-
}
|
2328
|
-
}
|
2329
|
-
asset {
|
2330
|
-
id
|
2331
1974
|
}
|
2332
1975
|
relevancyScore
|
2333
1976
|
sentimentScore
|
@@ -2418,12 +2061,6 @@ export const Authenticator = {
|
|
2418
2061
|
createdAt
|
2419
2062
|
updatedAt
|
2420
2063
|
status
|
2421
|
-
alpacaAccount {
|
2422
|
-
id
|
2423
|
-
}
|
2424
|
-
asset {
|
2425
|
-
id
|
2426
|
-
}
|
2427
2064
|
actions {
|
2428
2065
|
id
|
2429
2066
|
sequence
|
@@ -2432,9 +2069,6 @@ export const Authenticator = {
|
|
2432
2069
|
note
|
2433
2070
|
status
|
2434
2071
|
fee
|
2435
|
-
trade {
|
2436
|
-
id
|
2437
|
-
}
|
2438
2072
|
order {
|
2439
2073
|
id
|
2440
2074
|
clientOrderId
|
@@ -2455,9 +2089,6 @@ export const Authenticator = {
|
|
2455
2089
|
createdAt
|
2456
2090
|
updatedAt
|
2457
2091
|
orderId
|
2458
|
-
Order {
|
2459
|
-
id
|
2460
|
-
}
|
2461
2092
|
}
|
2462
2093
|
takeProfit {
|
2463
2094
|
id
|
@@ -2466,9 +2097,6 @@ export const Authenticator = {
|
|
2466
2097
|
createdAt
|
2467
2098
|
updatedAt
|
2468
2099
|
orderId
|
2469
|
-
Order {
|
2470
|
-
id
|
2471
|
-
}
|
2472
2100
|
}
|
2473
2101
|
trailPrice
|
2474
2102
|
trailPercent
|
@@ -2480,15 +2108,6 @@ export const Authenticator = {
|
|
2480
2108
|
filledAt
|
2481
2109
|
filledAvgPrice
|
2482
2110
|
actionId
|
2483
|
-
alpacaAccount {
|
2484
|
-
id
|
2485
|
-
}
|
2486
|
-
action {
|
2487
|
-
id
|
2488
|
-
}
|
2489
|
-
asset {
|
2490
|
-
id
|
2491
|
-
}
|
2492
2111
|
fee
|
2493
2112
|
strikePrice
|
2494
2113
|
expirationDate
|
@@ -2518,9 +2137,6 @@ export const Authenticator = {
|
|
2518
2137
|
createdAt
|
2519
2138
|
updatedAt
|
2520
2139
|
orderId
|
2521
|
-
Order {
|
2522
|
-
id
|
2523
|
-
}
|
2524
2140
|
}
|
2525
2141
|
takeProfit {
|
2526
2142
|
id
|
@@ -2529,9 +2145,6 @@ export const Authenticator = {
|
|
2529
2145
|
createdAt
|
2530
2146
|
updatedAt
|
2531
2147
|
orderId
|
2532
|
-
Order {
|
2533
|
-
id
|
2534
|
-
}
|
2535
2148
|
}
|
2536
2149
|
trailPrice
|
2537
2150
|
trailPercent
|
@@ -2543,9 +2156,6 @@ export const Authenticator = {
|
|
2543
2156
|
filledAt
|
2544
2157
|
filledAvgPrice
|
2545
2158
|
actionId
|
2546
|
-
alpacaAccount {
|
2547
|
-
id
|
2548
|
-
}
|
2549
2159
|
action {
|
2550
2160
|
id
|
2551
2161
|
sequence
|
@@ -2569,23 +2179,8 @@ export const Authenticator = {
|
|
2569
2179
|
createdAt
|
2570
2180
|
updatedAt
|
2571
2181
|
status
|
2572
|
-
alpacaAccount {
|
2573
|
-
id
|
2574
|
-
}
|
2575
|
-
asset {
|
2576
|
-
id
|
2577
|
-
}
|
2578
|
-
actions {
|
2579
|
-
id
|
2580
|
-
}
|
2581
|
-
}
|
2582
|
-
order {
|
2583
|
-
id
|
2584
2182
|
}
|
2585
2183
|
}
|
2586
|
-
asset {
|
2587
|
-
id
|
2588
|
-
}
|
2589
2184
|
fee
|
2590
2185
|
strikePrice
|
2591
2186
|
expirationDate
|
@@ -2593,9 +2188,6 @@ export const Authenticator = {
|
|
2593
2188
|
stopLossId
|
2594
2189
|
takeProfitId
|
2595
2190
|
}
|
2596
|
-
positions {
|
2597
|
-
id
|
2598
|
-
}
|
2599
2191
|
newsMentions {
|
2600
2192
|
id
|
2601
2193
|
assetId
|
@@ -2618,12 +2210,6 @@ export const Authenticator = {
|
|
2618
2210
|
logo
|
2619
2211
|
createdAt
|
2620
2212
|
updatedAt
|
2621
|
-
assets {
|
2622
|
-
id
|
2623
|
-
}
|
2624
|
-
}
|
2625
|
-
asset {
|
2626
|
-
id
|
2627
2213
|
}
|
2628
2214
|
relevancyScore
|
2629
2215
|
sentimentScore
|
@@ -2643,9 +2229,6 @@ export const Authenticator = {
|
|
2643
2229
|
lastTradePrice
|
2644
2230
|
changeToday
|
2645
2231
|
assetMarginable
|
2646
|
-
alpacaAccount {
|
2647
|
-
id
|
2648
|
-
}
|
2649
2232
|
alpacaAccountId
|
2650
2233
|
}
|
2651
2234
|
alerts {
|
@@ -2656,9 +2239,6 @@ export const Authenticator = {
|
|
2656
2239
|
isRead
|
2657
2240
|
createdAt
|
2658
2241
|
updatedAt
|
2659
|
-
alpacaAccount {
|
2660
|
-
id
|
2661
|
-
}
|
2662
2242
|
}
|
2663
2243
|
}
|
2664
2244
|
}
|
@@ -4311,9 +3891,6 @@ export const Authenticator = {
|
|
4311
3891
|
stripeCurrentPeriodEnd
|
4312
3892
|
createdAt
|
4313
3893
|
updatedAt
|
4314
|
-
users {
|
4315
|
-
id
|
4316
|
-
}
|
4317
3894
|
}
|
4318
3895
|
customerId
|
4319
3896
|
accounts {
|
@@ -4331,24 +3908,15 @@ export const Authenticator = {
|
|
4331
3908
|
session_state
|
4332
3909
|
createdAt
|
4333
3910
|
updatedAt
|
4334
|
-
user {
|
4335
|
-
id
|
4336
|
-
}
|
4337
3911
|
}
|
4338
3912
|
sessions {
|
4339
3913
|
id
|
4340
3914
|
sessionToken
|
4341
3915
|
userId
|
4342
3916
|
expires
|
4343
|
-
user {
|
4344
|
-
id
|
4345
|
-
}
|
4346
3917
|
createdAt
|
4347
3918
|
updatedAt
|
4348
3919
|
}
|
4349
|
-
authenticators {
|
4350
|
-
id
|
4351
|
-
}
|
4352
3920
|
plan
|
4353
3921
|
alpacaAccounts {
|
4354
3922
|
id
|
@@ -4359,9 +3927,6 @@ export const Authenticator = {
|
|
4359
3927
|
marketOpen
|
4360
3928
|
minOrderSize
|
4361
3929
|
maxOrderSize
|
4362
|
-
user {
|
4363
|
-
id
|
4364
|
-
}
|
4365
3930
|
userId
|
4366
3931
|
createdAt
|
4367
3932
|
updatedAt
|
@@ -4380,9 +3945,6 @@ export const Authenticator = {
|
|
4380
3945
|
createdAt
|
4381
3946
|
updatedAt
|
4382
3947
|
status
|
4383
|
-
alpacaAccount {
|
4384
|
-
id
|
4385
|
-
}
|
4386
3948
|
asset {
|
4387
3949
|
id
|
4388
3950
|
symbol
|
@@ -4442,9 +4004,6 @@ export const Authenticator = {
|
|
4442
4004
|
buyPrice
|
4443
4005
|
createdAt
|
4444
4006
|
updatedAt
|
4445
|
-
trades {
|
4446
|
-
id
|
4447
|
-
}
|
4448
4007
|
orders {
|
4449
4008
|
id
|
4450
4009
|
clientOrderId
|
@@ -4465,9 +4024,6 @@ export const Authenticator = {
|
|
4465
4024
|
createdAt
|
4466
4025
|
updatedAt
|
4467
4026
|
orderId
|
4468
|
-
Order {
|
4469
|
-
id
|
4470
|
-
}
|
4471
4027
|
}
|
4472
4028
|
takeProfit {
|
4473
4029
|
id
|
@@ -4476,9 +4032,6 @@ export const Authenticator = {
|
|
4476
4032
|
createdAt
|
4477
4033
|
updatedAt
|
4478
4034
|
orderId
|
4479
|
-
Order {
|
4480
|
-
id
|
4481
|
-
}
|
4482
4035
|
}
|
4483
4036
|
trailPrice
|
4484
4037
|
trailPercent
|
@@ -4490,9 +4043,6 @@ export const Authenticator = {
|
|
4490
4043
|
filledAt
|
4491
4044
|
filledAvgPrice
|
4492
4045
|
actionId
|
4493
|
-
alpacaAccount {
|
4494
|
-
id
|
4495
|
-
}
|
4496
4046
|
action {
|
4497
4047
|
id
|
4498
4048
|
sequence
|
@@ -4501,15 +4051,6 @@ export const Authenticator = {
|
|
4501
4051
|
note
|
4502
4052
|
status
|
4503
4053
|
fee
|
4504
|
-
trade {
|
4505
|
-
id
|
4506
|
-
}
|
4507
|
-
order {
|
4508
|
-
id
|
4509
|
-
}
|
4510
|
-
}
|
4511
|
-
asset {
|
4512
|
-
id
|
4513
4054
|
}
|
4514
4055
|
fee
|
4515
4056
|
strikePrice
|
@@ -4521,9 +4062,6 @@ export const Authenticator = {
|
|
4521
4062
|
positions {
|
4522
4063
|
id
|
4523
4064
|
assetId
|
4524
|
-
asset {
|
4525
|
-
id
|
4526
|
-
}
|
4527
4065
|
averageEntryPrice
|
4528
4066
|
qty
|
4529
4067
|
qtyAvailable
|
@@ -4537,9 +4075,6 @@ export const Authenticator = {
|
|
4537
4075
|
lastTradePrice
|
4538
4076
|
changeToday
|
4539
4077
|
assetMarginable
|
4540
|
-
alpacaAccount {
|
4541
|
-
id
|
4542
|
-
}
|
4543
4078
|
alpacaAccountId
|
4544
4079
|
}
|
4545
4080
|
newsMentions {
|
@@ -4564,12 +4099,6 @@ export const Authenticator = {
|
|
4564
4099
|
logo
|
4565
4100
|
createdAt
|
4566
4101
|
updatedAt
|
4567
|
-
assets {
|
4568
|
-
id
|
4569
|
-
}
|
4570
|
-
}
|
4571
|
-
asset {
|
4572
|
-
id
|
4573
4102
|
}
|
4574
4103
|
relevancyScore
|
4575
4104
|
sentimentScore
|
@@ -4584,9 +4113,6 @@ export const Authenticator = {
|
|
4584
4113
|
note
|
4585
4114
|
status
|
4586
4115
|
fee
|
4587
|
-
trade {
|
4588
|
-
id
|
4589
|
-
}
|
4590
4116
|
order {
|
4591
4117
|
id
|
4592
4118
|
clientOrderId
|
@@ -4607,9 +4133,6 @@ export const Authenticator = {
|
|
4607
4133
|
createdAt
|
4608
4134
|
updatedAt
|
4609
4135
|
orderId
|
4610
|
-
Order {
|
4611
|
-
id
|
4612
|
-
}
|
4613
4136
|
}
|
4614
4137
|
takeProfit {
|
4615
4138
|
id
|
@@ -4618,9 +4141,6 @@ export const Authenticator = {
|
|
4618
4141
|
createdAt
|
4619
4142
|
updatedAt
|
4620
4143
|
orderId
|
4621
|
-
Order {
|
4622
|
-
id
|
4623
|
-
}
|
4624
4144
|
}
|
4625
4145
|
trailPrice
|
4626
4146
|
trailPercent
|
@@ -4632,12 +4152,6 @@ export const Authenticator = {
|
|
4632
4152
|
filledAt
|
4633
4153
|
filledAvgPrice
|
4634
4154
|
actionId
|
4635
|
-
alpacaAccount {
|
4636
|
-
id
|
4637
|
-
}
|
4638
|
-
action {
|
4639
|
-
id
|
4640
|
-
}
|
4641
4155
|
asset {
|
4642
4156
|
id
|
4643
4157
|
symbol
|
@@ -4697,18 +4211,9 @@ export const Authenticator = {
|
|
4697
4211
|
buyPrice
|
4698
4212
|
createdAt
|
4699
4213
|
updatedAt
|
4700
|
-
trades {
|
4701
|
-
id
|
4702
|
-
}
|
4703
|
-
orders {
|
4704
|
-
id
|
4705
|
-
}
|
4706
4214
|
positions {
|
4707
4215
|
id
|
4708
4216
|
assetId
|
4709
|
-
asset {
|
4710
|
-
id
|
4711
|
-
}
|
4712
4217
|
averageEntryPrice
|
4713
4218
|
qty
|
4714
4219
|
qtyAvailable
|
@@ -4722,9 +4227,6 @@ export const Authenticator = {
|
|
4722
4227
|
lastTradePrice
|
4723
4228
|
changeToday
|
4724
4229
|
assetMarginable
|
4725
|
-
alpacaAccount {
|
4726
|
-
id
|
4727
|
-
}
|
4728
4230
|
alpacaAccountId
|
4729
4231
|
}
|
4730
4232
|
newsMentions {
|
@@ -4749,12 +4251,6 @@ export const Authenticator = {
|
|
4749
4251
|
logo
|
4750
4252
|
createdAt
|
4751
4253
|
updatedAt
|
4752
|
-
assets {
|
4753
|
-
id
|
4754
|
-
}
|
4755
|
-
}
|
4756
|
-
asset {
|
4757
|
-
id
|
4758
4254
|
}
|
4759
4255
|
relevancyScore
|
4760
4256
|
sentimentScore
|
@@ -4790,9 +4286,6 @@ export const Authenticator = {
|
|
4790
4286
|
createdAt
|
4791
4287
|
updatedAt
|
4792
4288
|
orderId
|
4793
|
-
Order {
|
4794
|
-
id
|
4795
|
-
}
|
4796
4289
|
}
|
4797
4290
|
takeProfit {
|
4798
4291
|
id
|
@@ -4801,9 +4294,6 @@ export const Authenticator = {
|
|
4801
4294
|
createdAt
|
4802
4295
|
updatedAt
|
4803
4296
|
orderId
|
4804
|
-
Order {
|
4805
|
-
id
|
4806
|
-
}
|
4807
4297
|
}
|
4808
4298
|
trailPrice
|
4809
4299
|
trailPercent
|
@@ -4815,9 +4305,6 @@ export const Authenticator = {
|
|
4815
4305
|
filledAt
|
4816
4306
|
filledAvgPrice
|
4817
4307
|
actionId
|
4818
|
-
alpacaAccount {
|
4819
|
-
id
|
4820
|
-
}
|
4821
4308
|
action {
|
4822
4309
|
id
|
4823
4310
|
sequence
|
@@ -4841,9 +4328,6 @@ export const Authenticator = {
|
|
4841
4328
|
createdAt
|
4842
4329
|
updatedAt
|
4843
4330
|
status
|
4844
|
-
alpacaAccount {
|
4845
|
-
id
|
4846
|
-
}
|
4847
4331
|
asset {
|
4848
4332
|
id
|
4849
4333
|
symbol
|
@@ -4903,18 +4387,9 @@ export const Authenticator = {
|
|
4903
4387
|
buyPrice
|
4904
4388
|
createdAt
|
4905
4389
|
updatedAt
|
4906
|
-
trades {
|
4907
|
-
id
|
4908
|
-
}
|
4909
|
-
orders {
|
4910
|
-
id
|
4911
|
-
}
|
4912
4390
|
positions {
|
4913
4391
|
id
|
4914
4392
|
assetId
|
4915
|
-
asset {
|
4916
|
-
id
|
4917
|
-
}
|
4918
4393
|
averageEntryPrice
|
4919
4394
|
qty
|
4920
4395
|
qtyAvailable
|
@@ -4928,9 +4403,6 @@ export const Authenticator = {
|
|
4928
4403
|
lastTradePrice
|
4929
4404
|
changeToday
|
4930
4405
|
assetMarginable
|
4931
|
-
alpacaAccount {
|
4932
|
-
id
|
4933
|
-
}
|
4934
4406
|
alpacaAccountId
|
4935
4407
|
}
|
4936
4408
|
newsMentions {
|
@@ -4955,24 +4427,12 @@ export const Authenticator = {
|
|
4955
4427
|
logo
|
4956
4428
|
createdAt
|
4957
4429
|
updatedAt
|
4958
|
-
assets {
|
4959
|
-
id
|
4960
|
-
}
|
4961
|
-
}
|
4962
|
-
asset {
|
4963
|
-
id
|
4964
4430
|
}
|
4965
4431
|
relevancyScore
|
4966
4432
|
sentimentScore
|
4967
4433
|
sentimentLabel
|
4968
4434
|
}
|
4969
4435
|
}
|
4970
|
-
actions {
|
4971
|
-
id
|
4972
|
-
}
|
4973
|
-
}
|
4974
|
-
order {
|
4975
|
-
id
|
4976
4436
|
}
|
4977
4437
|
}
|
4978
4438
|
asset {
|
@@ -5049,12 +4509,6 @@ export const Authenticator = {
|
|
5049
4509
|
createdAt
|
5050
4510
|
updatedAt
|
5051
4511
|
status
|
5052
|
-
alpacaAccount {
|
5053
|
-
id
|
5054
|
-
}
|
5055
|
-
asset {
|
5056
|
-
id
|
5057
|
-
}
|
5058
4512
|
actions {
|
5059
4513
|
id
|
5060
4514
|
sequence
|
@@ -5063,23 +4517,11 @@ export const Authenticator = {
|
|
5063
4517
|
note
|
5064
4518
|
status
|
5065
4519
|
fee
|
5066
|
-
trade {
|
5067
|
-
id
|
5068
|
-
}
|
5069
|
-
order {
|
5070
|
-
id
|
5071
|
-
}
|
5072
4520
|
}
|
5073
4521
|
}
|
5074
|
-
orders {
|
5075
|
-
id
|
5076
|
-
}
|
5077
4522
|
positions {
|
5078
4523
|
id
|
5079
4524
|
assetId
|
5080
|
-
asset {
|
5081
|
-
id
|
5082
|
-
}
|
5083
4525
|
averageEntryPrice
|
5084
4526
|
qty
|
5085
4527
|
qtyAvailable
|
@@ -5093,9 +4535,6 @@ export const Authenticator = {
|
|
5093
4535
|
lastTradePrice
|
5094
4536
|
changeToday
|
5095
4537
|
assetMarginable
|
5096
|
-
alpacaAccount {
|
5097
|
-
id
|
5098
|
-
}
|
5099
4538
|
alpacaAccountId
|
5100
4539
|
}
|
5101
4540
|
newsMentions {
|
@@ -5120,12 +4559,6 @@ export const Authenticator = {
|
|
5120
4559
|
logo
|
5121
4560
|
createdAt
|
5122
4561
|
updatedAt
|
5123
|
-
assets {
|
5124
|
-
id
|
5125
|
-
}
|
5126
|
-
}
|
5127
|
-
asset {
|
5128
|
-
id
|
5129
4562
|
}
|
5130
4563
|
relevancyScore
|
5131
4564
|
sentimentScore
|
@@ -5216,12 +4649,6 @@ export const Authenticator = {
|
|
5216
4649
|
createdAt
|
5217
4650
|
updatedAt
|
5218
4651
|
status
|
5219
|
-
alpacaAccount {
|
5220
|
-
id
|
5221
|
-
}
|
5222
|
-
asset {
|
5223
|
-
id
|
5224
|
-
}
|
5225
4652
|
actions {
|
5226
4653
|
id
|
5227
4654
|
sequence
|
@@ -5230,9 +4657,6 @@ export const Authenticator = {
|
|
5230
4657
|
note
|
5231
4658
|
status
|
5232
4659
|
fee
|
5233
|
-
trade {
|
5234
|
-
id
|
5235
|
-
}
|
5236
4660
|
order {
|
5237
4661
|
id
|
5238
4662
|
clientOrderId
|
@@ -5253,9 +4677,6 @@ export const Authenticator = {
|
|
5253
4677
|
createdAt
|
5254
4678
|
updatedAt
|
5255
4679
|
orderId
|
5256
|
-
Order {
|
5257
|
-
id
|
5258
|
-
}
|
5259
4680
|
}
|
5260
4681
|
takeProfit {
|
5261
4682
|
id
|
@@ -5264,9 +4685,6 @@ export const Authenticator = {
|
|
5264
4685
|
createdAt
|
5265
4686
|
updatedAt
|
5266
4687
|
orderId
|
5267
|
-
Order {
|
5268
|
-
id
|
5269
|
-
}
|
5270
4688
|
}
|
5271
4689
|
trailPrice
|
5272
4690
|
trailPercent
|
@@ -5278,15 +4696,6 @@ export const Authenticator = {
|
|
5278
4696
|
filledAt
|
5279
4697
|
filledAvgPrice
|
5280
4698
|
actionId
|
5281
|
-
alpacaAccount {
|
5282
|
-
id
|
5283
|
-
}
|
5284
|
-
action {
|
5285
|
-
id
|
5286
|
-
}
|
5287
|
-
asset {
|
5288
|
-
id
|
5289
|
-
}
|
5290
4699
|
fee
|
5291
4700
|
strikePrice
|
5292
4701
|
expirationDate
|
@@ -5316,9 +4725,6 @@ export const Authenticator = {
|
|
5316
4725
|
createdAt
|
5317
4726
|
updatedAt
|
5318
4727
|
orderId
|
5319
|
-
Order {
|
5320
|
-
id
|
5321
|
-
}
|
5322
4728
|
}
|
5323
4729
|
takeProfit {
|
5324
4730
|
id
|
@@ -5327,9 +4733,6 @@ export const Authenticator = {
|
|
5327
4733
|
createdAt
|
5328
4734
|
updatedAt
|
5329
4735
|
orderId
|
5330
|
-
Order {
|
5331
|
-
id
|
5332
|
-
}
|
5333
4736
|
}
|
5334
4737
|
trailPrice
|
5335
4738
|
trailPercent
|
@@ -5341,9 +4744,6 @@ export const Authenticator = {
|
|
5341
4744
|
filledAt
|
5342
4745
|
filledAvgPrice
|
5343
4746
|
actionId
|
5344
|
-
alpacaAccount {
|
5345
|
-
id
|
5346
|
-
}
|
5347
4747
|
action {
|
5348
4748
|
id
|
5349
4749
|
sequence
|
@@ -5367,22 +4767,7 @@ export const Authenticator = {
|
|
5367
4767
|
createdAt
|
5368
4768
|
updatedAt
|
5369
4769
|
status
|
5370
|
-
alpacaAccount {
|
5371
|
-
id
|
5372
|
-
}
|
5373
|
-
asset {
|
5374
|
-
id
|
5375
|
-
}
|
5376
|
-
actions {
|
5377
|
-
id
|
5378
|
-
}
|
5379
4770
|
}
|
5380
|
-
order {
|
5381
|
-
id
|
5382
|
-
}
|
5383
|
-
}
|
5384
|
-
asset {
|
5385
|
-
id
|
5386
4771
|
}
|
5387
4772
|
fee
|
5388
4773
|
strikePrice
|
@@ -5391,9 +4776,6 @@ export const Authenticator = {
|
|
5391
4776
|
stopLossId
|
5392
4777
|
takeProfitId
|
5393
4778
|
}
|
5394
|
-
positions {
|
5395
|
-
id
|
5396
|
-
}
|
5397
4779
|
newsMentions {
|
5398
4780
|
id
|
5399
4781
|
assetId
|
@@ -5416,12 +4798,6 @@ export const Authenticator = {
|
|
5416
4798
|
logo
|
5417
4799
|
createdAt
|
5418
4800
|
updatedAt
|
5419
|
-
assets {
|
5420
|
-
id
|
5421
|
-
}
|
5422
|
-
}
|
5423
|
-
asset {
|
5424
|
-
id
|
5425
4801
|
}
|
5426
4802
|
relevancyScore
|
5427
4803
|
sentimentScore
|
@@ -5441,9 +4817,6 @@ export const Authenticator = {
|
|
5441
4817
|
lastTradePrice
|
5442
4818
|
changeToday
|
5443
4819
|
assetMarginable
|
5444
|
-
alpacaAccount {
|
5445
|
-
id
|
5446
|
-
}
|
5447
4820
|
alpacaAccountId
|
5448
4821
|
}
|
5449
4822
|
alerts {
|
@@ -5454,9 +4827,6 @@ export const Authenticator = {
|
|
5454
4827
|
isRead
|
5455
4828
|
createdAt
|
5456
4829
|
updatedAt
|
5457
|
-
alpacaAccount {
|
5458
|
-
id
|
5459
|
-
}
|
5460
4830
|
}
|
5461
4831
|
}
|
5462
4832
|
}
|
@@ -5524,9 +4894,6 @@ export const Authenticator = {
|
|
5524
4894
|
stripeCurrentPeriodEnd
|
5525
4895
|
createdAt
|
5526
4896
|
updatedAt
|
5527
|
-
users {
|
5528
|
-
id
|
5529
|
-
}
|
5530
4897
|
}
|
5531
4898
|
customerId
|
5532
4899
|
accounts {
|
@@ -5544,24 +4911,15 @@ export const Authenticator = {
|
|
5544
4911
|
session_state
|
5545
4912
|
createdAt
|
5546
4913
|
updatedAt
|
5547
|
-
user {
|
5548
|
-
id
|
5549
|
-
}
|
5550
4914
|
}
|
5551
4915
|
sessions {
|
5552
4916
|
id
|
5553
4917
|
sessionToken
|
5554
4918
|
userId
|
5555
4919
|
expires
|
5556
|
-
user {
|
5557
|
-
id
|
5558
|
-
}
|
5559
4920
|
createdAt
|
5560
4921
|
updatedAt
|
5561
4922
|
}
|
5562
|
-
authenticators {
|
5563
|
-
id
|
5564
|
-
}
|
5565
4923
|
plan
|
5566
4924
|
alpacaAccounts {
|
5567
4925
|
id
|
@@ -5572,9 +4930,6 @@ export const Authenticator = {
|
|
5572
4930
|
marketOpen
|
5573
4931
|
minOrderSize
|
5574
4932
|
maxOrderSize
|
5575
|
-
user {
|
5576
|
-
id
|
5577
|
-
}
|
5578
4933
|
userId
|
5579
4934
|
createdAt
|
5580
4935
|
updatedAt
|
@@ -5593,9 +4948,6 @@ export const Authenticator = {
|
|
5593
4948
|
createdAt
|
5594
4949
|
updatedAt
|
5595
4950
|
status
|
5596
|
-
alpacaAccount {
|
5597
|
-
id
|
5598
|
-
}
|
5599
4951
|
asset {
|
5600
4952
|
id
|
5601
4953
|
symbol
|
@@ -5655,9 +5007,6 @@ export const Authenticator = {
|
|
5655
5007
|
buyPrice
|
5656
5008
|
createdAt
|
5657
5009
|
updatedAt
|
5658
|
-
trades {
|
5659
|
-
id
|
5660
|
-
}
|
5661
5010
|
orders {
|
5662
5011
|
id
|
5663
5012
|
clientOrderId
|
@@ -5678,9 +5027,6 @@ export const Authenticator = {
|
|
5678
5027
|
createdAt
|
5679
5028
|
updatedAt
|
5680
5029
|
orderId
|
5681
|
-
Order {
|
5682
|
-
id
|
5683
|
-
}
|
5684
5030
|
}
|
5685
5031
|
takeProfit {
|
5686
5032
|
id
|
@@ -5689,9 +5035,6 @@ export const Authenticator = {
|
|
5689
5035
|
createdAt
|
5690
5036
|
updatedAt
|
5691
5037
|
orderId
|
5692
|
-
Order {
|
5693
|
-
id
|
5694
|
-
}
|
5695
5038
|
}
|
5696
5039
|
trailPrice
|
5697
5040
|
trailPercent
|
@@ -5703,9 +5046,6 @@ export const Authenticator = {
|
|
5703
5046
|
filledAt
|
5704
5047
|
filledAvgPrice
|
5705
5048
|
actionId
|
5706
|
-
alpacaAccount {
|
5707
|
-
id
|
5708
|
-
}
|
5709
5049
|
action {
|
5710
5050
|
id
|
5711
5051
|
sequence
|
@@ -5714,15 +5054,6 @@ export const Authenticator = {
|
|
5714
5054
|
note
|
5715
5055
|
status
|
5716
5056
|
fee
|
5717
|
-
trade {
|
5718
|
-
id
|
5719
|
-
}
|
5720
|
-
order {
|
5721
|
-
id
|
5722
|
-
}
|
5723
|
-
}
|
5724
|
-
asset {
|
5725
|
-
id
|
5726
5057
|
}
|
5727
5058
|
fee
|
5728
5059
|
strikePrice
|
@@ -5734,9 +5065,6 @@ export const Authenticator = {
|
|
5734
5065
|
positions {
|
5735
5066
|
id
|
5736
5067
|
assetId
|
5737
|
-
asset {
|
5738
|
-
id
|
5739
|
-
}
|
5740
5068
|
averageEntryPrice
|
5741
5069
|
qty
|
5742
5070
|
qtyAvailable
|
@@ -5750,9 +5078,6 @@ export const Authenticator = {
|
|
5750
5078
|
lastTradePrice
|
5751
5079
|
changeToday
|
5752
5080
|
assetMarginable
|
5753
|
-
alpacaAccount {
|
5754
|
-
id
|
5755
|
-
}
|
5756
5081
|
alpacaAccountId
|
5757
5082
|
}
|
5758
5083
|
newsMentions {
|
@@ -5777,12 +5102,6 @@ export const Authenticator = {
|
|
5777
5102
|
logo
|
5778
5103
|
createdAt
|
5779
5104
|
updatedAt
|
5780
|
-
assets {
|
5781
|
-
id
|
5782
|
-
}
|
5783
|
-
}
|
5784
|
-
asset {
|
5785
|
-
id
|
5786
5105
|
}
|
5787
5106
|
relevancyScore
|
5788
5107
|
sentimentScore
|
@@ -5797,9 +5116,6 @@ export const Authenticator = {
|
|
5797
5116
|
note
|
5798
5117
|
status
|
5799
5118
|
fee
|
5800
|
-
trade {
|
5801
|
-
id
|
5802
|
-
}
|
5803
5119
|
order {
|
5804
5120
|
id
|
5805
5121
|
clientOrderId
|
@@ -5820,9 +5136,6 @@ export const Authenticator = {
|
|
5820
5136
|
createdAt
|
5821
5137
|
updatedAt
|
5822
5138
|
orderId
|
5823
|
-
Order {
|
5824
|
-
id
|
5825
|
-
}
|
5826
5139
|
}
|
5827
5140
|
takeProfit {
|
5828
5141
|
id
|
@@ -5831,9 +5144,6 @@ export const Authenticator = {
|
|
5831
5144
|
createdAt
|
5832
5145
|
updatedAt
|
5833
5146
|
orderId
|
5834
|
-
Order {
|
5835
|
-
id
|
5836
|
-
}
|
5837
5147
|
}
|
5838
5148
|
trailPrice
|
5839
5149
|
trailPercent
|
@@ -5845,13 +5155,7 @@ export const Authenticator = {
|
|
5845
5155
|
filledAt
|
5846
5156
|
filledAvgPrice
|
5847
5157
|
actionId
|
5848
|
-
|
5849
|
-
id
|
5850
|
-
}
|
5851
|
-
action {
|
5852
|
-
id
|
5853
|
-
}
|
5854
|
-
asset {
|
5158
|
+
asset {
|
5855
5159
|
id
|
5856
5160
|
symbol
|
5857
5161
|
name
|
@@ -5910,18 +5214,9 @@ export const Authenticator = {
|
|
5910
5214
|
buyPrice
|
5911
5215
|
createdAt
|
5912
5216
|
updatedAt
|
5913
|
-
trades {
|
5914
|
-
id
|
5915
|
-
}
|
5916
|
-
orders {
|
5917
|
-
id
|
5918
|
-
}
|
5919
5217
|
positions {
|
5920
5218
|
id
|
5921
5219
|
assetId
|
5922
|
-
asset {
|
5923
|
-
id
|
5924
|
-
}
|
5925
5220
|
averageEntryPrice
|
5926
5221
|
qty
|
5927
5222
|
qtyAvailable
|
@@ -5935,9 +5230,6 @@ export const Authenticator = {
|
|
5935
5230
|
lastTradePrice
|
5936
5231
|
changeToday
|
5937
5232
|
assetMarginable
|
5938
|
-
alpacaAccount {
|
5939
|
-
id
|
5940
|
-
}
|
5941
5233
|
alpacaAccountId
|
5942
5234
|
}
|
5943
5235
|
newsMentions {
|
@@ -5962,12 +5254,6 @@ export const Authenticator = {
|
|
5962
5254
|
logo
|
5963
5255
|
createdAt
|
5964
5256
|
updatedAt
|
5965
|
-
assets {
|
5966
|
-
id
|
5967
|
-
}
|
5968
|
-
}
|
5969
|
-
asset {
|
5970
|
-
id
|
5971
5257
|
}
|
5972
5258
|
relevancyScore
|
5973
5259
|
sentimentScore
|
@@ -6003,9 +5289,6 @@ export const Authenticator = {
|
|
6003
5289
|
createdAt
|
6004
5290
|
updatedAt
|
6005
5291
|
orderId
|
6006
|
-
Order {
|
6007
|
-
id
|
6008
|
-
}
|
6009
5292
|
}
|
6010
5293
|
takeProfit {
|
6011
5294
|
id
|
@@ -6014,9 +5297,6 @@ export const Authenticator = {
|
|
6014
5297
|
createdAt
|
6015
5298
|
updatedAt
|
6016
5299
|
orderId
|
6017
|
-
Order {
|
6018
|
-
id
|
6019
|
-
}
|
6020
5300
|
}
|
6021
5301
|
trailPrice
|
6022
5302
|
trailPercent
|
@@ -6028,9 +5308,6 @@ export const Authenticator = {
|
|
6028
5308
|
filledAt
|
6029
5309
|
filledAvgPrice
|
6030
5310
|
actionId
|
6031
|
-
alpacaAccount {
|
6032
|
-
id
|
6033
|
-
}
|
6034
5311
|
action {
|
6035
5312
|
id
|
6036
5313
|
sequence
|
@@ -6054,9 +5331,6 @@ export const Authenticator = {
|
|
6054
5331
|
createdAt
|
6055
5332
|
updatedAt
|
6056
5333
|
status
|
6057
|
-
alpacaAccount {
|
6058
|
-
id
|
6059
|
-
}
|
6060
5334
|
asset {
|
6061
5335
|
id
|
6062
5336
|
symbol
|
@@ -6116,18 +5390,9 @@ export const Authenticator = {
|
|
6116
5390
|
buyPrice
|
6117
5391
|
createdAt
|
6118
5392
|
updatedAt
|
6119
|
-
trades {
|
6120
|
-
id
|
6121
|
-
}
|
6122
|
-
orders {
|
6123
|
-
id
|
6124
|
-
}
|
6125
5393
|
positions {
|
6126
5394
|
id
|
6127
5395
|
assetId
|
6128
|
-
asset {
|
6129
|
-
id
|
6130
|
-
}
|
6131
5396
|
averageEntryPrice
|
6132
5397
|
qty
|
6133
5398
|
qtyAvailable
|
@@ -6141,9 +5406,6 @@ export const Authenticator = {
|
|
6141
5406
|
lastTradePrice
|
6142
5407
|
changeToday
|
6143
5408
|
assetMarginable
|
6144
|
-
alpacaAccount {
|
6145
|
-
id
|
6146
|
-
}
|
6147
5409
|
alpacaAccountId
|
6148
5410
|
}
|
6149
5411
|
newsMentions {
|
@@ -6168,24 +5430,12 @@ export const Authenticator = {
|
|
6168
5430
|
logo
|
6169
5431
|
createdAt
|
6170
5432
|
updatedAt
|
6171
|
-
assets {
|
6172
|
-
id
|
6173
|
-
}
|
6174
|
-
}
|
6175
|
-
asset {
|
6176
|
-
id
|
6177
5433
|
}
|
6178
5434
|
relevancyScore
|
6179
5435
|
sentimentScore
|
6180
5436
|
sentimentLabel
|
6181
5437
|
}
|
6182
5438
|
}
|
6183
|
-
actions {
|
6184
|
-
id
|
6185
|
-
}
|
6186
|
-
}
|
6187
|
-
order {
|
6188
|
-
id
|
6189
5439
|
}
|
6190
5440
|
}
|
6191
5441
|
asset {
|
@@ -6262,12 +5512,6 @@ export const Authenticator = {
|
|
6262
5512
|
createdAt
|
6263
5513
|
updatedAt
|
6264
5514
|
status
|
6265
|
-
alpacaAccount {
|
6266
|
-
id
|
6267
|
-
}
|
6268
|
-
asset {
|
6269
|
-
id
|
6270
|
-
}
|
6271
5515
|
actions {
|
6272
5516
|
id
|
6273
5517
|
sequence
|
@@ -6276,23 +5520,11 @@ export const Authenticator = {
|
|
6276
5520
|
note
|
6277
5521
|
status
|
6278
5522
|
fee
|
6279
|
-
trade {
|
6280
|
-
id
|
6281
|
-
}
|
6282
|
-
order {
|
6283
|
-
id
|
6284
|
-
}
|
6285
5523
|
}
|
6286
5524
|
}
|
6287
|
-
orders {
|
6288
|
-
id
|
6289
|
-
}
|
6290
5525
|
positions {
|
6291
5526
|
id
|
6292
5527
|
assetId
|
6293
|
-
asset {
|
6294
|
-
id
|
6295
|
-
}
|
6296
5528
|
averageEntryPrice
|
6297
5529
|
qty
|
6298
5530
|
qtyAvailable
|
@@ -6306,9 +5538,6 @@ export const Authenticator = {
|
|
6306
5538
|
lastTradePrice
|
6307
5539
|
changeToday
|
6308
5540
|
assetMarginable
|
6309
|
-
alpacaAccount {
|
6310
|
-
id
|
6311
|
-
}
|
6312
5541
|
alpacaAccountId
|
6313
5542
|
}
|
6314
5543
|
newsMentions {
|
@@ -6333,12 +5562,6 @@ export const Authenticator = {
|
|
6333
5562
|
logo
|
6334
5563
|
createdAt
|
6335
5564
|
updatedAt
|
6336
|
-
assets {
|
6337
|
-
id
|
6338
|
-
}
|
6339
|
-
}
|
6340
|
-
asset {
|
6341
|
-
id
|
6342
5565
|
}
|
6343
5566
|
relevancyScore
|
6344
5567
|
sentimentScore
|
@@ -6429,12 +5652,6 @@ export const Authenticator = {
|
|
6429
5652
|
createdAt
|
6430
5653
|
updatedAt
|
6431
5654
|
status
|
6432
|
-
alpacaAccount {
|
6433
|
-
id
|
6434
|
-
}
|
6435
|
-
asset {
|
6436
|
-
id
|
6437
|
-
}
|
6438
5655
|
actions {
|
6439
5656
|
id
|
6440
5657
|
sequence
|
@@ -6443,9 +5660,6 @@ export const Authenticator = {
|
|
6443
5660
|
note
|
6444
5661
|
status
|
6445
5662
|
fee
|
6446
|
-
trade {
|
6447
|
-
id
|
6448
|
-
}
|
6449
5663
|
order {
|
6450
5664
|
id
|
6451
5665
|
clientOrderId
|
@@ -6466,9 +5680,6 @@ export const Authenticator = {
|
|
6466
5680
|
createdAt
|
6467
5681
|
updatedAt
|
6468
5682
|
orderId
|
6469
|
-
Order {
|
6470
|
-
id
|
6471
|
-
}
|
6472
5683
|
}
|
6473
5684
|
takeProfit {
|
6474
5685
|
id
|
@@ -6477,9 +5688,6 @@ export const Authenticator = {
|
|
6477
5688
|
createdAt
|
6478
5689
|
updatedAt
|
6479
5690
|
orderId
|
6480
|
-
Order {
|
6481
|
-
id
|
6482
|
-
}
|
6483
5691
|
}
|
6484
5692
|
trailPrice
|
6485
5693
|
trailPercent
|
@@ -6491,15 +5699,6 @@ export const Authenticator = {
|
|
6491
5699
|
filledAt
|
6492
5700
|
filledAvgPrice
|
6493
5701
|
actionId
|
6494
|
-
alpacaAccount {
|
6495
|
-
id
|
6496
|
-
}
|
6497
|
-
action {
|
6498
|
-
id
|
6499
|
-
}
|
6500
|
-
asset {
|
6501
|
-
id
|
6502
|
-
}
|
6503
5702
|
fee
|
6504
5703
|
strikePrice
|
6505
5704
|
expirationDate
|
@@ -6529,9 +5728,6 @@ export const Authenticator = {
|
|
6529
5728
|
createdAt
|
6530
5729
|
updatedAt
|
6531
5730
|
orderId
|
6532
|
-
Order {
|
6533
|
-
id
|
6534
|
-
}
|
6535
5731
|
}
|
6536
5732
|
takeProfit {
|
6537
5733
|
id
|
@@ -6540,9 +5736,6 @@ export const Authenticator = {
|
|
6540
5736
|
createdAt
|
6541
5737
|
updatedAt
|
6542
5738
|
orderId
|
6543
|
-
Order {
|
6544
|
-
id
|
6545
|
-
}
|
6546
5739
|
}
|
6547
5740
|
trailPrice
|
6548
5741
|
trailPercent
|
@@ -6554,9 +5747,6 @@ export const Authenticator = {
|
|
6554
5747
|
filledAt
|
6555
5748
|
filledAvgPrice
|
6556
5749
|
actionId
|
6557
|
-
alpacaAccount {
|
6558
|
-
id
|
6559
|
-
}
|
6560
5750
|
action {
|
6561
5751
|
id
|
6562
5752
|
sequence
|
@@ -6580,23 +5770,8 @@ export const Authenticator = {
|
|
6580
5770
|
createdAt
|
6581
5771
|
updatedAt
|
6582
5772
|
status
|
6583
|
-
alpacaAccount {
|
6584
|
-
id
|
6585
|
-
}
|
6586
|
-
asset {
|
6587
|
-
id
|
6588
|
-
}
|
6589
|
-
actions {
|
6590
|
-
id
|
6591
|
-
}
|
6592
|
-
}
|
6593
|
-
order {
|
6594
|
-
id
|
6595
5773
|
}
|
6596
5774
|
}
|
6597
|
-
asset {
|
6598
|
-
id
|
6599
|
-
}
|
6600
5775
|
fee
|
6601
5776
|
strikePrice
|
6602
5777
|
expirationDate
|
@@ -6604,9 +5779,6 @@ export const Authenticator = {
|
|
6604
5779
|
stopLossId
|
6605
5780
|
takeProfitId
|
6606
5781
|
}
|
6607
|
-
positions {
|
6608
|
-
id
|
6609
|
-
}
|
6610
5782
|
newsMentions {
|
6611
5783
|
id
|
6612
5784
|
assetId
|
@@ -6629,12 +5801,6 @@ export const Authenticator = {
|
|
6629
5801
|
logo
|
6630
5802
|
createdAt
|
6631
5803
|
updatedAt
|
6632
|
-
assets {
|
6633
|
-
id
|
6634
|
-
}
|
6635
|
-
}
|
6636
|
-
asset {
|
6637
|
-
id
|
6638
5804
|
}
|
6639
5805
|
relevancyScore
|
6640
5806
|
sentimentScore
|
@@ -6654,9 +5820,6 @@ export const Authenticator = {
|
|
6654
5820
|
lastTradePrice
|
6655
5821
|
changeToday
|
6656
5822
|
assetMarginable
|
6657
|
-
alpacaAccount {
|
6658
|
-
id
|
6659
|
-
}
|
6660
5823
|
alpacaAccountId
|
6661
5824
|
}
|
6662
5825
|
alerts {
|
@@ -6667,9 +5830,6 @@ export const Authenticator = {
|
|
6667
5830
|
isRead
|
6668
5831
|
createdAt
|
6669
5832
|
updatedAt
|
6670
|
-
alpacaAccount {
|
6671
|
-
id
|
6672
|
-
}
|
6673
5833
|
}
|
6674
5834
|
}
|
6675
5835
|
}
|
@@ -6736,9 +5896,6 @@ export const Authenticator = {
|
|
6736
5896
|
stripeCurrentPeriodEnd
|
6737
5897
|
createdAt
|
6738
5898
|
updatedAt
|
6739
|
-
users {
|
6740
|
-
id
|
6741
|
-
}
|
6742
5899
|
}
|
6743
5900
|
customerId
|
6744
5901
|
accounts {
|
@@ -6756,24 +5913,15 @@ export const Authenticator = {
|
|
6756
5913
|
session_state
|
6757
5914
|
createdAt
|
6758
5915
|
updatedAt
|
6759
|
-
user {
|
6760
|
-
id
|
6761
|
-
}
|
6762
5916
|
}
|
6763
5917
|
sessions {
|
6764
5918
|
id
|
6765
5919
|
sessionToken
|
6766
5920
|
userId
|
6767
5921
|
expires
|
6768
|
-
user {
|
6769
|
-
id
|
6770
|
-
}
|
6771
5922
|
createdAt
|
6772
5923
|
updatedAt
|
6773
5924
|
}
|
6774
|
-
authenticators {
|
6775
|
-
id
|
6776
|
-
}
|
6777
5925
|
plan
|
6778
5926
|
alpacaAccounts {
|
6779
5927
|
id
|
@@ -6784,9 +5932,6 @@ export const Authenticator = {
|
|
6784
5932
|
marketOpen
|
6785
5933
|
minOrderSize
|
6786
5934
|
maxOrderSize
|
6787
|
-
user {
|
6788
|
-
id
|
6789
|
-
}
|
6790
5935
|
userId
|
6791
5936
|
createdAt
|
6792
5937
|
updatedAt
|
@@ -6805,9 +5950,6 @@ export const Authenticator = {
|
|
6805
5950
|
createdAt
|
6806
5951
|
updatedAt
|
6807
5952
|
status
|
6808
|
-
alpacaAccount {
|
6809
|
-
id
|
6810
|
-
}
|
6811
5953
|
asset {
|
6812
5954
|
id
|
6813
5955
|
symbol
|
@@ -6867,9 +6009,6 @@ export const Authenticator = {
|
|
6867
6009
|
buyPrice
|
6868
6010
|
createdAt
|
6869
6011
|
updatedAt
|
6870
|
-
trades {
|
6871
|
-
id
|
6872
|
-
}
|
6873
6012
|
orders {
|
6874
6013
|
id
|
6875
6014
|
clientOrderId
|
@@ -6890,9 +6029,6 @@ export const Authenticator = {
|
|
6890
6029
|
createdAt
|
6891
6030
|
updatedAt
|
6892
6031
|
orderId
|
6893
|
-
Order {
|
6894
|
-
id
|
6895
|
-
}
|
6896
6032
|
}
|
6897
6033
|
takeProfit {
|
6898
6034
|
id
|
@@ -6901,9 +6037,6 @@ export const Authenticator = {
|
|
6901
6037
|
createdAt
|
6902
6038
|
updatedAt
|
6903
6039
|
orderId
|
6904
|
-
Order {
|
6905
|
-
id
|
6906
|
-
}
|
6907
6040
|
}
|
6908
6041
|
trailPrice
|
6909
6042
|
trailPercent
|
@@ -6915,9 +6048,6 @@ export const Authenticator = {
|
|
6915
6048
|
filledAt
|
6916
6049
|
filledAvgPrice
|
6917
6050
|
actionId
|
6918
|
-
alpacaAccount {
|
6919
|
-
id
|
6920
|
-
}
|
6921
6051
|
action {
|
6922
6052
|
id
|
6923
6053
|
sequence
|
@@ -6926,15 +6056,6 @@ export const Authenticator = {
|
|
6926
6056
|
note
|
6927
6057
|
status
|
6928
6058
|
fee
|
6929
|
-
trade {
|
6930
|
-
id
|
6931
|
-
}
|
6932
|
-
order {
|
6933
|
-
id
|
6934
|
-
}
|
6935
|
-
}
|
6936
|
-
asset {
|
6937
|
-
id
|
6938
6059
|
}
|
6939
6060
|
fee
|
6940
6061
|
strikePrice
|
@@ -6946,9 +6067,6 @@ export const Authenticator = {
|
|
6946
6067
|
positions {
|
6947
6068
|
id
|
6948
6069
|
assetId
|
6949
|
-
asset {
|
6950
|
-
id
|
6951
|
-
}
|
6952
6070
|
averageEntryPrice
|
6953
6071
|
qty
|
6954
6072
|
qtyAvailable
|
@@ -6962,9 +6080,6 @@ export const Authenticator = {
|
|
6962
6080
|
lastTradePrice
|
6963
6081
|
changeToday
|
6964
6082
|
assetMarginable
|
6965
|
-
alpacaAccount {
|
6966
|
-
id
|
6967
|
-
}
|
6968
6083
|
alpacaAccountId
|
6969
6084
|
}
|
6970
6085
|
newsMentions {
|
@@ -6989,12 +6104,6 @@ export const Authenticator = {
|
|
6989
6104
|
logo
|
6990
6105
|
createdAt
|
6991
6106
|
updatedAt
|
6992
|
-
assets {
|
6993
|
-
id
|
6994
|
-
}
|
6995
|
-
}
|
6996
|
-
asset {
|
6997
|
-
id
|
6998
6107
|
}
|
6999
6108
|
relevancyScore
|
7000
6109
|
sentimentScore
|
@@ -7009,9 +6118,6 @@ export const Authenticator = {
|
|
7009
6118
|
note
|
7010
6119
|
status
|
7011
6120
|
fee
|
7012
|
-
trade {
|
7013
|
-
id
|
7014
|
-
}
|
7015
6121
|
order {
|
7016
6122
|
id
|
7017
6123
|
clientOrderId
|
@@ -7032,9 +6138,6 @@ export const Authenticator = {
|
|
7032
6138
|
createdAt
|
7033
6139
|
updatedAt
|
7034
6140
|
orderId
|
7035
|
-
Order {
|
7036
|
-
id
|
7037
|
-
}
|
7038
6141
|
}
|
7039
6142
|
takeProfit {
|
7040
6143
|
id
|
@@ -7043,9 +6146,6 @@ export const Authenticator = {
|
|
7043
6146
|
createdAt
|
7044
6147
|
updatedAt
|
7045
6148
|
orderId
|
7046
|
-
Order {
|
7047
|
-
id
|
7048
|
-
}
|
7049
6149
|
}
|
7050
6150
|
trailPrice
|
7051
6151
|
trailPercent
|
@@ -7057,12 +6157,6 @@ export const Authenticator = {
|
|
7057
6157
|
filledAt
|
7058
6158
|
filledAvgPrice
|
7059
6159
|
actionId
|
7060
|
-
alpacaAccount {
|
7061
|
-
id
|
7062
|
-
}
|
7063
|
-
action {
|
7064
|
-
id
|
7065
|
-
}
|
7066
6160
|
asset {
|
7067
6161
|
id
|
7068
6162
|
symbol
|
@@ -7122,18 +6216,9 @@ export const Authenticator = {
|
|
7122
6216
|
buyPrice
|
7123
6217
|
createdAt
|
7124
6218
|
updatedAt
|
7125
|
-
trades {
|
7126
|
-
id
|
7127
|
-
}
|
7128
|
-
orders {
|
7129
|
-
id
|
7130
|
-
}
|
7131
6219
|
positions {
|
7132
6220
|
id
|
7133
6221
|
assetId
|
7134
|
-
asset {
|
7135
|
-
id
|
7136
|
-
}
|
7137
6222
|
averageEntryPrice
|
7138
6223
|
qty
|
7139
6224
|
qtyAvailable
|
@@ -7147,9 +6232,6 @@ export const Authenticator = {
|
|
7147
6232
|
lastTradePrice
|
7148
6233
|
changeToday
|
7149
6234
|
assetMarginable
|
7150
|
-
alpacaAccount {
|
7151
|
-
id
|
7152
|
-
}
|
7153
6235
|
alpacaAccountId
|
7154
6236
|
}
|
7155
6237
|
newsMentions {
|
@@ -7174,12 +6256,6 @@ export const Authenticator = {
|
|
7174
6256
|
logo
|
7175
6257
|
createdAt
|
7176
6258
|
updatedAt
|
7177
|
-
assets {
|
7178
|
-
id
|
7179
|
-
}
|
7180
|
-
}
|
7181
|
-
asset {
|
7182
|
-
id
|
7183
6259
|
}
|
7184
6260
|
relevancyScore
|
7185
6261
|
sentimentScore
|
@@ -7215,9 +6291,6 @@ export const Authenticator = {
|
|
7215
6291
|
createdAt
|
7216
6292
|
updatedAt
|
7217
6293
|
orderId
|
7218
|
-
Order {
|
7219
|
-
id
|
7220
|
-
}
|
7221
6294
|
}
|
7222
6295
|
takeProfit {
|
7223
6296
|
id
|
@@ -7226,9 +6299,6 @@ export const Authenticator = {
|
|
7226
6299
|
createdAt
|
7227
6300
|
updatedAt
|
7228
6301
|
orderId
|
7229
|
-
Order {
|
7230
|
-
id
|
7231
|
-
}
|
7232
6302
|
}
|
7233
6303
|
trailPrice
|
7234
6304
|
trailPercent
|
@@ -7240,9 +6310,6 @@ export const Authenticator = {
|
|
7240
6310
|
filledAt
|
7241
6311
|
filledAvgPrice
|
7242
6312
|
actionId
|
7243
|
-
alpacaAccount {
|
7244
|
-
id
|
7245
|
-
}
|
7246
6313
|
action {
|
7247
6314
|
id
|
7248
6315
|
sequence
|
@@ -7266,9 +6333,6 @@ export const Authenticator = {
|
|
7266
6333
|
createdAt
|
7267
6334
|
updatedAt
|
7268
6335
|
status
|
7269
|
-
alpacaAccount {
|
7270
|
-
id
|
7271
|
-
}
|
7272
6336
|
asset {
|
7273
6337
|
id
|
7274
6338
|
symbol
|
@@ -7328,18 +6392,9 @@ export const Authenticator = {
|
|
7328
6392
|
buyPrice
|
7329
6393
|
createdAt
|
7330
6394
|
updatedAt
|
7331
|
-
trades {
|
7332
|
-
id
|
7333
|
-
}
|
7334
|
-
orders {
|
7335
|
-
id
|
7336
|
-
}
|
7337
6395
|
positions {
|
7338
6396
|
id
|
7339
6397
|
assetId
|
7340
|
-
asset {
|
7341
|
-
id
|
7342
|
-
}
|
7343
6398
|
averageEntryPrice
|
7344
6399
|
qty
|
7345
6400
|
qtyAvailable
|
@@ -7353,9 +6408,6 @@ export const Authenticator = {
|
|
7353
6408
|
lastTradePrice
|
7354
6409
|
changeToday
|
7355
6410
|
assetMarginable
|
7356
|
-
alpacaAccount {
|
7357
|
-
id
|
7358
|
-
}
|
7359
6411
|
alpacaAccountId
|
7360
6412
|
}
|
7361
6413
|
newsMentions {
|
@@ -7380,24 +6432,12 @@ export const Authenticator = {
|
|
7380
6432
|
logo
|
7381
6433
|
createdAt
|
7382
6434
|
updatedAt
|
7383
|
-
assets {
|
7384
|
-
id
|
7385
|
-
}
|
7386
|
-
}
|
7387
|
-
asset {
|
7388
|
-
id
|
7389
6435
|
}
|
7390
6436
|
relevancyScore
|
7391
6437
|
sentimentScore
|
7392
6438
|
sentimentLabel
|
7393
6439
|
}
|
7394
6440
|
}
|
7395
|
-
actions {
|
7396
|
-
id
|
7397
|
-
}
|
7398
|
-
}
|
7399
|
-
order {
|
7400
|
-
id
|
7401
6441
|
}
|
7402
6442
|
}
|
7403
6443
|
asset {
|
@@ -7474,12 +6514,6 @@ export const Authenticator = {
|
|
7474
6514
|
createdAt
|
7475
6515
|
updatedAt
|
7476
6516
|
status
|
7477
|
-
alpacaAccount {
|
7478
|
-
id
|
7479
|
-
}
|
7480
|
-
asset {
|
7481
|
-
id
|
7482
|
-
}
|
7483
6517
|
actions {
|
7484
6518
|
id
|
7485
6519
|
sequence
|
@@ -7488,23 +6522,11 @@ export const Authenticator = {
|
|
7488
6522
|
note
|
7489
6523
|
status
|
7490
6524
|
fee
|
7491
|
-
trade {
|
7492
|
-
id
|
7493
|
-
}
|
7494
|
-
order {
|
7495
|
-
id
|
7496
|
-
}
|
7497
6525
|
}
|
7498
6526
|
}
|
7499
|
-
orders {
|
7500
|
-
id
|
7501
|
-
}
|
7502
6527
|
positions {
|
7503
6528
|
id
|
7504
6529
|
assetId
|
7505
|
-
asset {
|
7506
|
-
id
|
7507
|
-
}
|
7508
6530
|
averageEntryPrice
|
7509
6531
|
qty
|
7510
6532
|
qtyAvailable
|
@@ -7518,9 +6540,6 @@ export const Authenticator = {
|
|
7518
6540
|
lastTradePrice
|
7519
6541
|
changeToday
|
7520
6542
|
assetMarginable
|
7521
|
-
alpacaAccount {
|
7522
|
-
id
|
7523
|
-
}
|
7524
6543
|
alpacaAccountId
|
7525
6544
|
}
|
7526
6545
|
newsMentions {
|
@@ -7545,12 +6564,6 @@ export const Authenticator = {
|
|
7545
6564
|
logo
|
7546
6565
|
createdAt
|
7547
6566
|
updatedAt
|
7548
|
-
assets {
|
7549
|
-
id
|
7550
|
-
}
|
7551
|
-
}
|
7552
|
-
asset {
|
7553
|
-
id
|
7554
6567
|
}
|
7555
6568
|
relevancyScore
|
7556
6569
|
sentimentScore
|
@@ -7641,12 +6654,6 @@ export const Authenticator = {
|
|
7641
6654
|
createdAt
|
7642
6655
|
updatedAt
|
7643
6656
|
status
|
7644
|
-
alpacaAccount {
|
7645
|
-
id
|
7646
|
-
}
|
7647
|
-
asset {
|
7648
|
-
id
|
7649
|
-
}
|
7650
6657
|
actions {
|
7651
6658
|
id
|
7652
6659
|
sequence
|
@@ -7655,9 +6662,6 @@ export const Authenticator = {
|
|
7655
6662
|
note
|
7656
6663
|
status
|
7657
6664
|
fee
|
7658
|
-
trade {
|
7659
|
-
id
|
7660
|
-
}
|
7661
6665
|
order {
|
7662
6666
|
id
|
7663
6667
|
clientOrderId
|
@@ -7678,9 +6682,6 @@ export const Authenticator = {
|
|
7678
6682
|
createdAt
|
7679
6683
|
updatedAt
|
7680
6684
|
orderId
|
7681
|
-
Order {
|
7682
|
-
id
|
7683
|
-
}
|
7684
6685
|
}
|
7685
6686
|
takeProfit {
|
7686
6687
|
id
|
@@ -7689,9 +6690,6 @@ export const Authenticator = {
|
|
7689
6690
|
createdAt
|
7690
6691
|
updatedAt
|
7691
6692
|
orderId
|
7692
|
-
Order {
|
7693
|
-
id
|
7694
|
-
}
|
7695
6693
|
}
|
7696
6694
|
trailPrice
|
7697
6695
|
trailPercent
|
@@ -7703,15 +6701,6 @@ export const Authenticator = {
|
|
7703
6701
|
filledAt
|
7704
6702
|
filledAvgPrice
|
7705
6703
|
actionId
|
7706
|
-
alpacaAccount {
|
7707
|
-
id
|
7708
|
-
}
|
7709
|
-
action {
|
7710
|
-
id
|
7711
|
-
}
|
7712
|
-
asset {
|
7713
|
-
id
|
7714
|
-
}
|
7715
6704
|
fee
|
7716
6705
|
strikePrice
|
7717
6706
|
expirationDate
|
@@ -7741,9 +6730,6 @@ export const Authenticator = {
|
|
7741
6730
|
createdAt
|
7742
6731
|
updatedAt
|
7743
6732
|
orderId
|
7744
|
-
Order {
|
7745
|
-
id
|
7746
|
-
}
|
7747
6733
|
}
|
7748
6734
|
takeProfit {
|
7749
6735
|
id
|
@@ -7752,9 +6738,6 @@ export const Authenticator = {
|
|
7752
6738
|
createdAt
|
7753
6739
|
updatedAt
|
7754
6740
|
orderId
|
7755
|
-
Order {
|
7756
|
-
id
|
7757
|
-
}
|
7758
6741
|
}
|
7759
6742
|
trailPrice
|
7760
6743
|
trailPercent
|
@@ -7766,9 +6749,6 @@ export const Authenticator = {
|
|
7766
6749
|
filledAt
|
7767
6750
|
filledAvgPrice
|
7768
6751
|
actionId
|
7769
|
-
alpacaAccount {
|
7770
|
-
id
|
7771
|
-
}
|
7772
6752
|
action {
|
7773
6753
|
id
|
7774
6754
|
sequence
|
@@ -7792,23 +6772,8 @@ export const Authenticator = {
|
|
7792
6772
|
createdAt
|
7793
6773
|
updatedAt
|
7794
6774
|
status
|
7795
|
-
alpacaAccount {
|
7796
|
-
id
|
7797
|
-
}
|
7798
|
-
asset {
|
7799
|
-
id
|
7800
|
-
}
|
7801
|
-
actions {
|
7802
|
-
id
|
7803
|
-
}
|
7804
|
-
}
|
7805
|
-
order {
|
7806
|
-
id
|
7807
6775
|
}
|
7808
6776
|
}
|
7809
|
-
asset {
|
7810
|
-
id
|
7811
|
-
}
|
7812
6777
|
fee
|
7813
6778
|
strikePrice
|
7814
6779
|
expirationDate
|
@@ -7816,9 +6781,6 @@ export const Authenticator = {
|
|
7816
6781
|
stopLossId
|
7817
6782
|
takeProfitId
|
7818
6783
|
}
|
7819
|
-
positions {
|
7820
|
-
id
|
7821
|
-
}
|
7822
6784
|
newsMentions {
|
7823
6785
|
id
|
7824
6786
|
assetId
|
@@ -7841,12 +6803,6 @@ export const Authenticator = {
|
|
7841
6803
|
logo
|
7842
6804
|
createdAt
|
7843
6805
|
updatedAt
|
7844
|
-
assets {
|
7845
|
-
id
|
7846
|
-
}
|
7847
|
-
}
|
7848
|
-
asset {
|
7849
|
-
id
|
7850
6806
|
}
|
7851
6807
|
relevancyScore
|
7852
6808
|
sentimentScore
|
@@ -7866,9 +6822,6 @@ export const Authenticator = {
|
|
7866
6822
|
lastTradePrice
|
7867
6823
|
changeToday
|
7868
6824
|
assetMarginable
|
7869
|
-
alpacaAccount {
|
7870
|
-
id
|
7871
|
-
}
|
7872
6825
|
alpacaAccountId
|
7873
6826
|
}
|
7874
6827
|
alerts {
|
@@ -7879,9 +6832,6 @@ export const Authenticator = {
|
|
7879
6832
|
isRead
|
7880
6833
|
createdAt
|
7881
6834
|
updatedAt
|
7882
|
-
alpacaAccount {
|
7883
|
-
id
|
7884
|
-
}
|
7885
6835
|
}
|
7886
6836
|
}
|
7887
6837
|
}
|
@@ -7943,9 +6893,6 @@ export const Authenticator = {
|
|
7943
6893
|
stripeCurrentPeriodEnd
|
7944
6894
|
createdAt
|
7945
6895
|
updatedAt
|
7946
|
-
users {
|
7947
|
-
id
|
7948
|
-
}
|
7949
6896
|
}
|
7950
6897
|
customerId
|
7951
6898
|
accounts {
|
@@ -7963,24 +6910,15 @@ export const Authenticator = {
|
|
7963
6910
|
session_state
|
7964
6911
|
createdAt
|
7965
6912
|
updatedAt
|
7966
|
-
user {
|
7967
|
-
id
|
7968
|
-
}
|
7969
6913
|
}
|
7970
6914
|
sessions {
|
7971
6915
|
id
|
7972
6916
|
sessionToken
|
7973
6917
|
userId
|
7974
6918
|
expires
|
7975
|
-
user {
|
7976
|
-
id
|
7977
|
-
}
|
7978
6919
|
createdAt
|
7979
6920
|
updatedAt
|
7980
6921
|
}
|
7981
|
-
authenticators {
|
7982
|
-
id
|
7983
|
-
}
|
7984
6922
|
plan
|
7985
6923
|
alpacaAccounts {
|
7986
6924
|
id
|
@@ -7991,9 +6929,6 @@ export const Authenticator = {
|
|
7991
6929
|
marketOpen
|
7992
6930
|
minOrderSize
|
7993
6931
|
maxOrderSize
|
7994
|
-
user {
|
7995
|
-
id
|
7996
|
-
}
|
7997
6932
|
userId
|
7998
6933
|
createdAt
|
7999
6934
|
updatedAt
|
@@ -8012,9 +6947,6 @@ export const Authenticator = {
|
|
8012
6947
|
createdAt
|
8013
6948
|
updatedAt
|
8014
6949
|
status
|
8015
|
-
alpacaAccount {
|
8016
|
-
id
|
8017
|
-
}
|
8018
6950
|
asset {
|
8019
6951
|
id
|
8020
6952
|
symbol
|
@@ -8074,9 +7006,6 @@ export const Authenticator = {
|
|
8074
7006
|
buyPrice
|
8075
7007
|
createdAt
|
8076
7008
|
updatedAt
|
8077
|
-
trades {
|
8078
|
-
id
|
8079
|
-
}
|
8080
7009
|
orders {
|
8081
7010
|
id
|
8082
7011
|
clientOrderId
|
@@ -8097,9 +7026,6 @@ export const Authenticator = {
|
|
8097
7026
|
createdAt
|
8098
7027
|
updatedAt
|
8099
7028
|
orderId
|
8100
|
-
Order {
|
8101
|
-
id
|
8102
|
-
}
|
8103
7029
|
}
|
8104
7030
|
takeProfit {
|
8105
7031
|
id
|
@@ -8108,9 +7034,6 @@ export const Authenticator = {
|
|
8108
7034
|
createdAt
|
8109
7035
|
updatedAt
|
8110
7036
|
orderId
|
8111
|
-
Order {
|
8112
|
-
id
|
8113
|
-
}
|
8114
7037
|
}
|
8115
7038
|
trailPrice
|
8116
7039
|
trailPercent
|
@@ -8122,9 +7045,6 @@ export const Authenticator = {
|
|
8122
7045
|
filledAt
|
8123
7046
|
filledAvgPrice
|
8124
7047
|
actionId
|
8125
|
-
alpacaAccount {
|
8126
|
-
id
|
8127
|
-
}
|
8128
7048
|
action {
|
8129
7049
|
id
|
8130
7050
|
sequence
|
@@ -8133,15 +7053,6 @@ export const Authenticator = {
|
|
8133
7053
|
note
|
8134
7054
|
status
|
8135
7055
|
fee
|
8136
|
-
trade {
|
8137
|
-
id
|
8138
|
-
}
|
8139
|
-
order {
|
8140
|
-
id
|
8141
|
-
}
|
8142
|
-
}
|
8143
|
-
asset {
|
8144
|
-
id
|
8145
7056
|
}
|
8146
7057
|
fee
|
8147
7058
|
strikePrice
|
@@ -8153,9 +7064,6 @@ export const Authenticator = {
|
|
8153
7064
|
positions {
|
8154
7065
|
id
|
8155
7066
|
assetId
|
8156
|
-
asset {
|
8157
|
-
id
|
8158
|
-
}
|
8159
7067
|
averageEntryPrice
|
8160
7068
|
qty
|
8161
7069
|
qtyAvailable
|
@@ -8169,9 +7077,6 @@ export const Authenticator = {
|
|
8169
7077
|
lastTradePrice
|
8170
7078
|
changeToday
|
8171
7079
|
assetMarginable
|
8172
|
-
alpacaAccount {
|
8173
|
-
id
|
8174
|
-
}
|
8175
7080
|
alpacaAccountId
|
8176
7081
|
}
|
8177
7082
|
newsMentions {
|
@@ -8196,12 +7101,6 @@ export const Authenticator = {
|
|
8196
7101
|
logo
|
8197
7102
|
createdAt
|
8198
7103
|
updatedAt
|
8199
|
-
assets {
|
8200
|
-
id
|
8201
|
-
}
|
8202
|
-
}
|
8203
|
-
asset {
|
8204
|
-
id
|
8205
7104
|
}
|
8206
7105
|
relevancyScore
|
8207
7106
|
sentimentScore
|
@@ -8216,9 +7115,6 @@ export const Authenticator = {
|
|
8216
7115
|
note
|
8217
7116
|
status
|
8218
7117
|
fee
|
8219
|
-
trade {
|
8220
|
-
id
|
8221
|
-
}
|
8222
7118
|
order {
|
8223
7119
|
id
|
8224
7120
|
clientOrderId
|
@@ -8239,9 +7135,6 @@ export const Authenticator = {
|
|
8239
7135
|
createdAt
|
8240
7136
|
updatedAt
|
8241
7137
|
orderId
|
8242
|
-
Order {
|
8243
|
-
id
|
8244
|
-
}
|
8245
7138
|
}
|
8246
7139
|
takeProfit {
|
8247
7140
|
id
|
@@ -8250,9 +7143,6 @@ export const Authenticator = {
|
|
8250
7143
|
createdAt
|
8251
7144
|
updatedAt
|
8252
7145
|
orderId
|
8253
|
-
Order {
|
8254
|
-
id
|
8255
|
-
}
|
8256
7146
|
}
|
8257
7147
|
trailPrice
|
8258
7148
|
trailPercent
|
@@ -8264,12 +7154,6 @@ export const Authenticator = {
|
|
8264
7154
|
filledAt
|
8265
7155
|
filledAvgPrice
|
8266
7156
|
actionId
|
8267
|
-
alpacaAccount {
|
8268
|
-
id
|
8269
|
-
}
|
8270
|
-
action {
|
8271
|
-
id
|
8272
|
-
}
|
8273
7157
|
asset {
|
8274
7158
|
id
|
8275
7159
|
symbol
|
@@ -8329,18 +7213,9 @@ export const Authenticator = {
|
|
8329
7213
|
buyPrice
|
8330
7214
|
createdAt
|
8331
7215
|
updatedAt
|
8332
|
-
trades {
|
8333
|
-
id
|
8334
|
-
}
|
8335
|
-
orders {
|
8336
|
-
id
|
8337
|
-
}
|
8338
7216
|
positions {
|
8339
7217
|
id
|
8340
7218
|
assetId
|
8341
|
-
asset {
|
8342
|
-
id
|
8343
|
-
}
|
8344
7219
|
averageEntryPrice
|
8345
7220
|
qty
|
8346
7221
|
qtyAvailable
|
@@ -8354,9 +7229,6 @@ export const Authenticator = {
|
|
8354
7229
|
lastTradePrice
|
8355
7230
|
changeToday
|
8356
7231
|
assetMarginable
|
8357
|
-
alpacaAccount {
|
8358
|
-
id
|
8359
|
-
}
|
8360
7232
|
alpacaAccountId
|
8361
7233
|
}
|
8362
7234
|
newsMentions {
|
@@ -8381,12 +7253,6 @@ export const Authenticator = {
|
|
8381
7253
|
logo
|
8382
7254
|
createdAt
|
8383
7255
|
updatedAt
|
8384
|
-
assets {
|
8385
|
-
id
|
8386
|
-
}
|
8387
|
-
}
|
8388
|
-
asset {
|
8389
|
-
id
|
8390
7256
|
}
|
8391
7257
|
relevancyScore
|
8392
7258
|
sentimentScore
|
@@ -8422,9 +7288,6 @@ export const Authenticator = {
|
|
8422
7288
|
createdAt
|
8423
7289
|
updatedAt
|
8424
7290
|
orderId
|
8425
|
-
Order {
|
8426
|
-
id
|
8427
|
-
}
|
8428
7291
|
}
|
8429
7292
|
takeProfit {
|
8430
7293
|
id
|
@@ -8433,9 +7296,6 @@ export const Authenticator = {
|
|
8433
7296
|
createdAt
|
8434
7297
|
updatedAt
|
8435
7298
|
orderId
|
8436
|
-
Order {
|
8437
|
-
id
|
8438
|
-
}
|
8439
7299
|
}
|
8440
7300
|
trailPrice
|
8441
7301
|
trailPercent
|
@@ -8447,9 +7307,6 @@ export const Authenticator = {
|
|
8447
7307
|
filledAt
|
8448
7308
|
filledAvgPrice
|
8449
7309
|
actionId
|
8450
|
-
alpacaAccount {
|
8451
|
-
id
|
8452
|
-
}
|
8453
7310
|
action {
|
8454
7311
|
id
|
8455
7312
|
sequence
|
@@ -8473,9 +7330,6 @@ export const Authenticator = {
|
|
8473
7330
|
createdAt
|
8474
7331
|
updatedAt
|
8475
7332
|
status
|
8476
|
-
alpacaAccount {
|
8477
|
-
id
|
8478
|
-
}
|
8479
7333
|
asset {
|
8480
7334
|
id
|
8481
7335
|
symbol
|
@@ -8535,18 +7389,9 @@ export const Authenticator = {
|
|
8535
7389
|
buyPrice
|
8536
7390
|
createdAt
|
8537
7391
|
updatedAt
|
8538
|
-
trades {
|
8539
|
-
id
|
8540
|
-
}
|
8541
|
-
orders {
|
8542
|
-
id
|
8543
|
-
}
|
8544
7392
|
positions {
|
8545
7393
|
id
|
8546
7394
|
assetId
|
8547
|
-
asset {
|
8548
|
-
id
|
8549
|
-
}
|
8550
7395
|
averageEntryPrice
|
8551
7396
|
qty
|
8552
7397
|
qtyAvailable
|
@@ -8560,9 +7405,6 @@ export const Authenticator = {
|
|
8560
7405
|
lastTradePrice
|
8561
7406
|
changeToday
|
8562
7407
|
assetMarginable
|
8563
|
-
alpacaAccount {
|
8564
|
-
id
|
8565
|
-
}
|
8566
7408
|
alpacaAccountId
|
8567
7409
|
}
|
8568
7410
|
newsMentions {
|
@@ -8587,24 +7429,12 @@ export const Authenticator = {
|
|
8587
7429
|
logo
|
8588
7430
|
createdAt
|
8589
7431
|
updatedAt
|
8590
|
-
assets {
|
8591
|
-
id
|
8592
|
-
}
|
8593
|
-
}
|
8594
|
-
asset {
|
8595
|
-
id
|
8596
7432
|
}
|
8597
7433
|
relevancyScore
|
8598
7434
|
sentimentScore
|
8599
7435
|
sentimentLabel
|
8600
7436
|
}
|
8601
7437
|
}
|
8602
|
-
actions {
|
8603
|
-
id
|
8604
|
-
}
|
8605
|
-
}
|
8606
|
-
order {
|
8607
|
-
id
|
8608
7438
|
}
|
8609
7439
|
}
|
8610
7440
|
asset {
|
@@ -8681,12 +7511,6 @@ export const Authenticator = {
|
|
8681
7511
|
createdAt
|
8682
7512
|
updatedAt
|
8683
7513
|
status
|
8684
|
-
alpacaAccount {
|
8685
|
-
id
|
8686
|
-
}
|
8687
|
-
asset {
|
8688
|
-
id
|
8689
|
-
}
|
8690
7514
|
actions {
|
8691
7515
|
id
|
8692
7516
|
sequence
|
@@ -8695,23 +7519,11 @@ export const Authenticator = {
|
|
8695
7519
|
note
|
8696
7520
|
status
|
8697
7521
|
fee
|
8698
|
-
trade {
|
8699
|
-
id
|
8700
|
-
}
|
8701
|
-
order {
|
8702
|
-
id
|
8703
|
-
}
|
8704
7522
|
}
|
8705
7523
|
}
|
8706
|
-
orders {
|
8707
|
-
id
|
8708
|
-
}
|
8709
7524
|
positions {
|
8710
7525
|
id
|
8711
7526
|
assetId
|
8712
|
-
asset {
|
8713
|
-
id
|
8714
|
-
}
|
8715
7527
|
averageEntryPrice
|
8716
7528
|
qty
|
8717
7529
|
qtyAvailable
|
@@ -8725,9 +7537,6 @@ export const Authenticator = {
|
|
8725
7537
|
lastTradePrice
|
8726
7538
|
changeToday
|
8727
7539
|
assetMarginable
|
8728
|
-
alpacaAccount {
|
8729
|
-
id
|
8730
|
-
}
|
8731
7540
|
alpacaAccountId
|
8732
7541
|
}
|
8733
7542
|
newsMentions {
|
@@ -8752,12 +7561,6 @@ export const Authenticator = {
|
|
8752
7561
|
logo
|
8753
7562
|
createdAt
|
8754
7563
|
updatedAt
|
8755
|
-
assets {
|
8756
|
-
id
|
8757
|
-
}
|
8758
|
-
}
|
8759
|
-
asset {
|
8760
|
-
id
|
8761
7564
|
}
|
8762
7565
|
relevancyScore
|
8763
7566
|
sentimentScore
|
@@ -8848,12 +7651,6 @@ export const Authenticator = {
|
|
8848
7651
|
createdAt
|
8849
7652
|
updatedAt
|
8850
7653
|
status
|
8851
|
-
alpacaAccount {
|
8852
|
-
id
|
8853
|
-
}
|
8854
|
-
asset {
|
8855
|
-
id
|
8856
|
-
}
|
8857
7654
|
actions {
|
8858
7655
|
id
|
8859
7656
|
sequence
|
@@ -8862,9 +7659,6 @@ export const Authenticator = {
|
|
8862
7659
|
note
|
8863
7660
|
status
|
8864
7661
|
fee
|
8865
|
-
trade {
|
8866
|
-
id
|
8867
|
-
}
|
8868
7662
|
order {
|
8869
7663
|
id
|
8870
7664
|
clientOrderId
|
@@ -8885,9 +7679,6 @@ export const Authenticator = {
|
|
8885
7679
|
createdAt
|
8886
7680
|
updatedAt
|
8887
7681
|
orderId
|
8888
|
-
Order {
|
8889
|
-
id
|
8890
|
-
}
|
8891
7682
|
}
|
8892
7683
|
takeProfit {
|
8893
7684
|
id
|
@@ -8896,9 +7687,6 @@ export const Authenticator = {
|
|
8896
7687
|
createdAt
|
8897
7688
|
updatedAt
|
8898
7689
|
orderId
|
8899
|
-
Order {
|
8900
|
-
id
|
8901
|
-
}
|
8902
7690
|
}
|
8903
7691
|
trailPrice
|
8904
7692
|
trailPercent
|
@@ -8910,15 +7698,6 @@ export const Authenticator = {
|
|
8910
7698
|
filledAt
|
8911
7699
|
filledAvgPrice
|
8912
7700
|
actionId
|
8913
|
-
alpacaAccount {
|
8914
|
-
id
|
8915
|
-
}
|
8916
|
-
action {
|
8917
|
-
id
|
8918
|
-
}
|
8919
|
-
asset {
|
8920
|
-
id
|
8921
|
-
}
|
8922
7701
|
fee
|
8923
7702
|
strikePrice
|
8924
7703
|
expirationDate
|
@@ -8948,9 +7727,6 @@ export const Authenticator = {
|
|
8948
7727
|
createdAt
|
8949
7728
|
updatedAt
|
8950
7729
|
orderId
|
8951
|
-
Order {
|
8952
|
-
id
|
8953
|
-
}
|
8954
7730
|
}
|
8955
7731
|
takeProfit {
|
8956
7732
|
id
|
@@ -8959,9 +7735,6 @@ export const Authenticator = {
|
|
8959
7735
|
createdAt
|
8960
7736
|
updatedAt
|
8961
7737
|
orderId
|
8962
|
-
Order {
|
8963
|
-
id
|
8964
|
-
}
|
8965
7738
|
}
|
8966
7739
|
trailPrice
|
8967
7740
|
trailPercent
|
@@ -8973,9 +7746,6 @@ export const Authenticator = {
|
|
8973
7746
|
filledAt
|
8974
7747
|
filledAvgPrice
|
8975
7748
|
actionId
|
8976
|
-
alpacaAccount {
|
8977
|
-
id
|
8978
|
-
}
|
8979
7749
|
action {
|
8980
7750
|
id
|
8981
7751
|
sequence
|
@@ -8999,22 +7769,7 @@ export const Authenticator = {
|
|
8999
7769
|
createdAt
|
9000
7770
|
updatedAt
|
9001
7771
|
status
|
9002
|
-
alpacaAccount {
|
9003
|
-
id
|
9004
|
-
}
|
9005
|
-
asset {
|
9006
|
-
id
|
9007
|
-
}
|
9008
|
-
actions {
|
9009
|
-
id
|
9010
|
-
}
|
9011
7772
|
}
|
9012
|
-
order {
|
9013
|
-
id
|
9014
|
-
}
|
9015
|
-
}
|
9016
|
-
asset {
|
9017
|
-
id
|
9018
7773
|
}
|
9019
7774
|
fee
|
9020
7775
|
strikePrice
|
@@ -9023,9 +7778,6 @@ export const Authenticator = {
|
|
9023
7778
|
stopLossId
|
9024
7779
|
takeProfitId
|
9025
7780
|
}
|
9026
|
-
positions {
|
9027
|
-
id
|
9028
|
-
}
|
9029
7781
|
newsMentions {
|
9030
7782
|
id
|
9031
7783
|
assetId
|
@@ -9048,12 +7800,6 @@ export const Authenticator = {
|
|
9048
7800
|
logo
|
9049
7801
|
createdAt
|
9050
7802
|
updatedAt
|
9051
|
-
assets {
|
9052
|
-
id
|
9053
|
-
}
|
9054
|
-
}
|
9055
|
-
asset {
|
9056
|
-
id
|
9057
7803
|
}
|
9058
7804
|
relevancyScore
|
9059
7805
|
sentimentScore
|
@@ -9073,9 +7819,6 @@ export const Authenticator = {
|
|
9073
7819
|
lastTradePrice
|
9074
7820
|
changeToday
|
9075
7821
|
assetMarginable
|
9076
|
-
alpacaAccount {
|
9077
|
-
id
|
9078
|
-
}
|
9079
7822
|
alpacaAccountId
|
9080
7823
|
}
|
9081
7824
|
alerts {
|
@@ -9086,9 +7829,6 @@ export const Authenticator = {
|
|
9086
7829
|
isRead
|
9087
7830
|
createdAt
|
9088
7831
|
updatedAt
|
9089
|
-
alpacaAccount {
|
9090
|
-
id
|
9091
|
-
}
|
9092
7832
|
}
|
9093
7833
|
}
|
9094
7834
|
}
|