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/Authenticator.cjs
CHANGED
@@ -46,9 +46,6 @@ exports.Authenticator = {
|
|
46
46
|
stripeCurrentPeriodEnd
|
47
47
|
createdAt
|
48
48
|
updatedAt
|
49
|
-
users {
|
50
|
-
id
|
51
|
-
}
|
52
49
|
}
|
53
50
|
customerId
|
54
51
|
accounts {
|
@@ -66,24 +63,15 @@ exports.Authenticator = {
|
|
66
63
|
session_state
|
67
64
|
createdAt
|
68
65
|
updatedAt
|
69
|
-
user {
|
70
|
-
id
|
71
|
-
}
|
72
66
|
}
|
73
67
|
sessions {
|
74
68
|
id
|
75
69
|
sessionToken
|
76
70
|
userId
|
77
71
|
expires
|
78
|
-
user {
|
79
|
-
id
|
80
|
-
}
|
81
72
|
createdAt
|
82
73
|
updatedAt
|
83
74
|
}
|
84
|
-
authenticators {
|
85
|
-
id
|
86
|
-
}
|
87
75
|
plan
|
88
76
|
alpacaAccounts {
|
89
77
|
id
|
@@ -94,9 +82,6 @@ exports.Authenticator = {
|
|
94
82
|
marketOpen
|
95
83
|
minOrderSize
|
96
84
|
maxOrderSize
|
97
|
-
user {
|
98
|
-
id
|
99
|
-
}
|
100
85
|
userId
|
101
86
|
createdAt
|
102
87
|
updatedAt
|
@@ -115,9 +100,6 @@ exports.Authenticator = {
|
|
115
100
|
createdAt
|
116
101
|
updatedAt
|
117
102
|
status
|
118
|
-
alpacaAccount {
|
119
|
-
id
|
120
|
-
}
|
121
103
|
asset {
|
122
104
|
id
|
123
105
|
symbol
|
@@ -177,9 +159,6 @@ exports.Authenticator = {
|
|
177
159
|
buyPrice
|
178
160
|
createdAt
|
179
161
|
updatedAt
|
180
|
-
trades {
|
181
|
-
id
|
182
|
-
}
|
183
162
|
orders {
|
184
163
|
id
|
185
164
|
clientOrderId
|
@@ -200,9 +179,6 @@ exports.Authenticator = {
|
|
200
179
|
createdAt
|
201
180
|
updatedAt
|
202
181
|
orderId
|
203
|
-
Order {
|
204
|
-
id
|
205
|
-
}
|
206
182
|
}
|
207
183
|
takeProfit {
|
208
184
|
id
|
@@ -211,9 +187,6 @@ exports.Authenticator = {
|
|
211
187
|
createdAt
|
212
188
|
updatedAt
|
213
189
|
orderId
|
214
|
-
Order {
|
215
|
-
id
|
216
|
-
}
|
217
190
|
}
|
218
191
|
trailPrice
|
219
192
|
trailPercent
|
@@ -225,9 +198,6 @@ exports.Authenticator = {
|
|
225
198
|
filledAt
|
226
199
|
filledAvgPrice
|
227
200
|
actionId
|
228
|
-
alpacaAccount {
|
229
|
-
id
|
230
|
-
}
|
231
201
|
action {
|
232
202
|
id
|
233
203
|
sequence
|
@@ -236,15 +206,6 @@ exports.Authenticator = {
|
|
236
206
|
note
|
237
207
|
status
|
238
208
|
fee
|
239
|
-
trade {
|
240
|
-
id
|
241
|
-
}
|
242
|
-
order {
|
243
|
-
id
|
244
|
-
}
|
245
|
-
}
|
246
|
-
asset {
|
247
|
-
id
|
248
209
|
}
|
249
210
|
fee
|
250
211
|
strikePrice
|
@@ -256,9 +217,6 @@ exports.Authenticator = {
|
|
256
217
|
positions {
|
257
218
|
id
|
258
219
|
assetId
|
259
|
-
asset {
|
260
|
-
id
|
261
|
-
}
|
262
220
|
averageEntryPrice
|
263
221
|
qty
|
264
222
|
qtyAvailable
|
@@ -272,9 +230,6 @@ exports.Authenticator = {
|
|
272
230
|
lastTradePrice
|
273
231
|
changeToday
|
274
232
|
assetMarginable
|
275
|
-
alpacaAccount {
|
276
|
-
id
|
277
|
-
}
|
278
233
|
alpacaAccountId
|
279
234
|
}
|
280
235
|
newsMentions {
|
@@ -299,12 +254,6 @@ exports.Authenticator = {
|
|
299
254
|
logo
|
300
255
|
createdAt
|
301
256
|
updatedAt
|
302
|
-
assets {
|
303
|
-
id
|
304
|
-
}
|
305
|
-
}
|
306
|
-
asset {
|
307
|
-
id
|
308
257
|
}
|
309
258
|
relevancyScore
|
310
259
|
sentimentScore
|
@@ -319,9 +268,6 @@ exports.Authenticator = {
|
|
319
268
|
note
|
320
269
|
status
|
321
270
|
fee
|
322
|
-
trade {
|
323
|
-
id
|
324
|
-
}
|
325
271
|
order {
|
326
272
|
id
|
327
273
|
clientOrderId
|
@@ -342,9 +288,6 @@ exports.Authenticator = {
|
|
342
288
|
createdAt
|
343
289
|
updatedAt
|
344
290
|
orderId
|
345
|
-
Order {
|
346
|
-
id
|
347
|
-
}
|
348
291
|
}
|
349
292
|
takeProfit {
|
350
293
|
id
|
@@ -353,9 +296,6 @@ exports.Authenticator = {
|
|
353
296
|
createdAt
|
354
297
|
updatedAt
|
355
298
|
orderId
|
356
|
-
Order {
|
357
|
-
id
|
358
|
-
}
|
359
299
|
}
|
360
300
|
trailPrice
|
361
301
|
trailPercent
|
@@ -367,12 +307,6 @@ exports.Authenticator = {
|
|
367
307
|
filledAt
|
368
308
|
filledAvgPrice
|
369
309
|
actionId
|
370
|
-
alpacaAccount {
|
371
|
-
id
|
372
|
-
}
|
373
|
-
action {
|
374
|
-
id
|
375
|
-
}
|
376
310
|
asset {
|
377
311
|
id
|
378
312
|
symbol
|
@@ -432,18 +366,9 @@ exports.Authenticator = {
|
|
432
366
|
buyPrice
|
433
367
|
createdAt
|
434
368
|
updatedAt
|
435
|
-
trades {
|
436
|
-
id
|
437
|
-
}
|
438
|
-
orders {
|
439
|
-
id
|
440
|
-
}
|
441
369
|
positions {
|
442
370
|
id
|
443
371
|
assetId
|
444
|
-
asset {
|
445
|
-
id
|
446
|
-
}
|
447
372
|
averageEntryPrice
|
448
373
|
qty
|
449
374
|
qtyAvailable
|
@@ -457,9 +382,6 @@ exports.Authenticator = {
|
|
457
382
|
lastTradePrice
|
458
383
|
changeToday
|
459
384
|
assetMarginable
|
460
|
-
alpacaAccount {
|
461
|
-
id
|
462
|
-
}
|
463
385
|
alpacaAccountId
|
464
386
|
}
|
465
387
|
newsMentions {
|
@@ -484,12 +406,6 @@ exports.Authenticator = {
|
|
484
406
|
logo
|
485
407
|
createdAt
|
486
408
|
updatedAt
|
487
|
-
assets {
|
488
|
-
id
|
489
|
-
}
|
490
|
-
}
|
491
|
-
asset {
|
492
|
-
id
|
493
409
|
}
|
494
410
|
relevancyScore
|
495
411
|
sentimentScore
|
@@ -525,9 +441,6 @@ exports.Authenticator = {
|
|
525
441
|
createdAt
|
526
442
|
updatedAt
|
527
443
|
orderId
|
528
|
-
Order {
|
529
|
-
id
|
530
|
-
}
|
531
444
|
}
|
532
445
|
takeProfit {
|
533
446
|
id
|
@@ -536,9 +449,6 @@ exports.Authenticator = {
|
|
536
449
|
createdAt
|
537
450
|
updatedAt
|
538
451
|
orderId
|
539
|
-
Order {
|
540
|
-
id
|
541
|
-
}
|
542
452
|
}
|
543
453
|
trailPrice
|
544
454
|
trailPercent
|
@@ -550,9 +460,6 @@ exports.Authenticator = {
|
|
550
460
|
filledAt
|
551
461
|
filledAvgPrice
|
552
462
|
actionId
|
553
|
-
alpacaAccount {
|
554
|
-
id
|
555
|
-
}
|
556
463
|
action {
|
557
464
|
id
|
558
465
|
sequence
|
@@ -576,9 +483,6 @@ exports.Authenticator = {
|
|
576
483
|
createdAt
|
577
484
|
updatedAt
|
578
485
|
status
|
579
|
-
alpacaAccount {
|
580
|
-
id
|
581
|
-
}
|
582
486
|
asset {
|
583
487
|
id
|
584
488
|
symbol
|
@@ -638,18 +542,9 @@ exports.Authenticator = {
|
|
638
542
|
buyPrice
|
639
543
|
createdAt
|
640
544
|
updatedAt
|
641
|
-
trades {
|
642
|
-
id
|
643
|
-
}
|
644
|
-
orders {
|
645
|
-
id
|
646
|
-
}
|
647
545
|
positions {
|
648
546
|
id
|
649
547
|
assetId
|
650
|
-
asset {
|
651
|
-
id
|
652
|
-
}
|
653
548
|
averageEntryPrice
|
654
549
|
qty
|
655
550
|
qtyAvailable
|
@@ -663,9 +558,6 @@ exports.Authenticator = {
|
|
663
558
|
lastTradePrice
|
664
559
|
changeToday
|
665
560
|
assetMarginable
|
666
|
-
alpacaAccount {
|
667
|
-
id
|
668
|
-
}
|
669
561
|
alpacaAccountId
|
670
562
|
}
|
671
563
|
newsMentions {
|
@@ -690,24 +582,12 @@ exports.Authenticator = {
|
|
690
582
|
logo
|
691
583
|
createdAt
|
692
584
|
updatedAt
|
693
|
-
assets {
|
694
|
-
id
|
695
|
-
}
|
696
|
-
}
|
697
|
-
asset {
|
698
|
-
id
|
699
585
|
}
|
700
586
|
relevancyScore
|
701
587
|
sentimentScore
|
702
588
|
sentimentLabel
|
703
589
|
}
|
704
590
|
}
|
705
|
-
actions {
|
706
|
-
id
|
707
|
-
}
|
708
|
-
}
|
709
|
-
order {
|
710
|
-
id
|
711
591
|
}
|
712
592
|
}
|
713
593
|
asset {
|
@@ -784,12 +664,6 @@ exports.Authenticator = {
|
|
784
664
|
createdAt
|
785
665
|
updatedAt
|
786
666
|
status
|
787
|
-
alpacaAccount {
|
788
|
-
id
|
789
|
-
}
|
790
|
-
asset {
|
791
|
-
id
|
792
|
-
}
|
793
667
|
actions {
|
794
668
|
id
|
795
669
|
sequence
|
@@ -798,23 +672,11 @@ exports.Authenticator = {
|
|
798
672
|
note
|
799
673
|
status
|
800
674
|
fee
|
801
|
-
trade {
|
802
|
-
id
|
803
|
-
}
|
804
|
-
order {
|
805
|
-
id
|
806
|
-
}
|
807
675
|
}
|
808
676
|
}
|
809
|
-
orders {
|
810
|
-
id
|
811
|
-
}
|
812
677
|
positions {
|
813
678
|
id
|
814
679
|
assetId
|
815
|
-
asset {
|
816
|
-
id
|
817
|
-
}
|
818
680
|
averageEntryPrice
|
819
681
|
qty
|
820
682
|
qtyAvailable
|
@@ -828,9 +690,6 @@ exports.Authenticator = {
|
|
828
690
|
lastTradePrice
|
829
691
|
changeToday
|
830
692
|
assetMarginable
|
831
|
-
alpacaAccount {
|
832
|
-
id
|
833
|
-
}
|
834
693
|
alpacaAccountId
|
835
694
|
}
|
836
695
|
newsMentions {
|
@@ -855,12 +714,6 @@ exports.Authenticator = {
|
|
855
714
|
logo
|
856
715
|
createdAt
|
857
716
|
updatedAt
|
858
|
-
assets {
|
859
|
-
id
|
860
|
-
}
|
861
|
-
}
|
862
|
-
asset {
|
863
|
-
id
|
864
717
|
}
|
865
718
|
relevancyScore
|
866
719
|
sentimentScore
|
@@ -951,12 +804,6 @@ exports.Authenticator = {
|
|
951
804
|
createdAt
|
952
805
|
updatedAt
|
953
806
|
status
|
954
|
-
alpacaAccount {
|
955
|
-
id
|
956
|
-
}
|
957
|
-
asset {
|
958
|
-
id
|
959
|
-
}
|
960
807
|
actions {
|
961
808
|
id
|
962
809
|
sequence
|
@@ -965,9 +812,6 @@ exports.Authenticator = {
|
|
965
812
|
note
|
966
813
|
status
|
967
814
|
fee
|
968
|
-
trade {
|
969
|
-
id
|
970
|
-
}
|
971
815
|
order {
|
972
816
|
id
|
973
817
|
clientOrderId
|
@@ -988,9 +832,6 @@ exports.Authenticator = {
|
|
988
832
|
createdAt
|
989
833
|
updatedAt
|
990
834
|
orderId
|
991
|
-
Order {
|
992
|
-
id
|
993
|
-
}
|
994
835
|
}
|
995
836
|
takeProfit {
|
996
837
|
id
|
@@ -999,9 +840,6 @@ exports.Authenticator = {
|
|
999
840
|
createdAt
|
1000
841
|
updatedAt
|
1001
842
|
orderId
|
1002
|
-
Order {
|
1003
|
-
id
|
1004
|
-
}
|
1005
843
|
}
|
1006
844
|
trailPrice
|
1007
845
|
trailPercent
|
@@ -1013,15 +851,6 @@ exports.Authenticator = {
|
|
1013
851
|
filledAt
|
1014
852
|
filledAvgPrice
|
1015
853
|
actionId
|
1016
|
-
alpacaAccount {
|
1017
|
-
id
|
1018
|
-
}
|
1019
|
-
action {
|
1020
|
-
id
|
1021
|
-
}
|
1022
|
-
asset {
|
1023
|
-
id
|
1024
|
-
}
|
1025
854
|
fee
|
1026
855
|
strikePrice
|
1027
856
|
expirationDate
|
@@ -1051,9 +880,6 @@ exports.Authenticator = {
|
|
1051
880
|
createdAt
|
1052
881
|
updatedAt
|
1053
882
|
orderId
|
1054
|
-
Order {
|
1055
|
-
id
|
1056
|
-
}
|
1057
883
|
}
|
1058
884
|
takeProfit {
|
1059
885
|
id
|
@@ -1062,9 +888,6 @@ exports.Authenticator = {
|
|
1062
888
|
createdAt
|
1063
889
|
updatedAt
|
1064
890
|
orderId
|
1065
|
-
Order {
|
1066
|
-
id
|
1067
|
-
}
|
1068
891
|
}
|
1069
892
|
trailPrice
|
1070
893
|
trailPercent
|
@@ -1076,9 +899,6 @@ exports.Authenticator = {
|
|
1076
899
|
filledAt
|
1077
900
|
filledAvgPrice
|
1078
901
|
actionId
|
1079
|
-
alpacaAccount {
|
1080
|
-
id
|
1081
|
-
}
|
1082
902
|
action {
|
1083
903
|
id
|
1084
904
|
sequence
|
@@ -1102,22 +922,7 @@ exports.Authenticator = {
|
|
1102
922
|
createdAt
|
1103
923
|
updatedAt
|
1104
924
|
status
|
1105
|
-
alpacaAccount {
|
1106
|
-
id
|
1107
|
-
}
|
1108
|
-
asset {
|
1109
|
-
id
|
1110
|
-
}
|
1111
|
-
actions {
|
1112
|
-
id
|
1113
|
-
}
|
1114
925
|
}
|
1115
|
-
order {
|
1116
|
-
id
|
1117
|
-
}
|
1118
|
-
}
|
1119
|
-
asset {
|
1120
|
-
id
|
1121
926
|
}
|
1122
927
|
fee
|
1123
928
|
strikePrice
|
@@ -1126,9 +931,6 @@ exports.Authenticator = {
|
|
1126
931
|
stopLossId
|
1127
932
|
takeProfitId
|
1128
933
|
}
|
1129
|
-
positions {
|
1130
|
-
id
|
1131
|
-
}
|
1132
934
|
newsMentions {
|
1133
935
|
id
|
1134
936
|
assetId
|
@@ -1151,12 +953,6 @@ exports.Authenticator = {
|
|
1151
953
|
logo
|
1152
954
|
createdAt
|
1153
955
|
updatedAt
|
1154
|
-
assets {
|
1155
|
-
id
|
1156
|
-
}
|
1157
|
-
}
|
1158
|
-
asset {
|
1159
|
-
id
|
1160
956
|
}
|
1161
957
|
relevancyScore
|
1162
958
|
sentimentScore
|
@@ -1176,9 +972,6 @@ exports.Authenticator = {
|
|
1176
972
|
lastTradePrice
|
1177
973
|
changeToday
|
1178
974
|
assetMarginable
|
1179
|
-
alpacaAccount {
|
1180
|
-
id
|
1181
|
-
}
|
1182
975
|
alpacaAccountId
|
1183
976
|
}
|
1184
977
|
alerts {
|
@@ -1189,9 +982,6 @@ exports.Authenticator = {
|
|
1189
982
|
isRead
|
1190
983
|
createdAt
|
1191
984
|
updatedAt
|
1192
|
-
alpacaAccount {
|
1193
|
-
id
|
1194
|
-
}
|
1195
985
|
}
|
1196
986
|
}
|
1197
987
|
}
|
@@ -1515,9 +1305,6 @@ exports.Authenticator = {
|
|
1515
1305
|
stripeCurrentPeriodEnd
|
1516
1306
|
createdAt
|
1517
1307
|
updatedAt
|
1518
|
-
users {
|
1519
|
-
id
|
1520
|
-
}
|
1521
1308
|
}
|
1522
1309
|
customerId
|
1523
1310
|
accounts {
|
@@ -1535,24 +1322,15 @@ exports.Authenticator = {
|
|
1535
1322
|
session_state
|
1536
1323
|
createdAt
|
1537
1324
|
updatedAt
|
1538
|
-
user {
|
1539
|
-
id
|
1540
|
-
}
|
1541
1325
|
}
|
1542
1326
|
sessions {
|
1543
1327
|
id
|
1544
1328
|
sessionToken
|
1545
1329
|
userId
|
1546
1330
|
expires
|
1547
|
-
user {
|
1548
|
-
id
|
1549
|
-
}
|
1550
1331
|
createdAt
|
1551
1332
|
updatedAt
|
1552
1333
|
}
|
1553
|
-
authenticators {
|
1554
|
-
id
|
1555
|
-
}
|
1556
1334
|
plan
|
1557
1335
|
alpacaAccounts {
|
1558
1336
|
id
|
@@ -1563,9 +1341,6 @@ exports.Authenticator = {
|
|
1563
1341
|
marketOpen
|
1564
1342
|
minOrderSize
|
1565
1343
|
maxOrderSize
|
1566
|
-
user {
|
1567
|
-
id
|
1568
|
-
}
|
1569
1344
|
userId
|
1570
1345
|
createdAt
|
1571
1346
|
updatedAt
|
@@ -1584,9 +1359,6 @@ exports.Authenticator = {
|
|
1584
1359
|
createdAt
|
1585
1360
|
updatedAt
|
1586
1361
|
status
|
1587
|
-
alpacaAccount {
|
1588
|
-
id
|
1589
|
-
}
|
1590
1362
|
asset {
|
1591
1363
|
id
|
1592
1364
|
symbol
|
@@ -1646,9 +1418,6 @@ exports.Authenticator = {
|
|
1646
1418
|
buyPrice
|
1647
1419
|
createdAt
|
1648
1420
|
updatedAt
|
1649
|
-
trades {
|
1650
|
-
id
|
1651
|
-
}
|
1652
1421
|
orders {
|
1653
1422
|
id
|
1654
1423
|
clientOrderId
|
@@ -1669,9 +1438,6 @@ exports.Authenticator = {
|
|
1669
1438
|
createdAt
|
1670
1439
|
updatedAt
|
1671
1440
|
orderId
|
1672
|
-
Order {
|
1673
|
-
id
|
1674
|
-
}
|
1675
1441
|
}
|
1676
1442
|
takeProfit {
|
1677
1443
|
id
|
@@ -1680,9 +1446,6 @@ exports.Authenticator = {
|
|
1680
1446
|
createdAt
|
1681
1447
|
updatedAt
|
1682
1448
|
orderId
|
1683
|
-
Order {
|
1684
|
-
id
|
1685
|
-
}
|
1686
1449
|
}
|
1687
1450
|
trailPrice
|
1688
1451
|
trailPercent
|
@@ -1694,9 +1457,6 @@ exports.Authenticator = {
|
|
1694
1457
|
filledAt
|
1695
1458
|
filledAvgPrice
|
1696
1459
|
actionId
|
1697
|
-
alpacaAccount {
|
1698
|
-
id
|
1699
|
-
}
|
1700
1460
|
action {
|
1701
1461
|
id
|
1702
1462
|
sequence
|
@@ -1705,15 +1465,6 @@ exports.Authenticator = {
|
|
1705
1465
|
note
|
1706
1466
|
status
|
1707
1467
|
fee
|
1708
|
-
trade {
|
1709
|
-
id
|
1710
|
-
}
|
1711
|
-
order {
|
1712
|
-
id
|
1713
|
-
}
|
1714
|
-
}
|
1715
|
-
asset {
|
1716
|
-
id
|
1717
1468
|
}
|
1718
1469
|
fee
|
1719
1470
|
strikePrice
|
@@ -1725,9 +1476,6 @@ exports.Authenticator = {
|
|
1725
1476
|
positions {
|
1726
1477
|
id
|
1727
1478
|
assetId
|
1728
|
-
asset {
|
1729
|
-
id
|
1730
|
-
}
|
1731
1479
|
averageEntryPrice
|
1732
1480
|
qty
|
1733
1481
|
qtyAvailable
|
@@ -1741,9 +1489,6 @@ exports.Authenticator = {
|
|
1741
1489
|
lastTradePrice
|
1742
1490
|
changeToday
|
1743
1491
|
assetMarginable
|
1744
|
-
alpacaAccount {
|
1745
|
-
id
|
1746
|
-
}
|
1747
1492
|
alpacaAccountId
|
1748
1493
|
}
|
1749
1494
|
newsMentions {
|
@@ -1768,12 +1513,6 @@ exports.Authenticator = {
|
|
1768
1513
|
logo
|
1769
1514
|
createdAt
|
1770
1515
|
updatedAt
|
1771
|
-
assets {
|
1772
|
-
id
|
1773
|
-
}
|
1774
|
-
}
|
1775
|
-
asset {
|
1776
|
-
id
|
1777
1516
|
}
|
1778
1517
|
relevancyScore
|
1779
1518
|
sentimentScore
|
@@ -1788,9 +1527,6 @@ exports.Authenticator = {
|
|
1788
1527
|
note
|
1789
1528
|
status
|
1790
1529
|
fee
|
1791
|
-
trade {
|
1792
|
-
id
|
1793
|
-
}
|
1794
1530
|
order {
|
1795
1531
|
id
|
1796
1532
|
clientOrderId
|
@@ -1811,9 +1547,6 @@ exports.Authenticator = {
|
|
1811
1547
|
createdAt
|
1812
1548
|
updatedAt
|
1813
1549
|
orderId
|
1814
|
-
Order {
|
1815
|
-
id
|
1816
|
-
}
|
1817
1550
|
}
|
1818
1551
|
takeProfit {
|
1819
1552
|
id
|
@@ -1822,9 +1555,6 @@ exports.Authenticator = {
|
|
1822
1555
|
createdAt
|
1823
1556
|
updatedAt
|
1824
1557
|
orderId
|
1825
|
-
Order {
|
1826
|
-
id
|
1827
|
-
}
|
1828
1558
|
}
|
1829
1559
|
trailPrice
|
1830
1560
|
trailPercent
|
@@ -1836,12 +1566,6 @@ exports.Authenticator = {
|
|
1836
1566
|
filledAt
|
1837
1567
|
filledAvgPrice
|
1838
1568
|
actionId
|
1839
|
-
alpacaAccount {
|
1840
|
-
id
|
1841
|
-
}
|
1842
|
-
action {
|
1843
|
-
id
|
1844
|
-
}
|
1845
1569
|
asset {
|
1846
1570
|
id
|
1847
1571
|
symbol
|
@@ -1901,18 +1625,9 @@ exports.Authenticator = {
|
|
1901
1625
|
buyPrice
|
1902
1626
|
createdAt
|
1903
1627
|
updatedAt
|
1904
|
-
trades {
|
1905
|
-
id
|
1906
|
-
}
|
1907
|
-
orders {
|
1908
|
-
id
|
1909
|
-
}
|
1910
1628
|
positions {
|
1911
1629
|
id
|
1912
1630
|
assetId
|
1913
|
-
asset {
|
1914
|
-
id
|
1915
|
-
}
|
1916
1631
|
averageEntryPrice
|
1917
1632
|
qty
|
1918
1633
|
qtyAvailable
|
@@ -1926,9 +1641,6 @@ exports.Authenticator = {
|
|
1926
1641
|
lastTradePrice
|
1927
1642
|
changeToday
|
1928
1643
|
assetMarginable
|
1929
|
-
alpacaAccount {
|
1930
|
-
id
|
1931
|
-
}
|
1932
1644
|
alpacaAccountId
|
1933
1645
|
}
|
1934
1646
|
newsMentions {
|
@@ -1953,12 +1665,6 @@ exports.Authenticator = {
|
|
1953
1665
|
logo
|
1954
1666
|
createdAt
|
1955
1667
|
updatedAt
|
1956
|
-
assets {
|
1957
|
-
id
|
1958
|
-
}
|
1959
|
-
}
|
1960
|
-
asset {
|
1961
|
-
id
|
1962
1668
|
}
|
1963
1669
|
relevancyScore
|
1964
1670
|
sentimentScore
|
@@ -1994,9 +1700,6 @@ exports.Authenticator = {
|
|
1994
1700
|
createdAt
|
1995
1701
|
updatedAt
|
1996
1702
|
orderId
|
1997
|
-
Order {
|
1998
|
-
id
|
1999
|
-
}
|
2000
1703
|
}
|
2001
1704
|
takeProfit {
|
2002
1705
|
id
|
@@ -2005,9 +1708,6 @@ exports.Authenticator = {
|
|
2005
1708
|
createdAt
|
2006
1709
|
updatedAt
|
2007
1710
|
orderId
|
2008
|
-
Order {
|
2009
|
-
id
|
2010
|
-
}
|
2011
1711
|
}
|
2012
1712
|
trailPrice
|
2013
1713
|
trailPercent
|
@@ -2019,9 +1719,6 @@ exports.Authenticator = {
|
|
2019
1719
|
filledAt
|
2020
1720
|
filledAvgPrice
|
2021
1721
|
actionId
|
2022
|
-
alpacaAccount {
|
2023
|
-
id
|
2024
|
-
}
|
2025
1722
|
action {
|
2026
1723
|
id
|
2027
1724
|
sequence
|
@@ -2045,9 +1742,6 @@ exports.Authenticator = {
|
|
2045
1742
|
createdAt
|
2046
1743
|
updatedAt
|
2047
1744
|
status
|
2048
|
-
alpacaAccount {
|
2049
|
-
id
|
2050
|
-
}
|
2051
1745
|
asset {
|
2052
1746
|
id
|
2053
1747
|
symbol
|
@@ -2107,18 +1801,9 @@ exports.Authenticator = {
|
|
2107
1801
|
buyPrice
|
2108
1802
|
createdAt
|
2109
1803
|
updatedAt
|
2110
|
-
trades {
|
2111
|
-
id
|
2112
|
-
}
|
2113
|
-
orders {
|
2114
|
-
id
|
2115
|
-
}
|
2116
1804
|
positions {
|
2117
1805
|
id
|
2118
1806
|
assetId
|
2119
|
-
asset {
|
2120
|
-
id
|
2121
|
-
}
|
2122
1807
|
averageEntryPrice
|
2123
1808
|
qty
|
2124
1809
|
qtyAvailable
|
@@ -2132,9 +1817,6 @@ exports.Authenticator = {
|
|
2132
1817
|
lastTradePrice
|
2133
1818
|
changeToday
|
2134
1819
|
assetMarginable
|
2135
|
-
alpacaAccount {
|
2136
|
-
id
|
2137
|
-
}
|
2138
1820
|
alpacaAccountId
|
2139
1821
|
}
|
2140
1822
|
newsMentions {
|
@@ -2159,24 +1841,12 @@ exports.Authenticator = {
|
|
2159
1841
|
logo
|
2160
1842
|
createdAt
|
2161
1843
|
updatedAt
|
2162
|
-
assets {
|
2163
|
-
id
|
2164
|
-
}
|
2165
|
-
}
|
2166
|
-
asset {
|
2167
|
-
id
|
2168
1844
|
}
|
2169
1845
|
relevancyScore
|
2170
1846
|
sentimentScore
|
2171
1847
|
sentimentLabel
|
2172
1848
|
}
|
2173
1849
|
}
|
2174
|
-
actions {
|
2175
|
-
id
|
2176
|
-
}
|
2177
|
-
}
|
2178
|
-
order {
|
2179
|
-
id
|
2180
1850
|
}
|
2181
1851
|
}
|
2182
1852
|
asset {
|
@@ -2253,12 +1923,6 @@ exports.Authenticator = {
|
|
2253
1923
|
createdAt
|
2254
1924
|
updatedAt
|
2255
1925
|
status
|
2256
|
-
alpacaAccount {
|
2257
|
-
id
|
2258
|
-
}
|
2259
|
-
asset {
|
2260
|
-
id
|
2261
|
-
}
|
2262
1926
|
actions {
|
2263
1927
|
id
|
2264
1928
|
sequence
|
@@ -2267,23 +1931,11 @@ exports.Authenticator = {
|
|
2267
1931
|
note
|
2268
1932
|
status
|
2269
1933
|
fee
|
2270
|
-
trade {
|
2271
|
-
id
|
2272
|
-
}
|
2273
|
-
order {
|
2274
|
-
id
|
2275
|
-
}
|
2276
1934
|
}
|
2277
1935
|
}
|
2278
|
-
orders {
|
2279
|
-
id
|
2280
|
-
}
|
2281
1936
|
positions {
|
2282
1937
|
id
|
2283
1938
|
assetId
|
2284
|
-
asset {
|
2285
|
-
id
|
2286
|
-
}
|
2287
1939
|
averageEntryPrice
|
2288
1940
|
qty
|
2289
1941
|
qtyAvailable
|
@@ -2297,9 +1949,6 @@ exports.Authenticator = {
|
|
2297
1949
|
lastTradePrice
|
2298
1950
|
changeToday
|
2299
1951
|
assetMarginable
|
2300
|
-
alpacaAccount {
|
2301
|
-
id
|
2302
|
-
}
|
2303
1952
|
alpacaAccountId
|
2304
1953
|
}
|
2305
1954
|
newsMentions {
|
@@ -2324,12 +1973,6 @@ exports.Authenticator = {
|
|
2324
1973
|
logo
|
2325
1974
|
createdAt
|
2326
1975
|
updatedAt
|
2327
|
-
assets {
|
2328
|
-
id
|
2329
|
-
}
|
2330
|
-
}
|
2331
|
-
asset {
|
2332
|
-
id
|
2333
1976
|
}
|
2334
1977
|
relevancyScore
|
2335
1978
|
sentimentScore
|
@@ -2420,12 +2063,6 @@ exports.Authenticator = {
|
|
2420
2063
|
createdAt
|
2421
2064
|
updatedAt
|
2422
2065
|
status
|
2423
|
-
alpacaAccount {
|
2424
|
-
id
|
2425
|
-
}
|
2426
|
-
asset {
|
2427
|
-
id
|
2428
|
-
}
|
2429
2066
|
actions {
|
2430
2067
|
id
|
2431
2068
|
sequence
|
@@ -2434,9 +2071,6 @@ exports.Authenticator = {
|
|
2434
2071
|
note
|
2435
2072
|
status
|
2436
2073
|
fee
|
2437
|
-
trade {
|
2438
|
-
id
|
2439
|
-
}
|
2440
2074
|
order {
|
2441
2075
|
id
|
2442
2076
|
clientOrderId
|
@@ -2457,9 +2091,6 @@ exports.Authenticator = {
|
|
2457
2091
|
createdAt
|
2458
2092
|
updatedAt
|
2459
2093
|
orderId
|
2460
|
-
Order {
|
2461
|
-
id
|
2462
|
-
}
|
2463
2094
|
}
|
2464
2095
|
takeProfit {
|
2465
2096
|
id
|
@@ -2468,9 +2099,6 @@ exports.Authenticator = {
|
|
2468
2099
|
createdAt
|
2469
2100
|
updatedAt
|
2470
2101
|
orderId
|
2471
|
-
Order {
|
2472
|
-
id
|
2473
|
-
}
|
2474
2102
|
}
|
2475
2103
|
trailPrice
|
2476
2104
|
trailPercent
|
@@ -2482,15 +2110,6 @@ exports.Authenticator = {
|
|
2482
2110
|
filledAt
|
2483
2111
|
filledAvgPrice
|
2484
2112
|
actionId
|
2485
|
-
alpacaAccount {
|
2486
|
-
id
|
2487
|
-
}
|
2488
|
-
action {
|
2489
|
-
id
|
2490
|
-
}
|
2491
|
-
asset {
|
2492
|
-
id
|
2493
|
-
}
|
2494
2113
|
fee
|
2495
2114
|
strikePrice
|
2496
2115
|
expirationDate
|
@@ -2520,9 +2139,6 @@ exports.Authenticator = {
|
|
2520
2139
|
createdAt
|
2521
2140
|
updatedAt
|
2522
2141
|
orderId
|
2523
|
-
Order {
|
2524
|
-
id
|
2525
|
-
}
|
2526
2142
|
}
|
2527
2143
|
takeProfit {
|
2528
2144
|
id
|
@@ -2531,9 +2147,6 @@ exports.Authenticator = {
|
|
2531
2147
|
createdAt
|
2532
2148
|
updatedAt
|
2533
2149
|
orderId
|
2534
|
-
Order {
|
2535
|
-
id
|
2536
|
-
}
|
2537
2150
|
}
|
2538
2151
|
trailPrice
|
2539
2152
|
trailPercent
|
@@ -2545,9 +2158,6 @@ exports.Authenticator = {
|
|
2545
2158
|
filledAt
|
2546
2159
|
filledAvgPrice
|
2547
2160
|
actionId
|
2548
|
-
alpacaAccount {
|
2549
|
-
id
|
2550
|
-
}
|
2551
2161
|
action {
|
2552
2162
|
id
|
2553
2163
|
sequence
|
@@ -2571,23 +2181,8 @@ exports.Authenticator = {
|
|
2571
2181
|
createdAt
|
2572
2182
|
updatedAt
|
2573
2183
|
status
|
2574
|
-
alpacaAccount {
|
2575
|
-
id
|
2576
|
-
}
|
2577
|
-
asset {
|
2578
|
-
id
|
2579
|
-
}
|
2580
|
-
actions {
|
2581
|
-
id
|
2582
|
-
}
|
2583
|
-
}
|
2584
|
-
order {
|
2585
|
-
id
|
2586
2184
|
}
|
2587
2185
|
}
|
2588
|
-
asset {
|
2589
|
-
id
|
2590
|
-
}
|
2591
2186
|
fee
|
2592
2187
|
strikePrice
|
2593
2188
|
expirationDate
|
@@ -2595,9 +2190,6 @@ exports.Authenticator = {
|
|
2595
2190
|
stopLossId
|
2596
2191
|
takeProfitId
|
2597
2192
|
}
|
2598
|
-
positions {
|
2599
|
-
id
|
2600
|
-
}
|
2601
2193
|
newsMentions {
|
2602
2194
|
id
|
2603
2195
|
assetId
|
@@ -2620,12 +2212,6 @@ exports.Authenticator = {
|
|
2620
2212
|
logo
|
2621
2213
|
createdAt
|
2622
2214
|
updatedAt
|
2623
|
-
assets {
|
2624
|
-
id
|
2625
|
-
}
|
2626
|
-
}
|
2627
|
-
asset {
|
2628
|
-
id
|
2629
2215
|
}
|
2630
2216
|
relevancyScore
|
2631
2217
|
sentimentScore
|
@@ -2645,9 +2231,6 @@ exports.Authenticator = {
|
|
2645
2231
|
lastTradePrice
|
2646
2232
|
changeToday
|
2647
2233
|
assetMarginable
|
2648
|
-
alpacaAccount {
|
2649
|
-
id
|
2650
|
-
}
|
2651
2234
|
alpacaAccountId
|
2652
2235
|
}
|
2653
2236
|
alerts {
|
@@ -2658,9 +2241,6 @@ exports.Authenticator = {
|
|
2658
2241
|
isRead
|
2659
2242
|
createdAt
|
2660
2243
|
updatedAt
|
2661
|
-
alpacaAccount {
|
2662
|
-
id
|
2663
|
-
}
|
2664
2244
|
}
|
2665
2245
|
}
|
2666
2246
|
}
|
@@ -4313,9 +3893,6 @@ exports.Authenticator = {
|
|
4313
3893
|
stripeCurrentPeriodEnd
|
4314
3894
|
createdAt
|
4315
3895
|
updatedAt
|
4316
|
-
users {
|
4317
|
-
id
|
4318
|
-
}
|
4319
3896
|
}
|
4320
3897
|
customerId
|
4321
3898
|
accounts {
|
@@ -4333,24 +3910,15 @@ exports.Authenticator = {
|
|
4333
3910
|
session_state
|
4334
3911
|
createdAt
|
4335
3912
|
updatedAt
|
4336
|
-
user {
|
4337
|
-
id
|
4338
|
-
}
|
4339
3913
|
}
|
4340
3914
|
sessions {
|
4341
3915
|
id
|
4342
3916
|
sessionToken
|
4343
3917
|
userId
|
4344
3918
|
expires
|
4345
|
-
user {
|
4346
|
-
id
|
4347
|
-
}
|
4348
3919
|
createdAt
|
4349
3920
|
updatedAt
|
4350
3921
|
}
|
4351
|
-
authenticators {
|
4352
|
-
id
|
4353
|
-
}
|
4354
3922
|
plan
|
4355
3923
|
alpacaAccounts {
|
4356
3924
|
id
|
@@ -4361,9 +3929,6 @@ exports.Authenticator = {
|
|
4361
3929
|
marketOpen
|
4362
3930
|
minOrderSize
|
4363
3931
|
maxOrderSize
|
4364
|
-
user {
|
4365
|
-
id
|
4366
|
-
}
|
4367
3932
|
userId
|
4368
3933
|
createdAt
|
4369
3934
|
updatedAt
|
@@ -4382,9 +3947,6 @@ exports.Authenticator = {
|
|
4382
3947
|
createdAt
|
4383
3948
|
updatedAt
|
4384
3949
|
status
|
4385
|
-
alpacaAccount {
|
4386
|
-
id
|
4387
|
-
}
|
4388
3950
|
asset {
|
4389
3951
|
id
|
4390
3952
|
symbol
|
@@ -4444,9 +4006,6 @@ exports.Authenticator = {
|
|
4444
4006
|
buyPrice
|
4445
4007
|
createdAt
|
4446
4008
|
updatedAt
|
4447
|
-
trades {
|
4448
|
-
id
|
4449
|
-
}
|
4450
4009
|
orders {
|
4451
4010
|
id
|
4452
4011
|
clientOrderId
|
@@ -4467,9 +4026,6 @@ exports.Authenticator = {
|
|
4467
4026
|
createdAt
|
4468
4027
|
updatedAt
|
4469
4028
|
orderId
|
4470
|
-
Order {
|
4471
|
-
id
|
4472
|
-
}
|
4473
4029
|
}
|
4474
4030
|
takeProfit {
|
4475
4031
|
id
|
@@ -4478,9 +4034,6 @@ exports.Authenticator = {
|
|
4478
4034
|
createdAt
|
4479
4035
|
updatedAt
|
4480
4036
|
orderId
|
4481
|
-
Order {
|
4482
|
-
id
|
4483
|
-
}
|
4484
4037
|
}
|
4485
4038
|
trailPrice
|
4486
4039
|
trailPercent
|
@@ -4492,9 +4045,6 @@ exports.Authenticator = {
|
|
4492
4045
|
filledAt
|
4493
4046
|
filledAvgPrice
|
4494
4047
|
actionId
|
4495
|
-
alpacaAccount {
|
4496
|
-
id
|
4497
|
-
}
|
4498
4048
|
action {
|
4499
4049
|
id
|
4500
4050
|
sequence
|
@@ -4503,15 +4053,6 @@ exports.Authenticator = {
|
|
4503
4053
|
note
|
4504
4054
|
status
|
4505
4055
|
fee
|
4506
|
-
trade {
|
4507
|
-
id
|
4508
|
-
}
|
4509
|
-
order {
|
4510
|
-
id
|
4511
|
-
}
|
4512
|
-
}
|
4513
|
-
asset {
|
4514
|
-
id
|
4515
4056
|
}
|
4516
4057
|
fee
|
4517
4058
|
strikePrice
|
@@ -4523,9 +4064,6 @@ exports.Authenticator = {
|
|
4523
4064
|
positions {
|
4524
4065
|
id
|
4525
4066
|
assetId
|
4526
|
-
asset {
|
4527
|
-
id
|
4528
|
-
}
|
4529
4067
|
averageEntryPrice
|
4530
4068
|
qty
|
4531
4069
|
qtyAvailable
|
@@ -4539,9 +4077,6 @@ exports.Authenticator = {
|
|
4539
4077
|
lastTradePrice
|
4540
4078
|
changeToday
|
4541
4079
|
assetMarginable
|
4542
|
-
alpacaAccount {
|
4543
|
-
id
|
4544
|
-
}
|
4545
4080
|
alpacaAccountId
|
4546
4081
|
}
|
4547
4082
|
newsMentions {
|
@@ -4566,12 +4101,6 @@ exports.Authenticator = {
|
|
4566
4101
|
logo
|
4567
4102
|
createdAt
|
4568
4103
|
updatedAt
|
4569
|
-
assets {
|
4570
|
-
id
|
4571
|
-
}
|
4572
|
-
}
|
4573
|
-
asset {
|
4574
|
-
id
|
4575
4104
|
}
|
4576
4105
|
relevancyScore
|
4577
4106
|
sentimentScore
|
@@ -4586,9 +4115,6 @@ exports.Authenticator = {
|
|
4586
4115
|
note
|
4587
4116
|
status
|
4588
4117
|
fee
|
4589
|
-
trade {
|
4590
|
-
id
|
4591
|
-
}
|
4592
4118
|
order {
|
4593
4119
|
id
|
4594
4120
|
clientOrderId
|
@@ -4609,9 +4135,6 @@ exports.Authenticator = {
|
|
4609
4135
|
createdAt
|
4610
4136
|
updatedAt
|
4611
4137
|
orderId
|
4612
|
-
Order {
|
4613
|
-
id
|
4614
|
-
}
|
4615
4138
|
}
|
4616
4139
|
takeProfit {
|
4617
4140
|
id
|
@@ -4620,9 +4143,6 @@ exports.Authenticator = {
|
|
4620
4143
|
createdAt
|
4621
4144
|
updatedAt
|
4622
4145
|
orderId
|
4623
|
-
Order {
|
4624
|
-
id
|
4625
|
-
}
|
4626
4146
|
}
|
4627
4147
|
trailPrice
|
4628
4148
|
trailPercent
|
@@ -4634,12 +4154,6 @@ exports.Authenticator = {
|
|
4634
4154
|
filledAt
|
4635
4155
|
filledAvgPrice
|
4636
4156
|
actionId
|
4637
|
-
alpacaAccount {
|
4638
|
-
id
|
4639
|
-
}
|
4640
|
-
action {
|
4641
|
-
id
|
4642
|
-
}
|
4643
4157
|
asset {
|
4644
4158
|
id
|
4645
4159
|
symbol
|
@@ -4699,18 +4213,9 @@ exports.Authenticator = {
|
|
4699
4213
|
buyPrice
|
4700
4214
|
createdAt
|
4701
4215
|
updatedAt
|
4702
|
-
trades {
|
4703
|
-
id
|
4704
|
-
}
|
4705
|
-
orders {
|
4706
|
-
id
|
4707
|
-
}
|
4708
4216
|
positions {
|
4709
4217
|
id
|
4710
4218
|
assetId
|
4711
|
-
asset {
|
4712
|
-
id
|
4713
|
-
}
|
4714
4219
|
averageEntryPrice
|
4715
4220
|
qty
|
4716
4221
|
qtyAvailable
|
@@ -4724,9 +4229,6 @@ exports.Authenticator = {
|
|
4724
4229
|
lastTradePrice
|
4725
4230
|
changeToday
|
4726
4231
|
assetMarginable
|
4727
|
-
alpacaAccount {
|
4728
|
-
id
|
4729
|
-
}
|
4730
4232
|
alpacaAccountId
|
4731
4233
|
}
|
4732
4234
|
newsMentions {
|
@@ -4751,12 +4253,6 @@ exports.Authenticator = {
|
|
4751
4253
|
logo
|
4752
4254
|
createdAt
|
4753
4255
|
updatedAt
|
4754
|
-
assets {
|
4755
|
-
id
|
4756
|
-
}
|
4757
|
-
}
|
4758
|
-
asset {
|
4759
|
-
id
|
4760
4256
|
}
|
4761
4257
|
relevancyScore
|
4762
4258
|
sentimentScore
|
@@ -4792,9 +4288,6 @@ exports.Authenticator = {
|
|
4792
4288
|
createdAt
|
4793
4289
|
updatedAt
|
4794
4290
|
orderId
|
4795
|
-
Order {
|
4796
|
-
id
|
4797
|
-
}
|
4798
4291
|
}
|
4799
4292
|
takeProfit {
|
4800
4293
|
id
|
@@ -4803,9 +4296,6 @@ exports.Authenticator = {
|
|
4803
4296
|
createdAt
|
4804
4297
|
updatedAt
|
4805
4298
|
orderId
|
4806
|
-
Order {
|
4807
|
-
id
|
4808
|
-
}
|
4809
4299
|
}
|
4810
4300
|
trailPrice
|
4811
4301
|
trailPercent
|
@@ -4817,9 +4307,6 @@ exports.Authenticator = {
|
|
4817
4307
|
filledAt
|
4818
4308
|
filledAvgPrice
|
4819
4309
|
actionId
|
4820
|
-
alpacaAccount {
|
4821
|
-
id
|
4822
|
-
}
|
4823
4310
|
action {
|
4824
4311
|
id
|
4825
4312
|
sequence
|
@@ -4843,9 +4330,6 @@ exports.Authenticator = {
|
|
4843
4330
|
createdAt
|
4844
4331
|
updatedAt
|
4845
4332
|
status
|
4846
|
-
alpacaAccount {
|
4847
|
-
id
|
4848
|
-
}
|
4849
4333
|
asset {
|
4850
4334
|
id
|
4851
4335
|
symbol
|
@@ -4905,18 +4389,9 @@ exports.Authenticator = {
|
|
4905
4389
|
buyPrice
|
4906
4390
|
createdAt
|
4907
4391
|
updatedAt
|
4908
|
-
trades {
|
4909
|
-
id
|
4910
|
-
}
|
4911
|
-
orders {
|
4912
|
-
id
|
4913
|
-
}
|
4914
4392
|
positions {
|
4915
4393
|
id
|
4916
4394
|
assetId
|
4917
|
-
asset {
|
4918
|
-
id
|
4919
|
-
}
|
4920
4395
|
averageEntryPrice
|
4921
4396
|
qty
|
4922
4397
|
qtyAvailable
|
@@ -4930,9 +4405,6 @@ exports.Authenticator = {
|
|
4930
4405
|
lastTradePrice
|
4931
4406
|
changeToday
|
4932
4407
|
assetMarginable
|
4933
|
-
alpacaAccount {
|
4934
|
-
id
|
4935
|
-
}
|
4936
4408
|
alpacaAccountId
|
4937
4409
|
}
|
4938
4410
|
newsMentions {
|
@@ -4957,24 +4429,12 @@ exports.Authenticator = {
|
|
4957
4429
|
logo
|
4958
4430
|
createdAt
|
4959
4431
|
updatedAt
|
4960
|
-
assets {
|
4961
|
-
id
|
4962
|
-
}
|
4963
|
-
}
|
4964
|
-
asset {
|
4965
|
-
id
|
4966
4432
|
}
|
4967
4433
|
relevancyScore
|
4968
4434
|
sentimentScore
|
4969
4435
|
sentimentLabel
|
4970
4436
|
}
|
4971
4437
|
}
|
4972
|
-
actions {
|
4973
|
-
id
|
4974
|
-
}
|
4975
|
-
}
|
4976
|
-
order {
|
4977
|
-
id
|
4978
4438
|
}
|
4979
4439
|
}
|
4980
4440
|
asset {
|
@@ -5051,12 +4511,6 @@ exports.Authenticator = {
|
|
5051
4511
|
createdAt
|
5052
4512
|
updatedAt
|
5053
4513
|
status
|
5054
|
-
alpacaAccount {
|
5055
|
-
id
|
5056
|
-
}
|
5057
|
-
asset {
|
5058
|
-
id
|
5059
|
-
}
|
5060
4514
|
actions {
|
5061
4515
|
id
|
5062
4516
|
sequence
|
@@ -5065,23 +4519,11 @@ exports.Authenticator = {
|
|
5065
4519
|
note
|
5066
4520
|
status
|
5067
4521
|
fee
|
5068
|
-
trade {
|
5069
|
-
id
|
5070
|
-
}
|
5071
|
-
order {
|
5072
|
-
id
|
5073
|
-
}
|
5074
4522
|
}
|
5075
4523
|
}
|
5076
|
-
orders {
|
5077
|
-
id
|
5078
|
-
}
|
5079
4524
|
positions {
|
5080
4525
|
id
|
5081
4526
|
assetId
|
5082
|
-
asset {
|
5083
|
-
id
|
5084
|
-
}
|
5085
4527
|
averageEntryPrice
|
5086
4528
|
qty
|
5087
4529
|
qtyAvailable
|
@@ -5095,9 +4537,6 @@ exports.Authenticator = {
|
|
5095
4537
|
lastTradePrice
|
5096
4538
|
changeToday
|
5097
4539
|
assetMarginable
|
5098
|
-
alpacaAccount {
|
5099
|
-
id
|
5100
|
-
}
|
5101
4540
|
alpacaAccountId
|
5102
4541
|
}
|
5103
4542
|
newsMentions {
|
@@ -5122,12 +4561,6 @@ exports.Authenticator = {
|
|
5122
4561
|
logo
|
5123
4562
|
createdAt
|
5124
4563
|
updatedAt
|
5125
|
-
assets {
|
5126
|
-
id
|
5127
|
-
}
|
5128
|
-
}
|
5129
|
-
asset {
|
5130
|
-
id
|
5131
4564
|
}
|
5132
4565
|
relevancyScore
|
5133
4566
|
sentimentScore
|
@@ -5218,12 +4651,6 @@ exports.Authenticator = {
|
|
5218
4651
|
createdAt
|
5219
4652
|
updatedAt
|
5220
4653
|
status
|
5221
|
-
alpacaAccount {
|
5222
|
-
id
|
5223
|
-
}
|
5224
|
-
asset {
|
5225
|
-
id
|
5226
|
-
}
|
5227
4654
|
actions {
|
5228
4655
|
id
|
5229
4656
|
sequence
|
@@ -5232,9 +4659,6 @@ exports.Authenticator = {
|
|
5232
4659
|
note
|
5233
4660
|
status
|
5234
4661
|
fee
|
5235
|
-
trade {
|
5236
|
-
id
|
5237
|
-
}
|
5238
4662
|
order {
|
5239
4663
|
id
|
5240
4664
|
clientOrderId
|
@@ -5255,9 +4679,6 @@ exports.Authenticator = {
|
|
5255
4679
|
createdAt
|
5256
4680
|
updatedAt
|
5257
4681
|
orderId
|
5258
|
-
Order {
|
5259
|
-
id
|
5260
|
-
}
|
5261
4682
|
}
|
5262
4683
|
takeProfit {
|
5263
4684
|
id
|
@@ -5266,9 +4687,6 @@ exports.Authenticator = {
|
|
5266
4687
|
createdAt
|
5267
4688
|
updatedAt
|
5268
4689
|
orderId
|
5269
|
-
Order {
|
5270
|
-
id
|
5271
|
-
}
|
5272
4690
|
}
|
5273
4691
|
trailPrice
|
5274
4692
|
trailPercent
|
@@ -5280,15 +4698,6 @@ exports.Authenticator = {
|
|
5280
4698
|
filledAt
|
5281
4699
|
filledAvgPrice
|
5282
4700
|
actionId
|
5283
|
-
alpacaAccount {
|
5284
|
-
id
|
5285
|
-
}
|
5286
|
-
action {
|
5287
|
-
id
|
5288
|
-
}
|
5289
|
-
asset {
|
5290
|
-
id
|
5291
|
-
}
|
5292
4701
|
fee
|
5293
4702
|
strikePrice
|
5294
4703
|
expirationDate
|
@@ -5318,9 +4727,6 @@ exports.Authenticator = {
|
|
5318
4727
|
createdAt
|
5319
4728
|
updatedAt
|
5320
4729
|
orderId
|
5321
|
-
Order {
|
5322
|
-
id
|
5323
|
-
}
|
5324
4730
|
}
|
5325
4731
|
takeProfit {
|
5326
4732
|
id
|
@@ -5329,9 +4735,6 @@ exports.Authenticator = {
|
|
5329
4735
|
createdAt
|
5330
4736
|
updatedAt
|
5331
4737
|
orderId
|
5332
|
-
Order {
|
5333
|
-
id
|
5334
|
-
}
|
5335
4738
|
}
|
5336
4739
|
trailPrice
|
5337
4740
|
trailPercent
|
@@ -5343,9 +4746,6 @@ exports.Authenticator = {
|
|
5343
4746
|
filledAt
|
5344
4747
|
filledAvgPrice
|
5345
4748
|
actionId
|
5346
|
-
alpacaAccount {
|
5347
|
-
id
|
5348
|
-
}
|
5349
4749
|
action {
|
5350
4750
|
id
|
5351
4751
|
sequence
|
@@ -5369,22 +4769,7 @@ exports.Authenticator = {
|
|
5369
4769
|
createdAt
|
5370
4770
|
updatedAt
|
5371
4771
|
status
|
5372
|
-
alpacaAccount {
|
5373
|
-
id
|
5374
|
-
}
|
5375
|
-
asset {
|
5376
|
-
id
|
5377
|
-
}
|
5378
|
-
actions {
|
5379
|
-
id
|
5380
|
-
}
|
5381
4772
|
}
|
5382
|
-
order {
|
5383
|
-
id
|
5384
|
-
}
|
5385
|
-
}
|
5386
|
-
asset {
|
5387
|
-
id
|
5388
4773
|
}
|
5389
4774
|
fee
|
5390
4775
|
strikePrice
|
@@ -5393,9 +4778,6 @@ exports.Authenticator = {
|
|
5393
4778
|
stopLossId
|
5394
4779
|
takeProfitId
|
5395
4780
|
}
|
5396
|
-
positions {
|
5397
|
-
id
|
5398
|
-
}
|
5399
4781
|
newsMentions {
|
5400
4782
|
id
|
5401
4783
|
assetId
|
@@ -5418,12 +4800,6 @@ exports.Authenticator = {
|
|
5418
4800
|
logo
|
5419
4801
|
createdAt
|
5420
4802
|
updatedAt
|
5421
|
-
assets {
|
5422
|
-
id
|
5423
|
-
}
|
5424
|
-
}
|
5425
|
-
asset {
|
5426
|
-
id
|
5427
4803
|
}
|
5428
4804
|
relevancyScore
|
5429
4805
|
sentimentScore
|
@@ -5443,9 +4819,6 @@ exports.Authenticator = {
|
|
5443
4819
|
lastTradePrice
|
5444
4820
|
changeToday
|
5445
4821
|
assetMarginable
|
5446
|
-
alpacaAccount {
|
5447
|
-
id
|
5448
|
-
}
|
5449
4822
|
alpacaAccountId
|
5450
4823
|
}
|
5451
4824
|
alerts {
|
@@ -5456,9 +4829,6 @@ exports.Authenticator = {
|
|
5456
4829
|
isRead
|
5457
4830
|
createdAt
|
5458
4831
|
updatedAt
|
5459
|
-
alpacaAccount {
|
5460
|
-
id
|
5461
|
-
}
|
5462
4832
|
}
|
5463
4833
|
}
|
5464
4834
|
}
|
@@ -5527,9 +4897,6 @@ exports.Authenticator = {
|
|
5527
4897
|
stripeCurrentPeriodEnd
|
5528
4898
|
createdAt
|
5529
4899
|
updatedAt
|
5530
|
-
users {
|
5531
|
-
id
|
5532
|
-
}
|
5533
4900
|
}
|
5534
4901
|
customerId
|
5535
4902
|
accounts {
|
@@ -5547,24 +4914,15 @@ exports.Authenticator = {
|
|
5547
4914
|
session_state
|
5548
4915
|
createdAt
|
5549
4916
|
updatedAt
|
5550
|
-
user {
|
5551
|
-
id
|
5552
|
-
}
|
5553
4917
|
}
|
5554
4918
|
sessions {
|
5555
4919
|
id
|
5556
4920
|
sessionToken
|
5557
4921
|
userId
|
5558
4922
|
expires
|
5559
|
-
user {
|
5560
|
-
id
|
5561
|
-
}
|
5562
4923
|
createdAt
|
5563
4924
|
updatedAt
|
5564
4925
|
}
|
5565
|
-
authenticators {
|
5566
|
-
id
|
5567
|
-
}
|
5568
4926
|
plan
|
5569
4927
|
alpacaAccounts {
|
5570
4928
|
id
|
@@ -5575,9 +4933,6 @@ exports.Authenticator = {
|
|
5575
4933
|
marketOpen
|
5576
4934
|
minOrderSize
|
5577
4935
|
maxOrderSize
|
5578
|
-
user {
|
5579
|
-
id
|
5580
|
-
}
|
5581
4936
|
userId
|
5582
4937
|
createdAt
|
5583
4938
|
updatedAt
|
@@ -5596,9 +4951,6 @@ exports.Authenticator = {
|
|
5596
4951
|
createdAt
|
5597
4952
|
updatedAt
|
5598
4953
|
status
|
5599
|
-
alpacaAccount {
|
5600
|
-
id
|
5601
|
-
}
|
5602
4954
|
asset {
|
5603
4955
|
id
|
5604
4956
|
symbol
|
@@ -5658,9 +5010,6 @@ exports.Authenticator = {
|
|
5658
5010
|
buyPrice
|
5659
5011
|
createdAt
|
5660
5012
|
updatedAt
|
5661
|
-
trades {
|
5662
|
-
id
|
5663
|
-
}
|
5664
5013
|
orders {
|
5665
5014
|
id
|
5666
5015
|
clientOrderId
|
@@ -5681,9 +5030,6 @@ exports.Authenticator = {
|
|
5681
5030
|
createdAt
|
5682
5031
|
updatedAt
|
5683
5032
|
orderId
|
5684
|
-
Order {
|
5685
|
-
id
|
5686
|
-
}
|
5687
5033
|
}
|
5688
5034
|
takeProfit {
|
5689
5035
|
id
|
@@ -5692,9 +5038,6 @@ exports.Authenticator = {
|
|
5692
5038
|
createdAt
|
5693
5039
|
updatedAt
|
5694
5040
|
orderId
|
5695
|
-
Order {
|
5696
|
-
id
|
5697
|
-
}
|
5698
5041
|
}
|
5699
5042
|
trailPrice
|
5700
5043
|
trailPercent
|
@@ -5706,9 +5049,6 @@ exports.Authenticator = {
|
|
5706
5049
|
filledAt
|
5707
5050
|
filledAvgPrice
|
5708
5051
|
actionId
|
5709
|
-
alpacaAccount {
|
5710
|
-
id
|
5711
|
-
}
|
5712
5052
|
action {
|
5713
5053
|
id
|
5714
5054
|
sequence
|
@@ -5717,15 +5057,6 @@ exports.Authenticator = {
|
|
5717
5057
|
note
|
5718
5058
|
status
|
5719
5059
|
fee
|
5720
|
-
trade {
|
5721
|
-
id
|
5722
|
-
}
|
5723
|
-
order {
|
5724
|
-
id
|
5725
|
-
}
|
5726
|
-
}
|
5727
|
-
asset {
|
5728
|
-
id
|
5729
5060
|
}
|
5730
5061
|
fee
|
5731
5062
|
strikePrice
|
@@ -5737,9 +5068,6 @@ exports.Authenticator = {
|
|
5737
5068
|
positions {
|
5738
5069
|
id
|
5739
5070
|
assetId
|
5740
|
-
asset {
|
5741
|
-
id
|
5742
|
-
}
|
5743
5071
|
averageEntryPrice
|
5744
5072
|
qty
|
5745
5073
|
qtyAvailable
|
@@ -5753,9 +5081,6 @@ exports.Authenticator = {
|
|
5753
5081
|
lastTradePrice
|
5754
5082
|
changeToday
|
5755
5083
|
assetMarginable
|
5756
|
-
alpacaAccount {
|
5757
|
-
id
|
5758
|
-
}
|
5759
5084
|
alpacaAccountId
|
5760
5085
|
}
|
5761
5086
|
newsMentions {
|
@@ -5780,12 +5105,6 @@ exports.Authenticator = {
|
|
5780
5105
|
logo
|
5781
5106
|
createdAt
|
5782
5107
|
updatedAt
|
5783
|
-
assets {
|
5784
|
-
id
|
5785
|
-
}
|
5786
|
-
}
|
5787
|
-
asset {
|
5788
|
-
id
|
5789
5108
|
}
|
5790
5109
|
relevancyScore
|
5791
5110
|
sentimentScore
|
@@ -5800,9 +5119,6 @@ exports.Authenticator = {
|
|
5800
5119
|
note
|
5801
5120
|
status
|
5802
5121
|
fee
|
5803
|
-
trade {
|
5804
|
-
id
|
5805
|
-
}
|
5806
5122
|
order {
|
5807
5123
|
id
|
5808
5124
|
clientOrderId
|
@@ -5823,9 +5139,6 @@ exports.Authenticator = {
|
|
5823
5139
|
createdAt
|
5824
5140
|
updatedAt
|
5825
5141
|
orderId
|
5826
|
-
Order {
|
5827
|
-
id
|
5828
|
-
}
|
5829
5142
|
}
|
5830
5143
|
takeProfit {
|
5831
5144
|
id
|
@@ -5834,9 +5147,6 @@ exports.Authenticator = {
|
|
5834
5147
|
createdAt
|
5835
5148
|
updatedAt
|
5836
5149
|
orderId
|
5837
|
-
Order {
|
5838
|
-
id
|
5839
|
-
}
|
5840
5150
|
}
|
5841
5151
|
trailPrice
|
5842
5152
|
trailPercent
|
@@ -5848,13 +5158,7 @@ exports.Authenticator = {
|
|
5848
5158
|
filledAt
|
5849
5159
|
filledAvgPrice
|
5850
5160
|
actionId
|
5851
|
-
|
5852
|
-
id
|
5853
|
-
}
|
5854
|
-
action {
|
5855
|
-
id
|
5856
|
-
}
|
5857
|
-
asset {
|
5161
|
+
asset {
|
5858
5162
|
id
|
5859
5163
|
symbol
|
5860
5164
|
name
|
@@ -5913,18 +5217,9 @@ exports.Authenticator = {
|
|
5913
5217
|
buyPrice
|
5914
5218
|
createdAt
|
5915
5219
|
updatedAt
|
5916
|
-
trades {
|
5917
|
-
id
|
5918
|
-
}
|
5919
|
-
orders {
|
5920
|
-
id
|
5921
|
-
}
|
5922
5220
|
positions {
|
5923
5221
|
id
|
5924
5222
|
assetId
|
5925
|
-
asset {
|
5926
|
-
id
|
5927
|
-
}
|
5928
5223
|
averageEntryPrice
|
5929
5224
|
qty
|
5930
5225
|
qtyAvailable
|
@@ -5938,9 +5233,6 @@ exports.Authenticator = {
|
|
5938
5233
|
lastTradePrice
|
5939
5234
|
changeToday
|
5940
5235
|
assetMarginable
|
5941
|
-
alpacaAccount {
|
5942
|
-
id
|
5943
|
-
}
|
5944
5236
|
alpacaAccountId
|
5945
5237
|
}
|
5946
5238
|
newsMentions {
|
@@ -5965,12 +5257,6 @@ exports.Authenticator = {
|
|
5965
5257
|
logo
|
5966
5258
|
createdAt
|
5967
5259
|
updatedAt
|
5968
|
-
assets {
|
5969
|
-
id
|
5970
|
-
}
|
5971
|
-
}
|
5972
|
-
asset {
|
5973
|
-
id
|
5974
5260
|
}
|
5975
5261
|
relevancyScore
|
5976
5262
|
sentimentScore
|
@@ -6006,9 +5292,6 @@ exports.Authenticator = {
|
|
6006
5292
|
createdAt
|
6007
5293
|
updatedAt
|
6008
5294
|
orderId
|
6009
|
-
Order {
|
6010
|
-
id
|
6011
|
-
}
|
6012
5295
|
}
|
6013
5296
|
takeProfit {
|
6014
5297
|
id
|
@@ -6017,9 +5300,6 @@ exports.Authenticator = {
|
|
6017
5300
|
createdAt
|
6018
5301
|
updatedAt
|
6019
5302
|
orderId
|
6020
|
-
Order {
|
6021
|
-
id
|
6022
|
-
}
|
6023
5303
|
}
|
6024
5304
|
trailPrice
|
6025
5305
|
trailPercent
|
@@ -6031,9 +5311,6 @@ exports.Authenticator = {
|
|
6031
5311
|
filledAt
|
6032
5312
|
filledAvgPrice
|
6033
5313
|
actionId
|
6034
|
-
alpacaAccount {
|
6035
|
-
id
|
6036
|
-
}
|
6037
5314
|
action {
|
6038
5315
|
id
|
6039
5316
|
sequence
|
@@ -6057,9 +5334,6 @@ exports.Authenticator = {
|
|
6057
5334
|
createdAt
|
6058
5335
|
updatedAt
|
6059
5336
|
status
|
6060
|
-
alpacaAccount {
|
6061
|
-
id
|
6062
|
-
}
|
6063
5337
|
asset {
|
6064
5338
|
id
|
6065
5339
|
symbol
|
@@ -6119,18 +5393,9 @@ exports.Authenticator = {
|
|
6119
5393
|
buyPrice
|
6120
5394
|
createdAt
|
6121
5395
|
updatedAt
|
6122
|
-
trades {
|
6123
|
-
id
|
6124
|
-
}
|
6125
|
-
orders {
|
6126
|
-
id
|
6127
|
-
}
|
6128
5396
|
positions {
|
6129
5397
|
id
|
6130
5398
|
assetId
|
6131
|
-
asset {
|
6132
|
-
id
|
6133
|
-
}
|
6134
5399
|
averageEntryPrice
|
6135
5400
|
qty
|
6136
5401
|
qtyAvailable
|
@@ -6144,9 +5409,6 @@ exports.Authenticator = {
|
|
6144
5409
|
lastTradePrice
|
6145
5410
|
changeToday
|
6146
5411
|
assetMarginable
|
6147
|
-
alpacaAccount {
|
6148
|
-
id
|
6149
|
-
}
|
6150
5412
|
alpacaAccountId
|
6151
5413
|
}
|
6152
5414
|
newsMentions {
|
@@ -6171,24 +5433,12 @@ exports.Authenticator = {
|
|
6171
5433
|
logo
|
6172
5434
|
createdAt
|
6173
5435
|
updatedAt
|
6174
|
-
assets {
|
6175
|
-
id
|
6176
|
-
}
|
6177
|
-
}
|
6178
|
-
asset {
|
6179
|
-
id
|
6180
5436
|
}
|
6181
5437
|
relevancyScore
|
6182
5438
|
sentimentScore
|
6183
5439
|
sentimentLabel
|
6184
5440
|
}
|
6185
5441
|
}
|
6186
|
-
actions {
|
6187
|
-
id
|
6188
|
-
}
|
6189
|
-
}
|
6190
|
-
order {
|
6191
|
-
id
|
6192
5442
|
}
|
6193
5443
|
}
|
6194
5444
|
asset {
|
@@ -6265,12 +5515,6 @@ exports.Authenticator = {
|
|
6265
5515
|
createdAt
|
6266
5516
|
updatedAt
|
6267
5517
|
status
|
6268
|
-
alpacaAccount {
|
6269
|
-
id
|
6270
|
-
}
|
6271
|
-
asset {
|
6272
|
-
id
|
6273
|
-
}
|
6274
5518
|
actions {
|
6275
5519
|
id
|
6276
5520
|
sequence
|
@@ -6279,23 +5523,11 @@ exports.Authenticator = {
|
|
6279
5523
|
note
|
6280
5524
|
status
|
6281
5525
|
fee
|
6282
|
-
trade {
|
6283
|
-
id
|
6284
|
-
}
|
6285
|
-
order {
|
6286
|
-
id
|
6287
|
-
}
|
6288
5526
|
}
|
6289
5527
|
}
|
6290
|
-
orders {
|
6291
|
-
id
|
6292
|
-
}
|
6293
5528
|
positions {
|
6294
5529
|
id
|
6295
5530
|
assetId
|
6296
|
-
asset {
|
6297
|
-
id
|
6298
|
-
}
|
6299
5531
|
averageEntryPrice
|
6300
5532
|
qty
|
6301
5533
|
qtyAvailable
|
@@ -6309,9 +5541,6 @@ exports.Authenticator = {
|
|
6309
5541
|
lastTradePrice
|
6310
5542
|
changeToday
|
6311
5543
|
assetMarginable
|
6312
|
-
alpacaAccount {
|
6313
|
-
id
|
6314
|
-
}
|
6315
5544
|
alpacaAccountId
|
6316
5545
|
}
|
6317
5546
|
newsMentions {
|
@@ -6336,12 +5565,6 @@ exports.Authenticator = {
|
|
6336
5565
|
logo
|
6337
5566
|
createdAt
|
6338
5567
|
updatedAt
|
6339
|
-
assets {
|
6340
|
-
id
|
6341
|
-
}
|
6342
|
-
}
|
6343
|
-
asset {
|
6344
|
-
id
|
6345
5568
|
}
|
6346
5569
|
relevancyScore
|
6347
5570
|
sentimentScore
|
@@ -6432,12 +5655,6 @@ exports.Authenticator = {
|
|
6432
5655
|
createdAt
|
6433
5656
|
updatedAt
|
6434
5657
|
status
|
6435
|
-
alpacaAccount {
|
6436
|
-
id
|
6437
|
-
}
|
6438
|
-
asset {
|
6439
|
-
id
|
6440
|
-
}
|
6441
5658
|
actions {
|
6442
5659
|
id
|
6443
5660
|
sequence
|
@@ -6446,9 +5663,6 @@ exports.Authenticator = {
|
|
6446
5663
|
note
|
6447
5664
|
status
|
6448
5665
|
fee
|
6449
|
-
trade {
|
6450
|
-
id
|
6451
|
-
}
|
6452
5666
|
order {
|
6453
5667
|
id
|
6454
5668
|
clientOrderId
|
@@ -6469,9 +5683,6 @@ exports.Authenticator = {
|
|
6469
5683
|
createdAt
|
6470
5684
|
updatedAt
|
6471
5685
|
orderId
|
6472
|
-
Order {
|
6473
|
-
id
|
6474
|
-
}
|
6475
5686
|
}
|
6476
5687
|
takeProfit {
|
6477
5688
|
id
|
@@ -6480,9 +5691,6 @@ exports.Authenticator = {
|
|
6480
5691
|
createdAt
|
6481
5692
|
updatedAt
|
6482
5693
|
orderId
|
6483
|
-
Order {
|
6484
|
-
id
|
6485
|
-
}
|
6486
5694
|
}
|
6487
5695
|
trailPrice
|
6488
5696
|
trailPercent
|
@@ -6494,15 +5702,6 @@ exports.Authenticator = {
|
|
6494
5702
|
filledAt
|
6495
5703
|
filledAvgPrice
|
6496
5704
|
actionId
|
6497
|
-
alpacaAccount {
|
6498
|
-
id
|
6499
|
-
}
|
6500
|
-
action {
|
6501
|
-
id
|
6502
|
-
}
|
6503
|
-
asset {
|
6504
|
-
id
|
6505
|
-
}
|
6506
5705
|
fee
|
6507
5706
|
strikePrice
|
6508
5707
|
expirationDate
|
@@ -6532,9 +5731,6 @@ exports.Authenticator = {
|
|
6532
5731
|
createdAt
|
6533
5732
|
updatedAt
|
6534
5733
|
orderId
|
6535
|
-
Order {
|
6536
|
-
id
|
6537
|
-
}
|
6538
5734
|
}
|
6539
5735
|
takeProfit {
|
6540
5736
|
id
|
@@ -6543,9 +5739,6 @@ exports.Authenticator = {
|
|
6543
5739
|
createdAt
|
6544
5740
|
updatedAt
|
6545
5741
|
orderId
|
6546
|
-
Order {
|
6547
|
-
id
|
6548
|
-
}
|
6549
5742
|
}
|
6550
5743
|
trailPrice
|
6551
5744
|
trailPercent
|
@@ -6557,9 +5750,6 @@ exports.Authenticator = {
|
|
6557
5750
|
filledAt
|
6558
5751
|
filledAvgPrice
|
6559
5752
|
actionId
|
6560
|
-
alpacaAccount {
|
6561
|
-
id
|
6562
|
-
}
|
6563
5753
|
action {
|
6564
5754
|
id
|
6565
5755
|
sequence
|
@@ -6583,23 +5773,8 @@ exports.Authenticator = {
|
|
6583
5773
|
createdAt
|
6584
5774
|
updatedAt
|
6585
5775
|
status
|
6586
|
-
alpacaAccount {
|
6587
|
-
id
|
6588
|
-
}
|
6589
|
-
asset {
|
6590
|
-
id
|
6591
|
-
}
|
6592
|
-
actions {
|
6593
|
-
id
|
6594
|
-
}
|
6595
|
-
}
|
6596
|
-
order {
|
6597
|
-
id
|
6598
5776
|
}
|
6599
5777
|
}
|
6600
|
-
asset {
|
6601
|
-
id
|
6602
|
-
}
|
6603
5778
|
fee
|
6604
5779
|
strikePrice
|
6605
5780
|
expirationDate
|
@@ -6607,9 +5782,6 @@ exports.Authenticator = {
|
|
6607
5782
|
stopLossId
|
6608
5783
|
takeProfitId
|
6609
5784
|
}
|
6610
|
-
positions {
|
6611
|
-
id
|
6612
|
-
}
|
6613
5785
|
newsMentions {
|
6614
5786
|
id
|
6615
5787
|
assetId
|
@@ -6632,12 +5804,6 @@ exports.Authenticator = {
|
|
6632
5804
|
logo
|
6633
5805
|
createdAt
|
6634
5806
|
updatedAt
|
6635
|
-
assets {
|
6636
|
-
id
|
6637
|
-
}
|
6638
|
-
}
|
6639
|
-
asset {
|
6640
|
-
id
|
6641
5807
|
}
|
6642
5808
|
relevancyScore
|
6643
5809
|
sentimentScore
|
@@ -6657,9 +5823,6 @@ exports.Authenticator = {
|
|
6657
5823
|
lastTradePrice
|
6658
5824
|
changeToday
|
6659
5825
|
assetMarginable
|
6660
|
-
alpacaAccount {
|
6661
|
-
id
|
6662
|
-
}
|
6663
5826
|
alpacaAccountId
|
6664
5827
|
}
|
6665
5828
|
alerts {
|
@@ -6670,9 +5833,6 @@ exports.Authenticator = {
|
|
6670
5833
|
isRead
|
6671
5834
|
createdAt
|
6672
5835
|
updatedAt
|
6673
|
-
alpacaAccount {
|
6674
|
-
id
|
6675
|
-
}
|
6676
5836
|
}
|
6677
5837
|
}
|
6678
5838
|
}
|
@@ -6740,9 +5900,6 @@ exports.Authenticator = {
|
|
6740
5900
|
stripeCurrentPeriodEnd
|
6741
5901
|
createdAt
|
6742
5902
|
updatedAt
|
6743
|
-
users {
|
6744
|
-
id
|
6745
|
-
}
|
6746
5903
|
}
|
6747
5904
|
customerId
|
6748
5905
|
accounts {
|
@@ -6760,24 +5917,15 @@ exports.Authenticator = {
|
|
6760
5917
|
session_state
|
6761
5918
|
createdAt
|
6762
5919
|
updatedAt
|
6763
|
-
user {
|
6764
|
-
id
|
6765
|
-
}
|
6766
5920
|
}
|
6767
5921
|
sessions {
|
6768
5922
|
id
|
6769
5923
|
sessionToken
|
6770
5924
|
userId
|
6771
5925
|
expires
|
6772
|
-
user {
|
6773
|
-
id
|
6774
|
-
}
|
6775
5926
|
createdAt
|
6776
5927
|
updatedAt
|
6777
5928
|
}
|
6778
|
-
authenticators {
|
6779
|
-
id
|
6780
|
-
}
|
6781
5929
|
plan
|
6782
5930
|
alpacaAccounts {
|
6783
5931
|
id
|
@@ -6788,9 +5936,6 @@ exports.Authenticator = {
|
|
6788
5936
|
marketOpen
|
6789
5937
|
minOrderSize
|
6790
5938
|
maxOrderSize
|
6791
|
-
user {
|
6792
|
-
id
|
6793
|
-
}
|
6794
5939
|
userId
|
6795
5940
|
createdAt
|
6796
5941
|
updatedAt
|
@@ -6809,9 +5954,6 @@ exports.Authenticator = {
|
|
6809
5954
|
createdAt
|
6810
5955
|
updatedAt
|
6811
5956
|
status
|
6812
|
-
alpacaAccount {
|
6813
|
-
id
|
6814
|
-
}
|
6815
5957
|
asset {
|
6816
5958
|
id
|
6817
5959
|
symbol
|
@@ -6871,9 +6013,6 @@ exports.Authenticator = {
|
|
6871
6013
|
buyPrice
|
6872
6014
|
createdAt
|
6873
6015
|
updatedAt
|
6874
|
-
trades {
|
6875
|
-
id
|
6876
|
-
}
|
6877
6016
|
orders {
|
6878
6017
|
id
|
6879
6018
|
clientOrderId
|
@@ -6894,9 +6033,6 @@ exports.Authenticator = {
|
|
6894
6033
|
createdAt
|
6895
6034
|
updatedAt
|
6896
6035
|
orderId
|
6897
|
-
Order {
|
6898
|
-
id
|
6899
|
-
}
|
6900
6036
|
}
|
6901
6037
|
takeProfit {
|
6902
6038
|
id
|
@@ -6905,9 +6041,6 @@ exports.Authenticator = {
|
|
6905
6041
|
createdAt
|
6906
6042
|
updatedAt
|
6907
6043
|
orderId
|
6908
|
-
Order {
|
6909
|
-
id
|
6910
|
-
}
|
6911
6044
|
}
|
6912
6045
|
trailPrice
|
6913
6046
|
trailPercent
|
@@ -6919,9 +6052,6 @@ exports.Authenticator = {
|
|
6919
6052
|
filledAt
|
6920
6053
|
filledAvgPrice
|
6921
6054
|
actionId
|
6922
|
-
alpacaAccount {
|
6923
|
-
id
|
6924
|
-
}
|
6925
6055
|
action {
|
6926
6056
|
id
|
6927
6057
|
sequence
|
@@ -6930,15 +6060,6 @@ exports.Authenticator = {
|
|
6930
6060
|
note
|
6931
6061
|
status
|
6932
6062
|
fee
|
6933
|
-
trade {
|
6934
|
-
id
|
6935
|
-
}
|
6936
|
-
order {
|
6937
|
-
id
|
6938
|
-
}
|
6939
|
-
}
|
6940
|
-
asset {
|
6941
|
-
id
|
6942
6063
|
}
|
6943
6064
|
fee
|
6944
6065
|
strikePrice
|
@@ -6950,9 +6071,6 @@ exports.Authenticator = {
|
|
6950
6071
|
positions {
|
6951
6072
|
id
|
6952
6073
|
assetId
|
6953
|
-
asset {
|
6954
|
-
id
|
6955
|
-
}
|
6956
6074
|
averageEntryPrice
|
6957
6075
|
qty
|
6958
6076
|
qtyAvailable
|
@@ -6966,9 +6084,6 @@ exports.Authenticator = {
|
|
6966
6084
|
lastTradePrice
|
6967
6085
|
changeToday
|
6968
6086
|
assetMarginable
|
6969
|
-
alpacaAccount {
|
6970
|
-
id
|
6971
|
-
}
|
6972
6087
|
alpacaAccountId
|
6973
6088
|
}
|
6974
6089
|
newsMentions {
|
@@ -6993,12 +6108,6 @@ exports.Authenticator = {
|
|
6993
6108
|
logo
|
6994
6109
|
createdAt
|
6995
6110
|
updatedAt
|
6996
|
-
assets {
|
6997
|
-
id
|
6998
|
-
}
|
6999
|
-
}
|
7000
|
-
asset {
|
7001
|
-
id
|
7002
6111
|
}
|
7003
6112
|
relevancyScore
|
7004
6113
|
sentimentScore
|
@@ -7013,9 +6122,6 @@ exports.Authenticator = {
|
|
7013
6122
|
note
|
7014
6123
|
status
|
7015
6124
|
fee
|
7016
|
-
trade {
|
7017
|
-
id
|
7018
|
-
}
|
7019
6125
|
order {
|
7020
6126
|
id
|
7021
6127
|
clientOrderId
|
@@ -7036,9 +6142,6 @@ exports.Authenticator = {
|
|
7036
6142
|
createdAt
|
7037
6143
|
updatedAt
|
7038
6144
|
orderId
|
7039
|
-
Order {
|
7040
|
-
id
|
7041
|
-
}
|
7042
6145
|
}
|
7043
6146
|
takeProfit {
|
7044
6147
|
id
|
@@ -7047,9 +6150,6 @@ exports.Authenticator = {
|
|
7047
6150
|
createdAt
|
7048
6151
|
updatedAt
|
7049
6152
|
orderId
|
7050
|
-
Order {
|
7051
|
-
id
|
7052
|
-
}
|
7053
6153
|
}
|
7054
6154
|
trailPrice
|
7055
6155
|
trailPercent
|
@@ -7061,12 +6161,6 @@ exports.Authenticator = {
|
|
7061
6161
|
filledAt
|
7062
6162
|
filledAvgPrice
|
7063
6163
|
actionId
|
7064
|
-
alpacaAccount {
|
7065
|
-
id
|
7066
|
-
}
|
7067
|
-
action {
|
7068
|
-
id
|
7069
|
-
}
|
7070
6164
|
asset {
|
7071
6165
|
id
|
7072
6166
|
symbol
|
@@ -7126,18 +6220,9 @@ exports.Authenticator = {
|
|
7126
6220
|
buyPrice
|
7127
6221
|
createdAt
|
7128
6222
|
updatedAt
|
7129
|
-
trades {
|
7130
|
-
id
|
7131
|
-
}
|
7132
|
-
orders {
|
7133
|
-
id
|
7134
|
-
}
|
7135
6223
|
positions {
|
7136
6224
|
id
|
7137
6225
|
assetId
|
7138
|
-
asset {
|
7139
|
-
id
|
7140
|
-
}
|
7141
6226
|
averageEntryPrice
|
7142
6227
|
qty
|
7143
6228
|
qtyAvailable
|
@@ -7151,9 +6236,6 @@ exports.Authenticator = {
|
|
7151
6236
|
lastTradePrice
|
7152
6237
|
changeToday
|
7153
6238
|
assetMarginable
|
7154
|
-
alpacaAccount {
|
7155
|
-
id
|
7156
|
-
}
|
7157
6239
|
alpacaAccountId
|
7158
6240
|
}
|
7159
6241
|
newsMentions {
|
@@ -7178,12 +6260,6 @@ exports.Authenticator = {
|
|
7178
6260
|
logo
|
7179
6261
|
createdAt
|
7180
6262
|
updatedAt
|
7181
|
-
assets {
|
7182
|
-
id
|
7183
|
-
}
|
7184
|
-
}
|
7185
|
-
asset {
|
7186
|
-
id
|
7187
6263
|
}
|
7188
6264
|
relevancyScore
|
7189
6265
|
sentimentScore
|
@@ -7219,9 +6295,6 @@ exports.Authenticator = {
|
|
7219
6295
|
createdAt
|
7220
6296
|
updatedAt
|
7221
6297
|
orderId
|
7222
|
-
Order {
|
7223
|
-
id
|
7224
|
-
}
|
7225
6298
|
}
|
7226
6299
|
takeProfit {
|
7227
6300
|
id
|
@@ -7230,9 +6303,6 @@ exports.Authenticator = {
|
|
7230
6303
|
createdAt
|
7231
6304
|
updatedAt
|
7232
6305
|
orderId
|
7233
|
-
Order {
|
7234
|
-
id
|
7235
|
-
}
|
7236
6306
|
}
|
7237
6307
|
trailPrice
|
7238
6308
|
trailPercent
|
@@ -7244,9 +6314,6 @@ exports.Authenticator = {
|
|
7244
6314
|
filledAt
|
7245
6315
|
filledAvgPrice
|
7246
6316
|
actionId
|
7247
|
-
alpacaAccount {
|
7248
|
-
id
|
7249
|
-
}
|
7250
6317
|
action {
|
7251
6318
|
id
|
7252
6319
|
sequence
|
@@ -7270,9 +6337,6 @@ exports.Authenticator = {
|
|
7270
6337
|
createdAt
|
7271
6338
|
updatedAt
|
7272
6339
|
status
|
7273
|
-
alpacaAccount {
|
7274
|
-
id
|
7275
|
-
}
|
7276
6340
|
asset {
|
7277
6341
|
id
|
7278
6342
|
symbol
|
@@ -7332,18 +6396,9 @@ exports.Authenticator = {
|
|
7332
6396
|
buyPrice
|
7333
6397
|
createdAt
|
7334
6398
|
updatedAt
|
7335
|
-
trades {
|
7336
|
-
id
|
7337
|
-
}
|
7338
|
-
orders {
|
7339
|
-
id
|
7340
|
-
}
|
7341
6399
|
positions {
|
7342
6400
|
id
|
7343
6401
|
assetId
|
7344
|
-
asset {
|
7345
|
-
id
|
7346
|
-
}
|
7347
6402
|
averageEntryPrice
|
7348
6403
|
qty
|
7349
6404
|
qtyAvailable
|
@@ -7357,9 +6412,6 @@ exports.Authenticator = {
|
|
7357
6412
|
lastTradePrice
|
7358
6413
|
changeToday
|
7359
6414
|
assetMarginable
|
7360
|
-
alpacaAccount {
|
7361
|
-
id
|
7362
|
-
}
|
7363
6415
|
alpacaAccountId
|
7364
6416
|
}
|
7365
6417
|
newsMentions {
|
@@ -7384,24 +6436,12 @@ exports.Authenticator = {
|
|
7384
6436
|
logo
|
7385
6437
|
createdAt
|
7386
6438
|
updatedAt
|
7387
|
-
assets {
|
7388
|
-
id
|
7389
|
-
}
|
7390
|
-
}
|
7391
|
-
asset {
|
7392
|
-
id
|
7393
6439
|
}
|
7394
6440
|
relevancyScore
|
7395
6441
|
sentimentScore
|
7396
6442
|
sentimentLabel
|
7397
6443
|
}
|
7398
6444
|
}
|
7399
|
-
actions {
|
7400
|
-
id
|
7401
|
-
}
|
7402
|
-
}
|
7403
|
-
order {
|
7404
|
-
id
|
7405
6445
|
}
|
7406
6446
|
}
|
7407
6447
|
asset {
|
@@ -7478,12 +6518,6 @@ exports.Authenticator = {
|
|
7478
6518
|
createdAt
|
7479
6519
|
updatedAt
|
7480
6520
|
status
|
7481
|
-
alpacaAccount {
|
7482
|
-
id
|
7483
|
-
}
|
7484
|
-
asset {
|
7485
|
-
id
|
7486
|
-
}
|
7487
6521
|
actions {
|
7488
6522
|
id
|
7489
6523
|
sequence
|
@@ -7492,23 +6526,11 @@ exports.Authenticator = {
|
|
7492
6526
|
note
|
7493
6527
|
status
|
7494
6528
|
fee
|
7495
|
-
trade {
|
7496
|
-
id
|
7497
|
-
}
|
7498
|
-
order {
|
7499
|
-
id
|
7500
|
-
}
|
7501
6529
|
}
|
7502
6530
|
}
|
7503
|
-
orders {
|
7504
|
-
id
|
7505
|
-
}
|
7506
6531
|
positions {
|
7507
6532
|
id
|
7508
6533
|
assetId
|
7509
|
-
asset {
|
7510
|
-
id
|
7511
|
-
}
|
7512
6534
|
averageEntryPrice
|
7513
6535
|
qty
|
7514
6536
|
qtyAvailable
|
@@ -7522,9 +6544,6 @@ exports.Authenticator = {
|
|
7522
6544
|
lastTradePrice
|
7523
6545
|
changeToday
|
7524
6546
|
assetMarginable
|
7525
|
-
alpacaAccount {
|
7526
|
-
id
|
7527
|
-
}
|
7528
6547
|
alpacaAccountId
|
7529
6548
|
}
|
7530
6549
|
newsMentions {
|
@@ -7549,12 +6568,6 @@ exports.Authenticator = {
|
|
7549
6568
|
logo
|
7550
6569
|
createdAt
|
7551
6570
|
updatedAt
|
7552
|
-
assets {
|
7553
|
-
id
|
7554
|
-
}
|
7555
|
-
}
|
7556
|
-
asset {
|
7557
|
-
id
|
7558
6571
|
}
|
7559
6572
|
relevancyScore
|
7560
6573
|
sentimentScore
|
@@ -7645,12 +6658,6 @@ exports.Authenticator = {
|
|
7645
6658
|
createdAt
|
7646
6659
|
updatedAt
|
7647
6660
|
status
|
7648
|
-
alpacaAccount {
|
7649
|
-
id
|
7650
|
-
}
|
7651
|
-
asset {
|
7652
|
-
id
|
7653
|
-
}
|
7654
6661
|
actions {
|
7655
6662
|
id
|
7656
6663
|
sequence
|
@@ -7659,9 +6666,6 @@ exports.Authenticator = {
|
|
7659
6666
|
note
|
7660
6667
|
status
|
7661
6668
|
fee
|
7662
|
-
trade {
|
7663
|
-
id
|
7664
|
-
}
|
7665
6669
|
order {
|
7666
6670
|
id
|
7667
6671
|
clientOrderId
|
@@ -7682,9 +6686,6 @@ exports.Authenticator = {
|
|
7682
6686
|
createdAt
|
7683
6687
|
updatedAt
|
7684
6688
|
orderId
|
7685
|
-
Order {
|
7686
|
-
id
|
7687
|
-
}
|
7688
6689
|
}
|
7689
6690
|
takeProfit {
|
7690
6691
|
id
|
@@ -7693,9 +6694,6 @@ exports.Authenticator = {
|
|
7693
6694
|
createdAt
|
7694
6695
|
updatedAt
|
7695
6696
|
orderId
|
7696
|
-
Order {
|
7697
|
-
id
|
7698
|
-
}
|
7699
6697
|
}
|
7700
6698
|
trailPrice
|
7701
6699
|
trailPercent
|
@@ -7707,15 +6705,6 @@ exports.Authenticator = {
|
|
7707
6705
|
filledAt
|
7708
6706
|
filledAvgPrice
|
7709
6707
|
actionId
|
7710
|
-
alpacaAccount {
|
7711
|
-
id
|
7712
|
-
}
|
7713
|
-
action {
|
7714
|
-
id
|
7715
|
-
}
|
7716
|
-
asset {
|
7717
|
-
id
|
7718
|
-
}
|
7719
6708
|
fee
|
7720
6709
|
strikePrice
|
7721
6710
|
expirationDate
|
@@ -7745,9 +6734,6 @@ exports.Authenticator = {
|
|
7745
6734
|
createdAt
|
7746
6735
|
updatedAt
|
7747
6736
|
orderId
|
7748
|
-
Order {
|
7749
|
-
id
|
7750
|
-
}
|
7751
6737
|
}
|
7752
6738
|
takeProfit {
|
7753
6739
|
id
|
@@ -7756,9 +6742,6 @@ exports.Authenticator = {
|
|
7756
6742
|
createdAt
|
7757
6743
|
updatedAt
|
7758
6744
|
orderId
|
7759
|
-
Order {
|
7760
|
-
id
|
7761
|
-
}
|
7762
6745
|
}
|
7763
6746
|
trailPrice
|
7764
6747
|
trailPercent
|
@@ -7770,9 +6753,6 @@ exports.Authenticator = {
|
|
7770
6753
|
filledAt
|
7771
6754
|
filledAvgPrice
|
7772
6755
|
actionId
|
7773
|
-
alpacaAccount {
|
7774
|
-
id
|
7775
|
-
}
|
7776
6756
|
action {
|
7777
6757
|
id
|
7778
6758
|
sequence
|
@@ -7796,23 +6776,8 @@ exports.Authenticator = {
|
|
7796
6776
|
createdAt
|
7797
6777
|
updatedAt
|
7798
6778
|
status
|
7799
|
-
alpacaAccount {
|
7800
|
-
id
|
7801
|
-
}
|
7802
|
-
asset {
|
7803
|
-
id
|
7804
|
-
}
|
7805
|
-
actions {
|
7806
|
-
id
|
7807
|
-
}
|
7808
|
-
}
|
7809
|
-
order {
|
7810
|
-
id
|
7811
6779
|
}
|
7812
6780
|
}
|
7813
|
-
asset {
|
7814
|
-
id
|
7815
|
-
}
|
7816
6781
|
fee
|
7817
6782
|
strikePrice
|
7818
6783
|
expirationDate
|
@@ -7820,9 +6785,6 @@ exports.Authenticator = {
|
|
7820
6785
|
stopLossId
|
7821
6786
|
takeProfitId
|
7822
6787
|
}
|
7823
|
-
positions {
|
7824
|
-
id
|
7825
|
-
}
|
7826
6788
|
newsMentions {
|
7827
6789
|
id
|
7828
6790
|
assetId
|
@@ -7845,12 +6807,6 @@ exports.Authenticator = {
|
|
7845
6807
|
logo
|
7846
6808
|
createdAt
|
7847
6809
|
updatedAt
|
7848
|
-
assets {
|
7849
|
-
id
|
7850
|
-
}
|
7851
|
-
}
|
7852
|
-
asset {
|
7853
|
-
id
|
7854
6810
|
}
|
7855
6811
|
relevancyScore
|
7856
6812
|
sentimentScore
|
@@ -7870,9 +6826,6 @@ exports.Authenticator = {
|
|
7870
6826
|
lastTradePrice
|
7871
6827
|
changeToday
|
7872
6828
|
assetMarginable
|
7873
|
-
alpacaAccount {
|
7874
|
-
id
|
7875
|
-
}
|
7876
6829
|
alpacaAccountId
|
7877
6830
|
}
|
7878
6831
|
alerts {
|
@@ -7883,9 +6836,6 @@ exports.Authenticator = {
|
|
7883
6836
|
isRead
|
7884
6837
|
createdAt
|
7885
6838
|
updatedAt
|
7886
|
-
alpacaAccount {
|
7887
|
-
id
|
7888
|
-
}
|
7889
6839
|
}
|
7890
6840
|
}
|
7891
6841
|
}
|
@@ -7947,9 +6897,6 @@ exports.Authenticator = {
|
|
7947
6897
|
stripeCurrentPeriodEnd
|
7948
6898
|
createdAt
|
7949
6899
|
updatedAt
|
7950
|
-
users {
|
7951
|
-
id
|
7952
|
-
}
|
7953
6900
|
}
|
7954
6901
|
customerId
|
7955
6902
|
accounts {
|
@@ -7967,24 +6914,15 @@ exports.Authenticator = {
|
|
7967
6914
|
session_state
|
7968
6915
|
createdAt
|
7969
6916
|
updatedAt
|
7970
|
-
user {
|
7971
|
-
id
|
7972
|
-
}
|
7973
6917
|
}
|
7974
6918
|
sessions {
|
7975
6919
|
id
|
7976
6920
|
sessionToken
|
7977
6921
|
userId
|
7978
6922
|
expires
|
7979
|
-
user {
|
7980
|
-
id
|
7981
|
-
}
|
7982
6923
|
createdAt
|
7983
6924
|
updatedAt
|
7984
6925
|
}
|
7985
|
-
authenticators {
|
7986
|
-
id
|
7987
|
-
}
|
7988
6926
|
plan
|
7989
6927
|
alpacaAccounts {
|
7990
6928
|
id
|
@@ -7995,9 +6933,6 @@ exports.Authenticator = {
|
|
7995
6933
|
marketOpen
|
7996
6934
|
minOrderSize
|
7997
6935
|
maxOrderSize
|
7998
|
-
user {
|
7999
|
-
id
|
8000
|
-
}
|
8001
6936
|
userId
|
8002
6937
|
createdAt
|
8003
6938
|
updatedAt
|
@@ -8016,9 +6951,6 @@ exports.Authenticator = {
|
|
8016
6951
|
createdAt
|
8017
6952
|
updatedAt
|
8018
6953
|
status
|
8019
|
-
alpacaAccount {
|
8020
|
-
id
|
8021
|
-
}
|
8022
6954
|
asset {
|
8023
6955
|
id
|
8024
6956
|
symbol
|
@@ -8078,9 +7010,6 @@ exports.Authenticator = {
|
|
8078
7010
|
buyPrice
|
8079
7011
|
createdAt
|
8080
7012
|
updatedAt
|
8081
|
-
trades {
|
8082
|
-
id
|
8083
|
-
}
|
8084
7013
|
orders {
|
8085
7014
|
id
|
8086
7015
|
clientOrderId
|
@@ -8101,9 +7030,6 @@ exports.Authenticator = {
|
|
8101
7030
|
createdAt
|
8102
7031
|
updatedAt
|
8103
7032
|
orderId
|
8104
|
-
Order {
|
8105
|
-
id
|
8106
|
-
}
|
8107
7033
|
}
|
8108
7034
|
takeProfit {
|
8109
7035
|
id
|
@@ -8112,9 +7038,6 @@ exports.Authenticator = {
|
|
8112
7038
|
createdAt
|
8113
7039
|
updatedAt
|
8114
7040
|
orderId
|
8115
|
-
Order {
|
8116
|
-
id
|
8117
|
-
}
|
8118
7041
|
}
|
8119
7042
|
trailPrice
|
8120
7043
|
trailPercent
|
@@ -8126,9 +7049,6 @@ exports.Authenticator = {
|
|
8126
7049
|
filledAt
|
8127
7050
|
filledAvgPrice
|
8128
7051
|
actionId
|
8129
|
-
alpacaAccount {
|
8130
|
-
id
|
8131
|
-
}
|
8132
7052
|
action {
|
8133
7053
|
id
|
8134
7054
|
sequence
|
@@ -8137,15 +7057,6 @@ exports.Authenticator = {
|
|
8137
7057
|
note
|
8138
7058
|
status
|
8139
7059
|
fee
|
8140
|
-
trade {
|
8141
|
-
id
|
8142
|
-
}
|
8143
|
-
order {
|
8144
|
-
id
|
8145
|
-
}
|
8146
|
-
}
|
8147
|
-
asset {
|
8148
|
-
id
|
8149
7060
|
}
|
8150
7061
|
fee
|
8151
7062
|
strikePrice
|
@@ -8157,9 +7068,6 @@ exports.Authenticator = {
|
|
8157
7068
|
positions {
|
8158
7069
|
id
|
8159
7070
|
assetId
|
8160
|
-
asset {
|
8161
|
-
id
|
8162
|
-
}
|
8163
7071
|
averageEntryPrice
|
8164
7072
|
qty
|
8165
7073
|
qtyAvailable
|
@@ -8173,9 +7081,6 @@ exports.Authenticator = {
|
|
8173
7081
|
lastTradePrice
|
8174
7082
|
changeToday
|
8175
7083
|
assetMarginable
|
8176
|
-
alpacaAccount {
|
8177
|
-
id
|
8178
|
-
}
|
8179
7084
|
alpacaAccountId
|
8180
7085
|
}
|
8181
7086
|
newsMentions {
|
@@ -8200,12 +7105,6 @@ exports.Authenticator = {
|
|
8200
7105
|
logo
|
8201
7106
|
createdAt
|
8202
7107
|
updatedAt
|
8203
|
-
assets {
|
8204
|
-
id
|
8205
|
-
}
|
8206
|
-
}
|
8207
|
-
asset {
|
8208
|
-
id
|
8209
7108
|
}
|
8210
7109
|
relevancyScore
|
8211
7110
|
sentimentScore
|
@@ -8220,9 +7119,6 @@ exports.Authenticator = {
|
|
8220
7119
|
note
|
8221
7120
|
status
|
8222
7121
|
fee
|
8223
|
-
trade {
|
8224
|
-
id
|
8225
|
-
}
|
8226
7122
|
order {
|
8227
7123
|
id
|
8228
7124
|
clientOrderId
|
@@ -8243,9 +7139,6 @@ exports.Authenticator = {
|
|
8243
7139
|
createdAt
|
8244
7140
|
updatedAt
|
8245
7141
|
orderId
|
8246
|
-
Order {
|
8247
|
-
id
|
8248
|
-
}
|
8249
7142
|
}
|
8250
7143
|
takeProfit {
|
8251
7144
|
id
|
@@ -8254,9 +7147,6 @@ exports.Authenticator = {
|
|
8254
7147
|
createdAt
|
8255
7148
|
updatedAt
|
8256
7149
|
orderId
|
8257
|
-
Order {
|
8258
|
-
id
|
8259
|
-
}
|
8260
7150
|
}
|
8261
7151
|
trailPrice
|
8262
7152
|
trailPercent
|
@@ -8268,12 +7158,6 @@ exports.Authenticator = {
|
|
8268
7158
|
filledAt
|
8269
7159
|
filledAvgPrice
|
8270
7160
|
actionId
|
8271
|
-
alpacaAccount {
|
8272
|
-
id
|
8273
|
-
}
|
8274
|
-
action {
|
8275
|
-
id
|
8276
|
-
}
|
8277
7161
|
asset {
|
8278
7162
|
id
|
8279
7163
|
symbol
|
@@ -8333,18 +7217,9 @@ exports.Authenticator = {
|
|
8333
7217
|
buyPrice
|
8334
7218
|
createdAt
|
8335
7219
|
updatedAt
|
8336
|
-
trades {
|
8337
|
-
id
|
8338
|
-
}
|
8339
|
-
orders {
|
8340
|
-
id
|
8341
|
-
}
|
8342
7220
|
positions {
|
8343
7221
|
id
|
8344
7222
|
assetId
|
8345
|
-
asset {
|
8346
|
-
id
|
8347
|
-
}
|
8348
7223
|
averageEntryPrice
|
8349
7224
|
qty
|
8350
7225
|
qtyAvailable
|
@@ -8358,9 +7233,6 @@ exports.Authenticator = {
|
|
8358
7233
|
lastTradePrice
|
8359
7234
|
changeToday
|
8360
7235
|
assetMarginable
|
8361
|
-
alpacaAccount {
|
8362
|
-
id
|
8363
|
-
}
|
8364
7236
|
alpacaAccountId
|
8365
7237
|
}
|
8366
7238
|
newsMentions {
|
@@ -8385,12 +7257,6 @@ exports.Authenticator = {
|
|
8385
7257
|
logo
|
8386
7258
|
createdAt
|
8387
7259
|
updatedAt
|
8388
|
-
assets {
|
8389
|
-
id
|
8390
|
-
}
|
8391
|
-
}
|
8392
|
-
asset {
|
8393
|
-
id
|
8394
7260
|
}
|
8395
7261
|
relevancyScore
|
8396
7262
|
sentimentScore
|
@@ -8426,9 +7292,6 @@ exports.Authenticator = {
|
|
8426
7292
|
createdAt
|
8427
7293
|
updatedAt
|
8428
7294
|
orderId
|
8429
|
-
Order {
|
8430
|
-
id
|
8431
|
-
}
|
8432
7295
|
}
|
8433
7296
|
takeProfit {
|
8434
7297
|
id
|
@@ -8437,9 +7300,6 @@ exports.Authenticator = {
|
|
8437
7300
|
createdAt
|
8438
7301
|
updatedAt
|
8439
7302
|
orderId
|
8440
|
-
Order {
|
8441
|
-
id
|
8442
|
-
}
|
8443
7303
|
}
|
8444
7304
|
trailPrice
|
8445
7305
|
trailPercent
|
@@ -8451,9 +7311,6 @@ exports.Authenticator = {
|
|
8451
7311
|
filledAt
|
8452
7312
|
filledAvgPrice
|
8453
7313
|
actionId
|
8454
|
-
alpacaAccount {
|
8455
|
-
id
|
8456
|
-
}
|
8457
7314
|
action {
|
8458
7315
|
id
|
8459
7316
|
sequence
|
@@ -8477,9 +7334,6 @@ exports.Authenticator = {
|
|
8477
7334
|
createdAt
|
8478
7335
|
updatedAt
|
8479
7336
|
status
|
8480
|
-
alpacaAccount {
|
8481
|
-
id
|
8482
|
-
}
|
8483
7337
|
asset {
|
8484
7338
|
id
|
8485
7339
|
symbol
|
@@ -8539,18 +7393,9 @@ exports.Authenticator = {
|
|
8539
7393
|
buyPrice
|
8540
7394
|
createdAt
|
8541
7395
|
updatedAt
|
8542
|
-
trades {
|
8543
|
-
id
|
8544
|
-
}
|
8545
|
-
orders {
|
8546
|
-
id
|
8547
|
-
}
|
8548
7396
|
positions {
|
8549
7397
|
id
|
8550
7398
|
assetId
|
8551
|
-
asset {
|
8552
|
-
id
|
8553
|
-
}
|
8554
7399
|
averageEntryPrice
|
8555
7400
|
qty
|
8556
7401
|
qtyAvailable
|
@@ -8564,9 +7409,6 @@ exports.Authenticator = {
|
|
8564
7409
|
lastTradePrice
|
8565
7410
|
changeToday
|
8566
7411
|
assetMarginable
|
8567
|
-
alpacaAccount {
|
8568
|
-
id
|
8569
|
-
}
|
8570
7412
|
alpacaAccountId
|
8571
7413
|
}
|
8572
7414
|
newsMentions {
|
@@ -8591,24 +7433,12 @@ exports.Authenticator = {
|
|
8591
7433
|
logo
|
8592
7434
|
createdAt
|
8593
7435
|
updatedAt
|
8594
|
-
assets {
|
8595
|
-
id
|
8596
|
-
}
|
8597
|
-
}
|
8598
|
-
asset {
|
8599
|
-
id
|
8600
7436
|
}
|
8601
7437
|
relevancyScore
|
8602
7438
|
sentimentScore
|
8603
7439
|
sentimentLabel
|
8604
7440
|
}
|
8605
7441
|
}
|
8606
|
-
actions {
|
8607
|
-
id
|
8608
|
-
}
|
8609
|
-
}
|
8610
|
-
order {
|
8611
|
-
id
|
8612
7442
|
}
|
8613
7443
|
}
|
8614
7444
|
asset {
|
@@ -8685,12 +7515,6 @@ exports.Authenticator = {
|
|
8685
7515
|
createdAt
|
8686
7516
|
updatedAt
|
8687
7517
|
status
|
8688
|
-
alpacaAccount {
|
8689
|
-
id
|
8690
|
-
}
|
8691
|
-
asset {
|
8692
|
-
id
|
8693
|
-
}
|
8694
7518
|
actions {
|
8695
7519
|
id
|
8696
7520
|
sequence
|
@@ -8699,23 +7523,11 @@ exports.Authenticator = {
|
|
8699
7523
|
note
|
8700
7524
|
status
|
8701
7525
|
fee
|
8702
|
-
trade {
|
8703
|
-
id
|
8704
|
-
}
|
8705
|
-
order {
|
8706
|
-
id
|
8707
|
-
}
|
8708
7526
|
}
|
8709
7527
|
}
|
8710
|
-
orders {
|
8711
|
-
id
|
8712
|
-
}
|
8713
7528
|
positions {
|
8714
7529
|
id
|
8715
7530
|
assetId
|
8716
|
-
asset {
|
8717
|
-
id
|
8718
|
-
}
|
8719
7531
|
averageEntryPrice
|
8720
7532
|
qty
|
8721
7533
|
qtyAvailable
|
@@ -8729,9 +7541,6 @@ exports.Authenticator = {
|
|
8729
7541
|
lastTradePrice
|
8730
7542
|
changeToday
|
8731
7543
|
assetMarginable
|
8732
|
-
alpacaAccount {
|
8733
|
-
id
|
8734
|
-
}
|
8735
7544
|
alpacaAccountId
|
8736
7545
|
}
|
8737
7546
|
newsMentions {
|
@@ -8756,12 +7565,6 @@ exports.Authenticator = {
|
|
8756
7565
|
logo
|
8757
7566
|
createdAt
|
8758
7567
|
updatedAt
|
8759
|
-
assets {
|
8760
|
-
id
|
8761
|
-
}
|
8762
|
-
}
|
8763
|
-
asset {
|
8764
|
-
id
|
8765
7568
|
}
|
8766
7569
|
relevancyScore
|
8767
7570
|
sentimentScore
|
@@ -8852,12 +7655,6 @@ exports.Authenticator = {
|
|
8852
7655
|
createdAt
|
8853
7656
|
updatedAt
|
8854
7657
|
status
|
8855
|
-
alpacaAccount {
|
8856
|
-
id
|
8857
|
-
}
|
8858
|
-
asset {
|
8859
|
-
id
|
8860
|
-
}
|
8861
7658
|
actions {
|
8862
7659
|
id
|
8863
7660
|
sequence
|
@@ -8866,9 +7663,6 @@ exports.Authenticator = {
|
|
8866
7663
|
note
|
8867
7664
|
status
|
8868
7665
|
fee
|
8869
|
-
trade {
|
8870
|
-
id
|
8871
|
-
}
|
8872
7666
|
order {
|
8873
7667
|
id
|
8874
7668
|
clientOrderId
|
@@ -8889,9 +7683,6 @@ exports.Authenticator = {
|
|
8889
7683
|
createdAt
|
8890
7684
|
updatedAt
|
8891
7685
|
orderId
|
8892
|
-
Order {
|
8893
|
-
id
|
8894
|
-
}
|
8895
7686
|
}
|
8896
7687
|
takeProfit {
|
8897
7688
|
id
|
@@ -8900,9 +7691,6 @@ exports.Authenticator = {
|
|
8900
7691
|
createdAt
|
8901
7692
|
updatedAt
|
8902
7693
|
orderId
|
8903
|
-
Order {
|
8904
|
-
id
|
8905
|
-
}
|
8906
7694
|
}
|
8907
7695
|
trailPrice
|
8908
7696
|
trailPercent
|
@@ -8914,15 +7702,6 @@ exports.Authenticator = {
|
|
8914
7702
|
filledAt
|
8915
7703
|
filledAvgPrice
|
8916
7704
|
actionId
|
8917
|
-
alpacaAccount {
|
8918
|
-
id
|
8919
|
-
}
|
8920
|
-
action {
|
8921
|
-
id
|
8922
|
-
}
|
8923
|
-
asset {
|
8924
|
-
id
|
8925
|
-
}
|
8926
7705
|
fee
|
8927
7706
|
strikePrice
|
8928
7707
|
expirationDate
|
@@ -8952,9 +7731,6 @@ exports.Authenticator = {
|
|
8952
7731
|
createdAt
|
8953
7732
|
updatedAt
|
8954
7733
|
orderId
|
8955
|
-
Order {
|
8956
|
-
id
|
8957
|
-
}
|
8958
7734
|
}
|
8959
7735
|
takeProfit {
|
8960
7736
|
id
|
@@ -8963,9 +7739,6 @@ exports.Authenticator = {
|
|
8963
7739
|
createdAt
|
8964
7740
|
updatedAt
|
8965
7741
|
orderId
|
8966
|
-
Order {
|
8967
|
-
id
|
8968
|
-
}
|
8969
7742
|
}
|
8970
7743
|
trailPrice
|
8971
7744
|
trailPercent
|
@@ -8977,9 +7750,6 @@ exports.Authenticator = {
|
|
8977
7750
|
filledAt
|
8978
7751
|
filledAvgPrice
|
8979
7752
|
actionId
|
8980
|
-
alpacaAccount {
|
8981
|
-
id
|
8982
|
-
}
|
8983
7753
|
action {
|
8984
7754
|
id
|
8985
7755
|
sequence
|
@@ -9003,22 +7773,7 @@ exports.Authenticator = {
|
|
9003
7773
|
createdAt
|
9004
7774
|
updatedAt
|
9005
7775
|
status
|
9006
|
-
alpacaAccount {
|
9007
|
-
id
|
9008
|
-
}
|
9009
|
-
asset {
|
9010
|
-
id
|
9011
|
-
}
|
9012
|
-
actions {
|
9013
|
-
id
|
9014
|
-
}
|
9015
7776
|
}
|
9016
|
-
order {
|
9017
|
-
id
|
9018
|
-
}
|
9019
|
-
}
|
9020
|
-
asset {
|
9021
|
-
id
|
9022
7777
|
}
|
9023
7778
|
fee
|
9024
7779
|
strikePrice
|
@@ -9027,9 +7782,6 @@ exports.Authenticator = {
|
|
9027
7782
|
stopLossId
|
9028
7783
|
takeProfitId
|
9029
7784
|
}
|
9030
|
-
positions {
|
9031
|
-
id
|
9032
|
-
}
|
9033
7785
|
newsMentions {
|
9034
7786
|
id
|
9035
7787
|
assetId
|
@@ -9052,12 +7804,6 @@ exports.Authenticator = {
|
|
9052
7804
|
logo
|
9053
7805
|
createdAt
|
9054
7806
|
updatedAt
|
9055
|
-
assets {
|
9056
|
-
id
|
9057
|
-
}
|
9058
|
-
}
|
9059
|
-
asset {
|
9060
|
-
id
|
9061
7807
|
}
|
9062
7808
|
relevancyScore
|
9063
7809
|
sentimentScore
|
@@ -9077,9 +7823,6 @@ exports.Authenticator = {
|
|
9077
7823
|
lastTradePrice
|
9078
7824
|
changeToday
|
9079
7825
|
assetMarginable
|
9080
|
-
alpacaAccount {
|
9081
|
-
id
|
9082
|
-
}
|
9083
7826
|
alpacaAccountId
|
9084
7827
|
}
|
9085
7828
|
alerts {
|
@@ -9090,9 +7833,6 @@ exports.Authenticator = {
|
|
9090
7833
|
isRead
|
9091
7834
|
createdAt
|
9092
7835
|
updatedAt
|
9093
|
-
alpacaAccount {
|
9094
|
-
id
|
9095
|
-
}
|
9096
7836
|
}
|
9097
7837
|
}
|
9098
7838
|
}
|