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/Action.cjs
CHANGED
@@ -72,9 +72,6 @@ exports.Action = {
|
|
72
72
|
stripeCurrentPeriodEnd
|
73
73
|
createdAt
|
74
74
|
updatedAt
|
75
|
-
users {
|
76
|
-
id
|
77
|
-
}
|
78
75
|
}
|
79
76
|
customerId
|
80
77
|
accounts {
|
@@ -92,18 +89,12 @@ exports.Action = {
|
|
92
89
|
session_state
|
93
90
|
createdAt
|
94
91
|
updatedAt
|
95
|
-
user {
|
96
|
-
id
|
97
|
-
}
|
98
92
|
}
|
99
93
|
sessions {
|
100
94
|
id
|
101
95
|
sessionToken
|
102
96
|
userId
|
103
97
|
expires
|
104
|
-
user {
|
105
|
-
id
|
106
|
-
}
|
107
98
|
createdAt
|
108
99
|
updatedAt
|
109
100
|
}
|
@@ -113,23 +104,14 @@ exports.Action = {
|
|
113
104
|
credentialID
|
114
105
|
publicKey
|
115
106
|
counter
|
116
|
-
user {
|
117
|
-
id
|
118
|
-
}
|
119
107
|
createdAt
|
120
108
|
updatedAt
|
121
109
|
}
|
122
110
|
plan
|
123
|
-
alpacaAccounts {
|
124
|
-
id
|
125
|
-
}
|
126
111
|
}
|
127
112
|
userId
|
128
113
|
createdAt
|
129
114
|
updatedAt
|
130
|
-
trades {
|
131
|
-
id
|
132
|
-
}
|
133
115
|
orders {
|
134
116
|
id
|
135
117
|
clientOrderId
|
@@ -150,9 +132,6 @@ exports.Action = {
|
|
150
132
|
createdAt
|
151
133
|
updatedAt
|
152
134
|
orderId
|
153
|
-
Order {
|
154
|
-
id
|
155
|
-
}
|
156
135
|
}
|
157
136
|
takeProfit {
|
158
137
|
id
|
@@ -161,9 +140,6 @@ exports.Action = {
|
|
161
140
|
createdAt
|
162
141
|
updatedAt
|
163
142
|
orderId
|
164
|
-
Order {
|
165
|
-
id
|
166
|
-
}
|
167
143
|
}
|
168
144
|
trailPrice
|
169
145
|
trailPercent
|
@@ -175,12 +151,6 @@ exports.Action = {
|
|
175
151
|
filledAt
|
176
152
|
filledAvgPrice
|
177
153
|
actionId
|
178
|
-
alpacaAccount {
|
179
|
-
id
|
180
|
-
}
|
181
|
-
action {
|
182
|
-
id
|
183
|
-
}
|
184
154
|
asset {
|
185
155
|
id
|
186
156
|
symbol
|
@@ -240,18 +210,9 @@ exports.Action = {
|
|
240
210
|
buyPrice
|
241
211
|
createdAt
|
242
212
|
updatedAt
|
243
|
-
trades {
|
244
|
-
id
|
245
|
-
}
|
246
|
-
orders {
|
247
|
-
id
|
248
|
-
}
|
249
213
|
positions {
|
250
214
|
id
|
251
215
|
assetId
|
252
|
-
asset {
|
253
|
-
id
|
254
|
-
}
|
255
216
|
averageEntryPrice
|
256
217
|
qty
|
257
218
|
qtyAvailable
|
@@ -265,9 +226,6 @@ exports.Action = {
|
|
265
226
|
lastTradePrice
|
266
227
|
changeToday
|
267
228
|
assetMarginable
|
268
|
-
alpacaAccount {
|
269
|
-
id
|
270
|
-
}
|
271
229
|
alpacaAccountId
|
272
230
|
}
|
273
231
|
newsMentions {
|
@@ -292,12 +250,6 @@ exports.Action = {
|
|
292
250
|
logo
|
293
251
|
createdAt
|
294
252
|
updatedAt
|
295
|
-
assets {
|
296
|
-
id
|
297
|
-
}
|
298
|
-
}
|
299
|
-
asset {
|
300
|
-
id
|
301
253
|
}
|
302
254
|
relevancyScore
|
303
255
|
sentimentScore
|
@@ -373,9 +325,6 @@ exports.Action = {
|
|
373
325
|
buyPrice
|
374
326
|
createdAt
|
375
327
|
updatedAt
|
376
|
-
trades {
|
377
|
-
id
|
378
|
-
}
|
379
328
|
orders {
|
380
329
|
id
|
381
330
|
clientOrderId
|
@@ -396,9 +345,6 @@ exports.Action = {
|
|
396
345
|
createdAt
|
397
346
|
updatedAt
|
398
347
|
orderId
|
399
|
-
Order {
|
400
|
-
id
|
401
|
-
}
|
402
348
|
}
|
403
349
|
takeProfit {
|
404
350
|
id
|
@@ -407,9 +353,6 @@ exports.Action = {
|
|
407
353
|
createdAt
|
408
354
|
updatedAt
|
409
355
|
orderId
|
410
|
-
Order {
|
411
|
-
id
|
412
|
-
}
|
413
356
|
}
|
414
357
|
trailPrice
|
415
358
|
trailPercent
|
@@ -421,15 +364,6 @@ exports.Action = {
|
|
421
364
|
filledAt
|
422
365
|
filledAvgPrice
|
423
366
|
actionId
|
424
|
-
alpacaAccount {
|
425
|
-
id
|
426
|
-
}
|
427
|
-
action {
|
428
|
-
id
|
429
|
-
}
|
430
|
-
asset {
|
431
|
-
id
|
432
|
-
}
|
433
367
|
fee
|
434
368
|
strikePrice
|
435
369
|
expirationDate
|
@@ -437,9 +371,6 @@ exports.Action = {
|
|
437
371
|
stopLossId
|
438
372
|
takeProfitId
|
439
373
|
}
|
440
|
-
positions {
|
441
|
-
id
|
442
|
-
}
|
443
374
|
newsMentions {
|
444
375
|
id
|
445
376
|
assetId
|
@@ -462,12 +393,6 @@ exports.Action = {
|
|
462
393
|
logo
|
463
394
|
createdAt
|
464
395
|
updatedAt
|
465
|
-
assets {
|
466
|
-
id
|
467
|
-
}
|
468
|
-
}
|
469
|
-
asset {
|
470
|
-
id
|
471
396
|
}
|
472
397
|
relevancyScore
|
473
398
|
sentimentScore
|
@@ -487,9 +412,6 @@ exports.Action = {
|
|
487
412
|
lastTradePrice
|
488
413
|
changeToday
|
489
414
|
assetMarginable
|
490
|
-
alpacaAccount {
|
491
|
-
id
|
492
|
-
}
|
493
415
|
alpacaAccountId
|
494
416
|
}
|
495
417
|
alerts {
|
@@ -500,9 +422,6 @@ exports.Action = {
|
|
500
422
|
isRead
|
501
423
|
createdAt
|
502
424
|
updatedAt
|
503
|
-
alpacaAccount {
|
504
|
-
id
|
505
|
-
}
|
506
425
|
}
|
507
426
|
}
|
508
427
|
asset {
|
@@ -564,9 +483,6 @@ exports.Action = {
|
|
564
483
|
buyPrice
|
565
484
|
createdAt
|
566
485
|
updatedAt
|
567
|
-
trades {
|
568
|
-
id
|
569
|
-
}
|
570
486
|
orders {
|
571
487
|
id
|
572
488
|
clientOrderId
|
@@ -587,9 +503,6 @@ exports.Action = {
|
|
587
503
|
createdAt
|
588
504
|
updatedAt
|
589
505
|
orderId
|
590
|
-
Order {
|
591
|
-
id
|
592
|
-
}
|
593
506
|
}
|
594
507
|
takeProfit {
|
595
508
|
id
|
@@ -598,9 +511,6 @@ exports.Action = {
|
|
598
511
|
createdAt
|
599
512
|
updatedAt
|
600
513
|
orderId
|
601
|
-
Order {
|
602
|
-
id
|
603
|
-
}
|
604
514
|
}
|
605
515
|
trailPrice
|
606
516
|
trailPercent
|
@@ -644,9 +554,6 @@ exports.Action = {
|
|
644
554
|
stripeCurrentPeriodEnd
|
645
555
|
createdAt
|
646
556
|
updatedAt
|
647
|
-
users {
|
648
|
-
id
|
649
|
-
}
|
650
557
|
}
|
651
558
|
customerId
|
652
559
|
accounts {
|
@@ -664,18 +571,12 @@ exports.Action = {
|
|
664
571
|
session_state
|
665
572
|
createdAt
|
666
573
|
updatedAt
|
667
|
-
user {
|
668
|
-
id
|
669
|
-
}
|
670
574
|
}
|
671
575
|
sessions {
|
672
576
|
id
|
673
577
|
sessionToken
|
674
578
|
userId
|
675
579
|
expires
|
676
|
-
user {
|
677
|
-
id
|
678
|
-
}
|
679
580
|
createdAt
|
680
581
|
updatedAt
|
681
582
|
}
|
@@ -685,32 +586,17 @@ exports.Action = {
|
|
685
586
|
credentialID
|
686
587
|
publicKey
|
687
588
|
counter
|
688
|
-
user {
|
689
|
-
id
|
690
|
-
}
|
691
589
|
createdAt
|
692
590
|
updatedAt
|
693
591
|
}
|
694
592
|
plan
|
695
|
-
alpacaAccounts {
|
696
|
-
id
|
697
|
-
}
|
698
593
|
}
|
699
594
|
userId
|
700
595
|
createdAt
|
701
596
|
updatedAt
|
702
|
-
trades {
|
703
|
-
id
|
704
|
-
}
|
705
|
-
orders {
|
706
|
-
id
|
707
|
-
}
|
708
597
|
positions {
|
709
598
|
id
|
710
599
|
assetId
|
711
|
-
asset {
|
712
|
-
id
|
713
|
-
}
|
714
600
|
averageEntryPrice
|
715
601
|
qty
|
716
602
|
qtyAvailable
|
@@ -724,9 +610,6 @@ exports.Action = {
|
|
724
610
|
lastTradePrice
|
725
611
|
changeToday
|
726
612
|
assetMarginable
|
727
|
-
alpacaAccount {
|
728
|
-
id
|
729
|
-
}
|
730
613
|
alpacaAccountId
|
731
614
|
}
|
732
615
|
alerts {
|
@@ -737,17 +620,8 @@ exports.Action = {
|
|
737
620
|
isRead
|
738
621
|
createdAt
|
739
622
|
updatedAt
|
740
|
-
alpacaAccount {
|
741
|
-
id
|
742
|
-
}
|
743
623
|
}
|
744
624
|
}
|
745
|
-
action {
|
746
|
-
id
|
747
|
-
}
|
748
|
-
asset {
|
749
|
-
id
|
750
|
-
}
|
751
625
|
fee
|
752
626
|
strikePrice
|
753
627
|
expirationDate
|
@@ -758,9 +632,6 @@ exports.Action = {
|
|
758
632
|
positions {
|
759
633
|
id
|
760
634
|
assetId
|
761
|
-
asset {
|
762
|
-
id
|
763
|
-
}
|
764
635
|
averageEntryPrice
|
765
636
|
qty
|
766
637
|
qtyAvailable
|
@@ -806,9 +677,6 @@ exports.Action = {
|
|
806
677
|
stripeCurrentPeriodEnd
|
807
678
|
createdAt
|
808
679
|
updatedAt
|
809
|
-
users {
|
810
|
-
id
|
811
|
-
}
|
812
680
|
}
|
813
681
|
customerId
|
814
682
|
accounts {
|
@@ -826,18 +694,12 @@ exports.Action = {
|
|
826
694
|
session_state
|
827
695
|
createdAt
|
828
696
|
updatedAt
|
829
|
-
user {
|
830
|
-
id
|
831
|
-
}
|
832
697
|
}
|
833
698
|
sessions {
|
834
699
|
id
|
835
700
|
sessionToken
|
836
701
|
userId
|
837
702
|
expires
|
838
|
-
user {
|
839
|
-
id
|
840
|
-
}
|
841
703
|
createdAt
|
842
704
|
updatedAt
|
843
705
|
}
|
@@ -847,23 +709,14 @@ exports.Action = {
|
|
847
709
|
credentialID
|
848
710
|
publicKey
|
849
711
|
counter
|
850
|
-
user {
|
851
|
-
id
|
852
|
-
}
|
853
712
|
createdAt
|
854
713
|
updatedAt
|
855
714
|
}
|
856
715
|
plan
|
857
|
-
alpacaAccounts {
|
858
|
-
id
|
859
|
-
}
|
860
716
|
}
|
861
717
|
userId
|
862
718
|
createdAt
|
863
719
|
updatedAt
|
864
|
-
trades {
|
865
|
-
id
|
866
|
-
}
|
867
720
|
orders {
|
868
721
|
id
|
869
722
|
clientOrderId
|
@@ -884,9 +737,6 @@ exports.Action = {
|
|
884
737
|
createdAt
|
885
738
|
updatedAt
|
886
739
|
orderId
|
887
|
-
Order {
|
888
|
-
id
|
889
|
-
}
|
890
740
|
}
|
891
741
|
takeProfit {
|
892
742
|
id
|
@@ -895,9 +745,6 @@ exports.Action = {
|
|
895
745
|
createdAt
|
896
746
|
updatedAt
|
897
747
|
orderId
|
898
|
-
Order {
|
899
|
-
id
|
900
|
-
}
|
901
748
|
}
|
902
749
|
trailPrice
|
903
750
|
trailPercent
|
@@ -909,15 +756,6 @@ exports.Action = {
|
|
909
756
|
filledAt
|
910
757
|
filledAvgPrice
|
911
758
|
actionId
|
912
|
-
alpacaAccount {
|
913
|
-
id
|
914
|
-
}
|
915
|
-
action {
|
916
|
-
id
|
917
|
-
}
|
918
|
-
asset {
|
919
|
-
id
|
920
|
-
}
|
921
759
|
fee
|
922
760
|
strikePrice
|
923
761
|
expirationDate
|
@@ -925,9 +763,6 @@ exports.Action = {
|
|
925
763
|
stopLossId
|
926
764
|
takeProfitId
|
927
765
|
}
|
928
|
-
positions {
|
929
|
-
id
|
930
|
-
}
|
931
766
|
alerts {
|
932
767
|
id
|
933
768
|
alpacaAccountId
|
@@ -936,9 +771,6 @@ exports.Action = {
|
|
936
771
|
isRead
|
937
772
|
createdAt
|
938
773
|
updatedAt
|
939
|
-
alpacaAccount {
|
940
|
-
id
|
941
|
-
}
|
942
774
|
}
|
943
775
|
}
|
944
776
|
alpacaAccountId
|
@@ -965,21 +797,12 @@ exports.Action = {
|
|
965
797
|
logo
|
966
798
|
createdAt
|
967
799
|
updatedAt
|
968
|
-
assets {
|
969
|
-
id
|
970
|
-
}
|
971
|
-
}
|
972
|
-
asset {
|
973
|
-
id
|
974
800
|
}
|
975
801
|
relevancyScore
|
976
802
|
sentimentScore
|
977
803
|
sentimentLabel
|
978
804
|
}
|
979
805
|
}
|
980
|
-
actions {
|
981
|
-
id
|
982
|
-
}
|
983
806
|
}
|
984
807
|
order {
|
985
808
|
id
|
@@ -1001,9 +824,6 @@ exports.Action = {
|
|
1001
824
|
createdAt
|
1002
825
|
updatedAt
|
1003
826
|
orderId
|
1004
|
-
Order {
|
1005
|
-
id
|
1006
|
-
}
|
1007
827
|
}
|
1008
828
|
takeProfit {
|
1009
829
|
id
|
@@ -1012,9 +832,6 @@ exports.Action = {
|
|
1012
832
|
createdAt
|
1013
833
|
updatedAt
|
1014
834
|
orderId
|
1015
|
-
Order {
|
1016
|
-
id
|
1017
|
-
}
|
1018
835
|
}
|
1019
836
|
trailPrice
|
1020
837
|
trailPercent
|
@@ -1058,9 +875,6 @@ exports.Action = {
|
|
1058
875
|
stripeCurrentPeriodEnd
|
1059
876
|
createdAt
|
1060
877
|
updatedAt
|
1061
|
-
users {
|
1062
|
-
id
|
1063
|
-
}
|
1064
878
|
}
|
1065
879
|
customerId
|
1066
880
|
accounts {
|
@@ -1078,18 +892,12 @@ exports.Action = {
|
|
1078
892
|
session_state
|
1079
893
|
createdAt
|
1080
894
|
updatedAt
|
1081
|
-
user {
|
1082
|
-
id
|
1083
|
-
}
|
1084
895
|
}
|
1085
896
|
sessions {
|
1086
897
|
id
|
1087
898
|
sessionToken
|
1088
899
|
userId
|
1089
900
|
expires
|
1090
|
-
user {
|
1091
|
-
id
|
1092
|
-
}
|
1093
901
|
createdAt
|
1094
902
|
updatedAt
|
1095
903
|
}
|
@@ -1099,16 +907,10 @@ exports.Action = {
|
|
1099
907
|
credentialID
|
1100
908
|
publicKey
|
1101
909
|
counter
|
1102
|
-
user {
|
1103
|
-
id
|
1104
|
-
}
|
1105
910
|
createdAt
|
1106
911
|
updatedAt
|
1107
912
|
}
|
1108
913
|
plan
|
1109
|
-
alpacaAccounts {
|
1110
|
-
id
|
1111
|
-
}
|
1112
914
|
}
|
1113
915
|
userId
|
1114
916
|
createdAt
|
@@ -1128,9 +930,6 @@ exports.Action = {
|
|
1128
930
|
createdAt
|
1129
931
|
updatedAt
|
1130
932
|
status
|
1131
|
-
alpacaAccount {
|
1132
|
-
id
|
1133
|
-
}
|
1134
933
|
asset {
|
1135
934
|
id
|
1136
935
|
symbol
|
@@ -1190,18 +989,9 @@ exports.Action = {
|
|
1190
989
|
buyPrice
|
1191
990
|
createdAt
|
1192
991
|
updatedAt
|
1193
|
-
trades {
|
1194
|
-
id
|
1195
|
-
}
|
1196
|
-
orders {
|
1197
|
-
id
|
1198
|
-
}
|
1199
992
|
positions {
|
1200
993
|
id
|
1201
994
|
assetId
|
1202
|
-
asset {
|
1203
|
-
id
|
1204
|
-
}
|
1205
995
|
averageEntryPrice
|
1206
996
|
qty
|
1207
997
|
qtyAvailable
|
@@ -1215,9 +1005,6 @@ exports.Action = {
|
|
1215
1005
|
lastTradePrice
|
1216
1006
|
changeToday
|
1217
1007
|
assetMarginable
|
1218
|
-
alpacaAccount {
|
1219
|
-
id
|
1220
|
-
}
|
1221
1008
|
alpacaAccountId
|
1222
1009
|
}
|
1223
1010
|
newsMentions {
|
@@ -1242,24 +1029,12 @@ exports.Action = {
|
|
1242
1029
|
logo
|
1243
1030
|
createdAt
|
1244
1031
|
updatedAt
|
1245
|
-
assets {
|
1246
|
-
id
|
1247
|
-
}
|
1248
|
-
}
|
1249
|
-
asset {
|
1250
|
-
id
|
1251
1032
|
}
|
1252
1033
|
relevancyScore
|
1253
1034
|
sentimentScore
|
1254
1035
|
sentimentLabel
|
1255
1036
|
}
|
1256
1037
|
}
|
1257
|
-
actions {
|
1258
|
-
id
|
1259
|
-
}
|
1260
|
-
}
|
1261
|
-
orders {
|
1262
|
-
id
|
1263
1038
|
}
|
1264
1039
|
positions {
|
1265
1040
|
id
|
@@ -1338,21 +1113,6 @@ exports.Action = {
|
|
1338
1113
|
createdAt
|
1339
1114
|
updatedAt
|
1340
1115
|
status
|
1341
|
-
alpacaAccount {
|
1342
|
-
id
|
1343
|
-
}
|
1344
|
-
asset {
|
1345
|
-
id
|
1346
|
-
}
|
1347
|
-
actions {
|
1348
|
-
id
|
1349
|
-
}
|
1350
|
-
}
|
1351
|
-
orders {
|
1352
|
-
id
|
1353
|
-
}
|
1354
|
-
positions {
|
1355
|
-
id
|
1356
1116
|
}
|
1357
1117
|
newsMentions {
|
1358
1118
|
id
|
@@ -1376,12 +1136,6 @@ exports.Action = {
|
|
1376
1136
|
logo
|
1377
1137
|
createdAt
|
1378
1138
|
updatedAt
|
1379
|
-
assets {
|
1380
|
-
id
|
1381
|
-
}
|
1382
|
-
}
|
1383
|
-
asset {
|
1384
|
-
id
|
1385
1139
|
}
|
1386
1140
|
relevancyScore
|
1387
1141
|
sentimentScore
|
@@ -1401,9 +1155,6 @@ exports.Action = {
|
|
1401
1155
|
lastTradePrice
|
1402
1156
|
changeToday
|
1403
1157
|
assetMarginable
|
1404
|
-
alpacaAccount {
|
1405
|
-
id
|
1406
|
-
}
|
1407
1158
|
alpacaAccountId
|
1408
1159
|
}
|
1409
1160
|
alerts {
|
@@ -1414,14 +1165,8 @@ exports.Action = {
|
|
1414
1165
|
isRead
|
1415
1166
|
createdAt
|
1416
1167
|
updatedAt
|
1417
|
-
alpacaAccount {
|
1418
|
-
id
|
1419
|
-
}
|
1420
1168
|
}
|
1421
1169
|
}
|
1422
|
-
action {
|
1423
|
-
id
|
1424
|
-
}
|
1425
1170
|
asset {
|
1426
1171
|
id
|
1427
1172
|
symbol
|
@@ -1528,9 +1273,6 @@ exports.Action = {
|
|
1528
1273
|
stripeCurrentPeriodEnd
|
1529
1274
|
createdAt
|
1530
1275
|
updatedAt
|
1531
|
-
users {
|
1532
|
-
id
|
1533
|
-
}
|
1534
1276
|
}
|
1535
1277
|
customerId
|
1536
1278
|
accounts {
|
@@ -1548,18 +1290,12 @@ exports.Action = {
|
|
1548
1290
|
session_state
|
1549
1291
|
createdAt
|
1550
1292
|
updatedAt
|
1551
|
-
user {
|
1552
|
-
id
|
1553
|
-
}
|
1554
1293
|
}
|
1555
1294
|
sessions {
|
1556
1295
|
id
|
1557
1296
|
sessionToken
|
1558
1297
|
userId
|
1559
1298
|
expires
|
1560
|
-
user {
|
1561
|
-
id
|
1562
|
-
}
|
1563
1299
|
createdAt
|
1564
1300
|
updatedAt
|
1565
1301
|
}
|
@@ -1569,32 +1305,17 @@ exports.Action = {
|
|
1569
1305
|
credentialID
|
1570
1306
|
publicKey
|
1571
1307
|
counter
|
1572
|
-
user {
|
1573
|
-
id
|
1574
|
-
}
|
1575
1308
|
createdAt
|
1576
1309
|
updatedAt
|
1577
1310
|
}
|
1578
1311
|
plan
|
1579
|
-
alpacaAccounts {
|
1580
|
-
id
|
1581
|
-
}
|
1582
1312
|
}
|
1583
1313
|
userId
|
1584
1314
|
createdAt
|
1585
1315
|
updatedAt
|
1586
|
-
trades {
|
1587
|
-
id
|
1588
|
-
}
|
1589
|
-
orders {
|
1590
|
-
id
|
1591
|
-
}
|
1592
1316
|
positions {
|
1593
1317
|
id
|
1594
1318
|
assetId
|
1595
|
-
asset {
|
1596
|
-
id
|
1597
|
-
}
|
1598
1319
|
averageEntryPrice
|
1599
1320
|
qty
|
1600
1321
|
qtyAvailable
|
@@ -1608,9 +1329,6 @@ exports.Action = {
|
|
1608
1329
|
lastTradePrice
|
1609
1330
|
changeToday
|
1610
1331
|
assetMarginable
|
1611
|
-
alpacaAccount {
|
1612
|
-
id
|
1613
|
-
}
|
1614
1332
|
alpacaAccountId
|
1615
1333
|
}
|
1616
1334
|
alerts {
|
@@ -1621,27 +1339,12 @@ exports.Action = {
|
|
1621
1339
|
isRead
|
1622
1340
|
createdAt
|
1623
1341
|
updatedAt
|
1624
|
-
alpacaAccount {
|
1625
|
-
id
|
1626
|
-
}
|
1627
1342
|
}
|
1628
1343
|
}
|
1629
|
-
asset {
|
1630
|
-
id
|
1631
|
-
}
|
1632
|
-
actions {
|
1633
|
-
id
|
1634
|
-
}
|
1635
|
-
}
|
1636
|
-
orders {
|
1637
|
-
id
|
1638
1344
|
}
|
1639
1345
|
positions {
|
1640
1346
|
id
|
1641
1347
|
assetId
|
1642
|
-
asset {
|
1643
|
-
id
|
1644
|
-
}
|
1645
1348
|
averageEntryPrice
|
1646
1349
|
qty
|
1647
1350
|
qtyAvailable
|
@@ -1687,9 +1390,6 @@ exports.Action = {
|
|
1687
1390
|
stripeCurrentPeriodEnd
|
1688
1391
|
createdAt
|
1689
1392
|
updatedAt
|
1690
|
-
users {
|
1691
|
-
id
|
1692
|
-
}
|
1693
1393
|
}
|
1694
1394
|
customerId
|
1695
1395
|
accounts {
|
@@ -1707,18 +1407,12 @@ exports.Action = {
|
|
1707
1407
|
session_state
|
1708
1408
|
createdAt
|
1709
1409
|
updatedAt
|
1710
|
-
user {
|
1711
|
-
id
|
1712
|
-
}
|
1713
1410
|
}
|
1714
1411
|
sessions {
|
1715
1412
|
id
|
1716
1413
|
sessionToken
|
1717
1414
|
userId
|
1718
1415
|
expires
|
1719
|
-
user {
|
1720
|
-
id
|
1721
|
-
}
|
1722
1416
|
createdAt
|
1723
1417
|
updatedAt
|
1724
1418
|
}
|
@@ -1728,16 +1422,10 @@ exports.Action = {
|
|
1728
1422
|
credentialID
|
1729
1423
|
publicKey
|
1730
1424
|
counter
|
1731
|
-
user {
|
1732
|
-
id
|
1733
|
-
}
|
1734
1425
|
createdAt
|
1735
1426
|
updatedAt
|
1736
1427
|
}
|
1737
1428
|
plan
|
1738
|
-
alpacaAccounts {
|
1739
|
-
id
|
1740
|
-
}
|
1741
1429
|
}
|
1742
1430
|
userId
|
1743
1431
|
createdAt
|
@@ -1757,21 +1445,6 @@ exports.Action = {
|
|
1757
1445
|
createdAt
|
1758
1446
|
updatedAt
|
1759
1447
|
status
|
1760
|
-
alpacaAccount {
|
1761
|
-
id
|
1762
|
-
}
|
1763
|
-
asset {
|
1764
|
-
id
|
1765
|
-
}
|
1766
|
-
actions {
|
1767
|
-
id
|
1768
|
-
}
|
1769
|
-
}
|
1770
|
-
orders {
|
1771
|
-
id
|
1772
|
-
}
|
1773
|
-
positions {
|
1774
|
-
id
|
1775
1448
|
}
|
1776
1449
|
alerts {
|
1777
1450
|
id
|
@@ -1781,9 +1454,6 @@ exports.Action = {
|
|
1781
1454
|
isRead
|
1782
1455
|
createdAt
|
1783
1456
|
updatedAt
|
1784
|
-
alpacaAccount {
|
1785
|
-
id
|
1786
|
-
}
|
1787
1457
|
}
|
1788
1458
|
}
|
1789
1459
|
alpacaAccountId
|
@@ -1810,12 +1480,6 @@ exports.Action = {
|
|
1810
1480
|
logo
|
1811
1481
|
createdAt
|
1812
1482
|
updatedAt
|
1813
|
-
assets {
|
1814
|
-
id
|
1815
|
-
}
|
1816
|
-
}
|
1817
|
-
asset {
|
1818
|
-
id
|
1819
1483
|
}
|
1820
1484
|
relevancyScore
|
1821
1485
|
sentimentScore
|
@@ -2589,9 +2253,6 @@ exports.Action = {
|
|
2589
2253
|
stripeCurrentPeriodEnd
|
2590
2254
|
createdAt
|
2591
2255
|
updatedAt
|
2592
|
-
users {
|
2593
|
-
id
|
2594
|
-
}
|
2595
2256
|
}
|
2596
2257
|
customerId
|
2597
2258
|
accounts {
|
@@ -2609,18 +2270,12 @@ exports.Action = {
|
|
2609
2270
|
session_state
|
2610
2271
|
createdAt
|
2611
2272
|
updatedAt
|
2612
|
-
user {
|
2613
|
-
id
|
2614
|
-
}
|
2615
2273
|
}
|
2616
2274
|
sessions {
|
2617
2275
|
id
|
2618
2276
|
sessionToken
|
2619
2277
|
userId
|
2620
2278
|
expires
|
2621
|
-
user {
|
2622
|
-
id
|
2623
|
-
}
|
2624
2279
|
createdAt
|
2625
2280
|
updatedAt
|
2626
2281
|
}
|
@@ -2630,23 +2285,14 @@ exports.Action = {
|
|
2630
2285
|
credentialID
|
2631
2286
|
publicKey
|
2632
2287
|
counter
|
2633
|
-
user {
|
2634
|
-
id
|
2635
|
-
}
|
2636
2288
|
createdAt
|
2637
2289
|
updatedAt
|
2638
2290
|
}
|
2639
2291
|
plan
|
2640
|
-
alpacaAccounts {
|
2641
|
-
id
|
2642
|
-
}
|
2643
2292
|
}
|
2644
2293
|
userId
|
2645
2294
|
createdAt
|
2646
2295
|
updatedAt
|
2647
|
-
trades {
|
2648
|
-
id
|
2649
|
-
}
|
2650
2296
|
orders {
|
2651
2297
|
id
|
2652
2298
|
clientOrderId
|
@@ -2667,9 +2313,6 @@ exports.Action = {
|
|
2667
2313
|
createdAt
|
2668
2314
|
updatedAt
|
2669
2315
|
orderId
|
2670
|
-
Order {
|
2671
|
-
id
|
2672
|
-
}
|
2673
2316
|
}
|
2674
2317
|
takeProfit {
|
2675
2318
|
id
|
@@ -2678,9 +2321,6 @@ exports.Action = {
|
|
2678
2321
|
createdAt
|
2679
2322
|
updatedAt
|
2680
2323
|
orderId
|
2681
|
-
Order {
|
2682
|
-
id
|
2683
|
-
}
|
2684
2324
|
}
|
2685
2325
|
trailPrice
|
2686
2326
|
trailPercent
|
@@ -2692,12 +2332,6 @@ exports.Action = {
|
|
2692
2332
|
filledAt
|
2693
2333
|
filledAvgPrice
|
2694
2334
|
actionId
|
2695
|
-
alpacaAccount {
|
2696
|
-
id
|
2697
|
-
}
|
2698
|
-
action {
|
2699
|
-
id
|
2700
|
-
}
|
2701
2335
|
asset {
|
2702
2336
|
id
|
2703
2337
|
symbol
|
@@ -2757,18 +2391,9 @@ exports.Action = {
|
|
2757
2391
|
buyPrice
|
2758
2392
|
createdAt
|
2759
2393
|
updatedAt
|
2760
|
-
trades {
|
2761
|
-
id
|
2762
|
-
}
|
2763
|
-
orders {
|
2764
|
-
id
|
2765
|
-
}
|
2766
2394
|
positions {
|
2767
2395
|
id
|
2768
2396
|
assetId
|
2769
|
-
asset {
|
2770
|
-
id
|
2771
|
-
}
|
2772
2397
|
averageEntryPrice
|
2773
2398
|
qty
|
2774
2399
|
qtyAvailable
|
@@ -2782,9 +2407,6 @@ exports.Action = {
|
|
2782
2407
|
lastTradePrice
|
2783
2408
|
changeToday
|
2784
2409
|
assetMarginable
|
2785
|
-
alpacaAccount {
|
2786
|
-
id
|
2787
|
-
}
|
2788
2410
|
alpacaAccountId
|
2789
2411
|
}
|
2790
2412
|
newsMentions {
|
@@ -2809,12 +2431,6 @@ exports.Action = {
|
|
2809
2431
|
logo
|
2810
2432
|
createdAt
|
2811
2433
|
updatedAt
|
2812
|
-
assets {
|
2813
|
-
id
|
2814
|
-
}
|
2815
|
-
}
|
2816
|
-
asset {
|
2817
|
-
id
|
2818
2434
|
}
|
2819
2435
|
relevancyScore
|
2820
2436
|
sentimentScore
|
@@ -2890,9 +2506,6 @@ exports.Action = {
|
|
2890
2506
|
buyPrice
|
2891
2507
|
createdAt
|
2892
2508
|
updatedAt
|
2893
|
-
trades {
|
2894
|
-
id
|
2895
|
-
}
|
2896
2509
|
orders {
|
2897
2510
|
id
|
2898
2511
|
clientOrderId
|
@@ -2913,9 +2526,6 @@ exports.Action = {
|
|
2913
2526
|
createdAt
|
2914
2527
|
updatedAt
|
2915
2528
|
orderId
|
2916
|
-
Order {
|
2917
|
-
id
|
2918
|
-
}
|
2919
2529
|
}
|
2920
2530
|
takeProfit {
|
2921
2531
|
id
|
@@ -2924,9 +2534,6 @@ exports.Action = {
|
|
2924
2534
|
createdAt
|
2925
2535
|
updatedAt
|
2926
2536
|
orderId
|
2927
|
-
Order {
|
2928
|
-
id
|
2929
|
-
}
|
2930
2537
|
}
|
2931
2538
|
trailPrice
|
2932
2539
|
trailPercent
|
@@ -2938,15 +2545,6 @@ exports.Action = {
|
|
2938
2545
|
filledAt
|
2939
2546
|
filledAvgPrice
|
2940
2547
|
actionId
|
2941
|
-
alpacaAccount {
|
2942
|
-
id
|
2943
|
-
}
|
2944
|
-
action {
|
2945
|
-
id
|
2946
|
-
}
|
2947
|
-
asset {
|
2948
|
-
id
|
2949
|
-
}
|
2950
2548
|
fee
|
2951
2549
|
strikePrice
|
2952
2550
|
expirationDate
|
@@ -2954,9 +2552,6 @@ exports.Action = {
|
|
2954
2552
|
stopLossId
|
2955
2553
|
takeProfitId
|
2956
2554
|
}
|
2957
|
-
positions {
|
2958
|
-
id
|
2959
|
-
}
|
2960
2555
|
newsMentions {
|
2961
2556
|
id
|
2962
2557
|
assetId
|
@@ -2979,12 +2574,6 @@ exports.Action = {
|
|
2979
2574
|
logo
|
2980
2575
|
createdAt
|
2981
2576
|
updatedAt
|
2982
|
-
assets {
|
2983
|
-
id
|
2984
|
-
}
|
2985
|
-
}
|
2986
|
-
asset {
|
2987
|
-
id
|
2988
2577
|
}
|
2989
2578
|
relevancyScore
|
2990
2579
|
sentimentScore
|
@@ -3004,9 +2593,6 @@ exports.Action = {
|
|
3004
2593
|
lastTradePrice
|
3005
2594
|
changeToday
|
3006
2595
|
assetMarginable
|
3007
|
-
alpacaAccount {
|
3008
|
-
id
|
3009
|
-
}
|
3010
2596
|
alpacaAccountId
|
3011
2597
|
}
|
3012
2598
|
alerts {
|
@@ -3017,9 +2603,6 @@ exports.Action = {
|
|
3017
2603
|
isRead
|
3018
2604
|
createdAt
|
3019
2605
|
updatedAt
|
3020
|
-
alpacaAccount {
|
3021
|
-
id
|
3022
|
-
}
|
3023
2606
|
}
|
3024
2607
|
}
|
3025
2608
|
asset {
|
@@ -3081,9 +2664,6 @@ exports.Action = {
|
|
3081
2664
|
buyPrice
|
3082
2665
|
createdAt
|
3083
2666
|
updatedAt
|
3084
|
-
trades {
|
3085
|
-
id
|
3086
|
-
}
|
3087
2667
|
orders {
|
3088
2668
|
id
|
3089
2669
|
clientOrderId
|
@@ -3104,9 +2684,6 @@ exports.Action = {
|
|
3104
2684
|
createdAt
|
3105
2685
|
updatedAt
|
3106
2686
|
orderId
|
3107
|
-
Order {
|
3108
|
-
id
|
3109
|
-
}
|
3110
2687
|
}
|
3111
2688
|
takeProfit {
|
3112
2689
|
id
|
@@ -3115,9 +2692,6 @@ exports.Action = {
|
|
3115
2692
|
createdAt
|
3116
2693
|
updatedAt
|
3117
2694
|
orderId
|
3118
|
-
Order {
|
3119
|
-
id
|
3120
|
-
}
|
3121
2695
|
}
|
3122
2696
|
trailPrice
|
3123
2697
|
trailPercent
|
@@ -3161,9 +2735,6 @@ exports.Action = {
|
|
3161
2735
|
stripeCurrentPeriodEnd
|
3162
2736
|
createdAt
|
3163
2737
|
updatedAt
|
3164
|
-
users {
|
3165
|
-
id
|
3166
|
-
}
|
3167
2738
|
}
|
3168
2739
|
customerId
|
3169
2740
|
accounts {
|
@@ -3181,18 +2752,12 @@ exports.Action = {
|
|
3181
2752
|
session_state
|
3182
2753
|
createdAt
|
3183
2754
|
updatedAt
|
3184
|
-
user {
|
3185
|
-
id
|
3186
|
-
}
|
3187
2755
|
}
|
3188
2756
|
sessions {
|
3189
2757
|
id
|
3190
2758
|
sessionToken
|
3191
2759
|
userId
|
3192
2760
|
expires
|
3193
|
-
user {
|
3194
|
-
id
|
3195
|
-
}
|
3196
2761
|
createdAt
|
3197
2762
|
updatedAt
|
3198
2763
|
}
|
@@ -3202,32 +2767,17 @@ exports.Action = {
|
|
3202
2767
|
credentialID
|
3203
2768
|
publicKey
|
3204
2769
|
counter
|
3205
|
-
user {
|
3206
|
-
id
|
3207
|
-
}
|
3208
2770
|
createdAt
|
3209
2771
|
updatedAt
|
3210
2772
|
}
|
3211
2773
|
plan
|
3212
|
-
alpacaAccounts {
|
3213
|
-
id
|
3214
|
-
}
|
3215
2774
|
}
|
3216
2775
|
userId
|
3217
2776
|
createdAt
|
3218
2777
|
updatedAt
|
3219
|
-
trades {
|
3220
|
-
id
|
3221
|
-
}
|
3222
|
-
orders {
|
3223
|
-
id
|
3224
|
-
}
|
3225
2778
|
positions {
|
3226
2779
|
id
|
3227
2780
|
assetId
|
3228
|
-
asset {
|
3229
|
-
id
|
3230
|
-
}
|
3231
2781
|
averageEntryPrice
|
3232
2782
|
qty
|
3233
2783
|
qtyAvailable
|
@@ -3241,9 +2791,6 @@ exports.Action = {
|
|
3241
2791
|
lastTradePrice
|
3242
2792
|
changeToday
|
3243
2793
|
assetMarginable
|
3244
|
-
alpacaAccount {
|
3245
|
-
id
|
3246
|
-
}
|
3247
2794
|
alpacaAccountId
|
3248
2795
|
}
|
3249
2796
|
alerts {
|
@@ -3254,17 +2801,8 @@ exports.Action = {
|
|
3254
2801
|
isRead
|
3255
2802
|
createdAt
|
3256
2803
|
updatedAt
|
3257
|
-
alpacaAccount {
|
3258
|
-
id
|
3259
|
-
}
|
3260
2804
|
}
|
3261
2805
|
}
|
3262
|
-
action {
|
3263
|
-
id
|
3264
|
-
}
|
3265
|
-
asset {
|
3266
|
-
id
|
3267
|
-
}
|
3268
2806
|
fee
|
3269
2807
|
strikePrice
|
3270
2808
|
expirationDate
|
@@ -3275,9 +2813,6 @@ exports.Action = {
|
|
3275
2813
|
positions {
|
3276
2814
|
id
|
3277
2815
|
assetId
|
3278
|
-
asset {
|
3279
|
-
id
|
3280
|
-
}
|
3281
2816
|
averageEntryPrice
|
3282
2817
|
qty
|
3283
2818
|
qtyAvailable
|
@@ -3323,9 +2858,6 @@ exports.Action = {
|
|
3323
2858
|
stripeCurrentPeriodEnd
|
3324
2859
|
createdAt
|
3325
2860
|
updatedAt
|
3326
|
-
users {
|
3327
|
-
id
|
3328
|
-
}
|
3329
2861
|
}
|
3330
2862
|
customerId
|
3331
2863
|
accounts {
|
@@ -3343,18 +2875,12 @@ exports.Action = {
|
|
3343
2875
|
session_state
|
3344
2876
|
createdAt
|
3345
2877
|
updatedAt
|
3346
|
-
user {
|
3347
|
-
id
|
3348
|
-
}
|
3349
2878
|
}
|
3350
2879
|
sessions {
|
3351
2880
|
id
|
3352
2881
|
sessionToken
|
3353
2882
|
userId
|
3354
2883
|
expires
|
3355
|
-
user {
|
3356
|
-
id
|
3357
|
-
}
|
3358
2884
|
createdAt
|
3359
2885
|
updatedAt
|
3360
2886
|
}
|
@@ -3364,23 +2890,14 @@ exports.Action = {
|
|
3364
2890
|
credentialID
|
3365
2891
|
publicKey
|
3366
2892
|
counter
|
3367
|
-
user {
|
3368
|
-
id
|
3369
|
-
}
|
3370
2893
|
createdAt
|
3371
2894
|
updatedAt
|
3372
2895
|
}
|
3373
2896
|
plan
|
3374
|
-
alpacaAccounts {
|
3375
|
-
id
|
3376
|
-
}
|
3377
2897
|
}
|
3378
2898
|
userId
|
3379
2899
|
createdAt
|
3380
2900
|
updatedAt
|
3381
|
-
trades {
|
3382
|
-
id
|
3383
|
-
}
|
3384
2901
|
orders {
|
3385
2902
|
id
|
3386
2903
|
clientOrderId
|
@@ -3401,9 +2918,6 @@ exports.Action = {
|
|
3401
2918
|
createdAt
|
3402
2919
|
updatedAt
|
3403
2920
|
orderId
|
3404
|
-
Order {
|
3405
|
-
id
|
3406
|
-
}
|
3407
2921
|
}
|
3408
2922
|
takeProfit {
|
3409
2923
|
id
|
@@ -3412,9 +2926,6 @@ exports.Action = {
|
|
3412
2926
|
createdAt
|
3413
2927
|
updatedAt
|
3414
2928
|
orderId
|
3415
|
-
Order {
|
3416
|
-
id
|
3417
|
-
}
|
3418
2929
|
}
|
3419
2930
|
trailPrice
|
3420
2931
|
trailPercent
|
@@ -3426,15 +2937,6 @@ exports.Action = {
|
|
3426
2937
|
filledAt
|
3427
2938
|
filledAvgPrice
|
3428
2939
|
actionId
|
3429
|
-
alpacaAccount {
|
3430
|
-
id
|
3431
|
-
}
|
3432
|
-
action {
|
3433
|
-
id
|
3434
|
-
}
|
3435
|
-
asset {
|
3436
|
-
id
|
3437
|
-
}
|
3438
2940
|
fee
|
3439
2941
|
strikePrice
|
3440
2942
|
expirationDate
|
@@ -3442,9 +2944,6 @@ exports.Action = {
|
|
3442
2944
|
stopLossId
|
3443
2945
|
takeProfitId
|
3444
2946
|
}
|
3445
|
-
positions {
|
3446
|
-
id
|
3447
|
-
}
|
3448
2947
|
alerts {
|
3449
2948
|
id
|
3450
2949
|
alpacaAccountId
|
@@ -3453,9 +2952,6 @@ exports.Action = {
|
|
3453
2952
|
isRead
|
3454
2953
|
createdAt
|
3455
2954
|
updatedAt
|
3456
|
-
alpacaAccount {
|
3457
|
-
id
|
3458
|
-
}
|
3459
2955
|
}
|
3460
2956
|
}
|
3461
2957
|
alpacaAccountId
|
@@ -3482,21 +2978,12 @@ exports.Action = {
|
|
3482
2978
|
logo
|
3483
2979
|
createdAt
|
3484
2980
|
updatedAt
|
3485
|
-
assets {
|
3486
|
-
id
|
3487
|
-
}
|
3488
|
-
}
|
3489
|
-
asset {
|
3490
|
-
id
|
3491
2981
|
}
|
3492
2982
|
relevancyScore
|
3493
2983
|
sentimentScore
|
3494
2984
|
sentimentLabel
|
3495
2985
|
}
|
3496
2986
|
}
|
3497
|
-
actions {
|
3498
|
-
id
|
3499
|
-
}
|
3500
2987
|
}
|
3501
2988
|
order {
|
3502
2989
|
id
|
@@ -3518,9 +3005,6 @@ exports.Action = {
|
|
3518
3005
|
createdAt
|
3519
3006
|
updatedAt
|
3520
3007
|
orderId
|
3521
|
-
Order {
|
3522
|
-
id
|
3523
|
-
}
|
3524
3008
|
}
|
3525
3009
|
takeProfit {
|
3526
3010
|
id
|
@@ -3529,9 +3013,6 @@ exports.Action = {
|
|
3529
3013
|
createdAt
|
3530
3014
|
updatedAt
|
3531
3015
|
orderId
|
3532
|
-
Order {
|
3533
|
-
id
|
3534
|
-
}
|
3535
3016
|
}
|
3536
3017
|
trailPrice
|
3537
3018
|
trailPercent
|
@@ -3575,9 +3056,6 @@ exports.Action = {
|
|
3575
3056
|
stripeCurrentPeriodEnd
|
3576
3057
|
createdAt
|
3577
3058
|
updatedAt
|
3578
|
-
users {
|
3579
|
-
id
|
3580
|
-
}
|
3581
3059
|
}
|
3582
3060
|
customerId
|
3583
3061
|
accounts {
|
@@ -3595,18 +3073,12 @@ exports.Action = {
|
|
3595
3073
|
session_state
|
3596
3074
|
createdAt
|
3597
3075
|
updatedAt
|
3598
|
-
user {
|
3599
|
-
id
|
3600
|
-
}
|
3601
3076
|
}
|
3602
3077
|
sessions {
|
3603
3078
|
id
|
3604
3079
|
sessionToken
|
3605
3080
|
userId
|
3606
3081
|
expires
|
3607
|
-
user {
|
3608
|
-
id
|
3609
|
-
}
|
3610
3082
|
createdAt
|
3611
3083
|
updatedAt
|
3612
3084
|
}
|
@@ -3616,16 +3088,10 @@ exports.Action = {
|
|
3616
3088
|
credentialID
|
3617
3089
|
publicKey
|
3618
3090
|
counter
|
3619
|
-
user {
|
3620
|
-
id
|
3621
|
-
}
|
3622
3091
|
createdAt
|
3623
3092
|
updatedAt
|
3624
3093
|
}
|
3625
3094
|
plan
|
3626
|
-
alpacaAccounts {
|
3627
|
-
id
|
3628
|
-
}
|
3629
3095
|
}
|
3630
3096
|
userId
|
3631
3097
|
createdAt
|
@@ -3645,9 +3111,6 @@ exports.Action = {
|
|
3645
3111
|
createdAt
|
3646
3112
|
updatedAt
|
3647
3113
|
status
|
3648
|
-
alpacaAccount {
|
3649
|
-
id
|
3650
|
-
}
|
3651
3114
|
asset {
|
3652
3115
|
id
|
3653
3116
|
symbol
|
@@ -3707,18 +3170,9 @@ exports.Action = {
|
|
3707
3170
|
buyPrice
|
3708
3171
|
createdAt
|
3709
3172
|
updatedAt
|
3710
|
-
trades {
|
3711
|
-
id
|
3712
|
-
}
|
3713
|
-
orders {
|
3714
|
-
id
|
3715
|
-
}
|
3716
3173
|
positions {
|
3717
3174
|
id
|
3718
3175
|
assetId
|
3719
|
-
asset {
|
3720
|
-
id
|
3721
|
-
}
|
3722
3176
|
averageEntryPrice
|
3723
3177
|
qty
|
3724
3178
|
qtyAvailable
|
@@ -3732,9 +3186,6 @@ exports.Action = {
|
|
3732
3186
|
lastTradePrice
|
3733
3187
|
changeToday
|
3734
3188
|
assetMarginable
|
3735
|
-
alpacaAccount {
|
3736
|
-
id
|
3737
|
-
}
|
3738
3189
|
alpacaAccountId
|
3739
3190
|
}
|
3740
3191
|
newsMentions {
|
@@ -3759,24 +3210,12 @@ exports.Action = {
|
|
3759
3210
|
logo
|
3760
3211
|
createdAt
|
3761
3212
|
updatedAt
|
3762
|
-
assets {
|
3763
|
-
id
|
3764
|
-
}
|
3765
|
-
}
|
3766
|
-
asset {
|
3767
|
-
id
|
3768
3213
|
}
|
3769
3214
|
relevancyScore
|
3770
3215
|
sentimentScore
|
3771
3216
|
sentimentLabel
|
3772
3217
|
}
|
3773
3218
|
}
|
3774
|
-
actions {
|
3775
|
-
id
|
3776
|
-
}
|
3777
|
-
}
|
3778
|
-
orders {
|
3779
|
-
id
|
3780
3219
|
}
|
3781
3220
|
positions {
|
3782
3221
|
id
|
@@ -3855,21 +3294,6 @@ exports.Action = {
|
|
3855
3294
|
createdAt
|
3856
3295
|
updatedAt
|
3857
3296
|
status
|
3858
|
-
alpacaAccount {
|
3859
|
-
id
|
3860
|
-
}
|
3861
|
-
asset {
|
3862
|
-
id
|
3863
|
-
}
|
3864
|
-
actions {
|
3865
|
-
id
|
3866
|
-
}
|
3867
|
-
}
|
3868
|
-
orders {
|
3869
|
-
id
|
3870
|
-
}
|
3871
|
-
positions {
|
3872
|
-
id
|
3873
3297
|
}
|
3874
3298
|
newsMentions {
|
3875
3299
|
id
|
@@ -3893,12 +3317,6 @@ exports.Action = {
|
|
3893
3317
|
logo
|
3894
3318
|
createdAt
|
3895
3319
|
updatedAt
|
3896
|
-
assets {
|
3897
|
-
id
|
3898
|
-
}
|
3899
|
-
}
|
3900
|
-
asset {
|
3901
|
-
id
|
3902
3320
|
}
|
3903
3321
|
relevancyScore
|
3904
3322
|
sentimentScore
|
@@ -3918,9 +3336,6 @@ exports.Action = {
|
|
3918
3336
|
lastTradePrice
|
3919
3337
|
changeToday
|
3920
3338
|
assetMarginable
|
3921
|
-
alpacaAccount {
|
3922
|
-
id
|
3923
|
-
}
|
3924
3339
|
alpacaAccountId
|
3925
3340
|
}
|
3926
3341
|
alerts {
|
@@ -3931,14 +3346,8 @@ exports.Action = {
|
|
3931
3346
|
isRead
|
3932
3347
|
createdAt
|
3933
3348
|
updatedAt
|
3934
|
-
alpacaAccount {
|
3935
|
-
id
|
3936
|
-
}
|
3937
3349
|
}
|
3938
3350
|
}
|
3939
|
-
action {
|
3940
|
-
id
|
3941
|
-
}
|
3942
3351
|
asset {
|
3943
3352
|
id
|
3944
3353
|
symbol
|
@@ -4045,9 +3454,6 @@ exports.Action = {
|
|
4045
3454
|
stripeCurrentPeriodEnd
|
4046
3455
|
createdAt
|
4047
3456
|
updatedAt
|
4048
|
-
users {
|
4049
|
-
id
|
4050
|
-
}
|
4051
3457
|
}
|
4052
3458
|
customerId
|
4053
3459
|
accounts {
|
@@ -4065,18 +3471,12 @@ exports.Action = {
|
|
4065
3471
|
session_state
|
4066
3472
|
createdAt
|
4067
3473
|
updatedAt
|
4068
|
-
user {
|
4069
|
-
id
|
4070
|
-
}
|
4071
3474
|
}
|
4072
3475
|
sessions {
|
4073
3476
|
id
|
4074
3477
|
sessionToken
|
4075
3478
|
userId
|
4076
3479
|
expires
|
4077
|
-
user {
|
4078
|
-
id
|
4079
|
-
}
|
4080
3480
|
createdAt
|
4081
3481
|
updatedAt
|
4082
3482
|
}
|
@@ -4086,32 +3486,17 @@ exports.Action = {
|
|
4086
3486
|
credentialID
|
4087
3487
|
publicKey
|
4088
3488
|
counter
|
4089
|
-
user {
|
4090
|
-
id
|
4091
|
-
}
|
4092
3489
|
createdAt
|
4093
3490
|
updatedAt
|
4094
3491
|
}
|
4095
3492
|
plan
|
4096
|
-
alpacaAccounts {
|
4097
|
-
id
|
4098
|
-
}
|
4099
3493
|
}
|
4100
3494
|
userId
|
4101
3495
|
createdAt
|
4102
3496
|
updatedAt
|
4103
|
-
trades {
|
4104
|
-
id
|
4105
|
-
}
|
4106
|
-
orders {
|
4107
|
-
id
|
4108
|
-
}
|
4109
3497
|
positions {
|
4110
3498
|
id
|
4111
3499
|
assetId
|
4112
|
-
asset {
|
4113
|
-
id
|
4114
|
-
}
|
4115
3500
|
averageEntryPrice
|
4116
3501
|
qty
|
4117
3502
|
qtyAvailable
|
@@ -4125,9 +3510,6 @@ exports.Action = {
|
|
4125
3510
|
lastTradePrice
|
4126
3511
|
changeToday
|
4127
3512
|
assetMarginable
|
4128
|
-
alpacaAccount {
|
4129
|
-
id
|
4130
|
-
}
|
4131
3513
|
alpacaAccountId
|
4132
3514
|
}
|
4133
3515
|
alerts {
|
@@ -4138,27 +3520,12 @@ exports.Action = {
|
|
4138
3520
|
isRead
|
4139
3521
|
createdAt
|
4140
3522
|
updatedAt
|
4141
|
-
alpacaAccount {
|
4142
|
-
id
|
4143
|
-
}
|
4144
3523
|
}
|
4145
3524
|
}
|
4146
|
-
asset {
|
4147
|
-
id
|
4148
|
-
}
|
4149
|
-
actions {
|
4150
|
-
id
|
4151
|
-
}
|
4152
|
-
}
|
4153
|
-
orders {
|
4154
|
-
id
|
4155
3525
|
}
|
4156
3526
|
positions {
|
4157
3527
|
id
|
4158
3528
|
assetId
|
4159
|
-
asset {
|
4160
|
-
id
|
4161
|
-
}
|
4162
3529
|
averageEntryPrice
|
4163
3530
|
qty
|
4164
3531
|
qtyAvailable
|
@@ -4204,9 +3571,6 @@ exports.Action = {
|
|
4204
3571
|
stripeCurrentPeriodEnd
|
4205
3572
|
createdAt
|
4206
3573
|
updatedAt
|
4207
|
-
users {
|
4208
|
-
id
|
4209
|
-
}
|
4210
3574
|
}
|
4211
3575
|
customerId
|
4212
3576
|
accounts {
|
@@ -4224,18 +3588,12 @@ exports.Action = {
|
|
4224
3588
|
session_state
|
4225
3589
|
createdAt
|
4226
3590
|
updatedAt
|
4227
|
-
user {
|
4228
|
-
id
|
4229
|
-
}
|
4230
3591
|
}
|
4231
3592
|
sessions {
|
4232
3593
|
id
|
4233
3594
|
sessionToken
|
4234
3595
|
userId
|
4235
3596
|
expires
|
4236
|
-
user {
|
4237
|
-
id
|
4238
|
-
}
|
4239
3597
|
createdAt
|
4240
3598
|
updatedAt
|
4241
3599
|
}
|
@@ -4245,16 +3603,10 @@ exports.Action = {
|
|
4245
3603
|
credentialID
|
4246
3604
|
publicKey
|
4247
3605
|
counter
|
4248
|
-
user {
|
4249
|
-
id
|
4250
|
-
}
|
4251
3606
|
createdAt
|
4252
3607
|
updatedAt
|
4253
3608
|
}
|
4254
3609
|
plan
|
4255
|
-
alpacaAccounts {
|
4256
|
-
id
|
4257
|
-
}
|
4258
3610
|
}
|
4259
3611
|
userId
|
4260
3612
|
createdAt
|
@@ -4274,21 +3626,6 @@ exports.Action = {
|
|
4274
3626
|
createdAt
|
4275
3627
|
updatedAt
|
4276
3628
|
status
|
4277
|
-
alpacaAccount {
|
4278
|
-
id
|
4279
|
-
}
|
4280
|
-
asset {
|
4281
|
-
id
|
4282
|
-
}
|
4283
|
-
actions {
|
4284
|
-
id
|
4285
|
-
}
|
4286
|
-
}
|
4287
|
-
orders {
|
4288
|
-
id
|
4289
|
-
}
|
4290
|
-
positions {
|
4291
|
-
id
|
4292
3629
|
}
|
4293
3630
|
alerts {
|
4294
3631
|
id
|
@@ -4298,9 +3635,6 @@ exports.Action = {
|
|
4298
3635
|
isRead
|
4299
3636
|
createdAt
|
4300
3637
|
updatedAt
|
4301
|
-
alpacaAccount {
|
4302
|
-
id
|
4303
|
-
}
|
4304
3638
|
}
|
4305
3639
|
}
|
4306
3640
|
alpacaAccountId
|
@@ -4327,12 +3661,6 @@ exports.Action = {
|
|
4327
3661
|
logo
|
4328
3662
|
createdAt
|
4329
3663
|
updatedAt
|
4330
|
-
assets {
|
4331
|
-
id
|
4332
|
-
}
|
4333
|
-
}
|
4334
|
-
asset {
|
4335
|
-
id
|
4336
3664
|
}
|
4337
3665
|
relevancyScore
|
4338
3666
|
sentimentScore
|
@@ -9497,9 +8825,6 @@ exports.Action = {
|
|
9497
8825
|
stripeCurrentPeriodEnd
|
9498
8826
|
createdAt
|
9499
8827
|
updatedAt
|
9500
|
-
users {
|
9501
|
-
id
|
9502
|
-
}
|
9503
8828
|
}
|
9504
8829
|
customerId
|
9505
8830
|
accounts {
|
@@ -9517,18 +8842,12 @@ exports.Action = {
|
|
9517
8842
|
session_state
|
9518
8843
|
createdAt
|
9519
8844
|
updatedAt
|
9520
|
-
user {
|
9521
|
-
id
|
9522
|
-
}
|
9523
8845
|
}
|
9524
8846
|
sessions {
|
9525
8847
|
id
|
9526
8848
|
sessionToken
|
9527
8849
|
userId
|
9528
8850
|
expires
|
9529
|
-
user {
|
9530
|
-
id
|
9531
|
-
}
|
9532
8851
|
createdAt
|
9533
8852
|
updatedAt
|
9534
8853
|
}
|
@@ -9538,23 +8857,14 @@ exports.Action = {
|
|
9538
8857
|
credentialID
|
9539
8858
|
publicKey
|
9540
8859
|
counter
|
9541
|
-
user {
|
9542
|
-
id
|
9543
|
-
}
|
9544
8860
|
createdAt
|
9545
8861
|
updatedAt
|
9546
8862
|
}
|
9547
8863
|
plan
|
9548
|
-
alpacaAccounts {
|
9549
|
-
id
|
9550
|
-
}
|
9551
8864
|
}
|
9552
8865
|
userId
|
9553
8866
|
createdAt
|
9554
8867
|
updatedAt
|
9555
|
-
trades {
|
9556
|
-
id
|
9557
|
-
}
|
9558
8868
|
orders {
|
9559
8869
|
id
|
9560
8870
|
clientOrderId
|
@@ -9575,9 +8885,6 @@ exports.Action = {
|
|
9575
8885
|
createdAt
|
9576
8886
|
updatedAt
|
9577
8887
|
orderId
|
9578
|
-
Order {
|
9579
|
-
id
|
9580
|
-
}
|
9581
8888
|
}
|
9582
8889
|
takeProfit {
|
9583
8890
|
id
|
@@ -9586,9 +8893,6 @@ exports.Action = {
|
|
9586
8893
|
createdAt
|
9587
8894
|
updatedAt
|
9588
8895
|
orderId
|
9589
|
-
Order {
|
9590
|
-
id
|
9591
|
-
}
|
9592
8896
|
}
|
9593
8897
|
trailPrice
|
9594
8898
|
trailPercent
|
@@ -9600,12 +8904,6 @@ exports.Action = {
|
|
9600
8904
|
filledAt
|
9601
8905
|
filledAvgPrice
|
9602
8906
|
actionId
|
9603
|
-
alpacaAccount {
|
9604
|
-
id
|
9605
|
-
}
|
9606
|
-
action {
|
9607
|
-
id
|
9608
|
-
}
|
9609
8907
|
asset {
|
9610
8908
|
id
|
9611
8909
|
symbol
|
@@ -9665,18 +8963,9 @@ exports.Action = {
|
|
9665
8963
|
buyPrice
|
9666
8964
|
createdAt
|
9667
8965
|
updatedAt
|
9668
|
-
trades {
|
9669
|
-
id
|
9670
|
-
}
|
9671
|
-
orders {
|
9672
|
-
id
|
9673
|
-
}
|
9674
8966
|
positions {
|
9675
8967
|
id
|
9676
8968
|
assetId
|
9677
|
-
asset {
|
9678
|
-
id
|
9679
|
-
}
|
9680
8969
|
averageEntryPrice
|
9681
8970
|
qty
|
9682
8971
|
qtyAvailable
|
@@ -9690,9 +8979,6 @@ exports.Action = {
|
|
9690
8979
|
lastTradePrice
|
9691
8980
|
changeToday
|
9692
8981
|
assetMarginable
|
9693
|
-
alpacaAccount {
|
9694
|
-
id
|
9695
|
-
}
|
9696
8982
|
alpacaAccountId
|
9697
8983
|
}
|
9698
8984
|
newsMentions {
|
@@ -9717,12 +9003,6 @@ exports.Action = {
|
|
9717
9003
|
logo
|
9718
9004
|
createdAt
|
9719
9005
|
updatedAt
|
9720
|
-
assets {
|
9721
|
-
id
|
9722
|
-
}
|
9723
|
-
}
|
9724
|
-
asset {
|
9725
|
-
id
|
9726
9006
|
}
|
9727
9007
|
relevancyScore
|
9728
9008
|
sentimentScore
|
@@ -9798,9 +9078,6 @@ exports.Action = {
|
|
9798
9078
|
buyPrice
|
9799
9079
|
createdAt
|
9800
9080
|
updatedAt
|
9801
|
-
trades {
|
9802
|
-
id
|
9803
|
-
}
|
9804
9081
|
orders {
|
9805
9082
|
id
|
9806
9083
|
clientOrderId
|
@@ -9821,9 +9098,6 @@ exports.Action = {
|
|
9821
9098
|
createdAt
|
9822
9099
|
updatedAt
|
9823
9100
|
orderId
|
9824
|
-
Order {
|
9825
|
-
id
|
9826
|
-
}
|
9827
9101
|
}
|
9828
9102
|
takeProfit {
|
9829
9103
|
id
|
@@ -9832,9 +9106,6 @@ exports.Action = {
|
|
9832
9106
|
createdAt
|
9833
9107
|
updatedAt
|
9834
9108
|
orderId
|
9835
|
-
Order {
|
9836
|
-
id
|
9837
|
-
}
|
9838
9109
|
}
|
9839
9110
|
trailPrice
|
9840
9111
|
trailPercent
|
@@ -9846,15 +9117,6 @@ exports.Action = {
|
|
9846
9117
|
filledAt
|
9847
9118
|
filledAvgPrice
|
9848
9119
|
actionId
|
9849
|
-
alpacaAccount {
|
9850
|
-
id
|
9851
|
-
}
|
9852
|
-
action {
|
9853
|
-
id
|
9854
|
-
}
|
9855
|
-
asset {
|
9856
|
-
id
|
9857
|
-
}
|
9858
9120
|
fee
|
9859
9121
|
strikePrice
|
9860
9122
|
expirationDate
|
@@ -9862,9 +9124,6 @@ exports.Action = {
|
|
9862
9124
|
stopLossId
|
9863
9125
|
takeProfitId
|
9864
9126
|
}
|
9865
|
-
positions {
|
9866
|
-
id
|
9867
|
-
}
|
9868
9127
|
newsMentions {
|
9869
9128
|
id
|
9870
9129
|
assetId
|
@@ -9887,12 +9146,6 @@ exports.Action = {
|
|
9887
9146
|
logo
|
9888
9147
|
createdAt
|
9889
9148
|
updatedAt
|
9890
|
-
assets {
|
9891
|
-
id
|
9892
|
-
}
|
9893
|
-
}
|
9894
|
-
asset {
|
9895
|
-
id
|
9896
9149
|
}
|
9897
9150
|
relevancyScore
|
9898
9151
|
sentimentScore
|
@@ -9912,9 +9165,6 @@ exports.Action = {
|
|
9912
9165
|
lastTradePrice
|
9913
9166
|
changeToday
|
9914
9167
|
assetMarginable
|
9915
|
-
alpacaAccount {
|
9916
|
-
id
|
9917
|
-
}
|
9918
9168
|
alpacaAccountId
|
9919
9169
|
}
|
9920
9170
|
alerts {
|
@@ -9925,9 +9175,6 @@ exports.Action = {
|
|
9925
9175
|
isRead
|
9926
9176
|
createdAt
|
9927
9177
|
updatedAt
|
9928
|
-
alpacaAccount {
|
9929
|
-
id
|
9930
|
-
}
|
9931
9178
|
}
|
9932
9179
|
}
|
9933
9180
|
asset {
|
@@ -9989,9 +9236,6 @@ exports.Action = {
|
|
9989
9236
|
buyPrice
|
9990
9237
|
createdAt
|
9991
9238
|
updatedAt
|
9992
|
-
trades {
|
9993
|
-
id
|
9994
|
-
}
|
9995
9239
|
orders {
|
9996
9240
|
id
|
9997
9241
|
clientOrderId
|
@@ -10012,9 +9256,6 @@ exports.Action = {
|
|
10012
9256
|
createdAt
|
10013
9257
|
updatedAt
|
10014
9258
|
orderId
|
10015
|
-
Order {
|
10016
|
-
id
|
10017
|
-
}
|
10018
9259
|
}
|
10019
9260
|
takeProfit {
|
10020
9261
|
id
|
@@ -10023,9 +9264,6 @@ exports.Action = {
|
|
10023
9264
|
createdAt
|
10024
9265
|
updatedAt
|
10025
9266
|
orderId
|
10026
|
-
Order {
|
10027
|
-
id
|
10028
|
-
}
|
10029
9267
|
}
|
10030
9268
|
trailPrice
|
10031
9269
|
trailPercent
|
@@ -10069,9 +9307,6 @@ exports.Action = {
|
|
10069
9307
|
stripeCurrentPeriodEnd
|
10070
9308
|
createdAt
|
10071
9309
|
updatedAt
|
10072
|
-
users {
|
10073
|
-
id
|
10074
|
-
}
|
10075
9310
|
}
|
10076
9311
|
customerId
|
10077
9312
|
accounts {
|
@@ -10089,18 +9324,12 @@ exports.Action = {
|
|
10089
9324
|
session_state
|
10090
9325
|
createdAt
|
10091
9326
|
updatedAt
|
10092
|
-
user {
|
10093
|
-
id
|
10094
|
-
}
|
10095
9327
|
}
|
10096
9328
|
sessions {
|
10097
9329
|
id
|
10098
9330
|
sessionToken
|
10099
9331
|
userId
|
10100
9332
|
expires
|
10101
|
-
user {
|
10102
|
-
id
|
10103
|
-
}
|
10104
9333
|
createdAt
|
10105
9334
|
updatedAt
|
10106
9335
|
}
|
@@ -10110,32 +9339,17 @@ exports.Action = {
|
|
10110
9339
|
credentialID
|
10111
9340
|
publicKey
|
10112
9341
|
counter
|
10113
|
-
user {
|
10114
|
-
id
|
10115
|
-
}
|
10116
9342
|
createdAt
|
10117
9343
|
updatedAt
|
10118
9344
|
}
|
10119
9345
|
plan
|
10120
|
-
alpacaAccounts {
|
10121
|
-
id
|
10122
|
-
}
|
10123
9346
|
}
|
10124
9347
|
userId
|
10125
9348
|
createdAt
|
10126
9349
|
updatedAt
|
10127
|
-
trades {
|
10128
|
-
id
|
10129
|
-
}
|
10130
|
-
orders {
|
10131
|
-
id
|
10132
|
-
}
|
10133
9350
|
positions {
|
10134
9351
|
id
|
10135
9352
|
assetId
|
10136
|
-
asset {
|
10137
|
-
id
|
10138
|
-
}
|
10139
9353
|
averageEntryPrice
|
10140
9354
|
qty
|
10141
9355
|
qtyAvailable
|
@@ -10149,9 +9363,6 @@ exports.Action = {
|
|
10149
9363
|
lastTradePrice
|
10150
9364
|
changeToday
|
10151
9365
|
assetMarginable
|
10152
|
-
alpacaAccount {
|
10153
|
-
id
|
10154
|
-
}
|
10155
9366
|
alpacaAccountId
|
10156
9367
|
}
|
10157
9368
|
alerts {
|
@@ -10162,17 +9373,8 @@ exports.Action = {
|
|
10162
9373
|
isRead
|
10163
9374
|
createdAt
|
10164
9375
|
updatedAt
|
10165
|
-
alpacaAccount {
|
10166
|
-
id
|
10167
|
-
}
|
10168
9376
|
}
|
10169
9377
|
}
|
10170
|
-
action {
|
10171
|
-
id
|
10172
|
-
}
|
10173
|
-
asset {
|
10174
|
-
id
|
10175
|
-
}
|
10176
9378
|
fee
|
10177
9379
|
strikePrice
|
10178
9380
|
expirationDate
|
@@ -10183,9 +9385,6 @@ exports.Action = {
|
|
10183
9385
|
positions {
|
10184
9386
|
id
|
10185
9387
|
assetId
|
10186
|
-
asset {
|
10187
|
-
id
|
10188
|
-
}
|
10189
9388
|
averageEntryPrice
|
10190
9389
|
qty
|
10191
9390
|
qtyAvailable
|
@@ -10231,9 +9430,6 @@ exports.Action = {
|
|
10231
9430
|
stripeCurrentPeriodEnd
|
10232
9431
|
createdAt
|
10233
9432
|
updatedAt
|
10234
|
-
users {
|
10235
|
-
id
|
10236
|
-
}
|
10237
9433
|
}
|
10238
9434
|
customerId
|
10239
9435
|
accounts {
|
@@ -10251,18 +9447,12 @@ exports.Action = {
|
|
10251
9447
|
session_state
|
10252
9448
|
createdAt
|
10253
9449
|
updatedAt
|
10254
|
-
user {
|
10255
|
-
id
|
10256
|
-
}
|
10257
9450
|
}
|
10258
9451
|
sessions {
|
10259
9452
|
id
|
10260
9453
|
sessionToken
|
10261
9454
|
userId
|
10262
9455
|
expires
|
10263
|
-
user {
|
10264
|
-
id
|
10265
|
-
}
|
10266
9456
|
createdAt
|
10267
9457
|
updatedAt
|
10268
9458
|
}
|
@@ -10272,23 +9462,14 @@ exports.Action = {
|
|
10272
9462
|
credentialID
|
10273
9463
|
publicKey
|
10274
9464
|
counter
|
10275
|
-
user {
|
10276
|
-
id
|
10277
|
-
}
|
10278
9465
|
createdAt
|
10279
9466
|
updatedAt
|
10280
9467
|
}
|
10281
9468
|
plan
|
10282
|
-
alpacaAccounts {
|
10283
|
-
id
|
10284
|
-
}
|
10285
9469
|
}
|
10286
9470
|
userId
|
10287
9471
|
createdAt
|
10288
9472
|
updatedAt
|
10289
|
-
trades {
|
10290
|
-
id
|
10291
|
-
}
|
10292
9473
|
orders {
|
10293
9474
|
id
|
10294
9475
|
clientOrderId
|
@@ -10309,9 +9490,6 @@ exports.Action = {
|
|
10309
9490
|
createdAt
|
10310
9491
|
updatedAt
|
10311
9492
|
orderId
|
10312
|
-
Order {
|
10313
|
-
id
|
10314
|
-
}
|
10315
9493
|
}
|
10316
9494
|
takeProfit {
|
10317
9495
|
id
|
@@ -10320,9 +9498,6 @@ exports.Action = {
|
|
10320
9498
|
createdAt
|
10321
9499
|
updatedAt
|
10322
9500
|
orderId
|
10323
|
-
Order {
|
10324
|
-
id
|
10325
|
-
}
|
10326
9501
|
}
|
10327
9502
|
trailPrice
|
10328
9503
|
trailPercent
|
@@ -10334,15 +9509,6 @@ exports.Action = {
|
|
10334
9509
|
filledAt
|
10335
9510
|
filledAvgPrice
|
10336
9511
|
actionId
|
10337
|
-
alpacaAccount {
|
10338
|
-
id
|
10339
|
-
}
|
10340
|
-
action {
|
10341
|
-
id
|
10342
|
-
}
|
10343
|
-
asset {
|
10344
|
-
id
|
10345
|
-
}
|
10346
9512
|
fee
|
10347
9513
|
strikePrice
|
10348
9514
|
expirationDate
|
@@ -10350,9 +9516,6 @@ exports.Action = {
|
|
10350
9516
|
stopLossId
|
10351
9517
|
takeProfitId
|
10352
9518
|
}
|
10353
|
-
positions {
|
10354
|
-
id
|
10355
|
-
}
|
10356
9519
|
alerts {
|
10357
9520
|
id
|
10358
9521
|
alpacaAccountId
|
@@ -10361,9 +9524,6 @@ exports.Action = {
|
|
10361
9524
|
isRead
|
10362
9525
|
createdAt
|
10363
9526
|
updatedAt
|
10364
|
-
alpacaAccount {
|
10365
|
-
id
|
10366
|
-
}
|
10367
9527
|
}
|
10368
9528
|
}
|
10369
9529
|
alpacaAccountId
|
@@ -10390,21 +9550,12 @@ exports.Action = {
|
|
10390
9550
|
logo
|
10391
9551
|
createdAt
|
10392
9552
|
updatedAt
|
10393
|
-
assets {
|
10394
|
-
id
|
10395
|
-
}
|
10396
|
-
}
|
10397
|
-
asset {
|
10398
|
-
id
|
10399
9553
|
}
|
10400
9554
|
relevancyScore
|
10401
9555
|
sentimentScore
|
10402
9556
|
sentimentLabel
|
10403
9557
|
}
|
10404
9558
|
}
|
10405
|
-
actions {
|
10406
|
-
id
|
10407
|
-
}
|
10408
9559
|
}
|
10409
9560
|
order {
|
10410
9561
|
id
|
@@ -10426,9 +9577,6 @@ exports.Action = {
|
|
10426
9577
|
createdAt
|
10427
9578
|
updatedAt
|
10428
9579
|
orderId
|
10429
|
-
Order {
|
10430
|
-
id
|
10431
|
-
}
|
10432
9580
|
}
|
10433
9581
|
takeProfit {
|
10434
9582
|
id
|
@@ -10437,9 +9585,6 @@ exports.Action = {
|
|
10437
9585
|
createdAt
|
10438
9586
|
updatedAt
|
10439
9587
|
orderId
|
10440
|
-
Order {
|
10441
|
-
id
|
10442
|
-
}
|
10443
9588
|
}
|
10444
9589
|
trailPrice
|
10445
9590
|
trailPercent
|
@@ -10483,9 +9628,6 @@ exports.Action = {
|
|
10483
9628
|
stripeCurrentPeriodEnd
|
10484
9629
|
createdAt
|
10485
9630
|
updatedAt
|
10486
|
-
users {
|
10487
|
-
id
|
10488
|
-
}
|
10489
9631
|
}
|
10490
9632
|
customerId
|
10491
9633
|
accounts {
|
@@ -10503,18 +9645,12 @@ exports.Action = {
|
|
10503
9645
|
session_state
|
10504
9646
|
createdAt
|
10505
9647
|
updatedAt
|
10506
|
-
user {
|
10507
|
-
id
|
10508
|
-
}
|
10509
9648
|
}
|
10510
9649
|
sessions {
|
10511
9650
|
id
|
10512
9651
|
sessionToken
|
10513
9652
|
userId
|
10514
9653
|
expires
|
10515
|
-
user {
|
10516
|
-
id
|
10517
|
-
}
|
10518
9654
|
createdAt
|
10519
9655
|
updatedAt
|
10520
9656
|
}
|
@@ -10524,16 +9660,10 @@ exports.Action = {
|
|
10524
9660
|
credentialID
|
10525
9661
|
publicKey
|
10526
9662
|
counter
|
10527
|
-
user {
|
10528
|
-
id
|
10529
|
-
}
|
10530
9663
|
createdAt
|
10531
9664
|
updatedAt
|
10532
9665
|
}
|
10533
9666
|
plan
|
10534
|
-
alpacaAccounts {
|
10535
|
-
id
|
10536
|
-
}
|
10537
9667
|
}
|
10538
9668
|
userId
|
10539
9669
|
createdAt
|
@@ -10553,9 +9683,6 @@ exports.Action = {
|
|
10553
9683
|
createdAt
|
10554
9684
|
updatedAt
|
10555
9685
|
status
|
10556
|
-
alpacaAccount {
|
10557
|
-
id
|
10558
|
-
}
|
10559
9686
|
asset {
|
10560
9687
|
id
|
10561
9688
|
symbol
|
@@ -10615,18 +9742,9 @@ exports.Action = {
|
|
10615
9742
|
buyPrice
|
10616
9743
|
createdAt
|
10617
9744
|
updatedAt
|
10618
|
-
trades {
|
10619
|
-
id
|
10620
|
-
}
|
10621
|
-
orders {
|
10622
|
-
id
|
10623
|
-
}
|
10624
9745
|
positions {
|
10625
9746
|
id
|
10626
9747
|
assetId
|
10627
|
-
asset {
|
10628
|
-
id
|
10629
|
-
}
|
10630
9748
|
averageEntryPrice
|
10631
9749
|
qty
|
10632
9750
|
qtyAvailable
|
@@ -10640,9 +9758,6 @@ exports.Action = {
|
|
10640
9758
|
lastTradePrice
|
10641
9759
|
changeToday
|
10642
9760
|
assetMarginable
|
10643
|
-
alpacaAccount {
|
10644
|
-
id
|
10645
|
-
}
|
10646
9761
|
alpacaAccountId
|
10647
9762
|
}
|
10648
9763
|
newsMentions {
|
@@ -10667,24 +9782,12 @@ exports.Action = {
|
|
10667
9782
|
logo
|
10668
9783
|
createdAt
|
10669
9784
|
updatedAt
|
10670
|
-
assets {
|
10671
|
-
id
|
10672
|
-
}
|
10673
|
-
}
|
10674
|
-
asset {
|
10675
|
-
id
|
10676
9785
|
}
|
10677
9786
|
relevancyScore
|
10678
9787
|
sentimentScore
|
10679
9788
|
sentimentLabel
|
10680
9789
|
}
|
10681
9790
|
}
|
10682
|
-
actions {
|
10683
|
-
id
|
10684
|
-
}
|
10685
|
-
}
|
10686
|
-
orders {
|
10687
|
-
id
|
10688
9791
|
}
|
10689
9792
|
positions {
|
10690
9793
|
id
|
@@ -10763,21 +9866,6 @@ exports.Action = {
|
|
10763
9866
|
createdAt
|
10764
9867
|
updatedAt
|
10765
9868
|
status
|
10766
|
-
alpacaAccount {
|
10767
|
-
id
|
10768
|
-
}
|
10769
|
-
asset {
|
10770
|
-
id
|
10771
|
-
}
|
10772
|
-
actions {
|
10773
|
-
id
|
10774
|
-
}
|
10775
|
-
}
|
10776
|
-
orders {
|
10777
|
-
id
|
10778
|
-
}
|
10779
|
-
positions {
|
10780
|
-
id
|
10781
9869
|
}
|
10782
9870
|
newsMentions {
|
10783
9871
|
id
|
@@ -10801,12 +9889,6 @@ exports.Action = {
|
|
10801
9889
|
logo
|
10802
9890
|
createdAt
|
10803
9891
|
updatedAt
|
10804
|
-
assets {
|
10805
|
-
id
|
10806
|
-
}
|
10807
|
-
}
|
10808
|
-
asset {
|
10809
|
-
id
|
10810
9892
|
}
|
10811
9893
|
relevancyScore
|
10812
9894
|
sentimentScore
|
@@ -10826,9 +9908,6 @@ exports.Action = {
|
|
10826
9908
|
lastTradePrice
|
10827
9909
|
changeToday
|
10828
9910
|
assetMarginable
|
10829
|
-
alpacaAccount {
|
10830
|
-
id
|
10831
|
-
}
|
10832
9911
|
alpacaAccountId
|
10833
9912
|
}
|
10834
9913
|
alerts {
|
@@ -10839,14 +9918,8 @@ exports.Action = {
|
|
10839
9918
|
isRead
|
10840
9919
|
createdAt
|
10841
9920
|
updatedAt
|
10842
|
-
alpacaAccount {
|
10843
|
-
id
|
10844
|
-
}
|
10845
9921
|
}
|
10846
9922
|
}
|
10847
|
-
action {
|
10848
|
-
id
|
10849
|
-
}
|
10850
9923
|
asset {
|
10851
9924
|
id
|
10852
9925
|
symbol
|
@@ -10953,9 +10026,6 @@ exports.Action = {
|
|
10953
10026
|
stripeCurrentPeriodEnd
|
10954
10027
|
createdAt
|
10955
10028
|
updatedAt
|
10956
|
-
users {
|
10957
|
-
id
|
10958
|
-
}
|
10959
10029
|
}
|
10960
10030
|
customerId
|
10961
10031
|
accounts {
|
@@ -10973,18 +10043,12 @@ exports.Action = {
|
|
10973
10043
|
session_state
|
10974
10044
|
createdAt
|
10975
10045
|
updatedAt
|
10976
|
-
user {
|
10977
|
-
id
|
10978
|
-
}
|
10979
10046
|
}
|
10980
10047
|
sessions {
|
10981
10048
|
id
|
10982
10049
|
sessionToken
|
10983
10050
|
userId
|
10984
10051
|
expires
|
10985
|
-
user {
|
10986
|
-
id
|
10987
|
-
}
|
10988
10052
|
createdAt
|
10989
10053
|
updatedAt
|
10990
10054
|
}
|
@@ -10994,32 +10058,17 @@ exports.Action = {
|
|
10994
10058
|
credentialID
|
10995
10059
|
publicKey
|
10996
10060
|
counter
|
10997
|
-
user {
|
10998
|
-
id
|
10999
|
-
}
|
11000
10061
|
createdAt
|
11001
10062
|
updatedAt
|
11002
10063
|
}
|
11003
10064
|
plan
|
11004
|
-
alpacaAccounts {
|
11005
|
-
id
|
11006
|
-
}
|
11007
10065
|
}
|
11008
10066
|
userId
|
11009
10067
|
createdAt
|
11010
10068
|
updatedAt
|
11011
|
-
trades {
|
11012
|
-
id
|
11013
|
-
}
|
11014
|
-
orders {
|
11015
|
-
id
|
11016
|
-
}
|
11017
10069
|
positions {
|
11018
10070
|
id
|
11019
10071
|
assetId
|
11020
|
-
asset {
|
11021
|
-
id
|
11022
|
-
}
|
11023
10072
|
averageEntryPrice
|
11024
10073
|
qty
|
11025
10074
|
qtyAvailable
|
@@ -11033,9 +10082,6 @@ exports.Action = {
|
|
11033
10082
|
lastTradePrice
|
11034
10083
|
changeToday
|
11035
10084
|
assetMarginable
|
11036
|
-
alpacaAccount {
|
11037
|
-
id
|
11038
|
-
}
|
11039
10085
|
alpacaAccountId
|
11040
10086
|
}
|
11041
10087
|
alerts {
|
@@ -11046,27 +10092,12 @@ exports.Action = {
|
|
11046
10092
|
isRead
|
11047
10093
|
createdAt
|
11048
10094
|
updatedAt
|
11049
|
-
alpacaAccount {
|
11050
|
-
id
|
11051
|
-
}
|
11052
10095
|
}
|
11053
10096
|
}
|
11054
|
-
asset {
|
11055
|
-
id
|
11056
|
-
}
|
11057
|
-
actions {
|
11058
|
-
id
|
11059
|
-
}
|
11060
|
-
}
|
11061
|
-
orders {
|
11062
|
-
id
|
11063
10097
|
}
|
11064
10098
|
positions {
|
11065
10099
|
id
|
11066
10100
|
assetId
|
11067
|
-
asset {
|
11068
|
-
id
|
11069
|
-
}
|
11070
10101
|
averageEntryPrice
|
11071
10102
|
qty
|
11072
10103
|
qtyAvailable
|
@@ -11112,9 +10143,6 @@ exports.Action = {
|
|
11112
10143
|
stripeCurrentPeriodEnd
|
11113
10144
|
createdAt
|
11114
10145
|
updatedAt
|
11115
|
-
users {
|
11116
|
-
id
|
11117
|
-
}
|
11118
10146
|
}
|
11119
10147
|
customerId
|
11120
10148
|
accounts {
|
@@ -11132,18 +10160,12 @@ exports.Action = {
|
|
11132
10160
|
session_state
|
11133
10161
|
createdAt
|
11134
10162
|
updatedAt
|
11135
|
-
user {
|
11136
|
-
id
|
11137
|
-
}
|
11138
10163
|
}
|
11139
10164
|
sessions {
|
11140
10165
|
id
|
11141
10166
|
sessionToken
|
11142
10167
|
userId
|
11143
10168
|
expires
|
11144
|
-
user {
|
11145
|
-
id
|
11146
|
-
}
|
11147
10169
|
createdAt
|
11148
10170
|
updatedAt
|
11149
10171
|
}
|
@@ -11153,16 +10175,10 @@ exports.Action = {
|
|
11153
10175
|
credentialID
|
11154
10176
|
publicKey
|
11155
10177
|
counter
|
11156
|
-
user {
|
11157
|
-
id
|
11158
|
-
}
|
11159
10178
|
createdAt
|
11160
10179
|
updatedAt
|
11161
10180
|
}
|
11162
10181
|
plan
|
11163
|
-
alpacaAccounts {
|
11164
|
-
id
|
11165
|
-
}
|
11166
10182
|
}
|
11167
10183
|
userId
|
11168
10184
|
createdAt
|
@@ -11182,21 +10198,6 @@ exports.Action = {
|
|
11182
10198
|
createdAt
|
11183
10199
|
updatedAt
|
11184
10200
|
status
|
11185
|
-
alpacaAccount {
|
11186
|
-
id
|
11187
|
-
}
|
11188
|
-
asset {
|
11189
|
-
id
|
11190
|
-
}
|
11191
|
-
actions {
|
11192
|
-
id
|
11193
|
-
}
|
11194
|
-
}
|
11195
|
-
orders {
|
11196
|
-
id
|
11197
|
-
}
|
11198
|
-
positions {
|
11199
|
-
id
|
11200
10201
|
}
|
11201
10202
|
alerts {
|
11202
10203
|
id
|
@@ -11206,9 +10207,6 @@ exports.Action = {
|
|
11206
10207
|
isRead
|
11207
10208
|
createdAt
|
11208
10209
|
updatedAt
|
11209
|
-
alpacaAccount {
|
11210
|
-
id
|
11211
|
-
}
|
11212
10210
|
}
|
11213
10211
|
}
|
11214
10212
|
alpacaAccountId
|
@@ -11235,12 +10233,6 @@ exports.Action = {
|
|
11235
10233
|
logo
|
11236
10234
|
createdAt
|
11237
10235
|
updatedAt
|
11238
|
-
assets {
|
11239
|
-
id
|
11240
|
-
}
|
11241
|
-
}
|
11242
|
-
asset {
|
11243
|
-
id
|
11244
10236
|
}
|
11245
10237
|
relevancyScore
|
11246
10238
|
sentimentScore
|
@@ -11343,9 +10335,6 @@ exports.Action = {
|
|
11343
10335
|
stripeCurrentPeriodEnd
|
11344
10336
|
createdAt
|
11345
10337
|
updatedAt
|
11346
|
-
users {
|
11347
|
-
id
|
11348
|
-
}
|
11349
10338
|
}
|
11350
10339
|
customerId
|
11351
10340
|
accounts {
|
@@ -11363,18 +10352,12 @@ exports.Action = {
|
|
11363
10352
|
session_state
|
11364
10353
|
createdAt
|
11365
10354
|
updatedAt
|
11366
|
-
user {
|
11367
|
-
id
|
11368
|
-
}
|
11369
10355
|
}
|
11370
10356
|
sessions {
|
11371
10357
|
id
|
11372
10358
|
sessionToken
|
11373
10359
|
userId
|
11374
10360
|
expires
|
11375
|
-
user {
|
11376
|
-
id
|
11377
|
-
}
|
11378
10361
|
createdAt
|
11379
10362
|
updatedAt
|
11380
10363
|
}
|
@@ -11384,23 +10367,14 @@ exports.Action = {
|
|
11384
10367
|
credentialID
|
11385
10368
|
publicKey
|
11386
10369
|
counter
|
11387
|
-
user {
|
11388
|
-
id
|
11389
|
-
}
|
11390
10370
|
createdAt
|
11391
10371
|
updatedAt
|
11392
10372
|
}
|
11393
10373
|
plan
|
11394
|
-
alpacaAccounts {
|
11395
|
-
id
|
11396
|
-
}
|
11397
10374
|
}
|
11398
10375
|
userId
|
11399
10376
|
createdAt
|
11400
10377
|
updatedAt
|
11401
|
-
trades {
|
11402
|
-
id
|
11403
|
-
}
|
11404
10378
|
orders {
|
11405
10379
|
id
|
11406
10380
|
clientOrderId
|
@@ -11421,9 +10395,6 @@ exports.Action = {
|
|
11421
10395
|
createdAt
|
11422
10396
|
updatedAt
|
11423
10397
|
orderId
|
11424
|
-
Order {
|
11425
|
-
id
|
11426
|
-
}
|
11427
10398
|
}
|
11428
10399
|
takeProfit {
|
11429
10400
|
id
|
@@ -11432,9 +10403,6 @@ exports.Action = {
|
|
11432
10403
|
createdAt
|
11433
10404
|
updatedAt
|
11434
10405
|
orderId
|
11435
|
-
Order {
|
11436
|
-
id
|
11437
|
-
}
|
11438
10406
|
}
|
11439
10407
|
trailPrice
|
11440
10408
|
trailPercent
|
@@ -11446,12 +10414,6 @@ exports.Action = {
|
|
11446
10414
|
filledAt
|
11447
10415
|
filledAvgPrice
|
11448
10416
|
actionId
|
11449
|
-
alpacaAccount {
|
11450
|
-
id
|
11451
|
-
}
|
11452
|
-
action {
|
11453
|
-
id
|
11454
|
-
}
|
11455
10417
|
asset {
|
11456
10418
|
id
|
11457
10419
|
symbol
|
@@ -11511,18 +10473,9 @@ exports.Action = {
|
|
11511
10473
|
buyPrice
|
11512
10474
|
createdAt
|
11513
10475
|
updatedAt
|
11514
|
-
trades {
|
11515
|
-
id
|
11516
|
-
}
|
11517
|
-
orders {
|
11518
|
-
id
|
11519
|
-
}
|
11520
10476
|
positions {
|
11521
10477
|
id
|
11522
10478
|
assetId
|
11523
|
-
asset {
|
11524
|
-
id
|
11525
|
-
}
|
11526
10479
|
averageEntryPrice
|
11527
10480
|
qty
|
11528
10481
|
qtyAvailable
|
@@ -11536,9 +10489,6 @@ exports.Action = {
|
|
11536
10489
|
lastTradePrice
|
11537
10490
|
changeToday
|
11538
10491
|
assetMarginable
|
11539
|
-
alpacaAccount {
|
11540
|
-
id
|
11541
|
-
}
|
11542
10492
|
alpacaAccountId
|
11543
10493
|
}
|
11544
10494
|
newsMentions {
|
@@ -11563,12 +10513,6 @@ exports.Action = {
|
|
11563
10513
|
logo
|
11564
10514
|
createdAt
|
11565
10515
|
updatedAt
|
11566
|
-
assets {
|
11567
|
-
id
|
11568
|
-
}
|
11569
|
-
}
|
11570
|
-
asset {
|
11571
|
-
id
|
11572
10516
|
}
|
11573
10517
|
relevancyScore
|
11574
10518
|
sentimentScore
|
@@ -11644,9 +10588,6 @@ exports.Action = {
|
|
11644
10588
|
buyPrice
|
11645
10589
|
createdAt
|
11646
10590
|
updatedAt
|
11647
|
-
trades {
|
11648
|
-
id
|
11649
|
-
}
|
11650
10591
|
orders {
|
11651
10592
|
id
|
11652
10593
|
clientOrderId
|
@@ -11667,9 +10608,6 @@ exports.Action = {
|
|
11667
10608
|
createdAt
|
11668
10609
|
updatedAt
|
11669
10610
|
orderId
|
11670
|
-
Order {
|
11671
|
-
id
|
11672
|
-
}
|
11673
10611
|
}
|
11674
10612
|
takeProfit {
|
11675
10613
|
id
|
@@ -11678,9 +10616,6 @@ exports.Action = {
|
|
11678
10616
|
createdAt
|
11679
10617
|
updatedAt
|
11680
10618
|
orderId
|
11681
|
-
Order {
|
11682
|
-
id
|
11683
|
-
}
|
11684
10619
|
}
|
11685
10620
|
trailPrice
|
11686
10621
|
trailPercent
|
@@ -11692,15 +10627,6 @@ exports.Action = {
|
|
11692
10627
|
filledAt
|
11693
10628
|
filledAvgPrice
|
11694
10629
|
actionId
|
11695
|
-
alpacaAccount {
|
11696
|
-
id
|
11697
|
-
}
|
11698
|
-
action {
|
11699
|
-
id
|
11700
|
-
}
|
11701
|
-
asset {
|
11702
|
-
id
|
11703
|
-
}
|
11704
10630
|
fee
|
11705
10631
|
strikePrice
|
11706
10632
|
expirationDate
|
@@ -11708,9 +10634,6 @@ exports.Action = {
|
|
11708
10634
|
stopLossId
|
11709
10635
|
takeProfitId
|
11710
10636
|
}
|
11711
|
-
positions {
|
11712
|
-
id
|
11713
|
-
}
|
11714
10637
|
newsMentions {
|
11715
10638
|
id
|
11716
10639
|
assetId
|
@@ -11733,12 +10656,6 @@ exports.Action = {
|
|
11733
10656
|
logo
|
11734
10657
|
createdAt
|
11735
10658
|
updatedAt
|
11736
|
-
assets {
|
11737
|
-
id
|
11738
|
-
}
|
11739
|
-
}
|
11740
|
-
asset {
|
11741
|
-
id
|
11742
10659
|
}
|
11743
10660
|
relevancyScore
|
11744
10661
|
sentimentScore
|
@@ -11758,9 +10675,6 @@ exports.Action = {
|
|
11758
10675
|
lastTradePrice
|
11759
10676
|
changeToday
|
11760
10677
|
assetMarginable
|
11761
|
-
alpacaAccount {
|
11762
|
-
id
|
11763
|
-
}
|
11764
10678
|
alpacaAccountId
|
11765
10679
|
}
|
11766
10680
|
alerts {
|
@@ -11771,9 +10685,6 @@ exports.Action = {
|
|
11771
10685
|
isRead
|
11772
10686
|
createdAt
|
11773
10687
|
updatedAt
|
11774
|
-
alpacaAccount {
|
11775
|
-
id
|
11776
|
-
}
|
11777
10688
|
}
|
11778
10689
|
}
|
11779
10690
|
asset {
|
@@ -11835,9 +10746,6 @@ exports.Action = {
|
|
11835
10746
|
buyPrice
|
11836
10747
|
createdAt
|
11837
10748
|
updatedAt
|
11838
|
-
trades {
|
11839
|
-
id
|
11840
|
-
}
|
11841
10749
|
orders {
|
11842
10750
|
id
|
11843
10751
|
clientOrderId
|
@@ -11858,9 +10766,6 @@ exports.Action = {
|
|
11858
10766
|
createdAt
|
11859
10767
|
updatedAt
|
11860
10768
|
orderId
|
11861
|
-
Order {
|
11862
|
-
id
|
11863
|
-
}
|
11864
10769
|
}
|
11865
10770
|
takeProfit {
|
11866
10771
|
id
|
@@ -11869,9 +10774,6 @@ exports.Action = {
|
|
11869
10774
|
createdAt
|
11870
10775
|
updatedAt
|
11871
10776
|
orderId
|
11872
|
-
Order {
|
11873
|
-
id
|
11874
|
-
}
|
11875
10777
|
}
|
11876
10778
|
trailPrice
|
11877
10779
|
trailPercent
|
@@ -11915,9 +10817,6 @@ exports.Action = {
|
|
11915
10817
|
stripeCurrentPeriodEnd
|
11916
10818
|
createdAt
|
11917
10819
|
updatedAt
|
11918
|
-
users {
|
11919
|
-
id
|
11920
|
-
}
|
11921
10820
|
}
|
11922
10821
|
customerId
|
11923
10822
|
accounts {
|
@@ -11935,18 +10834,12 @@ exports.Action = {
|
|
11935
10834
|
session_state
|
11936
10835
|
createdAt
|
11937
10836
|
updatedAt
|
11938
|
-
user {
|
11939
|
-
id
|
11940
|
-
}
|
11941
10837
|
}
|
11942
10838
|
sessions {
|
11943
10839
|
id
|
11944
10840
|
sessionToken
|
11945
10841
|
userId
|
11946
10842
|
expires
|
11947
|
-
user {
|
11948
|
-
id
|
11949
|
-
}
|
11950
10843
|
createdAt
|
11951
10844
|
updatedAt
|
11952
10845
|
}
|
@@ -11956,32 +10849,17 @@ exports.Action = {
|
|
11956
10849
|
credentialID
|
11957
10850
|
publicKey
|
11958
10851
|
counter
|
11959
|
-
user {
|
11960
|
-
id
|
11961
|
-
}
|
11962
10852
|
createdAt
|
11963
10853
|
updatedAt
|
11964
10854
|
}
|
11965
10855
|
plan
|
11966
|
-
alpacaAccounts {
|
11967
|
-
id
|
11968
|
-
}
|
11969
10856
|
}
|
11970
10857
|
userId
|
11971
10858
|
createdAt
|
11972
10859
|
updatedAt
|
11973
|
-
trades {
|
11974
|
-
id
|
11975
|
-
}
|
11976
|
-
orders {
|
11977
|
-
id
|
11978
|
-
}
|
11979
10860
|
positions {
|
11980
10861
|
id
|
11981
10862
|
assetId
|
11982
|
-
asset {
|
11983
|
-
id
|
11984
|
-
}
|
11985
10863
|
averageEntryPrice
|
11986
10864
|
qty
|
11987
10865
|
qtyAvailable
|
@@ -11995,9 +10873,6 @@ exports.Action = {
|
|
11995
10873
|
lastTradePrice
|
11996
10874
|
changeToday
|
11997
10875
|
assetMarginable
|
11998
|
-
alpacaAccount {
|
11999
|
-
id
|
12000
|
-
}
|
12001
10876
|
alpacaAccountId
|
12002
10877
|
}
|
12003
10878
|
alerts {
|
@@ -12008,17 +10883,8 @@ exports.Action = {
|
|
12008
10883
|
isRead
|
12009
10884
|
createdAt
|
12010
10885
|
updatedAt
|
12011
|
-
alpacaAccount {
|
12012
|
-
id
|
12013
|
-
}
|
12014
10886
|
}
|
12015
10887
|
}
|
12016
|
-
action {
|
12017
|
-
id
|
12018
|
-
}
|
12019
|
-
asset {
|
12020
|
-
id
|
12021
|
-
}
|
12022
10888
|
fee
|
12023
10889
|
strikePrice
|
12024
10890
|
expirationDate
|
@@ -12029,9 +10895,6 @@ exports.Action = {
|
|
12029
10895
|
positions {
|
12030
10896
|
id
|
12031
10897
|
assetId
|
12032
|
-
asset {
|
12033
|
-
id
|
12034
|
-
}
|
12035
10898
|
averageEntryPrice
|
12036
10899
|
qty
|
12037
10900
|
qtyAvailable
|
@@ -12077,9 +10940,6 @@ exports.Action = {
|
|
12077
10940
|
stripeCurrentPeriodEnd
|
12078
10941
|
createdAt
|
12079
10942
|
updatedAt
|
12080
|
-
users {
|
12081
|
-
id
|
12082
|
-
}
|
12083
10943
|
}
|
12084
10944
|
customerId
|
12085
10945
|
accounts {
|
@@ -12097,18 +10957,12 @@ exports.Action = {
|
|
12097
10957
|
session_state
|
12098
10958
|
createdAt
|
12099
10959
|
updatedAt
|
12100
|
-
user {
|
12101
|
-
id
|
12102
|
-
}
|
12103
10960
|
}
|
12104
10961
|
sessions {
|
12105
10962
|
id
|
12106
10963
|
sessionToken
|
12107
10964
|
userId
|
12108
10965
|
expires
|
12109
|
-
user {
|
12110
|
-
id
|
12111
|
-
}
|
12112
10966
|
createdAt
|
12113
10967
|
updatedAt
|
12114
10968
|
}
|
@@ -12118,23 +10972,14 @@ exports.Action = {
|
|
12118
10972
|
credentialID
|
12119
10973
|
publicKey
|
12120
10974
|
counter
|
12121
|
-
user {
|
12122
|
-
id
|
12123
|
-
}
|
12124
10975
|
createdAt
|
12125
10976
|
updatedAt
|
12126
10977
|
}
|
12127
10978
|
plan
|
12128
|
-
alpacaAccounts {
|
12129
|
-
id
|
12130
|
-
}
|
12131
10979
|
}
|
12132
10980
|
userId
|
12133
10981
|
createdAt
|
12134
10982
|
updatedAt
|
12135
|
-
trades {
|
12136
|
-
id
|
12137
|
-
}
|
12138
10983
|
orders {
|
12139
10984
|
id
|
12140
10985
|
clientOrderId
|
@@ -12155,9 +11000,6 @@ exports.Action = {
|
|
12155
11000
|
createdAt
|
12156
11001
|
updatedAt
|
12157
11002
|
orderId
|
12158
|
-
Order {
|
12159
|
-
id
|
12160
|
-
}
|
12161
11003
|
}
|
12162
11004
|
takeProfit {
|
12163
11005
|
id
|
@@ -12166,9 +11008,6 @@ exports.Action = {
|
|
12166
11008
|
createdAt
|
12167
11009
|
updatedAt
|
12168
11010
|
orderId
|
12169
|
-
Order {
|
12170
|
-
id
|
12171
|
-
}
|
12172
11011
|
}
|
12173
11012
|
trailPrice
|
12174
11013
|
trailPercent
|
@@ -12180,15 +11019,6 @@ exports.Action = {
|
|
12180
11019
|
filledAt
|
12181
11020
|
filledAvgPrice
|
12182
11021
|
actionId
|
12183
|
-
alpacaAccount {
|
12184
|
-
id
|
12185
|
-
}
|
12186
|
-
action {
|
12187
|
-
id
|
12188
|
-
}
|
12189
|
-
asset {
|
12190
|
-
id
|
12191
|
-
}
|
12192
11022
|
fee
|
12193
11023
|
strikePrice
|
12194
11024
|
expirationDate
|
@@ -12196,9 +11026,6 @@ exports.Action = {
|
|
12196
11026
|
stopLossId
|
12197
11027
|
takeProfitId
|
12198
11028
|
}
|
12199
|
-
positions {
|
12200
|
-
id
|
12201
|
-
}
|
12202
11029
|
alerts {
|
12203
11030
|
id
|
12204
11031
|
alpacaAccountId
|
@@ -12207,9 +11034,6 @@ exports.Action = {
|
|
12207
11034
|
isRead
|
12208
11035
|
createdAt
|
12209
11036
|
updatedAt
|
12210
|
-
alpacaAccount {
|
12211
|
-
id
|
12212
|
-
}
|
12213
11037
|
}
|
12214
11038
|
}
|
12215
11039
|
alpacaAccountId
|
@@ -12236,21 +11060,12 @@ exports.Action = {
|
|
12236
11060
|
logo
|
12237
11061
|
createdAt
|
12238
11062
|
updatedAt
|
12239
|
-
assets {
|
12240
|
-
id
|
12241
|
-
}
|
12242
|
-
}
|
12243
|
-
asset {
|
12244
|
-
id
|
12245
11063
|
}
|
12246
11064
|
relevancyScore
|
12247
11065
|
sentimentScore
|
12248
11066
|
sentimentLabel
|
12249
11067
|
}
|
12250
11068
|
}
|
12251
|
-
actions {
|
12252
|
-
id
|
12253
|
-
}
|
12254
11069
|
}
|
12255
11070
|
order {
|
12256
11071
|
id
|
@@ -12272,9 +11087,6 @@ exports.Action = {
|
|
12272
11087
|
createdAt
|
12273
11088
|
updatedAt
|
12274
11089
|
orderId
|
12275
|
-
Order {
|
12276
|
-
id
|
12277
|
-
}
|
12278
11090
|
}
|
12279
11091
|
takeProfit {
|
12280
11092
|
id
|
@@ -12283,9 +11095,6 @@ exports.Action = {
|
|
12283
11095
|
createdAt
|
12284
11096
|
updatedAt
|
12285
11097
|
orderId
|
12286
|
-
Order {
|
12287
|
-
id
|
12288
|
-
}
|
12289
11098
|
}
|
12290
11099
|
trailPrice
|
12291
11100
|
trailPercent
|
@@ -12329,9 +11138,6 @@ exports.Action = {
|
|
12329
11138
|
stripeCurrentPeriodEnd
|
12330
11139
|
createdAt
|
12331
11140
|
updatedAt
|
12332
|
-
users {
|
12333
|
-
id
|
12334
|
-
}
|
12335
11141
|
}
|
12336
11142
|
customerId
|
12337
11143
|
accounts {
|
@@ -12349,18 +11155,12 @@ exports.Action = {
|
|
12349
11155
|
session_state
|
12350
11156
|
createdAt
|
12351
11157
|
updatedAt
|
12352
|
-
user {
|
12353
|
-
id
|
12354
|
-
}
|
12355
11158
|
}
|
12356
11159
|
sessions {
|
12357
11160
|
id
|
12358
11161
|
sessionToken
|
12359
11162
|
userId
|
12360
11163
|
expires
|
12361
|
-
user {
|
12362
|
-
id
|
12363
|
-
}
|
12364
11164
|
createdAt
|
12365
11165
|
updatedAt
|
12366
11166
|
}
|
@@ -12370,16 +11170,10 @@ exports.Action = {
|
|
12370
11170
|
credentialID
|
12371
11171
|
publicKey
|
12372
11172
|
counter
|
12373
|
-
user {
|
12374
|
-
id
|
12375
|
-
}
|
12376
11173
|
createdAt
|
12377
11174
|
updatedAt
|
12378
11175
|
}
|
12379
11176
|
plan
|
12380
|
-
alpacaAccounts {
|
12381
|
-
id
|
12382
|
-
}
|
12383
11177
|
}
|
12384
11178
|
userId
|
12385
11179
|
createdAt
|
@@ -12399,9 +11193,6 @@ exports.Action = {
|
|
12399
11193
|
createdAt
|
12400
11194
|
updatedAt
|
12401
11195
|
status
|
12402
|
-
alpacaAccount {
|
12403
|
-
id
|
12404
|
-
}
|
12405
11196
|
asset {
|
12406
11197
|
id
|
12407
11198
|
symbol
|
@@ -12461,18 +11252,9 @@ exports.Action = {
|
|
12461
11252
|
buyPrice
|
12462
11253
|
createdAt
|
12463
11254
|
updatedAt
|
12464
|
-
trades {
|
12465
|
-
id
|
12466
|
-
}
|
12467
|
-
orders {
|
12468
|
-
id
|
12469
|
-
}
|
12470
11255
|
positions {
|
12471
11256
|
id
|
12472
11257
|
assetId
|
12473
|
-
asset {
|
12474
|
-
id
|
12475
|
-
}
|
12476
11258
|
averageEntryPrice
|
12477
11259
|
qty
|
12478
11260
|
qtyAvailable
|
@@ -12486,9 +11268,6 @@ exports.Action = {
|
|
12486
11268
|
lastTradePrice
|
12487
11269
|
changeToday
|
12488
11270
|
assetMarginable
|
12489
|
-
alpacaAccount {
|
12490
|
-
id
|
12491
|
-
}
|
12492
11271
|
alpacaAccountId
|
12493
11272
|
}
|
12494
11273
|
newsMentions {
|
@@ -12513,24 +11292,12 @@ exports.Action = {
|
|
12513
11292
|
logo
|
12514
11293
|
createdAt
|
12515
11294
|
updatedAt
|
12516
|
-
assets {
|
12517
|
-
id
|
12518
|
-
}
|
12519
|
-
}
|
12520
|
-
asset {
|
12521
|
-
id
|
12522
11295
|
}
|
12523
11296
|
relevancyScore
|
12524
11297
|
sentimentScore
|
12525
11298
|
sentimentLabel
|
12526
11299
|
}
|
12527
11300
|
}
|
12528
|
-
actions {
|
12529
|
-
id
|
12530
|
-
}
|
12531
|
-
}
|
12532
|
-
orders {
|
12533
|
-
id
|
12534
11301
|
}
|
12535
11302
|
positions {
|
12536
11303
|
id
|
@@ -12609,21 +11376,6 @@ exports.Action = {
|
|
12609
11376
|
createdAt
|
12610
11377
|
updatedAt
|
12611
11378
|
status
|
12612
|
-
alpacaAccount {
|
12613
|
-
id
|
12614
|
-
}
|
12615
|
-
asset {
|
12616
|
-
id
|
12617
|
-
}
|
12618
|
-
actions {
|
12619
|
-
id
|
12620
|
-
}
|
12621
|
-
}
|
12622
|
-
orders {
|
12623
|
-
id
|
12624
|
-
}
|
12625
|
-
positions {
|
12626
|
-
id
|
12627
11379
|
}
|
12628
11380
|
newsMentions {
|
12629
11381
|
id
|
@@ -12647,12 +11399,6 @@ exports.Action = {
|
|
12647
11399
|
logo
|
12648
11400
|
createdAt
|
12649
11401
|
updatedAt
|
12650
|
-
assets {
|
12651
|
-
id
|
12652
|
-
}
|
12653
|
-
}
|
12654
|
-
asset {
|
12655
|
-
id
|
12656
11402
|
}
|
12657
11403
|
relevancyScore
|
12658
11404
|
sentimentScore
|
@@ -12672,9 +11418,6 @@ exports.Action = {
|
|
12672
11418
|
lastTradePrice
|
12673
11419
|
changeToday
|
12674
11420
|
assetMarginable
|
12675
|
-
alpacaAccount {
|
12676
|
-
id
|
12677
|
-
}
|
12678
11421
|
alpacaAccountId
|
12679
11422
|
}
|
12680
11423
|
alerts {
|
@@ -12685,14 +11428,8 @@ exports.Action = {
|
|
12685
11428
|
isRead
|
12686
11429
|
createdAt
|
12687
11430
|
updatedAt
|
12688
|
-
alpacaAccount {
|
12689
|
-
id
|
12690
|
-
}
|
12691
11431
|
}
|
12692
11432
|
}
|
12693
|
-
action {
|
12694
|
-
id
|
12695
|
-
}
|
12696
11433
|
asset {
|
12697
11434
|
id
|
12698
11435
|
symbol
|
@@ -12799,9 +11536,6 @@ exports.Action = {
|
|
12799
11536
|
stripeCurrentPeriodEnd
|
12800
11537
|
createdAt
|
12801
11538
|
updatedAt
|
12802
|
-
users {
|
12803
|
-
id
|
12804
|
-
}
|
12805
11539
|
}
|
12806
11540
|
customerId
|
12807
11541
|
accounts {
|
@@ -12819,18 +11553,12 @@ exports.Action = {
|
|
12819
11553
|
session_state
|
12820
11554
|
createdAt
|
12821
11555
|
updatedAt
|
12822
|
-
user {
|
12823
|
-
id
|
12824
|
-
}
|
12825
11556
|
}
|
12826
11557
|
sessions {
|
12827
11558
|
id
|
12828
11559
|
sessionToken
|
12829
11560
|
userId
|
12830
11561
|
expires
|
12831
|
-
user {
|
12832
|
-
id
|
12833
|
-
}
|
12834
11562
|
createdAt
|
12835
11563
|
updatedAt
|
12836
11564
|
}
|
@@ -12840,32 +11568,17 @@ exports.Action = {
|
|
12840
11568
|
credentialID
|
12841
11569
|
publicKey
|
12842
11570
|
counter
|
12843
|
-
user {
|
12844
|
-
id
|
12845
|
-
}
|
12846
11571
|
createdAt
|
12847
11572
|
updatedAt
|
12848
11573
|
}
|
12849
11574
|
plan
|
12850
|
-
alpacaAccounts {
|
12851
|
-
id
|
12852
|
-
}
|
12853
11575
|
}
|
12854
11576
|
userId
|
12855
11577
|
createdAt
|
12856
11578
|
updatedAt
|
12857
|
-
trades {
|
12858
|
-
id
|
12859
|
-
}
|
12860
|
-
orders {
|
12861
|
-
id
|
12862
|
-
}
|
12863
11579
|
positions {
|
12864
11580
|
id
|
12865
11581
|
assetId
|
12866
|
-
asset {
|
12867
|
-
id
|
12868
|
-
}
|
12869
11582
|
averageEntryPrice
|
12870
11583
|
qty
|
12871
11584
|
qtyAvailable
|
@@ -12879,9 +11592,6 @@ exports.Action = {
|
|
12879
11592
|
lastTradePrice
|
12880
11593
|
changeToday
|
12881
11594
|
assetMarginable
|
12882
|
-
alpacaAccount {
|
12883
|
-
id
|
12884
|
-
}
|
12885
11595
|
alpacaAccountId
|
12886
11596
|
}
|
12887
11597
|
alerts {
|
@@ -12892,27 +11602,12 @@ exports.Action = {
|
|
12892
11602
|
isRead
|
12893
11603
|
createdAt
|
12894
11604
|
updatedAt
|
12895
|
-
alpacaAccount {
|
12896
|
-
id
|
12897
|
-
}
|
12898
11605
|
}
|
12899
11606
|
}
|
12900
|
-
asset {
|
12901
|
-
id
|
12902
|
-
}
|
12903
|
-
actions {
|
12904
|
-
id
|
12905
|
-
}
|
12906
|
-
}
|
12907
|
-
orders {
|
12908
|
-
id
|
12909
11607
|
}
|
12910
11608
|
positions {
|
12911
11609
|
id
|
12912
11610
|
assetId
|
12913
|
-
asset {
|
12914
|
-
id
|
12915
|
-
}
|
12916
11611
|
averageEntryPrice
|
12917
11612
|
qty
|
12918
11613
|
qtyAvailable
|
@@ -12958,9 +11653,6 @@ exports.Action = {
|
|
12958
11653
|
stripeCurrentPeriodEnd
|
12959
11654
|
createdAt
|
12960
11655
|
updatedAt
|
12961
|
-
users {
|
12962
|
-
id
|
12963
|
-
}
|
12964
11656
|
}
|
12965
11657
|
customerId
|
12966
11658
|
accounts {
|
@@ -12978,18 +11670,12 @@ exports.Action = {
|
|
12978
11670
|
session_state
|
12979
11671
|
createdAt
|
12980
11672
|
updatedAt
|
12981
|
-
user {
|
12982
|
-
id
|
12983
|
-
}
|
12984
11673
|
}
|
12985
11674
|
sessions {
|
12986
11675
|
id
|
12987
11676
|
sessionToken
|
12988
11677
|
userId
|
12989
11678
|
expires
|
12990
|
-
user {
|
12991
|
-
id
|
12992
|
-
}
|
12993
11679
|
createdAt
|
12994
11680
|
updatedAt
|
12995
11681
|
}
|
@@ -12999,16 +11685,10 @@ exports.Action = {
|
|
12999
11685
|
credentialID
|
13000
11686
|
publicKey
|
13001
11687
|
counter
|
13002
|
-
user {
|
13003
|
-
id
|
13004
|
-
}
|
13005
11688
|
createdAt
|
13006
11689
|
updatedAt
|
13007
11690
|
}
|
13008
11691
|
plan
|
13009
|
-
alpacaAccounts {
|
13010
|
-
id
|
13011
|
-
}
|
13012
11692
|
}
|
13013
11693
|
userId
|
13014
11694
|
createdAt
|
@@ -13028,21 +11708,6 @@ exports.Action = {
|
|
13028
11708
|
createdAt
|
13029
11709
|
updatedAt
|
13030
11710
|
status
|
13031
|
-
alpacaAccount {
|
13032
|
-
id
|
13033
|
-
}
|
13034
|
-
asset {
|
13035
|
-
id
|
13036
|
-
}
|
13037
|
-
actions {
|
13038
|
-
id
|
13039
|
-
}
|
13040
|
-
}
|
13041
|
-
orders {
|
13042
|
-
id
|
13043
|
-
}
|
13044
|
-
positions {
|
13045
|
-
id
|
13046
11711
|
}
|
13047
11712
|
alerts {
|
13048
11713
|
id
|
@@ -13052,9 +11717,6 @@ exports.Action = {
|
|
13052
11717
|
isRead
|
13053
11718
|
createdAt
|
13054
11719
|
updatedAt
|
13055
|
-
alpacaAccount {
|
13056
|
-
id
|
13057
|
-
}
|
13058
11720
|
}
|
13059
11721
|
}
|
13060
11722
|
alpacaAccountId
|
@@ -13081,12 +11743,6 @@ exports.Action = {
|
|
13081
11743
|
logo
|
13082
11744
|
createdAt
|
13083
11745
|
updatedAt
|
13084
|
-
assets {
|
13085
|
-
id
|
13086
|
-
}
|
13087
|
-
}
|
13088
|
-
asset {
|
13089
|
-
id
|
13090
11746
|
}
|
13091
11747
|
relevancyScore
|
13092
11748
|
sentimentScore
|
@@ -13188,9 +11844,6 @@ exports.Action = {
|
|
13188
11844
|
stripeCurrentPeriodEnd
|
13189
11845
|
createdAt
|
13190
11846
|
updatedAt
|
13191
|
-
users {
|
13192
|
-
id
|
13193
|
-
}
|
13194
11847
|
}
|
13195
11848
|
customerId
|
13196
11849
|
accounts {
|
@@ -13208,18 +11861,12 @@ exports.Action = {
|
|
13208
11861
|
session_state
|
13209
11862
|
createdAt
|
13210
11863
|
updatedAt
|
13211
|
-
user {
|
13212
|
-
id
|
13213
|
-
}
|
13214
11864
|
}
|
13215
11865
|
sessions {
|
13216
11866
|
id
|
13217
11867
|
sessionToken
|
13218
11868
|
userId
|
13219
11869
|
expires
|
13220
|
-
user {
|
13221
|
-
id
|
13222
|
-
}
|
13223
11870
|
createdAt
|
13224
11871
|
updatedAt
|
13225
11872
|
}
|
@@ -13229,23 +11876,14 @@ exports.Action = {
|
|
13229
11876
|
credentialID
|
13230
11877
|
publicKey
|
13231
11878
|
counter
|
13232
|
-
user {
|
13233
|
-
id
|
13234
|
-
}
|
13235
11879
|
createdAt
|
13236
11880
|
updatedAt
|
13237
11881
|
}
|
13238
11882
|
plan
|
13239
|
-
alpacaAccounts {
|
13240
|
-
id
|
13241
|
-
}
|
13242
11883
|
}
|
13243
11884
|
userId
|
13244
11885
|
createdAt
|
13245
11886
|
updatedAt
|
13246
|
-
trades {
|
13247
|
-
id
|
13248
|
-
}
|
13249
11887
|
orders {
|
13250
11888
|
id
|
13251
11889
|
clientOrderId
|
@@ -13266,9 +11904,6 @@ exports.Action = {
|
|
13266
11904
|
createdAt
|
13267
11905
|
updatedAt
|
13268
11906
|
orderId
|
13269
|
-
Order {
|
13270
|
-
id
|
13271
|
-
}
|
13272
11907
|
}
|
13273
11908
|
takeProfit {
|
13274
11909
|
id
|
@@ -13277,9 +11912,6 @@ exports.Action = {
|
|
13277
11912
|
createdAt
|
13278
11913
|
updatedAt
|
13279
11914
|
orderId
|
13280
|
-
Order {
|
13281
|
-
id
|
13282
|
-
}
|
13283
11915
|
}
|
13284
11916
|
trailPrice
|
13285
11917
|
trailPercent
|
@@ -13291,12 +11923,6 @@ exports.Action = {
|
|
13291
11923
|
filledAt
|
13292
11924
|
filledAvgPrice
|
13293
11925
|
actionId
|
13294
|
-
alpacaAccount {
|
13295
|
-
id
|
13296
|
-
}
|
13297
|
-
action {
|
13298
|
-
id
|
13299
|
-
}
|
13300
11926
|
asset {
|
13301
11927
|
id
|
13302
11928
|
symbol
|
@@ -13356,18 +11982,9 @@ exports.Action = {
|
|
13356
11982
|
buyPrice
|
13357
11983
|
createdAt
|
13358
11984
|
updatedAt
|
13359
|
-
trades {
|
13360
|
-
id
|
13361
|
-
}
|
13362
|
-
orders {
|
13363
|
-
id
|
13364
|
-
}
|
13365
11985
|
positions {
|
13366
11986
|
id
|
13367
11987
|
assetId
|
13368
|
-
asset {
|
13369
|
-
id
|
13370
|
-
}
|
13371
11988
|
averageEntryPrice
|
13372
11989
|
qty
|
13373
11990
|
qtyAvailable
|
@@ -13381,9 +11998,6 @@ exports.Action = {
|
|
13381
11998
|
lastTradePrice
|
13382
11999
|
changeToday
|
13383
12000
|
assetMarginable
|
13384
|
-
alpacaAccount {
|
13385
|
-
id
|
13386
|
-
}
|
13387
12001
|
alpacaAccountId
|
13388
12002
|
}
|
13389
12003
|
newsMentions {
|
@@ -13408,12 +12022,6 @@ exports.Action = {
|
|
13408
12022
|
logo
|
13409
12023
|
createdAt
|
13410
12024
|
updatedAt
|
13411
|
-
assets {
|
13412
|
-
id
|
13413
|
-
}
|
13414
|
-
}
|
13415
|
-
asset {
|
13416
|
-
id
|
13417
12025
|
}
|
13418
12026
|
relevancyScore
|
13419
12027
|
sentimentScore
|
@@ -13489,9 +12097,6 @@ exports.Action = {
|
|
13489
12097
|
buyPrice
|
13490
12098
|
createdAt
|
13491
12099
|
updatedAt
|
13492
|
-
trades {
|
13493
|
-
id
|
13494
|
-
}
|
13495
12100
|
orders {
|
13496
12101
|
id
|
13497
12102
|
clientOrderId
|
@@ -13512,9 +12117,6 @@ exports.Action = {
|
|
13512
12117
|
createdAt
|
13513
12118
|
updatedAt
|
13514
12119
|
orderId
|
13515
|
-
Order {
|
13516
|
-
id
|
13517
|
-
}
|
13518
12120
|
}
|
13519
12121
|
takeProfit {
|
13520
12122
|
id
|
@@ -13523,9 +12125,6 @@ exports.Action = {
|
|
13523
12125
|
createdAt
|
13524
12126
|
updatedAt
|
13525
12127
|
orderId
|
13526
|
-
Order {
|
13527
|
-
id
|
13528
|
-
}
|
13529
12128
|
}
|
13530
12129
|
trailPrice
|
13531
12130
|
trailPercent
|
@@ -13537,15 +12136,6 @@ exports.Action = {
|
|
13537
12136
|
filledAt
|
13538
12137
|
filledAvgPrice
|
13539
12138
|
actionId
|
13540
|
-
alpacaAccount {
|
13541
|
-
id
|
13542
|
-
}
|
13543
|
-
action {
|
13544
|
-
id
|
13545
|
-
}
|
13546
|
-
asset {
|
13547
|
-
id
|
13548
|
-
}
|
13549
12139
|
fee
|
13550
12140
|
strikePrice
|
13551
12141
|
expirationDate
|
@@ -13553,9 +12143,6 @@ exports.Action = {
|
|
13553
12143
|
stopLossId
|
13554
12144
|
takeProfitId
|
13555
12145
|
}
|
13556
|
-
positions {
|
13557
|
-
id
|
13558
|
-
}
|
13559
12146
|
newsMentions {
|
13560
12147
|
id
|
13561
12148
|
assetId
|
@@ -13578,12 +12165,6 @@ exports.Action = {
|
|
13578
12165
|
logo
|
13579
12166
|
createdAt
|
13580
12167
|
updatedAt
|
13581
|
-
assets {
|
13582
|
-
id
|
13583
|
-
}
|
13584
|
-
}
|
13585
|
-
asset {
|
13586
|
-
id
|
13587
12168
|
}
|
13588
12169
|
relevancyScore
|
13589
12170
|
sentimentScore
|
@@ -13603,9 +12184,6 @@ exports.Action = {
|
|
13603
12184
|
lastTradePrice
|
13604
12185
|
changeToday
|
13605
12186
|
assetMarginable
|
13606
|
-
alpacaAccount {
|
13607
|
-
id
|
13608
|
-
}
|
13609
12187
|
alpacaAccountId
|
13610
12188
|
}
|
13611
12189
|
alerts {
|
@@ -13616,9 +12194,6 @@ exports.Action = {
|
|
13616
12194
|
isRead
|
13617
12195
|
createdAt
|
13618
12196
|
updatedAt
|
13619
|
-
alpacaAccount {
|
13620
|
-
id
|
13621
|
-
}
|
13622
12197
|
}
|
13623
12198
|
}
|
13624
12199
|
asset {
|
@@ -13680,9 +12255,6 @@ exports.Action = {
|
|
13680
12255
|
buyPrice
|
13681
12256
|
createdAt
|
13682
12257
|
updatedAt
|
13683
|
-
trades {
|
13684
|
-
id
|
13685
|
-
}
|
13686
12258
|
orders {
|
13687
12259
|
id
|
13688
12260
|
clientOrderId
|
@@ -13703,9 +12275,6 @@ exports.Action = {
|
|
13703
12275
|
createdAt
|
13704
12276
|
updatedAt
|
13705
12277
|
orderId
|
13706
|
-
Order {
|
13707
|
-
id
|
13708
|
-
}
|
13709
12278
|
}
|
13710
12279
|
takeProfit {
|
13711
12280
|
id
|
@@ -13714,9 +12283,6 @@ exports.Action = {
|
|
13714
12283
|
createdAt
|
13715
12284
|
updatedAt
|
13716
12285
|
orderId
|
13717
|
-
Order {
|
13718
|
-
id
|
13719
|
-
}
|
13720
12286
|
}
|
13721
12287
|
trailPrice
|
13722
12288
|
trailPercent
|
@@ -13760,9 +12326,6 @@ exports.Action = {
|
|
13760
12326
|
stripeCurrentPeriodEnd
|
13761
12327
|
createdAt
|
13762
12328
|
updatedAt
|
13763
|
-
users {
|
13764
|
-
id
|
13765
|
-
}
|
13766
12329
|
}
|
13767
12330
|
customerId
|
13768
12331
|
accounts {
|
@@ -13780,18 +12343,12 @@ exports.Action = {
|
|
13780
12343
|
session_state
|
13781
12344
|
createdAt
|
13782
12345
|
updatedAt
|
13783
|
-
user {
|
13784
|
-
id
|
13785
|
-
}
|
13786
12346
|
}
|
13787
12347
|
sessions {
|
13788
12348
|
id
|
13789
12349
|
sessionToken
|
13790
12350
|
userId
|
13791
12351
|
expires
|
13792
|
-
user {
|
13793
|
-
id
|
13794
|
-
}
|
13795
12352
|
createdAt
|
13796
12353
|
updatedAt
|
13797
12354
|
}
|
@@ -13801,32 +12358,17 @@ exports.Action = {
|
|
13801
12358
|
credentialID
|
13802
12359
|
publicKey
|
13803
12360
|
counter
|
13804
|
-
user {
|
13805
|
-
id
|
13806
|
-
}
|
13807
12361
|
createdAt
|
13808
12362
|
updatedAt
|
13809
12363
|
}
|
13810
12364
|
plan
|
13811
|
-
alpacaAccounts {
|
13812
|
-
id
|
13813
|
-
}
|
13814
12365
|
}
|
13815
12366
|
userId
|
13816
12367
|
createdAt
|
13817
12368
|
updatedAt
|
13818
|
-
trades {
|
13819
|
-
id
|
13820
|
-
}
|
13821
|
-
orders {
|
13822
|
-
id
|
13823
|
-
}
|
13824
12369
|
positions {
|
13825
12370
|
id
|
13826
12371
|
assetId
|
13827
|
-
asset {
|
13828
|
-
id
|
13829
|
-
}
|
13830
12372
|
averageEntryPrice
|
13831
12373
|
qty
|
13832
12374
|
qtyAvailable
|
@@ -13840,9 +12382,6 @@ exports.Action = {
|
|
13840
12382
|
lastTradePrice
|
13841
12383
|
changeToday
|
13842
12384
|
assetMarginable
|
13843
|
-
alpacaAccount {
|
13844
|
-
id
|
13845
|
-
}
|
13846
12385
|
alpacaAccountId
|
13847
12386
|
}
|
13848
12387
|
alerts {
|
@@ -13853,17 +12392,8 @@ exports.Action = {
|
|
13853
12392
|
isRead
|
13854
12393
|
createdAt
|
13855
12394
|
updatedAt
|
13856
|
-
alpacaAccount {
|
13857
|
-
id
|
13858
|
-
}
|
13859
12395
|
}
|
13860
12396
|
}
|
13861
|
-
action {
|
13862
|
-
id
|
13863
|
-
}
|
13864
|
-
asset {
|
13865
|
-
id
|
13866
|
-
}
|
13867
12397
|
fee
|
13868
12398
|
strikePrice
|
13869
12399
|
expirationDate
|
@@ -13874,9 +12404,6 @@ exports.Action = {
|
|
13874
12404
|
positions {
|
13875
12405
|
id
|
13876
12406
|
assetId
|
13877
|
-
asset {
|
13878
|
-
id
|
13879
|
-
}
|
13880
12407
|
averageEntryPrice
|
13881
12408
|
qty
|
13882
12409
|
qtyAvailable
|
@@ -13922,9 +12449,6 @@ exports.Action = {
|
|
13922
12449
|
stripeCurrentPeriodEnd
|
13923
12450
|
createdAt
|
13924
12451
|
updatedAt
|
13925
|
-
users {
|
13926
|
-
id
|
13927
|
-
}
|
13928
12452
|
}
|
13929
12453
|
customerId
|
13930
12454
|
accounts {
|
@@ -13942,18 +12466,12 @@ exports.Action = {
|
|
13942
12466
|
session_state
|
13943
12467
|
createdAt
|
13944
12468
|
updatedAt
|
13945
|
-
user {
|
13946
|
-
id
|
13947
|
-
}
|
13948
12469
|
}
|
13949
12470
|
sessions {
|
13950
12471
|
id
|
13951
12472
|
sessionToken
|
13952
12473
|
userId
|
13953
12474
|
expires
|
13954
|
-
user {
|
13955
|
-
id
|
13956
|
-
}
|
13957
12475
|
createdAt
|
13958
12476
|
updatedAt
|
13959
12477
|
}
|
@@ -13963,23 +12481,14 @@ exports.Action = {
|
|
13963
12481
|
credentialID
|
13964
12482
|
publicKey
|
13965
12483
|
counter
|
13966
|
-
user {
|
13967
|
-
id
|
13968
|
-
}
|
13969
12484
|
createdAt
|
13970
12485
|
updatedAt
|
13971
12486
|
}
|
13972
12487
|
plan
|
13973
|
-
alpacaAccounts {
|
13974
|
-
id
|
13975
|
-
}
|
13976
12488
|
}
|
13977
12489
|
userId
|
13978
12490
|
createdAt
|
13979
12491
|
updatedAt
|
13980
|
-
trades {
|
13981
|
-
id
|
13982
|
-
}
|
13983
12492
|
orders {
|
13984
12493
|
id
|
13985
12494
|
clientOrderId
|
@@ -14000,9 +12509,6 @@ exports.Action = {
|
|
14000
12509
|
createdAt
|
14001
12510
|
updatedAt
|
14002
12511
|
orderId
|
14003
|
-
Order {
|
14004
|
-
id
|
14005
|
-
}
|
14006
12512
|
}
|
14007
12513
|
takeProfit {
|
14008
12514
|
id
|
@@ -14011,9 +12517,6 @@ exports.Action = {
|
|
14011
12517
|
createdAt
|
14012
12518
|
updatedAt
|
14013
12519
|
orderId
|
14014
|
-
Order {
|
14015
|
-
id
|
14016
|
-
}
|
14017
12520
|
}
|
14018
12521
|
trailPrice
|
14019
12522
|
trailPercent
|
@@ -14025,15 +12528,6 @@ exports.Action = {
|
|
14025
12528
|
filledAt
|
14026
12529
|
filledAvgPrice
|
14027
12530
|
actionId
|
14028
|
-
alpacaAccount {
|
14029
|
-
id
|
14030
|
-
}
|
14031
|
-
action {
|
14032
|
-
id
|
14033
|
-
}
|
14034
|
-
asset {
|
14035
|
-
id
|
14036
|
-
}
|
14037
12531
|
fee
|
14038
12532
|
strikePrice
|
14039
12533
|
expirationDate
|
@@ -14041,9 +12535,6 @@ exports.Action = {
|
|
14041
12535
|
stopLossId
|
14042
12536
|
takeProfitId
|
14043
12537
|
}
|
14044
|
-
positions {
|
14045
|
-
id
|
14046
|
-
}
|
14047
12538
|
alerts {
|
14048
12539
|
id
|
14049
12540
|
alpacaAccountId
|
@@ -14052,9 +12543,6 @@ exports.Action = {
|
|
14052
12543
|
isRead
|
14053
12544
|
createdAt
|
14054
12545
|
updatedAt
|
14055
|
-
alpacaAccount {
|
14056
|
-
id
|
14057
|
-
}
|
14058
12546
|
}
|
14059
12547
|
}
|
14060
12548
|
alpacaAccountId
|
@@ -14081,21 +12569,12 @@ exports.Action = {
|
|
14081
12569
|
logo
|
14082
12570
|
createdAt
|
14083
12571
|
updatedAt
|
14084
|
-
assets {
|
14085
|
-
id
|
14086
|
-
}
|
14087
|
-
}
|
14088
|
-
asset {
|
14089
|
-
id
|
14090
12572
|
}
|
14091
12573
|
relevancyScore
|
14092
12574
|
sentimentScore
|
14093
12575
|
sentimentLabel
|
14094
12576
|
}
|
14095
12577
|
}
|
14096
|
-
actions {
|
14097
|
-
id
|
14098
|
-
}
|
14099
12578
|
}
|
14100
12579
|
order {
|
14101
12580
|
id
|
@@ -14117,9 +12596,6 @@ exports.Action = {
|
|
14117
12596
|
createdAt
|
14118
12597
|
updatedAt
|
14119
12598
|
orderId
|
14120
|
-
Order {
|
14121
|
-
id
|
14122
|
-
}
|
14123
12599
|
}
|
14124
12600
|
takeProfit {
|
14125
12601
|
id
|
@@ -14128,9 +12604,6 @@ exports.Action = {
|
|
14128
12604
|
createdAt
|
14129
12605
|
updatedAt
|
14130
12606
|
orderId
|
14131
|
-
Order {
|
14132
|
-
id
|
14133
|
-
}
|
14134
12607
|
}
|
14135
12608
|
trailPrice
|
14136
12609
|
trailPercent
|
@@ -14174,9 +12647,6 @@ exports.Action = {
|
|
14174
12647
|
stripeCurrentPeriodEnd
|
14175
12648
|
createdAt
|
14176
12649
|
updatedAt
|
14177
|
-
users {
|
14178
|
-
id
|
14179
|
-
}
|
14180
12650
|
}
|
14181
12651
|
customerId
|
14182
12652
|
accounts {
|
@@ -14194,18 +12664,12 @@ exports.Action = {
|
|
14194
12664
|
session_state
|
14195
12665
|
createdAt
|
14196
12666
|
updatedAt
|
14197
|
-
user {
|
14198
|
-
id
|
14199
|
-
}
|
14200
12667
|
}
|
14201
12668
|
sessions {
|
14202
12669
|
id
|
14203
12670
|
sessionToken
|
14204
12671
|
userId
|
14205
12672
|
expires
|
14206
|
-
user {
|
14207
|
-
id
|
14208
|
-
}
|
14209
12673
|
createdAt
|
14210
12674
|
updatedAt
|
14211
12675
|
}
|
@@ -14215,16 +12679,10 @@ exports.Action = {
|
|
14215
12679
|
credentialID
|
14216
12680
|
publicKey
|
14217
12681
|
counter
|
14218
|
-
user {
|
14219
|
-
id
|
14220
|
-
}
|
14221
12682
|
createdAt
|
14222
12683
|
updatedAt
|
14223
12684
|
}
|
14224
12685
|
plan
|
14225
|
-
alpacaAccounts {
|
14226
|
-
id
|
14227
|
-
}
|
14228
12686
|
}
|
14229
12687
|
userId
|
14230
12688
|
createdAt
|
@@ -14244,9 +12702,6 @@ exports.Action = {
|
|
14244
12702
|
createdAt
|
14245
12703
|
updatedAt
|
14246
12704
|
status
|
14247
|
-
alpacaAccount {
|
14248
|
-
id
|
14249
|
-
}
|
14250
12705
|
asset {
|
14251
12706
|
id
|
14252
12707
|
symbol
|
@@ -14306,18 +12761,9 @@ exports.Action = {
|
|
14306
12761
|
buyPrice
|
14307
12762
|
createdAt
|
14308
12763
|
updatedAt
|
14309
|
-
trades {
|
14310
|
-
id
|
14311
|
-
}
|
14312
|
-
orders {
|
14313
|
-
id
|
14314
|
-
}
|
14315
12764
|
positions {
|
14316
12765
|
id
|
14317
12766
|
assetId
|
14318
|
-
asset {
|
14319
|
-
id
|
14320
|
-
}
|
14321
12767
|
averageEntryPrice
|
14322
12768
|
qty
|
14323
12769
|
qtyAvailable
|
@@ -14331,9 +12777,6 @@ exports.Action = {
|
|
14331
12777
|
lastTradePrice
|
14332
12778
|
changeToday
|
14333
12779
|
assetMarginable
|
14334
|
-
alpacaAccount {
|
14335
|
-
id
|
14336
|
-
}
|
14337
12780
|
alpacaAccountId
|
14338
12781
|
}
|
14339
12782
|
newsMentions {
|
@@ -14358,24 +12801,12 @@ exports.Action = {
|
|
14358
12801
|
logo
|
14359
12802
|
createdAt
|
14360
12803
|
updatedAt
|
14361
|
-
assets {
|
14362
|
-
id
|
14363
|
-
}
|
14364
|
-
}
|
14365
|
-
asset {
|
14366
|
-
id
|
14367
12804
|
}
|
14368
12805
|
relevancyScore
|
14369
12806
|
sentimentScore
|
14370
12807
|
sentimentLabel
|
14371
12808
|
}
|
14372
12809
|
}
|
14373
|
-
actions {
|
14374
|
-
id
|
14375
|
-
}
|
14376
|
-
}
|
14377
|
-
orders {
|
14378
|
-
id
|
14379
12810
|
}
|
14380
12811
|
positions {
|
14381
12812
|
id
|
@@ -14454,21 +12885,6 @@ exports.Action = {
|
|
14454
12885
|
createdAt
|
14455
12886
|
updatedAt
|
14456
12887
|
status
|
14457
|
-
alpacaAccount {
|
14458
|
-
id
|
14459
|
-
}
|
14460
|
-
asset {
|
14461
|
-
id
|
14462
|
-
}
|
14463
|
-
actions {
|
14464
|
-
id
|
14465
|
-
}
|
14466
|
-
}
|
14467
|
-
orders {
|
14468
|
-
id
|
14469
|
-
}
|
14470
|
-
positions {
|
14471
|
-
id
|
14472
12888
|
}
|
14473
12889
|
newsMentions {
|
14474
12890
|
id
|
@@ -14492,12 +12908,6 @@ exports.Action = {
|
|
14492
12908
|
logo
|
14493
12909
|
createdAt
|
14494
12910
|
updatedAt
|
14495
|
-
assets {
|
14496
|
-
id
|
14497
|
-
}
|
14498
|
-
}
|
14499
|
-
asset {
|
14500
|
-
id
|
14501
12911
|
}
|
14502
12912
|
relevancyScore
|
14503
12913
|
sentimentScore
|
@@ -14517,9 +12927,6 @@ exports.Action = {
|
|
14517
12927
|
lastTradePrice
|
14518
12928
|
changeToday
|
14519
12929
|
assetMarginable
|
14520
|
-
alpacaAccount {
|
14521
|
-
id
|
14522
|
-
}
|
14523
12930
|
alpacaAccountId
|
14524
12931
|
}
|
14525
12932
|
alerts {
|
@@ -14530,14 +12937,8 @@ exports.Action = {
|
|
14530
12937
|
isRead
|
14531
12938
|
createdAt
|
14532
12939
|
updatedAt
|
14533
|
-
alpacaAccount {
|
14534
|
-
id
|
14535
|
-
}
|
14536
12940
|
}
|
14537
12941
|
}
|
14538
|
-
action {
|
14539
|
-
id
|
14540
|
-
}
|
14541
12942
|
asset {
|
14542
12943
|
id
|
14543
12944
|
symbol
|
@@ -14644,9 +13045,6 @@ exports.Action = {
|
|
14644
13045
|
stripeCurrentPeriodEnd
|
14645
13046
|
createdAt
|
14646
13047
|
updatedAt
|
14647
|
-
users {
|
14648
|
-
id
|
14649
|
-
}
|
14650
13048
|
}
|
14651
13049
|
customerId
|
14652
13050
|
accounts {
|
@@ -14664,18 +13062,12 @@ exports.Action = {
|
|
14664
13062
|
session_state
|
14665
13063
|
createdAt
|
14666
13064
|
updatedAt
|
14667
|
-
user {
|
14668
|
-
id
|
14669
|
-
}
|
14670
13065
|
}
|
14671
13066
|
sessions {
|
14672
13067
|
id
|
14673
13068
|
sessionToken
|
14674
13069
|
userId
|
14675
13070
|
expires
|
14676
|
-
user {
|
14677
|
-
id
|
14678
|
-
}
|
14679
13071
|
createdAt
|
14680
13072
|
updatedAt
|
14681
13073
|
}
|
@@ -14685,32 +13077,17 @@ exports.Action = {
|
|
14685
13077
|
credentialID
|
14686
13078
|
publicKey
|
14687
13079
|
counter
|
14688
|
-
user {
|
14689
|
-
id
|
14690
|
-
}
|
14691
13080
|
createdAt
|
14692
13081
|
updatedAt
|
14693
13082
|
}
|
14694
13083
|
plan
|
14695
|
-
alpacaAccounts {
|
14696
|
-
id
|
14697
|
-
}
|
14698
13084
|
}
|
14699
13085
|
userId
|
14700
13086
|
createdAt
|
14701
13087
|
updatedAt
|
14702
|
-
trades {
|
14703
|
-
id
|
14704
|
-
}
|
14705
|
-
orders {
|
14706
|
-
id
|
14707
|
-
}
|
14708
13088
|
positions {
|
14709
13089
|
id
|
14710
13090
|
assetId
|
14711
|
-
asset {
|
14712
|
-
id
|
14713
|
-
}
|
14714
13091
|
averageEntryPrice
|
14715
13092
|
qty
|
14716
13093
|
qtyAvailable
|
@@ -14724,9 +13101,6 @@ exports.Action = {
|
|
14724
13101
|
lastTradePrice
|
14725
13102
|
changeToday
|
14726
13103
|
assetMarginable
|
14727
|
-
alpacaAccount {
|
14728
|
-
id
|
14729
|
-
}
|
14730
13104
|
alpacaAccountId
|
14731
13105
|
}
|
14732
13106
|
alerts {
|
@@ -14737,27 +13111,12 @@ exports.Action = {
|
|
14737
13111
|
isRead
|
14738
13112
|
createdAt
|
14739
13113
|
updatedAt
|
14740
|
-
alpacaAccount {
|
14741
|
-
id
|
14742
|
-
}
|
14743
13114
|
}
|
14744
13115
|
}
|
14745
|
-
asset {
|
14746
|
-
id
|
14747
|
-
}
|
14748
|
-
actions {
|
14749
|
-
id
|
14750
|
-
}
|
14751
|
-
}
|
14752
|
-
orders {
|
14753
|
-
id
|
14754
13116
|
}
|
14755
13117
|
positions {
|
14756
13118
|
id
|
14757
13119
|
assetId
|
14758
|
-
asset {
|
14759
|
-
id
|
14760
|
-
}
|
14761
13120
|
averageEntryPrice
|
14762
13121
|
qty
|
14763
13122
|
qtyAvailable
|
@@ -14803,9 +13162,6 @@ exports.Action = {
|
|
14803
13162
|
stripeCurrentPeriodEnd
|
14804
13163
|
createdAt
|
14805
13164
|
updatedAt
|
14806
|
-
users {
|
14807
|
-
id
|
14808
|
-
}
|
14809
13165
|
}
|
14810
13166
|
customerId
|
14811
13167
|
accounts {
|
@@ -14823,18 +13179,12 @@ exports.Action = {
|
|
14823
13179
|
session_state
|
14824
13180
|
createdAt
|
14825
13181
|
updatedAt
|
14826
|
-
user {
|
14827
|
-
id
|
14828
|
-
}
|
14829
13182
|
}
|
14830
13183
|
sessions {
|
14831
13184
|
id
|
14832
13185
|
sessionToken
|
14833
13186
|
userId
|
14834
13187
|
expires
|
14835
|
-
user {
|
14836
|
-
id
|
14837
|
-
}
|
14838
13188
|
createdAt
|
14839
13189
|
updatedAt
|
14840
13190
|
}
|
@@ -14844,16 +13194,10 @@ exports.Action = {
|
|
14844
13194
|
credentialID
|
14845
13195
|
publicKey
|
14846
13196
|
counter
|
14847
|
-
user {
|
14848
|
-
id
|
14849
|
-
}
|
14850
13197
|
createdAt
|
14851
13198
|
updatedAt
|
14852
13199
|
}
|
14853
13200
|
plan
|
14854
|
-
alpacaAccounts {
|
14855
|
-
id
|
14856
|
-
}
|
14857
13201
|
}
|
14858
13202
|
userId
|
14859
13203
|
createdAt
|
@@ -14873,21 +13217,6 @@ exports.Action = {
|
|
14873
13217
|
createdAt
|
14874
13218
|
updatedAt
|
14875
13219
|
status
|
14876
|
-
alpacaAccount {
|
14877
|
-
id
|
14878
|
-
}
|
14879
|
-
asset {
|
14880
|
-
id
|
14881
|
-
}
|
14882
|
-
actions {
|
14883
|
-
id
|
14884
|
-
}
|
14885
|
-
}
|
14886
|
-
orders {
|
14887
|
-
id
|
14888
|
-
}
|
14889
|
-
positions {
|
14890
|
-
id
|
14891
13220
|
}
|
14892
13221
|
alerts {
|
14893
13222
|
id
|
@@ -14897,9 +13226,6 @@ exports.Action = {
|
|
14897
13226
|
isRead
|
14898
13227
|
createdAt
|
14899
13228
|
updatedAt
|
14900
|
-
alpacaAccount {
|
14901
|
-
id
|
14902
|
-
}
|
14903
13229
|
}
|
14904
13230
|
}
|
14905
13231
|
alpacaAccountId
|
@@ -14926,12 +13252,6 @@ exports.Action = {
|
|
14926
13252
|
logo
|
14927
13253
|
createdAt
|
14928
13254
|
updatedAt
|
14929
|
-
assets {
|
14930
|
-
id
|
14931
|
-
}
|
14932
|
-
}
|
14933
|
-
asset {
|
14934
|
-
id
|
14935
13255
|
}
|
14936
13256
|
relevancyScore
|
14937
13257
|
sentimentScore
|
@@ -15027,9 +13347,6 @@ exports.Action = {
|
|
15027
13347
|
stripeCurrentPeriodEnd
|
15028
13348
|
createdAt
|
15029
13349
|
updatedAt
|
15030
|
-
users {
|
15031
|
-
id
|
15032
|
-
}
|
15033
13350
|
}
|
15034
13351
|
customerId
|
15035
13352
|
accounts {
|
@@ -15047,18 +13364,12 @@ exports.Action = {
|
|
15047
13364
|
session_state
|
15048
13365
|
createdAt
|
15049
13366
|
updatedAt
|
15050
|
-
user {
|
15051
|
-
id
|
15052
|
-
}
|
15053
13367
|
}
|
15054
13368
|
sessions {
|
15055
13369
|
id
|
15056
13370
|
sessionToken
|
15057
13371
|
userId
|
15058
13372
|
expires
|
15059
|
-
user {
|
15060
|
-
id
|
15061
|
-
}
|
15062
13373
|
createdAt
|
15063
13374
|
updatedAt
|
15064
13375
|
}
|
@@ -15068,23 +13379,14 @@ exports.Action = {
|
|
15068
13379
|
credentialID
|
15069
13380
|
publicKey
|
15070
13381
|
counter
|
15071
|
-
user {
|
15072
|
-
id
|
15073
|
-
}
|
15074
13382
|
createdAt
|
15075
13383
|
updatedAt
|
15076
13384
|
}
|
15077
13385
|
plan
|
15078
|
-
alpacaAccounts {
|
15079
|
-
id
|
15080
|
-
}
|
15081
13386
|
}
|
15082
13387
|
userId
|
15083
13388
|
createdAt
|
15084
13389
|
updatedAt
|
15085
|
-
trades {
|
15086
|
-
id
|
15087
|
-
}
|
15088
13390
|
orders {
|
15089
13391
|
id
|
15090
13392
|
clientOrderId
|
@@ -15105,9 +13407,6 @@ exports.Action = {
|
|
15105
13407
|
createdAt
|
15106
13408
|
updatedAt
|
15107
13409
|
orderId
|
15108
|
-
Order {
|
15109
|
-
id
|
15110
|
-
}
|
15111
13410
|
}
|
15112
13411
|
takeProfit {
|
15113
13412
|
id
|
@@ -15116,9 +13415,6 @@ exports.Action = {
|
|
15116
13415
|
createdAt
|
15117
13416
|
updatedAt
|
15118
13417
|
orderId
|
15119
|
-
Order {
|
15120
|
-
id
|
15121
|
-
}
|
15122
13418
|
}
|
15123
13419
|
trailPrice
|
15124
13420
|
trailPercent
|
@@ -15130,12 +13426,6 @@ exports.Action = {
|
|
15130
13426
|
filledAt
|
15131
13427
|
filledAvgPrice
|
15132
13428
|
actionId
|
15133
|
-
alpacaAccount {
|
15134
|
-
id
|
15135
|
-
}
|
15136
|
-
action {
|
15137
|
-
id
|
15138
|
-
}
|
15139
13429
|
asset {
|
15140
13430
|
id
|
15141
13431
|
symbol
|
@@ -15195,18 +13485,9 @@ exports.Action = {
|
|
15195
13485
|
buyPrice
|
15196
13486
|
createdAt
|
15197
13487
|
updatedAt
|
15198
|
-
trades {
|
15199
|
-
id
|
15200
|
-
}
|
15201
|
-
orders {
|
15202
|
-
id
|
15203
|
-
}
|
15204
13488
|
positions {
|
15205
13489
|
id
|
15206
13490
|
assetId
|
15207
|
-
asset {
|
15208
|
-
id
|
15209
|
-
}
|
15210
13491
|
averageEntryPrice
|
15211
13492
|
qty
|
15212
13493
|
qtyAvailable
|
@@ -15220,9 +13501,6 @@ exports.Action = {
|
|
15220
13501
|
lastTradePrice
|
15221
13502
|
changeToday
|
15222
13503
|
assetMarginable
|
15223
|
-
alpacaAccount {
|
15224
|
-
id
|
15225
|
-
}
|
15226
13504
|
alpacaAccountId
|
15227
13505
|
}
|
15228
13506
|
newsMentions {
|
@@ -15247,12 +13525,6 @@ exports.Action = {
|
|
15247
13525
|
logo
|
15248
13526
|
createdAt
|
15249
13527
|
updatedAt
|
15250
|
-
assets {
|
15251
|
-
id
|
15252
|
-
}
|
15253
|
-
}
|
15254
|
-
asset {
|
15255
|
-
id
|
15256
13528
|
}
|
15257
13529
|
relevancyScore
|
15258
13530
|
sentimentScore
|
@@ -15328,9 +13600,6 @@ exports.Action = {
|
|
15328
13600
|
buyPrice
|
15329
13601
|
createdAt
|
15330
13602
|
updatedAt
|
15331
|
-
trades {
|
15332
|
-
id
|
15333
|
-
}
|
15334
13603
|
orders {
|
15335
13604
|
id
|
15336
13605
|
clientOrderId
|
@@ -15351,9 +13620,6 @@ exports.Action = {
|
|
15351
13620
|
createdAt
|
15352
13621
|
updatedAt
|
15353
13622
|
orderId
|
15354
|
-
Order {
|
15355
|
-
id
|
15356
|
-
}
|
15357
13623
|
}
|
15358
13624
|
takeProfit {
|
15359
13625
|
id
|
@@ -15362,9 +13628,6 @@ exports.Action = {
|
|
15362
13628
|
createdAt
|
15363
13629
|
updatedAt
|
15364
13630
|
orderId
|
15365
|
-
Order {
|
15366
|
-
id
|
15367
|
-
}
|
15368
13631
|
}
|
15369
13632
|
trailPrice
|
15370
13633
|
trailPercent
|
@@ -15376,15 +13639,6 @@ exports.Action = {
|
|
15376
13639
|
filledAt
|
15377
13640
|
filledAvgPrice
|
15378
13641
|
actionId
|
15379
|
-
alpacaAccount {
|
15380
|
-
id
|
15381
|
-
}
|
15382
|
-
action {
|
15383
|
-
id
|
15384
|
-
}
|
15385
|
-
asset {
|
15386
|
-
id
|
15387
|
-
}
|
15388
13642
|
fee
|
15389
13643
|
strikePrice
|
15390
13644
|
expirationDate
|
@@ -15392,9 +13646,6 @@ exports.Action = {
|
|
15392
13646
|
stopLossId
|
15393
13647
|
takeProfitId
|
15394
13648
|
}
|
15395
|
-
positions {
|
15396
|
-
id
|
15397
|
-
}
|
15398
13649
|
newsMentions {
|
15399
13650
|
id
|
15400
13651
|
assetId
|
@@ -15417,12 +13668,6 @@ exports.Action = {
|
|
15417
13668
|
logo
|
15418
13669
|
createdAt
|
15419
13670
|
updatedAt
|
15420
|
-
assets {
|
15421
|
-
id
|
15422
|
-
}
|
15423
|
-
}
|
15424
|
-
asset {
|
15425
|
-
id
|
15426
13671
|
}
|
15427
13672
|
relevancyScore
|
15428
13673
|
sentimentScore
|
@@ -15442,9 +13687,6 @@ exports.Action = {
|
|
15442
13687
|
lastTradePrice
|
15443
13688
|
changeToday
|
15444
13689
|
assetMarginable
|
15445
|
-
alpacaAccount {
|
15446
|
-
id
|
15447
|
-
}
|
15448
13690
|
alpacaAccountId
|
15449
13691
|
}
|
15450
13692
|
alerts {
|
@@ -15455,9 +13697,6 @@ exports.Action = {
|
|
15455
13697
|
isRead
|
15456
13698
|
createdAt
|
15457
13699
|
updatedAt
|
15458
|
-
alpacaAccount {
|
15459
|
-
id
|
15460
|
-
}
|
15461
13700
|
}
|
15462
13701
|
}
|
15463
13702
|
asset {
|
@@ -15519,9 +13758,6 @@ exports.Action = {
|
|
15519
13758
|
buyPrice
|
15520
13759
|
createdAt
|
15521
13760
|
updatedAt
|
15522
|
-
trades {
|
15523
|
-
id
|
15524
|
-
}
|
15525
13761
|
orders {
|
15526
13762
|
id
|
15527
13763
|
clientOrderId
|
@@ -15542,9 +13778,6 @@ exports.Action = {
|
|
15542
13778
|
createdAt
|
15543
13779
|
updatedAt
|
15544
13780
|
orderId
|
15545
|
-
Order {
|
15546
|
-
id
|
15547
|
-
}
|
15548
13781
|
}
|
15549
13782
|
takeProfit {
|
15550
13783
|
id
|
@@ -15553,9 +13786,6 @@ exports.Action = {
|
|
15553
13786
|
createdAt
|
15554
13787
|
updatedAt
|
15555
13788
|
orderId
|
15556
|
-
Order {
|
15557
|
-
id
|
15558
|
-
}
|
15559
13789
|
}
|
15560
13790
|
trailPrice
|
15561
13791
|
trailPercent
|
@@ -15599,9 +13829,6 @@ exports.Action = {
|
|
15599
13829
|
stripeCurrentPeriodEnd
|
15600
13830
|
createdAt
|
15601
13831
|
updatedAt
|
15602
|
-
users {
|
15603
|
-
id
|
15604
|
-
}
|
15605
13832
|
}
|
15606
13833
|
customerId
|
15607
13834
|
accounts {
|
@@ -15619,18 +13846,12 @@ exports.Action = {
|
|
15619
13846
|
session_state
|
15620
13847
|
createdAt
|
15621
13848
|
updatedAt
|
15622
|
-
user {
|
15623
|
-
id
|
15624
|
-
}
|
15625
13849
|
}
|
15626
13850
|
sessions {
|
15627
13851
|
id
|
15628
13852
|
sessionToken
|
15629
13853
|
userId
|
15630
13854
|
expires
|
15631
|
-
user {
|
15632
|
-
id
|
15633
|
-
}
|
15634
13855
|
createdAt
|
15635
13856
|
updatedAt
|
15636
13857
|
}
|
@@ -15640,32 +13861,17 @@ exports.Action = {
|
|
15640
13861
|
credentialID
|
15641
13862
|
publicKey
|
15642
13863
|
counter
|
15643
|
-
user {
|
15644
|
-
id
|
15645
|
-
}
|
15646
13864
|
createdAt
|
15647
13865
|
updatedAt
|
15648
13866
|
}
|
15649
13867
|
plan
|
15650
|
-
alpacaAccounts {
|
15651
|
-
id
|
15652
|
-
}
|
15653
13868
|
}
|
15654
13869
|
userId
|
15655
13870
|
createdAt
|
15656
13871
|
updatedAt
|
15657
|
-
trades {
|
15658
|
-
id
|
15659
|
-
}
|
15660
|
-
orders {
|
15661
|
-
id
|
15662
|
-
}
|
15663
13872
|
positions {
|
15664
13873
|
id
|
15665
13874
|
assetId
|
15666
|
-
asset {
|
15667
|
-
id
|
15668
|
-
}
|
15669
13875
|
averageEntryPrice
|
15670
13876
|
qty
|
15671
13877
|
qtyAvailable
|
@@ -15679,9 +13885,6 @@ exports.Action = {
|
|
15679
13885
|
lastTradePrice
|
15680
13886
|
changeToday
|
15681
13887
|
assetMarginable
|
15682
|
-
alpacaAccount {
|
15683
|
-
id
|
15684
|
-
}
|
15685
13888
|
alpacaAccountId
|
15686
13889
|
}
|
15687
13890
|
alerts {
|
@@ -15692,17 +13895,8 @@ exports.Action = {
|
|
15692
13895
|
isRead
|
15693
13896
|
createdAt
|
15694
13897
|
updatedAt
|
15695
|
-
alpacaAccount {
|
15696
|
-
id
|
15697
|
-
}
|
15698
13898
|
}
|
15699
13899
|
}
|
15700
|
-
action {
|
15701
|
-
id
|
15702
|
-
}
|
15703
|
-
asset {
|
15704
|
-
id
|
15705
|
-
}
|
15706
13900
|
fee
|
15707
13901
|
strikePrice
|
15708
13902
|
expirationDate
|
@@ -15713,9 +13907,6 @@ exports.Action = {
|
|
15713
13907
|
positions {
|
15714
13908
|
id
|
15715
13909
|
assetId
|
15716
|
-
asset {
|
15717
|
-
id
|
15718
|
-
}
|
15719
13910
|
averageEntryPrice
|
15720
13911
|
qty
|
15721
13912
|
qtyAvailable
|
@@ -15761,9 +13952,6 @@ exports.Action = {
|
|
15761
13952
|
stripeCurrentPeriodEnd
|
15762
13953
|
createdAt
|
15763
13954
|
updatedAt
|
15764
|
-
users {
|
15765
|
-
id
|
15766
|
-
}
|
15767
13955
|
}
|
15768
13956
|
customerId
|
15769
13957
|
accounts {
|
@@ -15781,18 +13969,12 @@ exports.Action = {
|
|
15781
13969
|
session_state
|
15782
13970
|
createdAt
|
15783
13971
|
updatedAt
|
15784
|
-
user {
|
15785
|
-
id
|
15786
|
-
}
|
15787
13972
|
}
|
15788
13973
|
sessions {
|
15789
13974
|
id
|
15790
13975
|
sessionToken
|
15791
13976
|
userId
|
15792
13977
|
expires
|
15793
|
-
user {
|
15794
|
-
id
|
15795
|
-
}
|
15796
13978
|
createdAt
|
15797
13979
|
updatedAt
|
15798
13980
|
}
|
@@ -15802,23 +13984,14 @@ exports.Action = {
|
|
15802
13984
|
credentialID
|
15803
13985
|
publicKey
|
15804
13986
|
counter
|
15805
|
-
user {
|
15806
|
-
id
|
15807
|
-
}
|
15808
13987
|
createdAt
|
15809
13988
|
updatedAt
|
15810
13989
|
}
|
15811
13990
|
plan
|
15812
|
-
alpacaAccounts {
|
15813
|
-
id
|
15814
|
-
}
|
15815
13991
|
}
|
15816
13992
|
userId
|
15817
13993
|
createdAt
|
15818
13994
|
updatedAt
|
15819
|
-
trades {
|
15820
|
-
id
|
15821
|
-
}
|
15822
13995
|
orders {
|
15823
13996
|
id
|
15824
13997
|
clientOrderId
|
@@ -15839,9 +14012,6 @@ exports.Action = {
|
|
15839
14012
|
createdAt
|
15840
14013
|
updatedAt
|
15841
14014
|
orderId
|
15842
|
-
Order {
|
15843
|
-
id
|
15844
|
-
}
|
15845
14015
|
}
|
15846
14016
|
takeProfit {
|
15847
14017
|
id
|
@@ -15850,9 +14020,6 @@ exports.Action = {
|
|
15850
14020
|
createdAt
|
15851
14021
|
updatedAt
|
15852
14022
|
orderId
|
15853
|
-
Order {
|
15854
|
-
id
|
15855
|
-
}
|
15856
14023
|
}
|
15857
14024
|
trailPrice
|
15858
14025
|
trailPercent
|
@@ -15864,15 +14031,6 @@ exports.Action = {
|
|
15864
14031
|
filledAt
|
15865
14032
|
filledAvgPrice
|
15866
14033
|
actionId
|
15867
|
-
alpacaAccount {
|
15868
|
-
id
|
15869
|
-
}
|
15870
|
-
action {
|
15871
|
-
id
|
15872
|
-
}
|
15873
|
-
asset {
|
15874
|
-
id
|
15875
|
-
}
|
15876
14034
|
fee
|
15877
14035
|
strikePrice
|
15878
14036
|
expirationDate
|
@@ -15880,9 +14038,6 @@ exports.Action = {
|
|
15880
14038
|
stopLossId
|
15881
14039
|
takeProfitId
|
15882
14040
|
}
|
15883
|
-
positions {
|
15884
|
-
id
|
15885
|
-
}
|
15886
14041
|
alerts {
|
15887
14042
|
id
|
15888
14043
|
alpacaAccountId
|
@@ -15891,9 +14046,6 @@ exports.Action = {
|
|
15891
14046
|
isRead
|
15892
14047
|
createdAt
|
15893
14048
|
updatedAt
|
15894
|
-
alpacaAccount {
|
15895
|
-
id
|
15896
|
-
}
|
15897
14049
|
}
|
15898
14050
|
}
|
15899
14051
|
alpacaAccountId
|
@@ -15920,21 +14072,12 @@ exports.Action = {
|
|
15920
14072
|
logo
|
15921
14073
|
createdAt
|
15922
14074
|
updatedAt
|
15923
|
-
assets {
|
15924
|
-
id
|
15925
|
-
}
|
15926
|
-
}
|
15927
|
-
asset {
|
15928
|
-
id
|
15929
14075
|
}
|
15930
14076
|
relevancyScore
|
15931
14077
|
sentimentScore
|
15932
14078
|
sentimentLabel
|
15933
14079
|
}
|
15934
14080
|
}
|
15935
|
-
actions {
|
15936
|
-
id
|
15937
|
-
}
|
15938
14081
|
}
|
15939
14082
|
order {
|
15940
14083
|
id
|
@@ -15956,9 +14099,6 @@ exports.Action = {
|
|
15956
14099
|
createdAt
|
15957
14100
|
updatedAt
|
15958
14101
|
orderId
|
15959
|
-
Order {
|
15960
|
-
id
|
15961
|
-
}
|
15962
14102
|
}
|
15963
14103
|
takeProfit {
|
15964
14104
|
id
|
@@ -15967,9 +14107,6 @@ exports.Action = {
|
|
15967
14107
|
createdAt
|
15968
14108
|
updatedAt
|
15969
14109
|
orderId
|
15970
|
-
Order {
|
15971
|
-
id
|
15972
|
-
}
|
15973
14110
|
}
|
15974
14111
|
trailPrice
|
15975
14112
|
trailPercent
|
@@ -16013,9 +14150,6 @@ exports.Action = {
|
|
16013
14150
|
stripeCurrentPeriodEnd
|
16014
14151
|
createdAt
|
16015
14152
|
updatedAt
|
16016
|
-
users {
|
16017
|
-
id
|
16018
|
-
}
|
16019
14153
|
}
|
16020
14154
|
customerId
|
16021
14155
|
accounts {
|
@@ -16033,18 +14167,12 @@ exports.Action = {
|
|
16033
14167
|
session_state
|
16034
14168
|
createdAt
|
16035
14169
|
updatedAt
|
16036
|
-
user {
|
16037
|
-
id
|
16038
|
-
}
|
16039
14170
|
}
|
16040
14171
|
sessions {
|
16041
14172
|
id
|
16042
14173
|
sessionToken
|
16043
14174
|
userId
|
16044
14175
|
expires
|
16045
|
-
user {
|
16046
|
-
id
|
16047
|
-
}
|
16048
14176
|
createdAt
|
16049
14177
|
updatedAt
|
16050
14178
|
}
|
@@ -16054,16 +14182,10 @@ exports.Action = {
|
|
16054
14182
|
credentialID
|
16055
14183
|
publicKey
|
16056
14184
|
counter
|
16057
|
-
user {
|
16058
|
-
id
|
16059
|
-
}
|
16060
14185
|
createdAt
|
16061
14186
|
updatedAt
|
16062
14187
|
}
|
16063
14188
|
plan
|
16064
|
-
alpacaAccounts {
|
16065
|
-
id
|
16066
|
-
}
|
16067
14189
|
}
|
16068
14190
|
userId
|
16069
14191
|
createdAt
|
@@ -16083,9 +14205,6 @@ exports.Action = {
|
|
16083
14205
|
createdAt
|
16084
14206
|
updatedAt
|
16085
14207
|
status
|
16086
|
-
alpacaAccount {
|
16087
|
-
id
|
16088
|
-
}
|
16089
14208
|
asset {
|
16090
14209
|
id
|
16091
14210
|
symbol
|
@@ -16145,18 +14264,9 @@ exports.Action = {
|
|
16145
14264
|
buyPrice
|
16146
14265
|
createdAt
|
16147
14266
|
updatedAt
|
16148
|
-
trades {
|
16149
|
-
id
|
16150
|
-
}
|
16151
|
-
orders {
|
16152
|
-
id
|
16153
|
-
}
|
16154
14267
|
positions {
|
16155
14268
|
id
|
16156
14269
|
assetId
|
16157
|
-
asset {
|
16158
|
-
id
|
16159
|
-
}
|
16160
14270
|
averageEntryPrice
|
16161
14271
|
qty
|
16162
14272
|
qtyAvailable
|
@@ -16170,9 +14280,6 @@ exports.Action = {
|
|
16170
14280
|
lastTradePrice
|
16171
14281
|
changeToday
|
16172
14282
|
assetMarginable
|
16173
|
-
alpacaAccount {
|
16174
|
-
id
|
16175
|
-
}
|
16176
14283
|
alpacaAccountId
|
16177
14284
|
}
|
16178
14285
|
newsMentions {
|
@@ -16197,24 +14304,12 @@ exports.Action = {
|
|
16197
14304
|
logo
|
16198
14305
|
createdAt
|
16199
14306
|
updatedAt
|
16200
|
-
assets {
|
16201
|
-
id
|
16202
|
-
}
|
16203
|
-
}
|
16204
|
-
asset {
|
16205
|
-
id
|
16206
14307
|
}
|
16207
14308
|
relevancyScore
|
16208
14309
|
sentimentScore
|
16209
14310
|
sentimentLabel
|
16210
14311
|
}
|
16211
14312
|
}
|
16212
|
-
actions {
|
16213
|
-
id
|
16214
|
-
}
|
16215
|
-
}
|
16216
|
-
orders {
|
16217
|
-
id
|
16218
14313
|
}
|
16219
14314
|
positions {
|
16220
14315
|
id
|
@@ -16293,21 +14388,6 @@ exports.Action = {
|
|
16293
14388
|
createdAt
|
16294
14389
|
updatedAt
|
16295
14390
|
status
|
16296
|
-
alpacaAccount {
|
16297
|
-
id
|
16298
|
-
}
|
16299
|
-
asset {
|
16300
|
-
id
|
16301
|
-
}
|
16302
|
-
actions {
|
16303
|
-
id
|
16304
|
-
}
|
16305
|
-
}
|
16306
|
-
orders {
|
16307
|
-
id
|
16308
|
-
}
|
16309
|
-
positions {
|
16310
|
-
id
|
16311
14391
|
}
|
16312
14392
|
newsMentions {
|
16313
14393
|
id
|
@@ -16331,12 +14411,6 @@ exports.Action = {
|
|
16331
14411
|
logo
|
16332
14412
|
createdAt
|
16333
14413
|
updatedAt
|
16334
|
-
assets {
|
16335
|
-
id
|
16336
|
-
}
|
16337
|
-
}
|
16338
|
-
asset {
|
16339
|
-
id
|
16340
14414
|
}
|
16341
14415
|
relevancyScore
|
16342
14416
|
sentimentScore
|
@@ -16356,9 +14430,6 @@ exports.Action = {
|
|
16356
14430
|
lastTradePrice
|
16357
14431
|
changeToday
|
16358
14432
|
assetMarginable
|
16359
|
-
alpacaAccount {
|
16360
|
-
id
|
16361
|
-
}
|
16362
14433
|
alpacaAccountId
|
16363
14434
|
}
|
16364
14435
|
alerts {
|
@@ -16369,14 +14440,8 @@ exports.Action = {
|
|
16369
14440
|
isRead
|
16370
14441
|
createdAt
|
16371
14442
|
updatedAt
|
16372
|
-
alpacaAccount {
|
16373
|
-
id
|
16374
|
-
}
|
16375
14443
|
}
|
16376
14444
|
}
|
16377
|
-
action {
|
16378
|
-
id
|
16379
|
-
}
|
16380
14445
|
asset {
|
16381
14446
|
id
|
16382
14447
|
symbol
|
@@ -16483,9 +14548,6 @@ exports.Action = {
|
|
16483
14548
|
stripeCurrentPeriodEnd
|
16484
14549
|
createdAt
|
16485
14550
|
updatedAt
|
16486
|
-
users {
|
16487
|
-
id
|
16488
|
-
}
|
16489
14551
|
}
|
16490
14552
|
customerId
|
16491
14553
|
accounts {
|
@@ -16503,18 +14565,12 @@ exports.Action = {
|
|
16503
14565
|
session_state
|
16504
14566
|
createdAt
|
16505
14567
|
updatedAt
|
16506
|
-
user {
|
16507
|
-
id
|
16508
|
-
}
|
16509
14568
|
}
|
16510
14569
|
sessions {
|
16511
14570
|
id
|
16512
14571
|
sessionToken
|
16513
14572
|
userId
|
16514
14573
|
expires
|
16515
|
-
user {
|
16516
|
-
id
|
16517
|
-
}
|
16518
14574
|
createdAt
|
16519
14575
|
updatedAt
|
16520
14576
|
}
|
@@ -16524,32 +14580,17 @@ exports.Action = {
|
|
16524
14580
|
credentialID
|
16525
14581
|
publicKey
|
16526
14582
|
counter
|
16527
|
-
user {
|
16528
|
-
id
|
16529
|
-
}
|
16530
14583
|
createdAt
|
16531
14584
|
updatedAt
|
16532
14585
|
}
|
16533
14586
|
plan
|
16534
|
-
alpacaAccounts {
|
16535
|
-
id
|
16536
|
-
}
|
16537
14587
|
}
|
16538
14588
|
userId
|
16539
14589
|
createdAt
|
16540
14590
|
updatedAt
|
16541
|
-
trades {
|
16542
|
-
id
|
16543
|
-
}
|
16544
|
-
orders {
|
16545
|
-
id
|
16546
|
-
}
|
16547
14591
|
positions {
|
16548
14592
|
id
|
16549
14593
|
assetId
|
16550
|
-
asset {
|
16551
|
-
id
|
16552
|
-
}
|
16553
14594
|
averageEntryPrice
|
16554
14595
|
qty
|
16555
14596
|
qtyAvailable
|
@@ -16563,9 +14604,6 @@ exports.Action = {
|
|
16563
14604
|
lastTradePrice
|
16564
14605
|
changeToday
|
16565
14606
|
assetMarginable
|
16566
|
-
alpacaAccount {
|
16567
|
-
id
|
16568
|
-
}
|
16569
14607
|
alpacaAccountId
|
16570
14608
|
}
|
16571
14609
|
alerts {
|
@@ -16576,27 +14614,12 @@ exports.Action = {
|
|
16576
14614
|
isRead
|
16577
14615
|
createdAt
|
16578
14616
|
updatedAt
|
16579
|
-
alpacaAccount {
|
16580
|
-
id
|
16581
|
-
}
|
16582
14617
|
}
|
16583
14618
|
}
|
16584
|
-
asset {
|
16585
|
-
id
|
16586
|
-
}
|
16587
|
-
actions {
|
16588
|
-
id
|
16589
|
-
}
|
16590
|
-
}
|
16591
|
-
orders {
|
16592
|
-
id
|
16593
14619
|
}
|
16594
14620
|
positions {
|
16595
14621
|
id
|
16596
14622
|
assetId
|
16597
|
-
asset {
|
16598
|
-
id
|
16599
|
-
}
|
16600
14623
|
averageEntryPrice
|
16601
14624
|
qty
|
16602
14625
|
qtyAvailable
|
@@ -16642,9 +14665,6 @@ exports.Action = {
|
|
16642
14665
|
stripeCurrentPeriodEnd
|
16643
14666
|
createdAt
|
16644
14667
|
updatedAt
|
16645
|
-
users {
|
16646
|
-
id
|
16647
|
-
}
|
16648
14668
|
}
|
16649
14669
|
customerId
|
16650
14670
|
accounts {
|
@@ -16662,18 +14682,12 @@ exports.Action = {
|
|
16662
14682
|
session_state
|
16663
14683
|
createdAt
|
16664
14684
|
updatedAt
|
16665
|
-
user {
|
16666
|
-
id
|
16667
|
-
}
|
16668
14685
|
}
|
16669
14686
|
sessions {
|
16670
14687
|
id
|
16671
14688
|
sessionToken
|
16672
14689
|
userId
|
16673
14690
|
expires
|
16674
|
-
user {
|
16675
|
-
id
|
16676
|
-
}
|
16677
14691
|
createdAt
|
16678
14692
|
updatedAt
|
16679
14693
|
}
|
@@ -16683,16 +14697,10 @@ exports.Action = {
|
|
16683
14697
|
credentialID
|
16684
14698
|
publicKey
|
16685
14699
|
counter
|
16686
|
-
user {
|
16687
|
-
id
|
16688
|
-
}
|
16689
14700
|
createdAt
|
16690
14701
|
updatedAt
|
16691
14702
|
}
|
16692
14703
|
plan
|
16693
|
-
alpacaAccounts {
|
16694
|
-
id
|
16695
|
-
}
|
16696
14704
|
}
|
16697
14705
|
userId
|
16698
14706
|
createdAt
|
@@ -16712,21 +14720,6 @@ exports.Action = {
|
|
16712
14720
|
createdAt
|
16713
14721
|
updatedAt
|
16714
14722
|
status
|
16715
|
-
alpacaAccount {
|
16716
|
-
id
|
16717
|
-
}
|
16718
|
-
asset {
|
16719
|
-
id
|
16720
|
-
}
|
16721
|
-
actions {
|
16722
|
-
id
|
16723
|
-
}
|
16724
|
-
}
|
16725
|
-
orders {
|
16726
|
-
id
|
16727
|
-
}
|
16728
|
-
positions {
|
16729
|
-
id
|
16730
14723
|
}
|
16731
14724
|
alerts {
|
16732
14725
|
id
|
@@ -16736,9 +14729,6 @@ exports.Action = {
|
|
16736
14729
|
isRead
|
16737
14730
|
createdAt
|
16738
14731
|
updatedAt
|
16739
|
-
alpacaAccount {
|
16740
|
-
id
|
16741
|
-
}
|
16742
14732
|
}
|
16743
14733
|
}
|
16744
14734
|
alpacaAccountId
|
@@ -16765,12 +14755,6 @@ exports.Action = {
|
|
16765
14755
|
logo
|
16766
14756
|
createdAt
|
16767
14757
|
updatedAt
|
16768
|
-
assets {
|
16769
|
-
id
|
16770
|
-
}
|
16771
|
-
}
|
16772
|
-
asset {
|
16773
|
-
id
|
16774
14758
|
}
|
16775
14759
|
relevancyScore
|
16776
14760
|
sentimentScore
|