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/User.cjs
CHANGED
@@ -40,9 +40,6 @@ exports.User = {
|
|
40
40
|
stripeCurrentPeriodEnd
|
41
41
|
createdAt
|
42
42
|
updatedAt
|
43
|
-
users {
|
44
|
-
id
|
45
|
-
}
|
46
43
|
}
|
47
44
|
customerId
|
48
45
|
accounts {
|
@@ -60,18 +57,12 @@ exports.User = {
|
|
60
57
|
session_state
|
61
58
|
createdAt
|
62
59
|
updatedAt
|
63
|
-
user {
|
64
|
-
id
|
65
|
-
}
|
66
60
|
}
|
67
61
|
sessions {
|
68
62
|
id
|
69
63
|
sessionToken
|
70
64
|
userId
|
71
65
|
expires
|
72
|
-
user {
|
73
|
-
id
|
74
|
-
}
|
75
66
|
createdAt
|
76
67
|
updatedAt
|
77
68
|
}
|
@@ -81,9 +72,6 @@ exports.User = {
|
|
81
72
|
credentialID
|
82
73
|
publicKey
|
83
74
|
counter
|
84
|
-
user {
|
85
|
-
id
|
86
|
-
}
|
87
75
|
createdAt
|
88
76
|
updatedAt
|
89
77
|
}
|
@@ -97,9 +85,6 @@ exports.User = {
|
|
97
85
|
marketOpen
|
98
86
|
minOrderSize
|
99
87
|
maxOrderSize
|
100
|
-
user {
|
101
|
-
id
|
102
|
-
}
|
103
88
|
userId
|
104
89
|
createdAt
|
105
90
|
updatedAt
|
@@ -118,9 +103,6 @@ exports.User = {
|
|
118
103
|
createdAt
|
119
104
|
updatedAt
|
120
105
|
status
|
121
|
-
alpacaAccount {
|
122
|
-
id
|
123
|
-
}
|
124
106
|
asset {
|
125
107
|
id
|
126
108
|
symbol
|
@@ -180,9 +162,6 @@ exports.User = {
|
|
180
162
|
buyPrice
|
181
163
|
createdAt
|
182
164
|
updatedAt
|
183
|
-
trades {
|
184
|
-
id
|
185
|
-
}
|
186
165
|
orders {
|
187
166
|
id
|
188
167
|
clientOrderId
|
@@ -203,9 +182,6 @@ exports.User = {
|
|
203
182
|
createdAt
|
204
183
|
updatedAt
|
205
184
|
orderId
|
206
|
-
Order {
|
207
|
-
id
|
208
|
-
}
|
209
185
|
}
|
210
186
|
takeProfit {
|
211
187
|
id
|
@@ -214,9 +190,6 @@ exports.User = {
|
|
214
190
|
createdAt
|
215
191
|
updatedAt
|
216
192
|
orderId
|
217
|
-
Order {
|
218
|
-
id
|
219
|
-
}
|
220
193
|
}
|
221
194
|
trailPrice
|
222
195
|
trailPercent
|
@@ -228,9 +201,6 @@ exports.User = {
|
|
228
201
|
filledAt
|
229
202
|
filledAvgPrice
|
230
203
|
actionId
|
231
|
-
alpacaAccount {
|
232
|
-
id
|
233
|
-
}
|
234
204
|
action {
|
235
205
|
id
|
236
206
|
sequence
|
@@ -239,15 +209,6 @@ exports.User = {
|
|
239
209
|
note
|
240
210
|
status
|
241
211
|
fee
|
242
|
-
trade {
|
243
|
-
id
|
244
|
-
}
|
245
|
-
order {
|
246
|
-
id
|
247
|
-
}
|
248
|
-
}
|
249
|
-
asset {
|
250
|
-
id
|
251
212
|
}
|
252
213
|
fee
|
253
214
|
strikePrice
|
@@ -259,9 +220,6 @@ exports.User = {
|
|
259
220
|
positions {
|
260
221
|
id
|
261
222
|
assetId
|
262
|
-
asset {
|
263
|
-
id
|
264
|
-
}
|
265
223
|
averageEntryPrice
|
266
224
|
qty
|
267
225
|
qtyAvailable
|
@@ -275,9 +233,6 @@ exports.User = {
|
|
275
233
|
lastTradePrice
|
276
234
|
changeToday
|
277
235
|
assetMarginable
|
278
|
-
alpacaAccount {
|
279
|
-
id
|
280
|
-
}
|
281
236
|
alpacaAccountId
|
282
237
|
}
|
283
238
|
newsMentions {
|
@@ -302,12 +257,6 @@ exports.User = {
|
|
302
257
|
logo
|
303
258
|
createdAt
|
304
259
|
updatedAt
|
305
|
-
assets {
|
306
|
-
id
|
307
|
-
}
|
308
|
-
}
|
309
|
-
asset {
|
310
|
-
id
|
311
260
|
}
|
312
261
|
relevancyScore
|
313
262
|
sentimentScore
|
@@ -322,9 +271,6 @@ exports.User = {
|
|
322
271
|
note
|
323
272
|
status
|
324
273
|
fee
|
325
|
-
trade {
|
326
|
-
id
|
327
|
-
}
|
328
274
|
order {
|
329
275
|
id
|
330
276
|
clientOrderId
|
@@ -345,9 +291,6 @@ exports.User = {
|
|
345
291
|
createdAt
|
346
292
|
updatedAt
|
347
293
|
orderId
|
348
|
-
Order {
|
349
|
-
id
|
350
|
-
}
|
351
294
|
}
|
352
295
|
takeProfit {
|
353
296
|
id
|
@@ -356,9 +299,6 @@ exports.User = {
|
|
356
299
|
createdAt
|
357
300
|
updatedAt
|
358
301
|
orderId
|
359
|
-
Order {
|
360
|
-
id
|
361
|
-
}
|
362
302
|
}
|
363
303
|
trailPrice
|
364
304
|
trailPercent
|
@@ -370,12 +310,6 @@ exports.User = {
|
|
370
310
|
filledAt
|
371
311
|
filledAvgPrice
|
372
312
|
actionId
|
373
|
-
alpacaAccount {
|
374
|
-
id
|
375
|
-
}
|
376
|
-
action {
|
377
|
-
id
|
378
|
-
}
|
379
313
|
asset {
|
380
314
|
id
|
381
315
|
symbol
|
@@ -435,18 +369,9 @@ exports.User = {
|
|
435
369
|
buyPrice
|
436
370
|
createdAt
|
437
371
|
updatedAt
|
438
|
-
trades {
|
439
|
-
id
|
440
|
-
}
|
441
|
-
orders {
|
442
|
-
id
|
443
|
-
}
|
444
372
|
positions {
|
445
373
|
id
|
446
374
|
assetId
|
447
|
-
asset {
|
448
|
-
id
|
449
|
-
}
|
450
375
|
averageEntryPrice
|
451
376
|
qty
|
452
377
|
qtyAvailable
|
@@ -460,9 +385,6 @@ exports.User = {
|
|
460
385
|
lastTradePrice
|
461
386
|
changeToday
|
462
387
|
assetMarginable
|
463
|
-
alpacaAccount {
|
464
|
-
id
|
465
|
-
}
|
466
388
|
alpacaAccountId
|
467
389
|
}
|
468
390
|
newsMentions {
|
@@ -487,12 +409,6 @@ exports.User = {
|
|
487
409
|
logo
|
488
410
|
createdAt
|
489
411
|
updatedAt
|
490
|
-
assets {
|
491
|
-
id
|
492
|
-
}
|
493
|
-
}
|
494
|
-
asset {
|
495
|
-
id
|
496
412
|
}
|
497
413
|
relevancyScore
|
498
414
|
sentimentScore
|
@@ -528,9 +444,6 @@ exports.User = {
|
|
528
444
|
createdAt
|
529
445
|
updatedAt
|
530
446
|
orderId
|
531
|
-
Order {
|
532
|
-
id
|
533
|
-
}
|
534
447
|
}
|
535
448
|
takeProfit {
|
536
449
|
id
|
@@ -539,9 +452,6 @@ exports.User = {
|
|
539
452
|
createdAt
|
540
453
|
updatedAt
|
541
454
|
orderId
|
542
|
-
Order {
|
543
|
-
id
|
544
|
-
}
|
545
455
|
}
|
546
456
|
trailPrice
|
547
457
|
trailPercent
|
@@ -553,9 +463,6 @@ exports.User = {
|
|
553
463
|
filledAt
|
554
464
|
filledAvgPrice
|
555
465
|
actionId
|
556
|
-
alpacaAccount {
|
557
|
-
id
|
558
|
-
}
|
559
466
|
action {
|
560
467
|
id
|
561
468
|
sequence
|
@@ -579,9 +486,6 @@ exports.User = {
|
|
579
486
|
createdAt
|
580
487
|
updatedAt
|
581
488
|
status
|
582
|
-
alpacaAccount {
|
583
|
-
id
|
584
|
-
}
|
585
489
|
asset {
|
586
490
|
id
|
587
491
|
symbol
|
@@ -641,18 +545,9 @@ exports.User = {
|
|
641
545
|
buyPrice
|
642
546
|
createdAt
|
643
547
|
updatedAt
|
644
|
-
trades {
|
645
|
-
id
|
646
|
-
}
|
647
|
-
orders {
|
648
|
-
id
|
649
|
-
}
|
650
548
|
positions {
|
651
549
|
id
|
652
550
|
assetId
|
653
|
-
asset {
|
654
|
-
id
|
655
|
-
}
|
656
551
|
averageEntryPrice
|
657
552
|
qty
|
658
553
|
qtyAvailable
|
@@ -666,9 +561,6 @@ exports.User = {
|
|
666
561
|
lastTradePrice
|
667
562
|
changeToday
|
668
563
|
assetMarginable
|
669
|
-
alpacaAccount {
|
670
|
-
id
|
671
|
-
}
|
672
564
|
alpacaAccountId
|
673
565
|
}
|
674
566
|
newsMentions {
|
@@ -693,24 +585,12 @@ exports.User = {
|
|
693
585
|
logo
|
694
586
|
createdAt
|
695
587
|
updatedAt
|
696
|
-
assets {
|
697
|
-
id
|
698
|
-
}
|
699
|
-
}
|
700
|
-
asset {
|
701
|
-
id
|
702
588
|
}
|
703
589
|
relevancyScore
|
704
590
|
sentimentScore
|
705
591
|
sentimentLabel
|
706
592
|
}
|
707
593
|
}
|
708
|
-
actions {
|
709
|
-
id
|
710
|
-
}
|
711
|
-
}
|
712
|
-
order {
|
713
|
-
id
|
714
594
|
}
|
715
595
|
}
|
716
596
|
asset {
|
@@ -787,12 +667,6 @@ exports.User = {
|
|
787
667
|
createdAt
|
788
668
|
updatedAt
|
789
669
|
status
|
790
|
-
alpacaAccount {
|
791
|
-
id
|
792
|
-
}
|
793
|
-
asset {
|
794
|
-
id
|
795
|
-
}
|
796
670
|
actions {
|
797
671
|
id
|
798
672
|
sequence
|
@@ -801,23 +675,11 @@ exports.User = {
|
|
801
675
|
note
|
802
676
|
status
|
803
677
|
fee
|
804
|
-
trade {
|
805
|
-
id
|
806
|
-
}
|
807
|
-
order {
|
808
|
-
id
|
809
|
-
}
|
810
678
|
}
|
811
679
|
}
|
812
|
-
orders {
|
813
|
-
id
|
814
|
-
}
|
815
680
|
positions {
|
816
681
|
id
|
817
682
|
assetId
|
818
|
-
asset {
|
819
|
-
id
|
820
|
-
}
|
821
683
|
averageEntryPrice
|
822
684
|
qty
|
823
685
|
qtyAvailable
|
@@ -831,9 +693,6 @@ exports.User = {
|
|
831
693
|
lastTradePrice
|
832
694
|
changeToday
|
833
695
|
assetMarginable
|
834
|
-
alpacaAccount {
|
835
|
-
id
|
836
|
-
}
|
837
696
|
alpacaAccountId
|
838
697
|
}
|
839
698
|
newsMentions {
|
@@ -858,12 +717,6 @@ exports.User = {
|
|
858
717
|
logo
|
859
718
|
createdAt
|
860
719
|
updatedAt
|
861
|
-
assets {
|
862
|
-
id
|
863
|
-
}
|
864
|
-
}
|
865
|
-
asset {
|
866
|
-
id
|
867
720
|
}
|
868
721
|
relevancyScore
|
869
722
|
sentimentScore
|
@@ -954,12 +807,6 @@ exports.User = {
|
|
954
807
|
createdAt
|
955
808
|
updatedAt
|
956
809
|
status
|
957
|
-
alpacaAccount {
|
958
|
-
id
|
959
|
-
}
|
960
|
-
asset {
|
961
|
-
id
|
962
|
-
}
|
963
810
|
actions {
|
964
811
|
id
|
965
812
|
sequence
|
@@ -968,9 +815,6 @@ exports.User = {
|
|
968
815
|
note
|
969
816
|
status
|
970
817
|
fee
|
971
|
-
trade {
|
972
|
-
id
|
973
|
-
}
|
974
818
|
order {
|
975
819
|
id
|
976
820
|
clientOrderId
|
@@ -991,9 +835,6 @@ exports.User = {
|
|
991
835
|
createdAt
|
992
836
|
updatedAt
|
993
837
|
orderId
|
994
|
-
Order {
|
995
|
-
id
|
996
|
-
}
|
997
838
|
}
|
998
839
|
takeProfit {
|
999
840
|
id
|
@@ -1002,9 +843,6 @@ exports.User = {
|
|
1002
843
|
createdAt
|
1003
844
|
updatedAt
|
1004
845
|
orderId
|
1005
|
-
Order {
|
1006
|
-
id
|
1007
|
-
}
|
1008
846
|
}
|
1009
847
|
trailPrice
|
1010
848
|
trailPercent
|
@@ -1016,15 +854,6 @@ exports.User = {
|
|
1016
854
|
filledAt
|
1017
855
|
filledAvgPrice
|
1018
856
|
actionId
|
1019
|
-
alpacaAccount {
|
1020
|
-
id
|
1021
|
-
}
|
1022
|
-
action {
|
1023
|
-
id
|
1024
|
-
}
|
1025
|
-
asset {
|
1026
|
-
id
|
1027
|
-
}
|
1028
857
|
fee
|
1029
858
|
strikePrice
|
1030
859
|
expirationDate
|
@@ -1054,9 +883,6 @@ exports.User = {
|
|
1054
883
|
createdAt
|
1055
884
|
updatedAt
|
1056
885
|
orderId
|
1057
|
-
Order {
|
1058
|
-
id
|
1059
|
-
}
|
1060
886
|
}
|
1061
887
|
takeProfit {
|
1062
888
|
id
|
@@ -1065,9 +891,6 @@ exports.User = {
|
|
1065
891
|
createdAt
|
1066
892
|
updatedAt
|
1067
893
|
orderId
|
1068
|
-
Order {
|
1069
|
-
id
|
1070
|
-
}
|
1071
894
|
}
|
1072
895
|
trailPrice
|
1073
896
|
trailPercent
|
@@ -1079,9 +902,6 @@ exports.User = {
|
|
1079
902
|
filledAt
|
1080
903
|
filledAvgPrice
|
1081
904
|
actionId
|
1082
|
-
alpacaAccount {
|
1083
|
-
id
|
1084
|
-
}
|
1085
905
|
action {
|
1086
906
|
id
|
1087
907
|
sequence
|
@@ -1105,22 +925,7 @@ exports.User = {
|
|
1105
925
|
createdAt
|
1106
926
|
updatedAt
|
1107
927
|
status
|
1108
|
-
alpacaAccount {
|
1109
|
-
id
|
1110
|
-
}
|
1111
|
-
asset {
|
1112
|
-
id
|
1113
|
-
}
|
1114
|
-
actions {
|
1115
|
-
id
|
1116
|
-
}
|
1117
928
|
}
|
1118
|
-
order {
|
1119
|
-
id
|
1120
|
-
}
|
1121
|
-
}
|
1122
|
-
asset {
|
1123
|
-
id
|
1124
929
|
}
|
1125
930
|
fee
|
1126
931
|
strikePrice
|
@@ -1129,9 +934,6 @@ exports.User = {
|
|
1129
934
|
stopLossId
|
1130
935
|
takeProfitId
|
1131
936
|
}
|
1132
|
-
positions {
|
1133
|
-
id
|
1134
|
-
}
|
1135
937
|
newsMentions {
|
1136
938
|
id
|
1137
939
|
assetId
|
@@ -1154,12 +956,6 @@ exports.User = {
|
|
1154
956
|
logo
|
1155
957
|
createdAt
|
1156
958
|
updatedAt
|
1157
|
-
assets {
|
1158
|
-
id
|
1159
|
-
}
|
1160
|
-
}
|
1161
|
-
asset {
|
1162
|
-
id
|
1163
959
|
}
|
1164
960
|
relevancyScore
|
1165
961
|
sentimentScore
|
@@ -1179,9 +975,6 @@ exports.User = {
|
|
1179
975
|
lastTradePrice
|
1180
976
|
changeToday
|
1181
977
|
assetMarginable
|
1182
|
-
alpacaAccount {
|
1183
|
-
id
|
1184
|
-
}
|
1185
978
|
alpacaAccountId
|
1186
979
|
}
|
1187
980
|
alerts {
|
@@ -1192,9 +985,6 @@ exports.User = {
|
|
1192
985
|
isRead
|
1193
986
|
createdAt
|
1194
987
|
updatedAt
|
1195
|
-
alpacaAccount {
|
1196
|
-
id
|
1197
|
-
}
|
1198
988
|
}
|
1199
989
|
}
|
1200
990
|
}
|
@@ -1794,9 +1584,6 @@ exports.User = {
|
|
1794
1584
|
stripeCurrentPeriodEnd
|
1795
1585
|
createdAt
|
1796
1586
|
updatedAt
|
1797
|
-
users {
|
1798
|
-
id
|
1799
|
-
}
|
1800
1587
|
}
|
1801
1588
|
customerId
|
1802
1589
|
accounts {
|
@@ -1814,18 +1601,12 @@ exports.User = {
|
|
1814
1601
|
session_state
|
1815
1602
|
createdAt
|
1816
1603
|
updatedAt
|
1817
|
-
user {
|
1818
|
-
id
|
1819
|
-
}
|
1820
1604
|
}
|
1821
1605
|
sessions {
|
1822
1606
|
id
|
1823
1607
|
sessionToken
|
1824
1608
|
userId
|
1825
1609
|
expires
|
1826
|
-
user {
|
1827
|
-
id
|
1828
|
-
}
|
1829
1610
|
createdAt
|
1830
1611
|
updatedAt
|
1831
1612
|
}
|
@@ -1835,9 +1616,6 @@ exports.User = {
|
|
1835
1616
|
credentialID
|
1836
1617
|
publicKey
|
1837
1618
|
counter
|
1838
|
-
user {
|
1839
|
-
id
|
1840
|
-
}
|
1841
1619
|
createdAt
|
1842
1620
|
updatedAt
|
1843
1621
|
}
|
@@ -1851,9 +1629,6 @@ exports.User = {
|
|
1851
1629
|
marketOpen
|
1852
1630
|
minOrderSize
|
1853
1631
|
maxOrderSize
|
1854
|
-
user {
|
1855
|
-
id
|
1856
|
-
}
|
1857
1632
|
userId
|
1858
1633
|
createdAt
|
1859
1634
|
updatedAt
|
@@ -1872,9 +1647,6 @@ exports.User = {
|
|
1872
1647
|
createdAt
|
1873
1648
|
updatedAt
|
1874
1649
|
status
|
1875
|
-
alpacaAccount {
|
1876
|
-
id
|
1877
|
-
}
|
1878
1650
|
asset {
|
1879
1651
|
id
|
1880
1652
|
symbol
|
@@ -1934,9 +1706,6 @@ exports.User = {
|
|
1934
1706
|
buyPrice
|
1935
1707
|
createdAt
|
1936
1708
|
updatedAt
|
1937
|
-
trades {
|
1938
|
-
id
|
1939
|
-
}
|
1940
1709
|
orders {
|
1941
1710
|
id
|
1942
1711
|
clientOrderId
|
@@ -1957,9 +1726,6 @@ exports.User = {
|
|
1957
1726
|
createdAt
|
1958
1727
|
updatedAt
|
1959
1728
|
orderId
|
1960
|
-
Order {
|
1961
|
-
id
|
1962
|
-
}
|
1963
1729
|
}
|
1964
1730
|
takeProfit {
|
1965
1731
|
id
|
@@ -1968,9 +1734,6 @@ exports.User = {
|
|
1968
1734
|
createdAt
|
1969
1735
|
updatedAt
|
1970
1736
|
orderId
|
1971
|
-
Order {
|
1972
|
-
id
|
1973
|
-
}
|
1974
1737
|
}
|
1975
1738
|
trailPrice
|
1976
1739
|
trailPercent
|
@@ -1982,9 +1745,6 @@ exports.User = {
|
|
1982
1745
|
filledAt
|
1983
1746
|
filledAvgPrice
|
1984
1747
|
actionId
|
1985
|
-
alpacaAccount {
|
1986
|
-
id
|
1987
|
-
}
|
1988
1748
|
action {
|
1989
1749
|
id
|
1990
1750
|
sequence
|
@@ -1993,15 +1753,6 @@ exports.User = {
|
|
1993
1753
|
note
|
1994
1754
|
status
|
1995
1755
|
fee
|
1996
|
-
trade {
|
1997
|
-
id
|
1998
|
-
}
|
1999
|
-
order {
|
2000
|
-
id
|
2001
|
-
}
|
2002
|
-
}
|
2003
|
-
asset {
|
2004
|
-
id
|
2005
1756
|
}
|
2006
1757
|
fee
|
2007
1758
|
strikePrice
|
@@ -2013,9 +1764,6 @@ exports.User = {
|
|
2013
1764
|
positions {
|
2014
1765
|
id
|
2015
1766
|
assetId
|
2016
|
-
asset {
|
2017
|
-
id
|
2018
|
-
}
|
2019
1767
|
averageEntryPrice
|
2020
1768
|
qty
|
2021
1769
|
qtyAvailable
|
@@ -2029,9 +1777,6 @@ exports.User = {
|
|
2029
1777
|
lastTradePrice
|
2030
1778
|
changeToday
|
2031
1779
|
assetMarginable
|
2032
|
-
alpacaAccount {
|
2033
|
-
id
|
2034
|
-
}
|
2035
1780
|
alpacaAccountId
|
2036
1781
|
}
|
2037
1782
|
newsMentions {
|
@@ -2056,12 +1801,6 @@ exports.User = {
|
|
2056
1801
|
logo
|
2057
1802
|
createdAt
|
2058
1803
|
updatedAt
|
2059
|
-
assets {
|
2060
|
-
id
|
2061
|
-
}
|
2062
|
-
}
|
2063
|
-
asset {
|
2064
|
-
id
|
2065
1804
|
}
|
2066
1805
|
relevancyScore
|
2067
1806
|
sentimentScore
|
@@ -2076,9 +1815,6 @@ exports.User = {
|
|
2076
1815
|
note
|
2077
1816
|
status
|
2078
1817
|
fee
|
2079
|
-
trade {
|
2080
|
-
id
|
2081
|
-
}
|
2082
1818
|
order {
|
2083
1819
|
id
|
2084
1820
|
clientOrderId
|
@@ -2099,9 +1835,6 @@ exports.User = {
|
|
2099
1835
|
createdAt
|
2100
1836
|
updatedAt
|
2101
1837
|
orderId
|
2102
|
-
Order {
|
2103
|
-
id
|
2104
|
-
}
|
2105
1838
|
}
|
2106
1839
|
takeProfit {
|
2107
1840
|
id
|
@@ -2110,9 +1843,6 @@ exports.User = {
|
|
2110
1843
|
createdAt
|
2111
1844
|
updatedAt
|
2112
1845
|
orderId
|
2113
|
-
Order {
|
2114
|
-
id
|
2115
|
-
}
|
2116
1846
|
}
|
2117
1847
|
trailPrice
|
2118
1848
|
trailPercent
|
@@ -2124,12 +1854,6 @@ exports.User = {
|
|
2124
1854
|
filledAt
|
2125
1855
|
filledAvgPrice
|
2126
1856
|
actionId
|
2127
|
-
alpacaAccount {
|
2128
|
-
id
|
2129
|
-
}
|
2130
|
-
action {
|
2131
|
-
id
|
2132
|
-
}
|
2133
1857
|
asset {
|
2134
1858
|
id
|
2135
1859
|
symbol
|
@@ -2189,18 +1913,9 @@ exports.User = {
|
|
2189
1913
|
buyPrice
|
2190
1914
|
createdAt
|
2191
1915
|
updatedAt
|
2192
|
-
trades {
|
2193
|
-
id
|
2194
|
-
}
|
2195
|
-
orders {
|
2196
|
-
id
|
2197
|
-
}
|
2198
1916
|
positions {
|
2199
1917
|
id
|
2200
1918
|
assetId
|
2201
|
-
asset {
|
2202
|
-
id
|
2203
|
-
}
|
2204
1919
|
averageEntryPrice
|
2205
1920
|
qty
|
2206
1921
|
qtyAvailable
|
@@ -2214,9 +1929,6 @@ exports.User = {
|
|
2214
1929
|
lastTradePrice
|
2215
1930
|
changeToday
|
2216
1931
|
assetMarginable
|
2217
|
-
alpacaAccount {
|
2218
|
-
id
|
2219
|
-
}
|
2220
1932
|
alpacaAccountId
|
2221
1933
|
}
|
2222
1934
|
newsMentions {
|
@@ -2241,12 +1953,6 @@ exports.User = {
|
|
2241
1953
|
logo
|
2242
1954
|
createdAt
|
2243
1955
|
updatedAt
|
2244
|
-
assets {
|
2245
|
-
id
|
2246
|
-
}
|
2247
|
-
}
|
2248
|
-
asset {
|
2249
|
-
id
|
2250
1956
|
}
|
2251
1957
|
relevancyScore
|
2252
1958
|
sentimentScore
|
@@ -2282,9 +1988,6 @@ exports.User = {
|
|
2282
1988
|
createdAt
|
2283
1989
|
updatedAt
|
2284
1990
|
orderId
|
2285
|
-
Order {
|
2286
|
-
id
|
2287
|
-
}
|
2288
1991
|
}
|
2289
1992
|
takeProfit {
|
2290
1993
|
id
|
@@ -2293,9 +1996,6 @@ exports.User = {
|
|
2293
1996
|
createdAt
|
2294
1997
|
updatedAt
|
2295
1998
|
orderId
|
2296
|
-
Order {
|
2297
|
-
id
|
2298
|
-
}
|
2299
1999
|
}
|
2300
2000
|
trailPrice
|
2301
2001
|
trailPercent
|
@@ -2307,9 +2007,6 @@ exports.User = {
|
|
2307
2007
|
filledAt
|
2308
2008
|
filledAvgPrice
|
2309
2009
|
actionId
|
2310
|
-
alpacaAccount {
|
2311
|
-
id
|
2312
|
-
}
|
2313
2010
|
action {
|
2314
2011
|
id
|
2315
2012
|
sequence
|
@@ -2333,9 +2030,6 @@ exports.User = {
|
|
2333
2030
|
createdAt
|
2334
2031
|
updatedAt
|
2335
2032
|
status
|
2336
|
-
alpacaAccount {
|
2337
|
-
id
|
2338
|
-
}
|
2339
2033
|
asset {
|
2340
2034
|
id
|
2341
2035
|
symbol
|
@@ -2395,18 +2089,9 @@ exports.User = {
|
|
2395
2089
|
buyPrice
|
2396
2090
|
createdAt
|
2397
2091
|
updatedAt
|
2398
|
-
trades {
|
2399
|
-
id
|
2400
|
-
}
|
2401
|
-
orders {
|
2402
|
-
id
|
2403
|
-
}
|
2404
2092
|
positions {
|
2405
2093
|
id
|
2406
2094
|
assetId
|
2407
|
-
asset {
|
2408
|
-
id
|
2409
|
-
}
|
2410
2095
|
averageEntryPrice
|
2411
2096
|
qty
|
2412
2097
|
qtyAvailable
|
@@ -2420,9 +2105,6 @@ exports.User = {
|
|
2420
2105
|
lastTradePrice
|
2421
2106
|
changeToday
|
2422
2107
|
assetMarginable
|
2423
|
-
alpacaAccount {
|
2424
|
-
id
|
2425
|
-
}
|
2426
2108
|
alpacaAccountId
|
2427
2109
|
}
|
2428
2110
|
newsMentions {
|
@@ -2447,24 +2129,12 @@ exports.User = {
|
|
2447
2129
|
logo
|
2448
2130
|
createdAt
|
2449
2131
|
updatedAt
|
2450
|
-
assets {
|
2451
|
-
id
|
2452
|
-
}
|
2453
|
-
}
|
2454
|
-
asset {
|
2455
|
-
id
|
2456
2132
|
}
|
2457
2133
|
relevancyScore
|
2458
2134
|
sentimentScore
|
2459
2135
|
sentimentLabel
|
2460
2136
|
}
|
2461
2137
|
}
|
2462
|
-
actions {
|
2463
|
-
id
|
2464
|
-
}
|
2465
|
-
}
|
2466
|
-
order {
|
2467
|
-
id
|
2468
2138
|
}
|
2469
2139
|
}
|
2470
2140
|
asset {
|
@@ -2541,12 +2211,6 @@ exports.User = {
|
|
2541
2211
|
createdAt
|
2542
2212
|
updatedAt
|
2543
2213
|
status
|
2544
|
-
alpacaAccount {
|
2545
|
-
id
|
2546
|
-
}
|
2547
|
-
asset {
|
2548
|
-
id
|
2549
|
-
}
|
2550
2214
|
actions {
|
2551
2215
|
id
|
2552
2216
|
sequence
|
@@ -2555,23 +2219,11 @@ exports.User = {
|
|
2555
2219
|
note
|
2556
2220
|
status
|
2557
2221
|
fee
|
2558
|
-
trade {
|
2559
|
-
id
|
2560
|
-
}
|
2561
|
-
order {
|
2562
|
-
id
|
2563
|
-
}
|
2564
2222
|
}
|
2565
2223
|
}
|
2566
|
-
orders {
|
2567
|
-
id
|
2568
|
-
}
|
2569
2224
|
positions {
|
2570
2225
|
id
|
2571
2226
|
assetId
|
2572
|
-
asset {
|
2573
|
-
id
|
2574
|
-
}
|
2575
2227
|
averageEntryPrice
|
2576
2228
|
qty
|
2577
2229
|
qtyAvailable
|
@@ -2585,9 +2237,6 @@ exports.User = {
|
|
2585
2237
|
lastTradePrice
|
2586
2238
|
changeToday
|
2587
2239
|
assetMarginable
|
2588
|
-
alpacaAccount {
|
2589
|
-
id
|
2590
|
-
}
|
2591
2240
|
alpacaAccountId
|
2592
2241
|
}
|
2593
2242
|
newsMentions {
|
@@ -2612,12 +2261,6 @@ exports.User = {
|
|
2612
2261
|
logo
|
2613
2262
|
createdAt
|
2614
2263
|
updatedAt
|
2615
|
-
assets {
|
2616
|
-
id
|
2617
|
-
}
|
2618
|
-
}
|
2619
|
-
asset {
|
2620
|
-
id
|
2621
2264
|
}
|
2622
2265
|
relevancyScore
|
2623
2266
|
sentimentScore
|
@@ -2708,12 +2351,6 @@ exports.User = {
|
|
2708
2351
|
createdAt
|
2709
2352
|
updatedAt
|
2710
2353
|
status
|
2711
|
-
alpacaAccount {
|
2712
|
-
id
|
2713
|
-
}
|
2714
|
-
asset {
|
2715
|
-
id
|
2716
|
-
}
|
2717
2354
|
actions {
|
2718
2355
|
id
|
2719
2356
|
sequence
|
@@ -2722,9 +2359,6 @@ exports.User = {
|
|
2722
2359
|
note
|
2723
2360
|
status
|
2724
2361
|
fee
|
2725
|
-
trade {
|
2726
|
-
id
|
2727
|
-
}
|
2728
2362
|
order {
|
2729
2363
|
id
|
2730
2364
|
clientOrderId
|
@@ -2745,9 +2379,6 @@ exports.User = {
|
|
2745
2379
|
createdAt
|
2746
2380
|
updatedAt
|
2747
2381
|
orderId
|
2748
|
-
Order {
|
2749
|
-
id
|
2750
|
-
}
|
2751
2382
|
}
|
2752
2383
|
takeProfit {
|
2753
2384
|
id
|
@@ -2756,9 +2387,6 @@ exports.User = {
|
|
2756
2387
|
createdAt
|
2757
2388
|
updatedAt
|
2758
2389
|
orderId
|
2759
|
-
Order {
|
2760
|
-
id
|
2761
|
-
}
|
2762
2390
|
}
|
2763
2391
|
trailPrice
|
2764
2392
|
trailPercent
|
@@ -2770,15 +2398,6 @@ exports.User = {
|
|
2770
2398
|
filledAt
|
2771
2399
|
filledAvgPrice
|
2772
2400
|
actionId
|
2773
|
-
alpacaAccount {
|
2774
|
-
id
|
2775
|
-
}
|
2776
|
-
action {
|
2777
|
-
id
|
2778
|
-
}
|
2779
|
-
asset {
|
2780
|
-
id
|
2781
|
-
}
|
2782
2401
|
fee
|
2783
2402
|
strikePrice
|
2784
2403
|
expirationDate
|
@@ -2808,9 +2427,6 @@ exports.User = {
|
|
2808
2427
|
createdAt
|
2809
2428
|
updatedAt
|
2810
2429
|
orderId
|
2811
|
-
Order {
|
2812
|
-
id
|
2813
|
-
}
|
2814
2430
|
}
|
2815
2431
|
takeProfit {
|
2816
2432
|
id
|
@@ -2819,9 +2435,6 @@ exports.User = {
|
|
2819
2435
|
createdAt
|
2820
2436
|
updatedAt
|
2821
2437
|
orderId
|
2822
|
-
Order {
|
2823
|
-
id
|
2824
|
-
}
|
2825
2438
|
}
|
2826
2439
|
trailPrice
|
2827
2440
|
trailPercent
|
@@ -2833,9 +2446,6 @@ exports.User = {
|
|
2833
2446
|
filledAt
|
2834
2447
|
filledAvgPrice
|
2835
2448
|
actionId
|
2836
|
-
alpacaAccount {
|
2837
|
-
id
|
2838
|
-
}
|
2839
2449
|
action {
|
2840
2450
|
id
|
2841
2451
|
sequence
|
@@ -2859,23 +2469,8 @@ exports.User = {
|
|
2859
2469
|
createdAt
|
2860
2470
|
updatedAt
|
2861
2471
|
status
|
2862
|
-
alpacaAccount {
|
2863
|
-
id
|
2864
|
-
}
|
2865
|
-
asset {
|
2866
|
-
id
|
2867
|
-
}
|
2868
|
-
actions {
|
2869
|
-
id
|
2870
|
-
}
|
2871
|
-
}
|
2872
|
-
order {
|
2873
|
-
id
|
2874
2472
|
}
|
2875
2473
|
}
|
2876
|
-
asset {
|
2877
|
-
id
|
2878
|
-
}
|
2879
2474
|
fee
|
2880
2475
|
strikePrice
|
2881
2476
|
expirationDate
|
@@ -2883,9 +2478,6 @@ exports.User = {
|
|
2883
2478
|
stopLossId
|
2884
2479
|
takeProfitId
|
2885
2480
|
}
|
2886
|
-
positions {
|
2887
|
-
id
|
2888
|
-
}
|
2889
2481
|
newsMentions {
|
2890
2482
|
id
|
2891
2483
|
assetId
|
@@ -2908,12 +2500,6 @@ exports.User = {
|
|
2908
2500
|
logo
|
2909
2501
|
createdAt
|
2910
2502
|
updatedAt
|
2911
|
-
assets {
|
2912
|
-
id
|
2913
|
-
}
|
2914
|
-
}
|
2915
|
-
asset {
|
2916
|
-
id
|
2917
2503
|
}
|
2918
2504
|
relevancyScore
|
2919
2505
|
sentimentScore
|
@@ -2933,9 +2519,6 @@ exports.User = {
|
|
2933
2519
|
lastTradePrice
|
2934
2520
|
changeToday
|
2935
2521
|
assetMarginable
|
2936
|
-
alpacaAccount {
|
2937
|
-
id
|
2938
|
-
}
|
2939
2522
|
alpacaAccountId
|
2940
2523
|
}
|
2941
2524
|
alerts {
|
@@ -2946,9 +2529,6 @@ exports.User = {
|
|
2946
2529
|
isRead
|
2947
2530
|
createdAt
|
2948
2531
|
updatedAt
|
2949
|
-
alpacaAccount {
|
2950
|
-
id
|
2951
|
-
}
|
2952
2532
|
}
|
2953
2533
|
}
|
2954
2534
|
}
|
@@ -7016,9 +6596,6 @@ exports.User = {
|
|
7016
6596
|
stripeCurrentPeriodEnd
|
7017
6597
|
createdAt
|
7018
6598
|
updatedAt
|
7019
|
-
users {
|
7020
|
-
id
|
7021
|
-
}
|
7022
6599
|
}
|
7023
6600
|
customerId
|
7024
6601
|
accounts {
|
@@ -7036,18 +6613,12 @@ exports.User = {
|
|
7036
6613
|
session_state
|
7037
6614
|
createdAt
|
7038
6615
|
updatedAt
|
7039
|
-
user {
|
7040
|
-
id
|
7041
|
-
}
|
7042
6616
|
}
|
7043
6617
|
sessions {
|
7044
6618
|
id
|
7045
6619
|
sessionToken
|
7046
6620
|
userId
|
7047
6621
|
expires
|
7048
|
-
user {
|
7049
|
-
id
|
7050
|
-
}
|
7051
6622
|
createdAt
|
7052
6623
|
updatedAt
|
7053
6624
|
}
|
@@ -7057,9 +6628,6 @@ exports.User = {
|
|
7057
6628
|
credentialID
|
7058
6629
|
publicKey
|
7059
6630
|
counter
|
7060
|
-
user {
|
7061
|
-
id
|
7062
|
-
}
|
7063
6631
|
createdAt
|
7064
6632
|
updatedAt
|
7065
6633
|
}
|
@@ -7073,9 +6641,6 @@ exports.User = {
|
|
7073
6641
|
marketOpen
|
7074
6642
|
minOrderSize
|
7075
6643
|
maxOrderSize
|
7076
|
-
user {
|
7077
|
-
id
|
7078
|
-
}
|
7079
6644
|
userId
|
7080
6645
|
createdAt
|
7081
6646
|
updatedAt
|
@@ -7094,9 +6659,6 @@ exports.User = {
|
|
7094
6659
|
createdAt
|
7095
6660
|
updatedAt
|
7096
6661
|
status
|
7097
|
-
alpacaAccount {
|
7098
|
-
id
|
7099
|
-
}
|
7100
6662
|
asset {
|
7101
6663
|
id
|
7102
6664
|
symbol
|
@@ -7156,9 +6718,6 @@ exports.User = {
|
|
7156
6718
|
buyPrice
|
7157
6719
|
createdAt
|
7158
6720
|
updatedAt
|
7159
|
-
trades {
|
7160
|
-
id
|
7161
|
-
}
|
7162
6721
|
orders {
|
7163
6722
|
id
|
7164
6723
|
clientOrderId
|
@@ -7179,9 +6738,6 @@ exports.User = {
|
|
7179
6738
|
createdAt
|
7180
6739
|
updatedAt
|
7181
6740
|
orderId
|
7182
|
-
Order {
|
7183
|
-
id
|
7184
|
-
}
|
7185
6741
|
}
|
7186
6742
|
takeProfit {
|
7187
6743
|
id
|
@@ -7190,9 +6746,6 @@ exports.User = {
|
|
7190
6746
|
createdAt
|
7191
6747
|
updatedAt
|
7192
6748
|
orderId
|
7193
|
-
Order {
|
7194
|
-
id
|
7195
|
-
}
|
7196
6749
|
}
|
7197
6750
|
trailPrice
|
7198
6751
|
trailPercent
|
@@ -7204,9 +6757,6 @@ exports.User = {
|
|
7204
6757
|
filledAt
|
7205
6758
|
filledAvgPrice
|
7206
6759
|
actionId
|
7207
|
-
alpacaAccount {
|
7208
|
-
id
|
7209
|
-
}
|
7210
6760
|
action {
|
7211
6761
|
id
|
7212
6762
|
sequence
|
@@ -7215,15 +6765,6 @@ exports.User = {
|
|
7215
6765
|
note
|
7216
6766
|
status
|
7217
6767
|
fee
|
7218
|
-
trade {
|
7219
|
-
id
|
7220
|
-
}
|
7221
|
-
order {
|
7222
|
-
id
|
7223
|
-
}
|
7224
|
-
}
|
7225
|
-
asset {
|
7226
|
-
id
|
7227
6768
|
}
|
7228
6769
|
fee
|
7229
6770
|
strikePrice
|
@@ -7235,9 +6776,6 @@ exports.User = {
|
|
7235
6776
|
positions {
|
7236
6777
|
id
|
7237
6778
|
assetId
|
7238
|
-
asset {
|
7239
|
-
id
|
7240
|
-
}
|
7241
6779
|
averageEntryPrice
|
7242
6780
|
qty
|
7243
6781
|
qtyAvailable
|
@@ -7251,9 +6789,6 @@ exports.User = {
|
|
7251
6789
|
lastTradePrice
|
7252
6790
|
changeToday
|
7253
6791
|
assetMarginable
|
7254
|
-
alpacaAccount {
|
7255
|
-
id
|
7256
|
-
}
|
7257
6792
|
alpacaAccountId
|
7258
6793
|
}
|
7259
6794
|
newsMentions {
|
@@ -7278,12 +6813,6 @@ exports.User = {
|
|
7278
6813
|
logo
|
7279
6814
|
createdAt
|
7280
6815
|
updatedAt
|
7281
|
-
assets {
|
7282
|
-
id
|
7283
|
-
}
|
7284
|
-
}
|
7285
|
-
asset {
|
7286
|
-
id
|
7287
6816
|
}
|
7288
6817
|
relevancyScore
|
7289
6818
|
sentimentScore
|
@@ -7298,9 +6827,6 @@ exports.User = {
|
|
7298
6827
|
note
|
7299
6828
|
status
|
7300
6829
|
fee
|
7301
|
-
trade {
|
7302
|
-
id
|
7303
|
-
}
|
7304
6830
|
order {
|
7305
6831
|
id
|
7306
6832
|
clientOrderId
|
@@ -7321,9 +6847,6 @@ exports.User = {
|
|
7321
6847
|
createdAt
|
7322
6848
|
updatedAt
|
7323
6849
|
orderId
|
7324
|
-
Order {
|
7325
|
-
id
|
7326
|
-
}
|
7327
6850
|
}
|
7328
6851
|
takeProfit {
|
7329
6852
|
id
|
@@ -7332,9 +6855,6 @@ exports.User = {
|
|
7332
6855
|
createdAt
|
7333
6856
|
updatedAt
|
7334
6857
|
orderId
|
7335
|
-
Order {
|
7336
|
-
id
|
7337
|
-
}
|
7338
6858
|
}
|
7339
6859
|
trailPrice
|
7340
6860
|
trailPercent
|
@@ -7346,12 +6866,6 @@ exports.User = {
|
|
7346
6866
|
filledAt
|
7347
6867
|
filledAvgPrice
|
7348
6868
|
actionId
|
7349
|
-
alpacaAccount {
|
7350
|
-
id
|
7351
|
-
}
|
7352
|
-
action {
|
7353
|
-
id
|
7354
|
-
}
|
7355
6869
|
asset {
|
7356
6870
|
id
|
7357
6871
|
symbol
|
@@ -7411,18 +6925,9 @@ exports.User = {
|
|
7411
6925
|
buyPrice
|
7412
6926
|
createdAt
|
7413
6927
|
updatedAt
|
7414
|
-
trades {
|
7415
|
-
id
|
7416
|
-
}
|
7417
|
-
orders {
|
7418
|
-
id
|
7419
|
-
}
|
7420
6928
|
positions {
|
7421
6929
|
id
|
7422
6930
|
assetId
|
7423
|
-
asset {
|
7424
|
-
id
|
7425
|
-
}
|
7426
6931
|
averageEntryPrice
|
7427
6932
|
qty
|
7428
6933
|
qtyAvailable
|
@@ -7436,9 +6941,6 @@ exports.User = {
|
|
7436
6941
|
lastTradePrice
|
7437
6942
|
changeToday
|
7438
6943
|
assetMarginable
|
7439
|
-
alpacaAccount {
|
7440
|
-
id
|
7441
|
-
}
|
7442
6944
|
alpacaAccountId
|
7443
6945
|
}
|
7444
6946
|
newsMentions {
|
@@ -7463,12 +6965,6 @@ exports.User = {
|
|
7463
6965
|
logo
|
7464
6966
|
createdAt
|
7465
6967
|
updatedAt
|
7466
|
-
assets {
|
7467
|
-
id
|
7468
|
-
}
|
7469
|
-
}
|
7470
|
-
asset {
|
7471
|
-
id
|
7472
6968
|
}
|
7473
6969
|
relevancyScore
|
7474
6970
|
sentimentScore
|
@@ -7504,9 +7000,6 @@ exports.User = {
|
|
7504
7000
|
createdAt
|
7505
7001
|
updatedAt
|
7506
7002
|
orderId
|
7507
|
-
Order {
|
7508
|
-
id
|
7509
|
-
}
|
7510
7003
|
}
|
7511
7004
|
takeProfit {
|
7512
7005
|
id
|
@@ -7515,9 +7008,6 @@ exports.User = {
|
|
7515
7008
|
createdAt
|
7516
7009
|
updatedAt
|
7517
7010
|
orderId
|
7518
|
-
Order {
|
7519
|
-
id
|
7520
|
-
}
|
7521
7011
|
}
|
7522
7012
|
trailPrice
|
7523
7013
|
trailPercent
|
@@ -7529,9 +7019,6 @@ exports.User = {
|
|
7529
7019
|
filledAt
|
7530
7020
|
filledAvgPrice
|
7531
7021
|
actionId
|
7532
|
-
alpacaAccount {
|
7533
|
-
id
|
7534
|
-
}
|
7535
7022
|
action {
|
7536
7023
|
id
|
7537
7024
|
sequence
|
@@ -7555,9 +7042,6 @@ exports.User = {
|
|
7555
7042
|
createdAt
|
7556
7043
|
updatedAt
|
7557
7044
|
status
|
7558
|
-
alpacaAccount {
|
7559
|
-
id
|
7560
|
-
}
|
7561
7045
|
asset {
|
7562
7046
|
id
|
7563
7047
|
symbol
|
@@ -7617,18 +7101,9 @@ exports.User = {
|
|
7617
7101
|
buyPrice
|
7618
7102
|
createdAt
|
7619
7103
|
updatedAt
|
7620
|
-
trades {
|
7621
|
-
id
|
7622
|
-
}
|
7623
|
-
orders {
|
7624
|
-
id
|
7625
|
-
}
|
7626
7104
|
positions {
|
7627
7105
|
id
|
7628
7106
|
assetId
|
7629
|
-
asset {
|
7630
|
-
id
|
7631
|
-
}
|
7632
7107
|
averageEntryPrice
|
7633
7108
|
qty
|
7634
7109
|
qtyAvailable
|
@@ -7642,9 +7117,6 @@ exports.User = {
|
|
7642
7117
|
lastTradePrice
|
7643
7118
|
changeToday
|
7644
7119
|
assetMarginable
|
7645
|
-
alpacaAccount {
|
7646
|
-
id
|
7647
|
-
}
|
7648
7120
|
alpacaAccountId
|
7649
7121
|
}
|
7650
7122
|
newsMentions {
|
@@ -7669,24 +7141,12 @@ exports.User = {
|
|
7669
7141
|
logo
|
7670
7142
|
createdAt
|
7671
7143
|
updatedAt
|
7672
|
-
assets {
|
7673
|
-
id
|
7674
|
-
}
|
7675
|
-
}
|
7676
|
-
asset {
|
7677
|
-
id
|
7678
7144
|
}
|
7679
7145
|
relevancyScore
|
7680
7146
|
sentimentScore
|
7681
7147
|
sentimentLabel
|
7682
7148
|
}
|
7683
7149
|
}
|
7684
|
-
actions {
|
7685
|
-
id
|
7686
|
-
}
|
7687
|
-
}
|
7688
|
-
order {
|
7689
|
-
id
|
7690
7150
|
}
|
7691
7151
|
}
|
7692
7152
|
asset {
|
@@ -7763,12 +7223,6 @@ exports.User = {
|
|
7763
7223
|
createdAt
|
7764
7224
|
updatedAt
|
7765
7225
|
status
|
7766
|
-
alpacaAccount {
|
7767
|
-
id
|
7768
|
-
}
|
7769
|
-
asset {
|
7770
|
-
id
|
7771
|
-
}
|
7772
7226
|
actions {
|
7773
7227
|
id
|
7774
7228
|
sequence
|
@@ -7777,23 +7231,11 @@ exports.User = {
|
|
7777
7231
|
note
|
7778
7232
|
status
|
7779
7233
|
fee
|
7780
|
-
trade {
|
7781
|
-
id
|
7782
|
-
}
|
7783
|
-
order {
|
7784
|
-
id
|
7785
|
-
}
|
7786
7234
|
}
|
7787
7235
|
}
|
7788
|
-
orders {
|
7789
|
-
id
|
7790
|
-
}
|
7791
7236
|
positions {
|
7792
7237
|
id
|
7793
7238
|
assetId
|
7794
|
-
asset {
|
7795
|
-
id
|
7796
|
-
}
|
7797
7239
|
averageEntryPrice
|
7798
7240
|
qty
|
7799
7241
|
qtyAvailable
|
@@ -7807,9 +7249,6 @@ exports.User = {
|
|
7807
7249
|
lastTradePrice
|
7808
7250
|
changeToday
|
7809
7251
|
assetMarginable
|
7810
|
-
alpacaAccount {
|
7811
|
-
id
|
7812
|
-
}
|
7813
7252
|
alpacaAccountId
|
7814
7253
|
}
|
7815
7254
|
newsMentions {
|
@@ -7834,12 +7273,6 @@ exports.User = {
|
|
7834
7273
|
logo
|
7835
7274
|
createdAt
|
7836
7275
|
updatedAt
|
7837
|
-
assets {
|
7838
|
-
id
|
7839
|
-
}
|
7840
|
-
}
|
7841
|
-
asset {
|
7842
|
-
id
|
7843
7276
|
}
|
7844
7277
|
relevancyScore
|
7845
7278
|
sentimentScore
|
@@ -7930,12 +7363,6 @@ exports.User = {
|
|
7930
7363
|
createdAt
|
7931
7364
|
updatedAt
|
7932
7365
|
status
|
7933
|
-
alpacaAccount {
|
7934
|
-
id
|
7935
|
-
}
|
7936
|
-
asset {
|
7937
|
-
id
|
7938
|
-
}
|
7939
7366
|
actions {
|
7940
7367
|
id
|
7941
7368
|
sequence
|
@@ -7944,9 +7371,6 @@ exports.User = {
|
|
7944
7371
|
note
|
7945
7372
|
status
|
7946
7373
|
fee
|
7947
|
-
trade {
|
7948
|
-
id
|
7949
|
-
}
|
7950
7374
|
order {
|
7951
7375
|
id
|
7952
7376
|
clientOrderId
|
@@ -7967,9 +7391,6 @@ exports.User = {
|
|
7967
7391
|
createdAt
|
7968
7392
|
updatedAt
|
7969
7393
|
orderId
|
7970
|
-
Order {
|
7971
|
-
id
|
7972
|
-
}
|
7973
7394
|
}
|
7974
7395
|
takeProfit {
|
7975
7396
|
id
|
@@ -7978,9 +7399,6 @@ exports.User = {
|
|
7978
7399
|
createdAt
|
7979
7400
|
updatedAt
|
7980
7401
|
orderId
|
7981
|
-
Order {
|
7982
|
-
id
|
7983
|
-
}
|
7984
7402
|
}
|
7985
7403
|
trailPrice
|
7986
7404
|
trailPercent
|
@@ -7992,15 +7410,6 @@ exports.User = {
|
|
7992
7410
|
filledAt
|
7993
7411
|
filledAvgPrice
|
7994
7412
|
actionId
|
7995
|
-
alpacaAccount {
|
7996
|
-
id
|
7997
|
-
}
|
7998
|
-
action {
|
7999
|
-
id
|
8000
|
-
}
|
8001
|
-
asset {
|
8002
|
-
id
|
8003
|
-
}
|
8004
7413
|
fee
|
8005
7414
|
strikePrice
|
8006
7415
|
expirationDate
|
@@ -8030,9 +7439,6 @@ exports.User = {
|
|
8030
7439
|
createdAt
|
8031
7440
|
updatedAt
|
8032
7441
|
orderId
|
8033
|
-
Order {
|
8034
|
-
id
|
8035
|
-
}
|
8036
7442
|
}
|
8037
7443
|
takeProfit {
|
8038
7444
|
id
|
@@ -8041,9 +7447,6 @@ exports.User = {
|
|
8041
7447
|
createdAt
|
8042
7448
|
updatedAt
|
8043
7449
|
orderId
|
8044
|
-
Order {
|
8045
|
-
id
|
8046
|
-
}
|
8047
7450
|
}
|
8048
7451
|
trailPrice
|
8049
7452
|
trailPercent
|
@@ -8055,9 +7458,6 @@ exports.User = {
|
|
8055
7458
|
filledAt
|
8056
7459
|
filledAvgPrice
|
8057
7460
|
actionId
|
8058
|
-
alpacaAccount {
|
8059
|
-
id
|
8060
|
-
}
|
8061
7461
|
action {
|
8062
7462
|
id
|
8063
7463
|
sequence
|
@@ -8081,22 +7481,7 @@ exports.User = {
|
|
8081
7481
|
createdAt
|
8082
7482
|
updatedAt
|
8083
7483
|
status
|
8084
|
-
alpacaAccount {
|
8085
|
-
id
|
8086
|
-
}
|
8087
|
-
asset {
|
8088
|
-
id
|
8089
|
-
}
|
8090
|
-
actions {
|
8091
|
-
id
|
8092
|
-
}
|
8093
7484
|
}
|
8094
|
-
order {
|
8095
|
-
id
|
8096
|
-
}
|
8097
|
-
}
|
8098
|
-
asset {
|
8099
|
-
id
|
8100
7485
|
}
|
8101
7486
|
fee
|
8102
7487
|
strikePrice
|
@@ -8105,9 +7490,6 @@ exports.User = {
|
|
8105
7490
|
stopLossId
|
8106
7491
|
takeProfitId
|
8107
7492
|
}
|
8108
|
-
positions {
|
8109
|
-
id
|
8110
|
-
}
|
8111
7493
|
newsMentions {
|
8112
7494
|
id
|
8113
7495
|
assetId
|
@@ -8130,12 +7512,6 @@ exports.User = {
|
|
8130
7512
|
logo
|
8131
7513
|
createdAt
|
8132
7514
|
updatedAt
|
8133
|
-
assets {
|
8134
|
-
id
|
8135
|
-
}
|
8136
|
-
}
|
8137
|
-
asset {
|
8138
|
-
id
|
8139
7515
|
}
|
8140
7516
|
relevancyScore
|
8141
7517
|
sentimentScore
|
@@ -8155,9 +7531,6 @@ exports.User = {
|
|
8155
7531
|
lastTradePrice
|
8156
7532
|
changeToday
|
8157
7533
|
assetMarginable
|
8158
|
-
alpacaAccount {
|
8159
|
-
id
|
8160
|
-
}
|
8161
7534
|
alpacaAccountId
|
8162
7535
|
}
|
8163
7536
|
alerts {
|
@@ -8168,9 +7541,6 @@ exports.User = {
|
|
8168
7541
|
isRead
|
8169
7542
|
createdAt
|
8170
7543
|
updatedAt
|
8171
|
-
alpacaAccount {
|
8172
|
-
id
|
8173
|
-
}
|
8174
7544
|
}
|
8175
7545
|
}
|
8176
7546
|
}
|
@@ -8230,9 +7600,6 @@ exports.User = {
|
|
8230
7600
|
stripeCurrentPeriodEnd
|
8231
7601
|
createdAt
|
8232
7602
|
updatedAt
|
8233
|
-
users {
|
8234
|
-
id
|
8235
|
-
}
|
8236
7603
|
}
|
8237
7604
|
customerId
|
8238
7605
|
accounts {
|
@@ -8250,18 +7617,12 @@ exports.User = {
|
|
8250
7617
|
session_state
|
8251
7618
|
createdAt
|
8252
7619
|
updatedAt
|
8253
|
-
user {
|
8254
|
-
id
|
8255
|
-
}
|
8256
7620
|
}
|
8257
7621
|
sessions {
|
8258
7622
|
id
|
8259
7623
|
sessionToken
|
8260
7624
|
userId
|
8261
7625
|
expires
|
8262
|
-
user {
|
8263
|
-
id
|
8264
|
-
}
|
8265
7626
|
createdAt
|
8266
7627
|
updatedAt
|
8267
7628
|
}
|
@@ -8271,9 +7632,6 @@ exports.User = {
|
|
8271
7632
|
credentialID
|
8272
7633
|
publicKey
|
8273
7634
|
counter
|
8274
|
-
user {
|
8275
|
-
id
|
8276
|
-
}
|
8277
7635
|
createdAt
|
8278
7636
|
updatedAt
|
8279
7637
|
}
|
@@ -8287,9 +7645,6 @@ exports.User = {
|
|
8287
7645
|
marketOpen
|
8288
7646
|
minOrderSize
|
8289
7647
|
maxOrderSize
|
8290
|
-
user {
|
8291
|
-
id
|
8292
|
-
}
|
8293
7648
|
userId
|
8294
7649
|
createdAt
|
8295
7650
|
updatedAt
|
@@ -8308,9 +7663,6 @@ exports.User = {
|
|
8308
7663
|
createdAt
|
8309
7664
|
updatedAt
|
8310
7665
|
status
|
8311
|
-
alpacaAccount {
|
8312
|
-
id
|
8313
|
-
}
|
8314
7666
|
asset {
|
8315
7667
|
id
|
8316
7668
|
symbol
|
@@ -8370,9 +7722,6 @@ exports.User = {
|
|
8370
7722
|
buyPrice
|
8371
7723
|
createdAt
|
8372
7724
|
updatedAt
|
8373
|
-
trades {
|
8374
|
-
id
|
8375
|
-
}
|
8376
7725
|
orders {
|
8377
7726
|
id
|
8378
7727
|
clientOrderId
|
@@ -8393,9 +7742,6 @@ exports.User = {
|
|
8393
7742
|
createdAt
|
8394
7743
|
updatedAt
|
8395
7744
|
orderId
|
8396
|
-
Order {
|
8397
|
-
id
|
8398
|
-
}
|
8399
7745
|
}
|
8400
7746
|
takeProfit {
|
8401
7747
|
id
|
@@ -8404,9 +7750,6 @@ exports.User = {
|
|
8404
7750
|
createdAt
|
8405
7751
|
updatedAt
|
8406
7752
|
orderId
|
8407
|
-
Order {
|
8408
|
-
id
|
8409
|
-
}
|
8410
7753
|
}
|
8411
7754
|
trailPrice
|
8412
7755
|
trailPercent
|
@@ -8418,9 +7761,6 @@ exports.User = {
|
|
8418
7761
|
filledAt
|
8419
7762
|
filledAvgPrice
|
8420
7763
|
actionId
|
8421
|
-
alpacaAccount {
|
8422
|
-
id
|
8423
|
-
}
|
8424
7764
|
action {
|
8425
7765
|
id
|
8426
7766
|
sequence
|
@@ -8429,15 +7769,6 @@ exports.User = {
|
|
8429
7769
|
note
|
8430
7770
|
status
|
8431
7771
|
fee
|
8432
|
-
trade {
|
8433
|
-
id
|
8434
|
-
}
|
8435
|
-
order {
|
8436
|
-
id
|
8437
|
-
}
|
8438
|
-
}
|
8439
|
-
asset {
|
8440
|
-
id
|
8441
7772
|
}
|
8442
7773
|
fee
|
8443
7774
|
strikePrice
|
@@ -8449,9 +7780,6 @@ exports.User = {
|
|
8449
7780
|
positions {
|
8450
7781
|
id
|
8451
7782
|
assetId
|
8452
|
-
asset {
|
8453
|
-
id
|
8454
|
-
}
|
8455
7783
|
averageEntryPrice
|
8456
7784
|
qty
|
8457
7785
|
qtyAvailable
|
@@ -8465,9 +7793,6 @@ exports.User = {
|
|
8465
7793
|
lastTradePrice
|
8466
7794
|
changeToday
|
8467
7795
|
assetMarginable
|
8468
|
-
alpacaAccount {
|
8469
|
-
id
|
8470
|
-
}
|
8471
7796
|
alpacaAccountId
|
8472
7797
|
}
|
8473
7798
|
newsMentions {
|
@@ -8492,12 +7817,6 @@ exports.User = {
|
|
8492
7817
|
logo
|
8493
7818
|
createdAt
|
8494
7819
|
updatedAt
|
8495
|
-
assets {
|
8496
|
-
id
|
8497
|
-
}
|
8498
|
-
}
|
8499
|
-
asset {
|
8500
|
-
id
|
8501
7820
|
}
|
8502
7821
|
relevancyScore
|
8503
7822
|
sentimentScore
|
@@ -8512,9 +7831,6 @@ exports.User = {
|
|
8512
7831
|
note
|
8513
7832
|
status
|
8514
7833
|
fee
|
8515
|
-
trade {
|
8516
|
-
id
|
8517
|
-
}
|
8518
7834
|
order {
|
8519
7835
|
id
|
8520
7836
|
clientOrderId
|
@@ -8535,9 +7851,6 @@ exports.User = {
|
|
8535
7851
|
createdAt
|
8536
7852
|
updatedAt
|
8537
7853
|
orderId
|
8538
|
-
Order {
|
8539
|
-
id
|
8540
|
-
}
|
8541
7854
|
}
|
8542
7855
|
takeProfit {
|
8543
7856
|
id
|
@@ -8546,9 +7859,6 @@ exports.User = {
|
|
8546
7859
|
createdAt
|
8547
7860
|
updatedAt
|
8548
7861
|
orderId
|
8549
|
-
Order {
|
8550
|
-
id
|
8551
|
-
}
|
8552
7862
|
}
|
8553
7863
|
trailPrice
|
8554
7864
|
trailPercent
|
@@ -8560,13 +7870,7 @@ exports.User = {
|
|
8560
7870
|
filledAt
|
8561
7871
|
filledAvgPrice
|
8562
7872
|
actionId
|
8563
|
-
|
8564
|
-
id
|
8565
|
-
}
|
8566
|
-
action {
|
8567
|
-
id
|
8568
|
-
}
|
8569
|
-
asset {
|
7873
|
+
asset {
|
8570
7874
|
id
|
8571
7875
|
symbol
|
8572
7876
|
name
|
@@ -8625,18 +7929,9 @@ exports.User = {
|
|
8625
7929
|
buyPrice
|
8626
7930
|
createdAt
|
8627
7931
|
updatedAt
|
8628
|
-
trades {
|
8629
|
-
id
|
8630
|
-
}
|
8631
|
-
orders {
|
8632
|
-
id
|
8633
|
-
}
|
8634
7932
|
positions {
|
8635
7933
|
id
|
8636
7934
|
assetId
|
8637
|
-
asset {
|
8638
|
-
id
|
8639
|
-
}
|
8640
7935
|
averageEntryPrice
|
8641
7936
|
qty
|
8642
7937
|
qtyAvailable
|
@@ -8650,9 +7945,6 @@ exports.User = {
|
|
8650
7945
|
lastTradePrice
|
8651
7946
|
changeToday
|
8652
7947
|
assetMarginable
|
8653
|
-
alpacaAccount {
|
8654
|
-
id
|
8655
|
-
}
|
8656
7948
|
alpacaAccountId
|
8657
7949
|
}
|
8658
7950
|
newsMentions {
|
@@ -8677,12 +7969,6 @@ exports.User = {
|
|
8677
7969
|
logo
|
8678
7970
|
createdAt
|
8679
7971
|
updatedAt
|
8680
|
-
assets {
|
8681
|
-
id
|
8682
|
-
}
|
8683
|
-
}
|
8684
|
-
asset {
|
8685
|
-
id
|
8686
7972
|
}
|
8687
7973
|
relevancyScore
|
8688
7974
|
sentimentScore
|
@@ -8718,9 +8004,6 @@ exports.User = {
|
|
8718
8004
|
createdAt
|
8719
8005
|
updatedAt
|
8720
8006
|
orderId
|
8721
|
-
Order {
|
8722
|
-
id
|
8723
|
-
}
|
8724
8007
|
}
|
8725
8008
|
takeProfit {
|
8726
8009
|
id
|
@@ -8729,9 +8012,6 @@ exports.User = {
|
|
8729
8012
|
createdAt
|
8730
8013
|
updatedAt
|
8731
8014
|
orderId
|
8732
|
-
Order {
|
8733
|
-
id
|
8734
|
-
}
|
8735
8015
|
}
|
8736
8016
|
trailPrice
|
8737
8017
|
trailPercent
|
@@ -8743,9 +8023,6 @@ exports.User = {
|
|
8743
8023
|
filledAt
|
8744
8024
|
filledAvgPrice
|
8745
8025
|
actionId
|
8746
|
-
alpacaAccount {
|
8747
|
-
id
|
8748
|
-
}
|
8749
8026
|
action {
|
8750
8027
|
id
|
8751
8028
|
sequence
|
@@ -8769,9 +8046,6 @@ exports.User = {
|
|
8769
8046
|
createdAt
|
8770
8047
|
updatedAt
|
8771
8048
|
status
|
8772
|
-
alpacaAccount {
|
8773
|
-
id
|
8774
|
-
}
|
8775
8049
|
asset {
|
8776
8050
|
id
|
8777
8051
|
symbol
|
@@ -8831,18 +8105,9 @@ exports.User = {
|
|
8831
8105
|
buyPrice
|
8832
8106
|
createdAt
|
8833
8107
|
updatedAt
|
8834
|
-
trades {
|
8835
|
-
id
|
8836
|
-
}
|
8837
|
-
orders {
|
8838
|
-
id
|
8839
|
-
}
|
8840
8108
|
positions {
|
8841
8109
|
id
|
8842
8110
|
assetId
|
8843
|
-
asset {
|
8844
|
-
id
|
8845
|
-
}
|
8846
8111
|
averageEntryPrice
|
8847
8112
|
qty
|
8848
8113
|
qtyAvailable
|
@@ -8856,9 +8121,6 @@ exports.User = {
|
|
8856
8121
|
lastTradePrice
|
8857
8122
|
changeToday
|
8858
8123
|
assetMarginable
|
8859
|
-
alpacaAccount {
|
8860
|
-
id
|
8861
|
-
}
|
8862
8124
|
alpacaAccountId
|
8863
8125
|
}
|
8864
8126
|
newsMentions {
|
@@ -8883,24 +8145,12 @@ exports.User = {
|
|
8883
8145
|
logo
|
8884
8146
|
createdAt
|
8885
8147
|
updatedAt
|
8886
|
-
assets {
|
8887
|
-
id
|
8888
|
-
}
|
8889
|
-
}
|
8890
|
-
asset {
|
8891
|
-
id
|
8892
8148
|
}
|
8893
8149
|
relevancyScore
|
8894
8150
|
sentimentScore
|
8895
8151
|
sentimentLabel
|
8896
8152
|
}
|
8897
8153
|
}
|
8898
|
-
actions {
|
8899
|
-
id
|
8900
|
-
}
|
8901
|
-
}
|
8902
|
-
order {
|
8903
|
-
id
|
8904
8154
|
}
|
8905
8155
|
}
|
8906
8156
|
asset {
|
@@ -8977,12 +8227,6 @@ exports.User = {
|
|
8977
8227
|
createdAt
|
8978
8228
|
updatedAt
|
8979
8229
|
status
|
8980
|
-
alpacaAccount {
|
8981
|
-
id
|
8982
|
-
}
|
8983
|
-
asset {
|
8984
|
-
id
|
8985
|
-
}
|
8986
8230
|
actions {
|
8987
8231
|
id
|
8988
8232
|
sequence
|
@@ -8991,23 +8235,11 @@ exports.User = {
|
|
8991
8235
|
note
|
8992
8236
|
status
|
8993
8237
|
fee
|
8994
|
-
trade {
|
8995
|
-
id
|
8996
|
-
}
|
8997
|
-
order {
|
8998
|
-
id
|
8999
|
-
}
|
9000
8238
|
}
|
9001
8239
|
}
|
9002
|
-
orders {
|
9003
|
-
id
|
9004
|
-
}
|
9005
8240
|
positions {
|
9006
8241
|
id
|
9007
8242
|
assetId
|
9008
|
-
asset {
|
9009
|
-
id
|
9010
|
-
}
|
9011
8243
|
averageEntryPrice
|
9012
8244
|
qty
|
9013
8245
|
qtyAvailable
|
@@ -9021,9 +8253,6 @@ exports.User = {
|
|
9021
8253
|
lastTradePrice
|
9022
8254
|
changeToday
|
9023
8255
|
assetMarginable
|
9024
|
-
alpacaAccount {
|
9025
|
-
id
|
9026
|
-
}
|
9027
8256
|
alpacaAccountId
|
9028
8257
|
}
|
9029
8258
|
newsMentions {
|
@@ -9048,12 +8277,6 @@ exports.User = {
|
|
9048
8277
|
logo
|
9049
8278
|
createdAt
|
9050
8279
|
updatedAt
|
9051
|
-
assets {
|
9052
|
-
id
|
9053
|
-
}
|
9054
|
-
}
|
9055
|
-
asset {
|
9056
|
-
id
|
9057
8280
|
}
|
9058
8281
|
relevancyScore
|
9059
8282
|
sentimentScore
|
@@ -9144,12 +8367,6 @@ exports.User = {
|
|
9144
8367
|
createdAt
|
9145
8368
|
updatedAt
|
9146
8369
|
status
|
9147
|
-
alpacaAccount {
|
9148
|
-
id
|
9149
|
-
}
|
9150
|
-
asset {
|
9151
|
-
id
|
9152
|
-
}
|
9153
8370
|
actions {
|
9154
8371
|
id
|
9155
8372
|
sequence
|
@@ -9158,9 +8375,6 @@ exports.User = {
|
|
9158
8375
|
note
|
9159
8376
|
status
|
9160
8377
|
fee
|
9161
|
-
trade {
|
9162
|
-
id
|
9163
|
-
}
|
9164
8378
|
order {
|
9165
8379
|
id
|
9166
8380
|
clientOrderId
|
@@ -9181,9 +8395,6 @@ exports.User = {
|
|
9181
8395
|
createdAt
|
9182
8396
|
updatedAt
|
9183
8397
|
orderId
|
9184
|
-
Order {
|
9185
|
-
id
|
9186
|
-
}
|
9187
8398
|
}
|
9188
8399
|
takeProfit {
|
9189
8400
|
id
|
@@ -9192,9 +8403,6 @@ exports.User = {
|
|
9192
8403
|
createdAt
|
9193
8404
|
updatedAt
|
9194
8405
|
orderId
|
9195
|
-
Order {
|
9196
|
-
id
|
9197
|
-
}
|
9198
8406
|
}
|
9199
8407
|
trailPrice
|
9200
8408
|
trailPercent
|
@@ -9206,15 +8414,6 @@ exports.User = {
|
|
9206
8414
|
filledAt
|
9207
8415
|
filledAvgPrice
|
9208
8416
|
actionId
|
9209
|
-
alpacaAccount {
|
9210
|
-
id
|
9211
|
-
}
|
9212
|
-
action {
|
9213
|
-
id
|
9214
|
-
}
|
9215
|
-
asset {
|
9216
|
-
id
|
9217
|
-
}
|
9218
8417
|
fee
|
9219
8418
|
strikePrice
|
9220
8419
|
expirationDate
|
@@ -9244,9 +8443,6 @@ exports.User = {
|
|
9244
8443
|
createdAt
|
9245
8444
|
updatedAt
|
9246
8445
|
orderId
|
9247
|
-
Order {
|
9248
|
-
id
|
9249
|
-
}
|
9250
8446
|
}
|
9251
8447
|
takeProfit {
|
9252
8448
|
id
|
@@ -9255,9 +8451,6 @@ exports.User = {
|
|
9255
8451
|
createdAt
|
9256
8452
|
updatedAt
|
9257
8453
|
orderId
|
9258
|
-
Order {
|
9259
|
-
id
|
9260
|
-
}
|
9261
8454
|
}
|
9262
8455
|
trailPrice
|
9263
8456
|
trailPercent
|
@@ -9269,9 +8462,6 @@ exports.User = {
|
|
9269
8462
|
filledAt
|
9270
8463
|
filledAvgPrice
|
9271
8464
|
actionId
|
9272
|
-
alpacaAccount {
|
9273
|
-
id
|
9274
|
-
}
|
9275
8465
|
action {
|
9276
8466
|
id
|
9277
8467
|
sequence
|
@@ -9295,23 +8485,8 @@ exports.User = {
|
|
9295
8485
|
createdAt
|
9296
8486
|
updatedAt
|
9297
8487
|
status
|
9298
|
-
alpacaAccount {
|
9299
|
-
id
|
9300
|
-
}
|
9301
|
-
asset {
|
9302
|
-
id
|
9303
|
-
}
|
9304
|
-
actions {
|
9305
|
-
id
|
9306
|
-
}
|
9307
|
-
}
|
9308
|
-
order {
|
9309
|
-
id
|
9310
8488
|
}
|
9311
8489
|
}
|
9312
|
-
asset {
|
9313
|
-
id
|
9314
|
-
}
|
9315
8490
|
fee
|
9316
8491
|
strikePrice
|
9317
8492
|
expirationDate
|
@@ -9319,9 +8494,6 @@ exports.User = {
|
|
9319
8494
|
stopLossId
|
9320
8495
|
takeProfitId
|
9321
8496
|
}
|
9322
|
-
positions {
|
9323
|
-
id
|
9324
|
-
}
|
9325
8497
|
newsMentions {
|
9326
8498
|
id
|
9327
8499
|
assetId
|
@@ -9344,12 +8516,6 @@ exports.User = {
|
|
9344
8516
|
logo
|
9345
8517
|
createdAt
|
9346
8518
|
updatedAt
|
9347
|
-
assets {
|
9348
|
-
id
|
9349
|
-
}
|
9350
|
-
}
|
9351
|
-
asset {
|
9352
|
-
id
|
9353
8519
|
}
|
9354
8520
|
relevancyScore
|
9355
8521
|
sentimentScore
|
@@ -9369,9 +8535,6 @@ exports.User = {
|
|
9369
8535
|
lastTradePrice
|
9370
8536
|
changeToday
|
9371
8537
|
assetMarginable
|
9372
|
-
alpacaAccount {
|
9373
|
-
id
|
9374
|
-
}
|
9375
8538
|
alpacaAccountId
|
9376
8539
|
}
|
9377
8540
|
alerts {
|
@@ -9382,9 +8545,6 @@ exports.User = {
|
|
9382
8545
|
isRead
|
9383
8546
|
createdAt
|
9384
8547
|
updatedAt
|
9385
|
-
alpacaAccount {
|
9386
|
-
id
|
9387
|
-
}
|
9388
8548
|
}
|
9389
8549
|
}
|
9390
8550
|
}
|
@@ -9447,9 +8607,6 @@ exports.User = {
|
|
9447
8607
|
stripeCurrentPeriodEnd
|
9448
8608
|
createdAt
|
9449
8609
|
updatedAt
|
9450
|
-
users {
|
9451
|
-
id
|
9452
|
-
}
|
9453
8610
|
}
|
9454
8611
|
customerId
|
9455
8612
|
accounts {
|
@@ -9467,18 +8624,12 @@ exports.User = {
|
|
9467
8624
|
session_state
|
9468
8625
|
createdAt
|
9469
8626
|
updatedAt
|
9470
|
-
user {
|
9471
|
-
id
|
9472
|
-
}
|
9473
8627
|
}
|
9474
8628
|
sessions {
|
9475
8629
|
id
|
9476
8630
|
sessionToken
|
9477
8631
|
userId
|
9478
8632
|
expires
|
9479
|
-
user {
|
9480
|
-
id
|
9481
|
-
}
|
9482
8633
|
createdAt
|
9483
8634
|
updatedAt
|
9484
8635
|
}
|
@@ -9488,9 +8639,6 @@ exports.User = {
|
|
9488
8639
|
credentialID
|
9489
8640
|
publicKey
|
9490
8641
|
counter
|
9491
|
-
user {
|
9492
|
-
id
|
9493
|
-
}
|
9494
8642
|
createdAt
|
9495
8643
|
updatedAt
|
9496
8644
|
}
|
@@ -9504,9 +8652,6 @@ exports.User = {
|
|
9504
8652
|
marketOpen
|
9505
8653
|
minOrderSize
|
9506
8654
|
maxOrderSize
|
9507
|
-
user {
|
9508
|
-
id
|
9509
|
-
}
|
9510
8655
|
userId
|
9511
8656
|
createdAt
|
9512
8657
|
updatedAt
|
@@ -9525,9 +8670,6 @@ exports.User = {
|
|
9525
8670
|
createdAt
|
9526
8671
|
updatedAt
|
9527
8672
|
status
|
9528
|
-
alpacaAccount {
|
9529
|
-
id
|
9530
|
-
}
|
9531
8673
|
asset {
|
9532
8674
|
id
|
9533
8675
|
symbol
|
@@ -9587,9 +8729,6 @@ exports.User = {
|
|
9587
8729
|
buyPrice
|
9588
8730
|
createdAt
|
9589
8731
|
updatedAt
|
9590
|
-
trades {
|
9591
|
-
id
|
9592
|
-
}
|
9593
8732
|
orders {
|
9594
8733
|
id
|
9595
8734
|
clientOrderId
|
@@ -9610,9 +8749,6 @@ exports.User = {
|
|
9610
8749
|
createdAt
|
9611
8750
|
updatedAt
|
9612
8751
|
orderId
|
9613
|
-
Order {
|
9614
|
-
id
|
9615
|
-
}
|
9616
8752
|
}
|
9617
8753
|
takeProfit {
|
9618
8754
|
id
|
@@ -9621,9 +8757,6 @@ exports.User = {
|
|
9621
8757
|
createdAt
|
9622
8758
|
updatedAt
|
9623
8759
|
orderId
|
9624
|
-
Order {
|
9625
|
-
id
|
9626
|
-
}
|
9627
8760
|
}
|
9628
8761
|
trailPrice
|
9629
8762
|
trailPercent
|
@@ -9635,9 +8768,6 @@ exports.User = {
|
|
9635
8768
|
filledAt
|
9636
8769
|
filledAvgPrice
|
9637
8770
|
actionId
|
9638
|
-
alpacaAccount {
|
9639
|
-
id
|
9640
|
-
}
|
9641
8771
|
action {
|
9642
8772
|
id
|
9643
8773
|
sequence
|
@@ -9646,15 +8776,6 @@ exports.User = {
|
|
9646
8776
|
note
|
9647
8777
|
status
|
9648
8778
|
fee
|
9649
|
-
trade {
|
9650
|
-
id
|
9651
|
-
}
|
9652
|
-
order {
|
9653
|
-
id
|
9654
|
-
}
|
9655
|
-
}
|
9656
|
-
asset {
|
9657
|
-
id
|
9658
8779
|
}
|
9659
8780
|
fee
|
9660
8781
|
strikePrice
|
@@ -9666,9 +8787,6 @@ exports.User = {
|
|
9666
8787
|
positions {
|
9667
8788
|
id
|
9668
8789
|
assetId
|
9669
|
-
asset {
|
9670
|
-
id
|
9671
|
-
}
|
9672
8790
|
averageEntryPrice
|
9673
8791
|
qty
|
9674
8792
|
qtyAvailable
|
@@ -9682,9 +8800,6 @@ exports.User = {
|
|
9682
8800
|
lastTradePrice
|
9683
8801
|
changeToday
|
9684
8802
|
assetMarginable
|
9685
|
-
alpacaAccount {
|
9686
|
-
id
|
9687
|
-
}
|
9688
8803
|
alpacaAccountId
|
9689
8804
|
}
|
9690
8805
|
newsMentions {
|
@@ -9709,12 +8824,6 @@ exports.User = {
|
|
9709
8824
|
logo
|
9710
8825
|
createdAt
|
9711
8826
|
updatedAt
|
9712
|
-
assets {
|
9713
|
-
id
|
9714
|
-
}
|
9715
|
-
}
|
9716
|
-
asset {
|
9717
|
-
id
|
9718
8827
|
}
|
9719
8828
|
relevancyScore
|
9720
8829
|
sentimentScore
|
@@ -9729,9 +8838,6 @@ exports.User = {
|
|
9729
8838
|
note
|
9730
8839
|
status
|
9731
8840
|
fee
|
9732
|
-
trade {
|
9733
|
-
id
|
9734
|
-
}
|
9735
8841
|
order {
|
9736
8842
|
id
|
9737
8843
|
clientOrderId
|
@@ -9752,9 +8858,6 @@ exports.User = {
|
|
9752
8858
|
createdAt
|
9753
8859
|
updatedAt
|
9754
8860
|
orderId
|
9755
|
-
Order {
|
9756
|
-
id
|
9757
|
-
}
|
9758
8861
|
}
|
9759
8862
|
takeProfit {
|
9760
8863
|
id
|
@@ -9763,9 +8866,6 @@ exports.User = {
|
|
9763
8866
|
createdAt
|
9764
8867
|
updatedAt
|
9765
8868
|
orderId
|
9766
|
-
Order {
|
9767
|
-
id
|
9768
|
-
}
|
9769
8869
|
}
|
9770
8870
|
trailPrice
|
9771
8871
|
trailPercent
|
@@ -9777,12 +8877,6 @@ exports.User = {
|
|
9777
8877
|
filledAt
|
9778
8878
|
filledAvgPrice
|
9779
8879
|
actionId
|
9780
|
-
alpacaAccount {
|
9781
|
-
id
|
9782
|
-
}
|
9783
|
-
action {
|
9784
|
-
id
|
9785
|
-
}
|
9786
8880
|
asset {
|
9787
8881
|
id
|
9788
8882
|
symbol
|
@@ -9842,18 +8936,9 @@ exports.User = {
|
|
9842
8936
|
buyPrice
|
9843
8937
|
createdAt
|
9844
8938
|
updatedAt
|
9845
|
-
trades {
|
9846
|
-
id
|
9847
|
-
}
|
9848
|
-
orders {
|
9849
|
-
id
|
9850
|
-
}
|
9851
8939
|
positions {
|
9852
8940
|
id
|
9853
8941
|
assetId
|
9854
|
-
asset {
|
9855
|
-
id
|
9856
|
-
}
|
9857
8942
|
averageEntryPrice
|
9858
8943
|
qty
|
9859
8944
|
qtyAvailable
|
@@ -9867,9 +8952,6 @@ exports.User = {
|
|
9867
8952
|
lastTradePrice
|
9868
8953
|
changeToday
|
9869
8954
|
assetMarginable
|
9870
|
-
alpacaAccount {
|
9871
|
-
id
|
9872
|
-
}
|
9873
8955
|
alpacaAccountId
|
9874
8956
|
}
|
9875
8957
|
newsMentions {
|
@@ -9894,12 +8976,6 @@ exports.User = {
|
|
9894
8976
|
logo
|
9895
8977
|
createdAt
|
9896
8978
|
updatedAt
|
9897
|
-
assets {
|
9898
|
-
id
|
9899
|
-
}
|
9900
|
-
}
|
9901
|
-
asset {
|
9902
|
-
id
|
9903
8979
|
}
|
9904
8980
|
relevancyScore
|
9905
8981
|
sentimentScore
|
@@ -9935,9 +9011,6 @@ exports.User = {
|
|
9935
9011
|
createdAt
|
9936
9012
|
updatedAt
|
9937
9013
|
orderId
|
9938
|
-
Order {
|
9939
|
-
id
|
9940
|
-
}
|
9941
9014
|
}
|
9942
9015
|
takeProfit {
|
9943
9016
|
id
|
@@ -9946,9 +9019,6 @@ exports.User = {
|
|
9946
9019
|
createdAt
|
9947
9020
|
updatedAt
|
9948
9021
|
orderId
|
9949
|
-
Order {
|
9950
|
-
id
|
9951
|
-
}
|
9952
9022
|
}
|
9953
9023
|
trailPrice
|
9954
9024
|
trailPercent
|
@@ -9960,9 +9030,6 @@ exports.User = {
|
|
9960
9030
|
filledAt
|
9961
9031
|
filledAvgPrice
|
9962
9032
|
actionId
|
9963
|
-
alpacaAccount {
|
9964
|
-
id
|
9965
|
-
}
|
9966
9033
|
action {
|
9967
9034
|
id
|
9968
9035
|
sequence
|
@@ -9986,9 +9053,6 @@ exports.User = {
|
|
9986
9053
|
createdAt
|
9987
9054
|
updatedAt
|
9988
9055
|
status
|
9989
|
-
alpacaAccount {
|
9990
|
-
id
|
9991
|
-
}
|
9992
9056
|
asset {
|
9993
9057
|
id
|
9994
9058
|
symbol
|
@@ -10048,18 +9112,9 @@ exports.User = {
|
|
10048
9112
|
buyPrice
|
10049
9113
|
createdAt
|
10050
9114
|
updatedAt
|
10051
|
-
trades {
|
10052
|
-
id
|
10053
|
-
}
|
10054
|
-
orders {
|
10055
|
-
id
|
10056
|
-
}
|
10057
9115
|
positions {
|
10058
9116
|
id
|
10059
9117
|
assetId
|
10060
|
-
asset {
|
10061
|
-
id
|
10062
|
-
}
|
10063
9118
|
averageEntryPrice
|
10064
9119
|
qty
|
10065
9120
|
qtyAvailable
|
@@ -10073,9 +9128,6 @@ exports.User = {
|
|
10073
9128
|
lastTradePrice
|
10074
9129
|
changeToday
|
10075
9130
|
assetMarginable
|
10076
|
-
alpacaAccount {
|
10077
|
-
id
|
10078
|
-
}
|
10079
9131
|
alpacaAccountId
|
10080
9132
|
}
|
10081
9133
|
newsMentions {
|
@@ -10100,24 +9152,12 @@ exports.User = {
|
|
10100
9152
|
logo
|
10101
9153
|
createdAt
|
10102
9154
|
updatedAt
|
10103
|
-
assets {
|
10104
|
-
id
|
10105
|
-
}
|
10106
|
-
}
|
10107
|
-
asset {
|
10108
|
-
id
|
10109
9155
|
}
|
10110
9156
|
relevancyScore
|
10111
9157
|
sentimentScore
|
10112
9158
|
sentimentLabel
|
10113
9159
|
}
|
10114
9160
|
}
|
10115
|
-
actions {
|
10116
|
-
id
|
10117
|
-
}
|
10118
|
-
}
|
10119
|
-
order {
|
10120
|
-
id
|
10121
9161
|
}
|
10122
9162
|
}
|
10123
9163
|
asset {
|
@@ -10194,12 +9234,6 @@ exports.User = {
|
|
10194
9234
|
createdAt
|
10195
9235
|
updatedAt
|
10196
9236
|
status
|
10197
|
-
alpacaAccount {
|
10198
|
-
id
|
10199
|
-
}
|
10200
|
-
asset {
|
10201
|
-
id
|
10202
|
-
}
|
10203
9237
|
actions {
|
10204
9238
|
id
|
10205
9239
|
sequence
|
@@ -10208,23 +9242,11 @@ exports.User = {
|
|
10208
9242
|
note
|
10209
9243
|
status
|
10210
9244
|
fee
|
10211
|
-
trade {
|
10212
|
-
id
|
10213
|
-
}
|
10214
|
-
order {
|
10215
|
-
id
|
10216
|
-
}
|
10217
9245
|
}
|
10218
9246
|
}
|
10219
|
-
orders {
|
10220
|
-
id
|
10221
|
-
}
|
10222
9247
|
positions {
|
10223
9248
|
id
|
10224
9249
|
assetId
|
10225
|
-
asset {
|
10226
|
-
id
|
10227
|
-
}
|
10228
9250
|
averageEntryPrice
|
10229
9251
|
qty
|
10230
9252
|
qtyAvailable
|
@@ -10238,9 +9260,6 @@ exports.User = {
|
|
10238
9260
|
lastTradePrice
|
10239
9261
|
changeToday
|
10240
9262
|
assetMarginable
|
10241
|
-
alpacaAccount {
|
10242
|
-
id
|
10243
|
-
}
|
10244
9263
|
alpacaAccountId
|
10245
9264
|
}
|
10246
9265
|
newsMentions {
|
@@ -10265,12 +9284,6 @@ exports.User = {
|
|
10265
9284
|
logo
|
10266
9285
|
createdAt
|
10267
9286
|
updatedAt
|
10268
|
-
assets {
|
10269
|
-
id
|
10270
|
-
}
|
10271
|
-
}
|
10272
|
-
asset {
|
10273
|
-
id
|
10274
9287
|
}
|
10275
9288
|
relevancyScore
|
10276
9289
|
sentimentScore
|
@@ -10361,12 +9374,6 @@ exports.User = {
|
|
10361
9374
|
createdAt
|
10362
9375
|
updatedAt
|
10363
9376
|
status
|
10364
|
-
alpacaAccount {
|
10365
|
-
id
|
10366
|
-
}
|
10367
|
-
asset {
|
10368
|
-
id
|
10369
|
-
}
|
10370
9377
|
actions {
|
10371
9378
|
id
|
10372
9379
|
sequence
|
@@ -10375,9 +9382,6 @@ exports.User = {
|
|
10375
9382
|
note
|
10376
9383
|
status
|
10377
9384
|
fee
|
10378
|
-
trade {
|
10379
|
-
id
|
10380
|
-
}
|
10381
9385
|
order {
|
10382
9386
|
id
|
10383
9387
|
clientOrderId
|
@@ -10398,9 +9402,6 @@ exports.User = {
|
|
10398
9402
|
createdAt
|
10399
9403
|
updatedAt
|
10400
9404
|
orderId
|
10401
|
-
Order {
|
10402
|
-
id
|
10403
|
-
}
|
10404
9405
|
}
|
10405
9406
|
takeProfit {
|
10406
9407
|
id
|
@@ -10409,9 +9410,6 @@ exports.User = {
|
|
10409
9410
|
createdAt
|
10410
9411
|
updatedAt
|
10411
9412
|
orderId
|
10412
|
-
Order {
|
10413
|
-
id
|
10414
|
-
}
|
10415
9413
|
}
|
10416
9414
|
trailPrice
|
10417
9415
|
trailPercent
|
@@ -10423,15 +9421,6 @@ exports.User = {
|
|
10423
9421
|
filledAt
|
10424
9422
|
filledAvgPrice
|
10425
9423
|
actionId
|
10426
|
-
alpacaAccount {
|
10427
|
-
id
|
10428
|
-
}
|
10429
|
-
action {
|
10430
|
-
id
|
10431
|
-
}
|
10432
|
-
asset {
|
10433
|
-
id
|
10434
|
-
}
|
10435
9424
|
fee
|
10436
9425
|
strikePrice
|
10437
9426
|
expirationDate
|
@@ -10461,9 +9450,6 @@ exports.User = {
|
|
10461
9450
|
createdAt
|
10462
9451
|
updatedAt
|
10463
9452
|
orderId
|
10464
|
-
Order {
|
10465
|
-
id
|
10466
|
-
}
|
10467
9453
|
}
|
10468
9454
|
takeProfit {
|
10469
9455
|
id
|
@@ -10472,9 +9458,6 @@ exports.User = {
|
|
10472
9458
|
createdAt
|
10473
9459
|
updatedAt
|
10474
9460
|
orderId
|
10475
|
-
Order {
|
10476
|
-
id
|
10477
|
-
}
|
10478
9461
|
}
|
10479
9462
|
trailPrice
|
10480
9463
|
trailPercent
|
@@ -10486,9 +9469,6 @@ exports.User = {
|
|
10486
9469
|
filledAt
|
10487
9470
|
filledAvgPrice
|
10488
9471
|
actionId
|
10489
|
-
alpacaAccount {
|
10490
|
-
id
|
10491
|
-
}
|
10492
9472
|
action {
|
10493
9473
|
id
|
10494
9474
|
sequence
|
@@ -10512,23 +9492,8 @@ exports.User = {
|
|
10512
9492
|
createdAt
|
10513
9493
|
updatedAt
|
10514
9494
|
status
|
10515
|
-
alpacaAccount {
|
10516
|
-
id
|
10517
|
-
}
|
10518
|
-
asset {
|
10519
|
-
id
|
10520
|
-
}
|
10521
|
-
actions {
|
10522
|
-
id
|
10523
|
-
}
|
10524
|
-
}
|
10525
|
-
order {
|
10526
|
-
id
|
10527
9495
|
}
|
10528
9496
|
}
|
10529
|
-
asset {
|
10530
|
-
id
|
10531
|
-
}
|
10532
9497
|
fee
|
10533
9498
|
strikePrice
|
10534
9499
|
expirationDate
|
@@ -10536,9 +9501,6 @@ exports.User = {
|
|
10536
9501
|
stopLossId
|
10537
9502
|
takeProfitId
|
10538
9503
|
}
|
10539
|
-
positions {
|
10540
|
-
id
|
10541
|
-
}
|
10542
9504
|
newsMentions {
|
10543
9505
|
id
|
10544
9506
|
assetId
|
@@ -10561,12 +9523,6 @@ exports.User = {
|
|
10561
9523
|
logo
|
10562
9524
|
createdAt
|
10563
9525
|
updatedAt
|
10564
|
-
assets {
|
10565
|
-
id
|
10566
|
-
}
|
10567
|
-
}
|
10568
|
-
asset {
|
10569
|
-
id
|
10570
9526
|
}
|
10571
9527
|
relevancyScore
|
10572
9528
|
sentimentScore
|
@@ -10586,9 +9542,6 @@ exports.User = {
|
|
10586
9542
|
lastTradePrice
|
10587
9543
|
changeToday
|
10588
9544
|
assetMarginable
|
10589
|
-
alpacaAccount {
|
10590
|
-
id
|
10591
|
-
}
|
10592
9545
|
alpacaAccountId
|
10593
9546
|
}
|
10594
9547
|
alerts {
|
@@ -10599,9 +9552,6 @@ exports.User = {
|
|
10599
9552
|
isRead
|
10600
9553
|
createdAt
|
10601
9554
|
updatedAt
|
10602
|
-
alpacaAccount {
|
10603
|
-
id
|
10604
|
-
}
|
10605
9555
|
}
|
10606
9556
|
}
|
10607
9557
|
}
|
@@ -10654,9 +9604,6 @@ exports.User = {
|
|
10654
9604
|
stripeCurrentPeriodEnd
|
10655
9605
|
createdAt
|
10656
9606
|
updatedAt
|
10657
|
-
users {
|
10658
|
-
id
|
10659
|
-
}
|
10660
9607
|
}
|
10661
9608
|
customerId
|
10662
9609
|
accounts {
|
@@ -10674,18 +9621,12 @@ exports.User = {
|
|
10674
9621
|
session_state
|
10675
9622
|
createdAt
|
10676
9623
|
updatedAt
|
10677
|
-
user {
|
10678
|
-
id
|
10679
|
-
}
|
10680
9624
|
}
|
10681
9625
|
sessions {
|
10682
9626
|
id
|
10683
9627
|
sessionToken
|
10684
9628
|
userId
|
10685
9629
|
expires
|
10686
|
-
user {
|
10687
|
-
id
|
10688
|
-
}
|
10689
9630
|
createdAt
|
10690
9631
|
updatedAt
|
10691
9632
|
}
|
@@ -10695,9 +9636,6 @@ exports.User = {
|
|
10695
9636
|
credentialID
|
10696
9637
|
publicKey
|
10697
9638
|
counter
|
10698
|
-
user {
|
10699
|
-
id
|
10700
|
-
}
|
10701
9639
|
createdAt
|
10702
9640
|
updatedAt
|
10703
9641
|
}
|
@@ -10711,9 +9649,6 @@ exports.User = {
|
|
10711
9649
|
marketOpen
|
10712
9650
|
minOrderSize
|
10713
9651
|
maxOrderSize
|
10714
|
-
user {
|
10715
|
-
id
|
10716
|
-
}
|
10717
9652
|
userId
|
10718
9653
|
createdAt
|
10719
9654
|
updatedAt
|
@@ -10732,9 +9667,6 @@ exports.User = {
|
|
10732
9667
|
createdAt
|
10733
9668
|
updatedAt
|
10734
9669
|
status
|
10735
|
-
alpacaAccount {
|
10736
|
-
id
|
10737
|
-
}
|
10738
9670
|
asset {
|
10739
9671
|
id
|
10740
9672
|
symbol
|
@@ -10794,9 +9726,6 @@ exports.User = {
|
|
10794
9726
|
buyPrice
|
10795
9727
|
createdAt
|
10796
9728
|
updatedAt
|
10797
|
-
trades {
|
10798
|
-
id
|
10799
|
-
}
|
10800
9729
|
orders {
|
10801
9730
|
id
|
10802
9731
|
clientOrderId
|
@@ -10817,9 +9746,6 @@ exports.User = {
|
|
10817
9746
|
createdAt
|
10818
9747
|
updatedAt
|
10819
9748
|
orderId
|
10820
|
-
Order {
|
10821
|
-
id
|
10822
|
-
}
|
10823
9749
|
}
|
10824
9750
|
takeProfit {
|
10825
9751
|
id
|
@@ -10828,9 +9754,6 @@ exports.User = {
|
|
10828
9754
|
createdAt
|
10829
9755
|
updatedAt
|
10830
9756
|
orderId
|
10831
|
-
Order {
|
10832
|
-
id
|
10833
|
-
}
|
10834
9757
|
}
|
10835
9758
|
trailPrice
|
10836
9759
|
trailPercent
|
@@ -10842,9 +9765,6 @@ exports.User = {
|
|
10842
9765
|
filledAt
|
10843
9766
|
filledAvgPrice
|
10844
9767
|
actionId
|
10845
|
-
alpacaAccount {
|
10846
|
-
id
|
10847
|
-
}
|
10848
9768
|
action {
|
10849
9769
|
id
|
10850
9770
|
sequence
|
@@ -10853,15 +9773,6 @@ exports.User = {
|
|
10853
9773
|
note
|
10854
9774
|
status
|
10855
9775
|
fee
|
10856
|
-
trade {
|
10857
|
-
id
|
10858
|
-
}
|
10859
|
-
order {
|
10860
|
-
id
|
10861
|
-
}
|
10862
|
-
}
|
10863
|
-
asset {
|
10864
|
-
id
|
10865
9776
|
}
|
10866
9777
|
fee
|
10867
9778
|
strikePrice
|
@@ -10873,9 +9784,6 @@ exports.User = {
|
|
10873
9784
|
positions {
|
10874
9785
|
id
|
10875
9786
|
assetId
|
10876
|
-
asset {
|
10877
|
-
id
|
10878
|
-
}
|
10879
9787
|
averageEntryPrice
|
10880
9788
|
qty
|
10881
9789
|
qtyAvailable
|
@@ -10889,9 +9797,6 @@ exports.User = {
|
|
10889
9797
|
lastTradePrice
|
10890
9798
|
changeToday
|
10891
9799
|
assetMarginable
|
10892
|
-
alpacaAccount {
|
10893
|
-
id
|
10894
|
-
}
|
10895
9800
|
alpacaAccountId
|
10896
9801
|
}
|
10897
9802
|
newsMentions {
|
@@ -10916,12 +9821,6 @@ exports.User = {
|
|
10916
9821
|
logo
|
10917
9822
|
createdAt
|
10918
9823
|
updatedAt
|
10919
|
-
assets {
|
10920
|
-
id
|
10921
|
-
}
|
10922
|
-
}
|
10923
|
-
asset {
|
10924
|
-
id
|
10925
9824
|
}
|
10926
9825
|
relevancyScore
|
10927
9826
|
sentimentScore
|
@@ -10936,9 +9835,6 @@ exports.User = {
|
|
10936
9835
|
note
|
10937
9836
|
status
|
10938
9837
|
fee
|
10939
|
-
trade {
|
10940
|
-
id
|
10941
|
-
}
|
10942
9838
|
order {
|
10943
9839
|
id
|
10944
9840
|
clientOrderId
|
@@ -10959,9 +9855,6 @@ exports.User = {
|
|
10959
9855
|
createdAt
|
10960
9856
|
updatedAt
|
10961
9857
|
orderId
|
10962
|
-
Order {
|
10963
|
-
id
|
10964
|
-
}
|
10965
9858
|
}
|
10966
9859
|
takeProfit {
|
10967
9860
|
id
|
@@ -10970,9 +9863,6 @@ exports.User = {
|
|
10970
9863
|
createdAt
|
10971
9864
|
updatedAt
|
10972
9865
|
orderId
|
10973
|
-
Order {
|
10974
|
-
id
|
10975
|
-
}
|
10976
9866
|
}
|
10977
9867
|
trailPrice
|
10978
9868
|
trailPercent
|
@@ -10984,12 +9874,6 @@ exports.User = {
|
|
10984
9874
|
filledAt
|
10985
9875
|
filledAvgPrice
|
10986
9876
|
actionId
|
10987
|
-
alpacaAccount {
|
10988
|
-
id
|
10989
|
-
}
|
10990
|
-
action {
|
10991
|
-
id
|
10992
|
-
}
|
10993
9877
|
asset {
|
10994
9878
|
id
|
10995
9879
|
symbol
|
@@ -11049,18 +9933,9 @@ exports.User = {
|
|
11049
9933
|
buyPrice
|
11050
9934
|
createdAt
|
11051
9935
|
updatedAt
|
11052
|
-
trades {
|
11053
|
-
id
|
11054
|
-
}
|
11055
|
-
orders {
|
11056
|
-
id
|
11057
|
-
}
|
11058
9936
|
positions {
|
11059
9937
|
id
|
11060
9938
|
assetId
|
11061
|
-
asset {
|
11062
|
-
id
|
11063
|
-
}
|
11064
9939
|
averageEntryPrice
|
11065
9940
|
qty
|
11066
9941
|
qtyAvailable
|
@@ -11074,9 +9949,6 @@ exports.User = {
|
|
11074
9949
|
lastTradePrice
|
11075
9950
|
changeToday
|
11076
9951
|
assetMarginable
|
11077
|
-
alpacaAccount {
|
11078
|
-
id
|
11079
|
-
}
|
11080
9952
|
alpacaAccountId
|
11081
9953
|
}
|
11082
9954
|
newsMentions {
|
@@ -11101,12 +9973,6 @@ exports.User = {
|
|
11101
9973
|
logo
|
11102
9974
|
createdAt
|
11103
9975
|
updatedAt
|
11104
|
-
assets {
|
11105
|
-
id
|
11106
|
-
}
|
11107
|
-
}
|
11108
|
-
asset {
|
11109
|
-
id
|
11110
9976
|
}
|
11111
9977
|
relevancyScore
|
11112
9978
|
sentimentScore
|
@@ -11142,9 +10008,6 @@ exports.User = {
|
|
11142
10008
|
createdAt
|
11143
10009
|
updatedAt
|
11144
10010
|
orderId
|
11145
|
-
Order {
|
11146
|
-
id
|
11147
|
-
}
|
11148
10011
|
}
|
11149
10012
|
takeProfit {
|
11150
10013
|
id
|
@@ -11153,9 +10016,6 @@ exports.User = {
|
|
11153
10016
|
createdAt
|
11154
10017
|
updatedAt
|
11155
10018
|
orderId
|
11156
|
-
Order {
|
11157
|
-
id
|
11158
|
-
}
|
11159
10019
|
}
|
11160
10020
|
trailPrice
|
11161
10021
|
trailPercent
|
@@ -11167,9 +10027,6 @@ exports.User = {
|
|
11167
10027
|
filledAt
|
11168
10028
|
filledAvgPrice
|
11169
10029
|
actionId
|
11170
|
-
alpacaAccount {
|
11171
|
-
id
|
11172
|
-
}
|
11173
10030
|
action {
|
11174
10031
|
id
|
11175
10032
|
sequence
|
@@ -11193,9 +10050,6 @@ exports.User = {
|
|
11193
10050
|
createdAt
|
11194
10051
|
updatedAt
|
11195
10052
|
status
|
11196
|
-
alpacaAccount {
|
11197
|
-
id
|
11198
|
-
}
|
11199
10053
|
asset {
|
11200
10054
|
id
|
11201
10055
|
symbol
|
@@ -11255,18 +10109,9 @@ exports.User = {
|
|
11255
10109
|
buyPrice
|
11256
10110
|
createdAt
|
11257
10111
|
updatedAt
|
11258
|
-
trades {
|
11259
|
-
id
|
11260
|
-
}
|
11261
|
-
orders {
|
11262
|
-
id
|
11263
|
-
}
|
11264
10112
|
positions {
|
11265
10113
|
id
|
11266
10114
|
assetId
|
11267
|
-
asset {
|
11268
|
-
id
|
11269
|
-
}
|
11270
10115
|
averageEntryPrice
|
11271
10116
|
qty
|
11272
10117
|
qtyAvailable
|
@@ -11280,9 +10125,6 @@ exports.User = {
|
|
11280
10125
|
lastTradePrice
|
11281
10126
|
changeToday
|
11282
10127
|
assetMarginable
|
11283
|
-
alpacaAccount {
|
11284
|
-
id
|
11285
|
-
}
|
11286
10128
|
alpacaAccountId
|
11287
10129
|
}
|
11288
10130
|
newsMentions {
|
@@ -11307,24 +10149,12 @@ exports.User = {
|
|
11307
10149
|
logo
|
11308
10150
|
createdAt
|
11309
10151
|
updatedAt
|
11310
|
-
assets {
|
11311
|
-
id
|
11312
|
-
}
|
11313
|
-
}
|
11314
|
-
asset {
|
11315
|
-
id
|
11316
10152
|
}
|
11317
10153
|
relevancyScore
|
11318
10154
|
sentimentScore
|
11319
10155
|
sentimentLabel
|
11320
10156
|
}
|
11321
10157
|
}
|
11322
|
-
actions {
|
11323
|
-
id
|
11324
|
-
}
|
11325
|
-
}
|
11326
|
-
order {
|
11327
|
-
id
|
11328
10158
|
}
|
11329
10159
|
}
|
11330
10160
|
asset {
|
@@ -11401,12 +10231,6 @@ exports.User = {
|
|
11401
10231
|
createdAt
|
11402
10232
|
updatedAt
|
11403
10233
|
status
|
11404
|
-
alpacaAccount {
|
11405
|
-
id
|
11406
|
-
}
|
11407
|
-
asset {
|
11408
|
-
id
|
11409
|
-
}
|
11410
10234
|
actions {
|
11411
10235
|
id
|
11412
10236
|
sequence
|
@@ -11415,23 +10239,11 @@ exports.User = {
|
|
11415
10239
|
note
|
11416
10240
|
status
|
11417
10241
|
fee
|
11418
|
-
trade {
|
11419
|
-
id
|
11420
|
-
}
|
11421
|
-
order {
|
11422
|
-
id
|
11423
|
-
}
|
11424
10242
|
}
|
11425
10243
|
}
|
11426
|
-
orders {
|
11427
|
-
id
|
11428
|
-
}
|
11429
10244
|
positions {
|
11430
10245
|
id
|
11431
10246
|
assetId
|
11432
|
-
asset {
|
11433
|
-
id
|
11434
|
-
}
|
11435
10247
|
averageEntryPrice
|
11436
10248
|
qty
|
11437
10249
|
qtyAvailable
|
@@ -11445,9 +10257,6 @@ exports.User = {
|
|
11445
10257
|
lastTradePrice
|
11446
10258
|
changeToday
|
11447
10259
|
assetMarginable
|
11448
|
-
alpacaAccount {
|
11449
|
-
id
|
11450
|
-
}
|
11451
10260
|
alpacaAccountId
|
11452
10261
|
}
|
11453
10262
|
newsMentions {
|
@@ -11472,12 +10281,6 @@ exports.User = {
|
|
11472
10281
|
logo
|
11473
10282
|
createdAt
|
11474
10283
|
updatedAt
|
11475
|
-
assets {
|
11476
|
-
id
|
11477
|
-
}
|
11478
|
-
}
|
11479
|
-
asset {
|
11480
|
-
id
|
11481
10284
|
}
|
11482
10285
|
relevancyScore
|
11483
10286
|
sentimentScore
|
@@ -11568,12 +10371,6 @@ exports.User = {
|
|
11568
10371
|
createdAt
|
11569
10372
|
updatedAt
|
11570
10373
|
status
|
11571
|
-
alpacaAccount {
|
11572
|
-
id
|
11573
|
-
}
|
11574
|
-
asset {
|
11575
|
-
id
|
11576
|
-
}
|
11577
10374
|
actions {
|
11578
10375
|
id
|
11579
10376
|
sequence
|
@@ -11582,9 +10379,6 @@ exports.User = {
|
|
11582
10379
|
note
|
11583
10380
|
status
|
11584
10381
|
fee
|
11585
|
-
trade {
|
11586
|
-
id
|
11587
|
-
}
|
11588
10382
|
order {
|
11589
10383
|
id
|
11590
10384
|
clientOrderId
|
@@ -11605,9 +10399,6 @@ exports.User = {
|
|
11605
10399
|
createdAt
|
11606
10400
|
updatedAt
|
11607
10401
|
orderId
|
11608
|
-
Order {
|
11609
|
-
id
|
11610
|
-
}
|
11611
10402
|
}
|
11612
10403
|
takeProfit {
|
11613
10404
|
id
|
@@ -11616,9 +10407,6 @@ exports.User = {
|
|
11616
10407
|
createdAt
|
11617
10408
|
updatedAt
|
11618
10409
|
orderId
|
11619
|
-
Order {
|
11620
|
-
id
|
11621
|
-
}
|
11622
10410
|
}
|
11623
10411
|
trailPrice
|
11624
10412
|
trailPercent
|
@@ -11630,15 +10418,6 @@ exports.User = {
|
|
11630
10418
|
filledAt
|
11631
10419
|
filledAvgPrice
|
11632
10420
|
actionId
|
11633
|
-
alpacaAccount {
|
11634
|
-
id
|
11635
|
-
}
|
11636
|
-
action {
|
11637
|
-
id
|
11638
|
-
}
|
11639
|
-
asset {
|
11640
|
-
id
|
11641
|
-
}
|
11642
10421
|
fee
|
11643
10422
|
strikePrice
|
11644
10423
|
expirationDate
|
@@ -11668,9 +10447,6 @@ exports.User = {
|
|
11668
10447
|
createdAt
|
11669
10448
|
updatedAt
|
11670
10449
|
orderId
|
11671
|
-
Order {
|
11672
|
-
id
|
11673
|
-
}
|
11674
10450
|
}
|
11675
10451
|
takeProfit {
|
11676
10452
|
id
|
@@ -11679,9 +10455,6 @@ exports.User = {
|
|
11679
10455
|
createdAt
|
11680
10456
|
updatedAt
|
11681
10457
|
orderId
|
11682
|
-
Order {
|
11683
|
-
id
|
11684
|
-
}
|
11685
10458
|
}
|
11686
10459
|
trailPrice
|
11687
10460
|
trailPercent
|
@@ -11693,9 +10466,6 @@ exports.User = {
|
|
11693
10466
|
filledAt
|
11694
10467
|
filledAvgPrice
|
11695
10468
|
actionId
|
11696
|
-
alpacaAccount {
|
11697
|
-
id
|
11698
|
-
}
|
11699
10469
|
action {
|
11700
10470
|
id
|
11701
10471
|
sequence
|
@@ -11719,22 +10489,7 @@ exports.User = {
|
|
11719
10489
|
createdAt
|
11720
10490
|
updatedAt
|
11721
10491
|
status
|
11722
|
-
alpacaAccount {
|
11723
|
-
id
|
11724
|
-
}
|
11725
|
-
asset {
|
11726
|
-
id
|
11727
|
-
}
|
11728
|
-
actions {
|
11729
|
-
id
|
11730
|
-
}
|
11731
10492
|
}
|
11732
|
-
order {
|
11733
|
-
id
|
11734
|
-
}
|
11735
|
-
}
|
11736
|
-
asset {
|
11737
|
-
id
|
11738
10493
|
}
|
11739
10494
|
fee
|
11740
10495
|
strikePrice
|
@@ -11743,9 +10498,6 @@ exports.User = {
|
|
11743
10498
|
stopLossId
|
11744
10499
|
takeProfitId
|
11745
10500
|
}
|
11746
|
-
positions {
|
11747
|
-
id
|
11748
|
-
}
|
11749
10501
|
newsMentions {
|
11750
10502
|
id
|
11751
10503
|
assetId
|
@@ -11768,12 +10520,6 @@ exports.User = {
|
|
11768
10520
|
logo
|
11769
10521
|
createdAt
|
11770
10522
|
updatedAt
|
11771
|
-
assets {
|
11772
|
-
id
|
11773
|
-
}
|
11774
|
-
}
|
11775
|
-
asset {
|
11776
|
-
id
|
11777
10523
|
}
|
11778
10524
|
relevancyScore
|
11779
10525
|
sentimentScore
|
@@ -11793,9 +10539,6 @@ exports.User = {
|
|
11793
10539
|
lastTradePrice
|
11794
10540
|
changeToday
|
11795
10541
|
assetMarginable
|
11796
|
-
alpacaAccount {
|
11797
|
-
id
|
11798
|
-
}
|
11799
10542
|
alpacaAccountId
|
11800
10543
|
}
|
11801
10544
|
alerts {
|
@@ -11806,9 +10549,6 @@ exports.User = {
|
|
11806
10549
|
isRead
|
11807
10550
|
createdAt
|
11808
10551
|
updatedAt
|
11809
|
-
alpacaAccount {
|
11810
|
-
id
|
11811
|
-
}
|
11812
10552
|
}
|
11813
10553
|
}
|
11814
10554
|
}
|