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/Customer.cjs
CHANGED
@@ -40,9 +40,6 @@ exports.Customer = {
|
|
40
40
|
bio
|
41
41
|
jobTitle
|
42
42
|
currentAccount
|
43
|
-
customer {
|
44
|
-
id
|
45
|
-
}
|
46
43
|
customerId
|
47
44
|
accounts {
|
48
45
|
id
|
@@ -59,18 +56,12 @@ exports.Customer = {
|
|
59
56
|
session_state
|
60
57
|
createdAt
|
61
58
|
updatedAt
|
62
|
-
user {
|
63
|
-
id
|
64
|
-
}
|
65
59
|
}
|
66
60
|
sessions {
|
67
61
|
id
|
68
62
|
sessionToken
|
69
63
|
userId
|
70
64
|
expires
|
71
|
-
user {
|
72
|
-
id
|
73
|
-
}
|
74
65
|
createdAt
|
75
66
|
updatedAt
|
76
67
|
}
|
@@ -80,9 +71,6 @@ exports.Customer = {
|
|
80
71
|
credentialID
|
81
72
|
publicKey
|
82
73
|
counter
|
83
|
-
user {
|
84
|
-
id
|
85
|
-
}
|
86
74
|
createdAt
|
87
75
|
updatedAt
|
88
76
|
}
|
@@ -96,9 +84,6 @@ exports.Customer = {
|
|
96
84
|
marketOpen
|
97
85
|
minOrderSize
|
98
86
|
maxOrderSize
|
99
|
-
user {
|
100
|
-
id
|
101
|
-
}
|
102
87
|
userId
|
103
88
|
createdAt
|
104
89
|
updatedAt
|
@@ -117,9 +102,6 @@ exports.Customer = {
|
|
117
102
|
createdAt
|
118
103
|
updatedAt
|
119
104
|
status
|
120
|
-
alpacaAccount {
|
121
|
-
id
|
122
|
-
}
|
123
105
|
asset {
|
124
106
|
id
|
125
107
|
symbol
|
@@ -179,9 +161,6 @@ exports.Customer = {
|
|
179
161
|
buyPrice
|
180
162
|
createdAt
|
181
163
|
updatedAt
|
182
|
-
trades {
|
183
|
-
id
|
184
|
-
}
|
185
164
|
orders {
|
186
165
|
id
|
187
166
|
clientOrderId
|
@@ -202,9 +181,6 @@ exports.Customer = {
|
|
202
181
|
createdAt
|
203
182
|
updatedAt
|
204
183
|
orderId
|
205
|
-
Order {
|
206
|
-
id
|
207
|
-
}
|
208
184
|
}
|
209
185
|
takeProfit {
|
210
186
|
id
|
@@ -213,9 +189,6 @@ exports.Customer = {
|
|
213
189
|
createdAt
|
214
190
|
updatedAt
|
215
191
|
orderId
|
216
|
-
Order {
|
217
|
-
id
|
218
|
-
}
|
219
192
|
}
|
220
193
|
trailPrice
|
221
194
|
trailPercent
|
@@ -227,9 +200,6 @@ exports.Customer = {
|
|
227
200
|
filledAt
|
228
201
|
filledAvgPrice
|
229
202
|
actionId
|
230
|
-
alpacaAccount {
|
231
|
-
id
|
232
|
-
}
|
233
203
|
action {
|
234
204
|
id
|
235
205
|
sequence
|
@@ -238,15 +208,6 @@ exports.Customer = {
|
|
238
208
|
note
|
239
209
|
status
|
240
210
|
fee
|
241
|
-
trade {
|
242
|
-
id
|
243
|
-
}
|
244
|
-
order {
|
245
|
-
id
|
246
|
-
}
|
247
|
-
}
|
248
|
-
asset {
|
249
|
-
id
|
250
211
|
}
|
251
212
|
fee
|
252
213
|
strikePrice
|
@@ -258,9 +219,6 @@ exports.Customer = {
|
|
258
219
|
positions {
|
259
220
|
id
|
260
221
|
assetId
|
261
|
-
asset {
|
262
|
-
id
|
263
|
-
}
|
264
222
|
averageEntryPrice
|
265
223
|
qty
|
266
224
|
qtyAvailable
|
@@ -274,9 +232,6 @@ exports.Customer = {
|
|
274
232
|
lastTradePrice
|
275
233
|
changeToday
|
276
234
|
assetMarginable
|
277
|
-
alpacaAccount {
|
278
|
-
id
|
279
|
-
}
|
280
235
|
alpacaAccountId
|
281
236
|
}
|
282
237
|
newsMentions {
|
@@ -301,12 +256,6 @@ exports.Customer = {
|
|
301
256
|
logo
|
302
257
|
createdAt
|
303
258
|
updatedAt
|
304
|
-
assets {
|
305
|
-
id
|
306
|
-
}
|
307
|
-
}
|
308
|
-
asset {
|
309
|
-
id
|
310
259
|
}
|
311
260
|
relevancyScore
|
312
261
|
sentimentScore
|
@@ -321,9 +270,6 @@ exports.Customer = {
|
|
321
270
|
note
|
322
271
|
status
|
323
272
|
fee
|
324
|
-
trade {
|
325
|
-
id
|
326
|
-
}
|
327
273
|
order {
|
328
274
|
id
|
329
275
|
clientOrderId
|
@@ -344,9 +290,6 @@ exports.Customer = {
|
|
344
290
|
createdAt
|
345
291
|
updatedAt
|
346
292
|
orderId
|
347
|
-
Order {
|
348
|
-
id
|
349
|
-
}
|
350
293
|
}
|
351
294
|
takeProfit {
|
352
295
|
id
|
@@ -355,9 +298,6 @@ exports.Customer = {
|
|
355
298
|
createdAt
|
356
299
|
updatedAt
|
357
300
|
orderId
|
358
|
-
Order {
|
359
|
-
id
|
360
|
-
}
|
361
301
|
}
|
362
302
|
trailPrice
|
363
303
|
trailPercent
|
@@ -369,12 +309,6 @@ exports.Customer = {
|
|
369
309
|
filledAt
|
370
310
|
filledAvgPrice
|
371
311
|
actionId
|
372
|
-
alpacaAccount {
|
373
|
-
id
|
374
|
-
}
|
375
|
-
action {
|
376
|
-
id
|
377
|
-
}
|
378
312
|
asset {
|
379
313
|
id
|
380
314
|
symbol
|
@@ -434,18 +368,9 @@ exports.Customer = {
|
|
434
368
|
buyPrice
|
435
369
|
createdAt
|
436
370
|
updatedAt
|
437
|
-
trades {
|
438
|
-
id
|
439
|
-
}
|
440
|
-
orders {
|
441
|
-
id
|
442
|
-
}
|
443
371
|
positions {
|
444
372
|
id
|
445
373
|
assetId
|
446
|
-
asset {
|
447
|
-
id
|
448
|
-
}
|
449
374
|
averageEntryPrice
|
450
375
|
qty
|
451
376
|
qtyAvailable
|
@@ -459,9 +384,6 @@ exports.Customer = {
|
|
459
384
|
lastTradePrice
|
460
385
|
changeToday
|
461
386
|
assetMarginable
|
462
|
-
alpacaAccount {
|
463
|
-
id
|
464
|
-
}
|
465
387
|
alpacaAccountId
|
466
388
|
}
|
467
389
|
newsMentions {
|
@@ -486,12 +408,6 @@ exports.Customer = {
|
|
486
408
|
logo
|
487
409
|
createdAt
|
488
410
|
updatedAt
|
489
|
-
assets {
|
490
|
-
id
|
491
|
-
}
|
492
|
-
}
|
493
|
-
asset {
|
494
|
-
id
|
495
411
|
}
|
496
412
|
relevancyScore
|
497
413
|
sentimentScore
|
@@ -527,9 +443,6 @@ exports.Customer = {
|
|
527
443
|
createdAt
|
528
444
|
updatedAt
|
529
445
|
orderId
|
530
|
-
Order {
|
531
|
-
id
|
532
|
-
}
|
533
446
|
}
|
534
447
|
takeProfit {
|
535
448
|
id
|
@@ -538,9 +451,6 @@ exports.Customer = {
|
|
538
451
|
createdAt
|
539
452
|
updatedAt
|
540
453
|
orderId
|
541
|
-
Order {
|
542
|
-
id
|
543
|
-
}
|
544
454
|
}
|
545
455
|
trailPrice
|
546
456
|
trailPercent
|
@@ -552,9 +462,6 @@ exports.Customer = {
|
|
552
462
|
filledAt
|
553
463
|
filledAvgPrice
|
554
464
|
actionId
|
555
|
-
alpacaAccount {
|
556
|
-
id
|
557
|
-
}
|
558
465
|
action {
|
559
466
|
id
|
560
467
|
sequence
|
@@ -578,9 +485,6 @@ exports.Customer = {
|
|
578
485
|
createdAt
|
579
486
|
updatedAt
|
580
487
|
status
|
581
|
-
alpacaAccount {
|
582
|
-
id
|
583
|
-
}
|
584
488
|
asset {
|
585
489
|
id
|
586
490
|
symbol
|
@@ -640,18 +544,9 @@ exports.Customer = {
|
|
640
544
|
buyPrice
|
641
545
|
createdAt
|
642
546
|
updatedAt
|
643
|
-
trades {
|
644
|
-
id
|
645
|
-
}
|
646
|
-
orders {
|
647
|
-
id
|
648
|
-
}
|
649
547
|
positions {
|
650
548
|
id
|
651
549
|
assetId
|
652
|
-
asset {
|
653
|
-
id
|
654
|
-
}
|
655
550
|
averageEntryPrice
|
656
551
|
qty
|
657
552
|
qtyAvailable
|
@@ -665,9 +560,6 @@ exports.Customer = {
|
|
665
560
|
lastTradePrice
|
666
561
|
changeToday
|
667
562
|
assetMarginable
|
668
|
-
alpacaAccount {
|
669
|
-
id
|
670
|
-
}
|
671
563
|
alpacaAccountId
|
672
564
|
}
|
673
565
|
newsMentions {
|
@@ -692,24 +584,12 @@ exports.Customer = {
|
|
692
584
|
logo
|
693
585
|
createdAt
|
694
586
|
updatedAt
|
695
|
-
assets {
|
696
|
-
id
|
697
|
-
}
|
698
|
-
}
|
699
|
-
asset {
|
700
|
-
id
|
701
587
|
}
|
702
588
|
relevancyScore
|
703
589
|
sentimentScore
|
704
590
|
sentimentLabel
|
705
591
|
}
|
706
592
|
}
|
707
|
-
actions {
|
708
|
-
id
|
709
|
-
}
|
710
|
-
}
|
711
|
-
order {
|
712
|
-
id
|
713
593
|
}
|
714
594
|
}
|
715
595
|
asset {
|
@@ -786,12 +666,6 @@ exports.Customer = {
|
|
786
666
|
createdAt
|
787
667
|
updatedAt
|
788
668
|
status
|
789
|
-
alpacaAccount {
|
790
|
-
id
|
791
|
-
}
|
792
|
-
asset {
|
793
|
-
id
|
794
|
-
}
|
795
669
|
actions {
|
796
670
|
id
|
797
671
|
sequence
|
@@ -800,23 +674,11 @@ exports.Customer = {
|
|
800
674
|
note
|
801
675
|
status
|
802
676
|
fee
|
803
|
-
trade {
|
804
|
-
id
|
805
|
-
}
|
806
|
-
order {
|
807
|
-
id
|
808
|
-
}
|
809
677
|
}
|
810
678
|
}
|
811
|
-
orders {
|
812
|
-
id
|
813
|
-
}
|
814
679
|
positions {
|
815
680
|
id
|
816
681
|
assetId
|
817
|
-
asset {
|
818
|
-
id
|
819
|
-
}
|
820
682
|
averageEntryPrice
|
821
683
|
qty
|
822
684
|
qtyAvailable
|
@@ -830,9 +692,6 @@ exports.Customer = {
|
|
830
692
|
lastTradePrice
|
831
693
|
changeToday
|
832
694
|
assetMarginable
|
833
|
-
alpacaAccount {
|
834
|
-
id
|
835
|
-
}
|
836
695
|
alpacaAccountId
|
837
696
|
}
|
838
697
|
newsMentions {
|
@@ -857,12 +716,6 @@ exports.Customer = {
|
|
857
716
|
logo
|
858
717
|
createdAt
|
859
718
|
updatedAt
|
860
|
-
assets {
|
861
|
-
id
|
862
|
-
}
|
863
|
-
}
|
864
|
-
asset {
|
865
|
-
id
|
866
719
|
}
|
867
720
|
relevancyScore
|
868
721
|
sentimentScore
|
@@ -953,12 +806,6 @@ exports.Customer = {
|
|
953
806
|
createdAt
|
954
807
|
updatedAt
|
955
808
|
status
|
956
|
-
alpacaAccount {
|
957
|
-
id
|
958
|
-
}
|
959
|
-
asset {
|
960
|
-
id
|
961
|
-
}
|
962
809
|
actions {
|
963
810
|
id
|
964
811
|
sequence
|
@@ -967,9 +814,6 @@ exports.Customer = {
|
|
967
814
|
note
|
968
815
|
status
|
969
816
|
fee
|
970
|
-
trade {
|
971
|
-
id
|
972
|
-
}
|
973
817
|
order {
|
974
818
|
id
|
975
819
|
clientOrderId
|
@@ -990,9 +834,6 @@ exports.Customer = {
|
|
990
834
|
createdAt
|
991
835
|
updatedAt
|
992
836
|
orderId
|
993
|
-
Order {
|
994
|
-
id
|
995
|
-
}
|
996
837
|
}
|
997
838
|
takeProfit {
|
998
839
|
id
|
@@ -1001,9 +842,6 @@ exports.Customer = {
|
|
1001
842
|
createdAt
|
1002
843
|
updatedAt
|
1003
844
|
orderId
|
1004
|
-
Order {
|
1005
|
-
id
|
1006
|
-
}
|
1007
845
|
}
|
1008
846
|
trailPrice
|
1009
847
|
trailPercent
|
@@ -1015,15 +853,6 @@ exports.Customer = {
|
|
1015
853
|
filledAt
|
1016
854
|
filledAvgPrice
|
1017
855
|
actionId
|
1018
|
-
alpacaAccount {
|
1019
|
-
id
|
1020
|
-
}
|
1021
|
-
action {
|
1022
|
-
id
|
1023
|
-
}
|
1024
|
-
asset {
|
1025
|
-
id
|
1026
|
-
}
|
1027
856
|
fee
|
1028
857
|
strikePrice
|
1029
858
|
expirationDate
|
@@ -1053,9 +882,6 @@ exports.Customer = {
|
|
1053
882
|
createdAt
|
1054
883
|
updatedAt
|
1055
884
|
orderId
|
1056
|
-
Order {
|
1057
|
-
id
|
1058
|
-
}
|
1059
885
|
}
|
1060
886
|
takeProfit {
|
1061
887
|
id
|
@@ -1064,9 +890,6 @@ exports.Customer = {
|
|
1064
890
|
createdAt
|
1065
891
|
updatedAt
|
1066
892
|
orderId
|
1067
|
-
Order {
|
1068
|
-
id
|
1069
|
-
}
|
1070
893
|
}
|
1071
894
|
trailPrice
|
1072
895
|
trailPercent
|
@@ -1078,9 +901,6 @@ exports.Customer = {
|
|
1078
901
|
filledAt
|
1079
902
|
filledAvgPrice
|
1080
903
|
actionId
|
1081
|
-
alpacaAccount {
|
1082
|
-
id
|
1083
|
-
}
|
1084
904
|
action {
|
1085
905
|
id
|
1086
906
|
sequence
|
@@ -1104,22 +924,7 @@ exports.Customer = {
|
|
1104
924
|
createdAt
|
1105
925
|
updatedAt
|
1106
926
|
status
|
1107
|
-
alpacaAccount {
|
1108
|
-
id
|
1109
|
-
}
|
1110
|
-
asset {
|
1111
|
-
id
|
1112
|
-
}
|
1113
|
-
actions {
|
1114
|
-
id
|
1115
|
-
}
|
1116
927
|
}
|
1117
|
-
order {
|
1118
|
-
id
|
1119
|
-
}
|
1120
|
-
}
|
1121
|
-
asset {
|
1122
|
-
id
|
1123
928
|
}
|
1124
929
|
fee
|
1125
930
|
strikePrice
|
@@ -1128,9 +933,6 @@ exports.Customer = {
|
|
1128
933
|
stopLossId
|
1129
934
|
takeProfitId
|
1130
935
|
}
|
1131
|
-
positions {
|
1132
|
-
id
|
1133
|
-
}
|
1134
936
|
newsMentions {
|
1135
937
|
id
|
1136
938
|
assetId
|
@@ -1153,12 +955,6 @@ exports.Customer = {
|
|
1153
955
|
logo
|
1154
956
|
createdAt
|
1155
957
|
updatedAt
|
1156
|
-
assets {
|
1157
|
-
id
|
1158
|
-
}
|
1159
|
-
}
|
1160
|
-
asset {
|
1161
|
-
id
|
1162
958
|
}
|
1163
959
|
relevancyScore
|
1164
960
|
sentimentScore
|
@@ -1178,9 +974,6 @@ exports.Customer = {
|
|
1178
974
|
lastTradePrice
|
1179
975
|
changeToday
|
1180
976
|
assetMarginable
|
1181
|
-
alpacaAccount {
|
1182
|
-
id
|
1183
|
-
}
|
1184
977
|
alpacaAccountId
|
1185
978
|
}
|
1186
979
|
alerts {
|
@@ -1191,9 +984,6 @@ exports.Customer = {
|
|
1191
984
|
isRead
|
1192
985
|
createdAt
|
1193
986
|
updatedAt
|
1194
|
-
alpacaAccount {
|
1195
|
-
id
|
1196
|
-
}
|
1197
987
|
}
|
1198
988
|
}
|
1199
989
|
}
|
@@ -1509,9 +1299,6 @@ exports.Customer = {
|
|
1509
1299
|
bio
|
1510
1300
|
jobTitle
|
1511
1301
|
currentAccount
|
1512
|
-
customer {
|
1513
|
-
id
|
1514
|
-
}
|
1515
1302
|
customerId
|
1516
1303
|
accounts {
|
1517
1304
|
id
|
@@ -1528,18 +1315,12 @@ exports.Customer = {
|
|
1528
1315
|
session_state
|
1529
1316
|
createdAt
|
1530
1317
|
updatedAt
|
1531
|
-
user {
|
1532
|
-
id
|
1533
|
-
}
|
1534
1318
|
}
|
1535
1319
|
sessions {
|
1536
1320
|
id
|
1537
1321
|
sessionToken
|
1538
1322
|
userId
|
1539
1323
|
expires
|
1540
|
-
user {
|
1541
|
-
id
|
1542
|
-
}
|
1543
1324
|
createdAt
|
1544
1325
|
updatedAt
|
1545
1326
|
}
|
@@ -1549,9 +1330,6 @@ exports.Customer = {
|
|
1549
1330
|
credentialID
|
1550
1331
|
publicKey
|
1551
1332
|
counter
|
1552
|
-
user {
|
1553
|
-
id
|
1554
|
-
}
|
1555
1333
|
createdAt
|
1556
1334
|
updatedAt
|
1557
1335
|
}
|
@@ -1565,9 +1343,6 @@ exports.Customer = {
|
|
1565
1343
|
marketOpen
|
1566
1344
|
minOrderSize
|
1567
1345
|
maxOrderSize
|
1568
|
-
user {
|
1569
|
-
id
|
1570
|
-
}
|
1571
1346
|
userId
|
1572
1347
|
createdAt
|
1573
1348
|
updatedAt
|
@@ -1586,9 +1361,6 @@ exports.Customer = {
|
|
1586
1361
|
createdAt
|
1587
1362
|
updatedAt
|
1588
1363
|
status
|
1589
|
-
alpacaAccount {
|
1590
|
-
id
|
1591
|
-
}
|
1592
1364
|
asset {
|
1593
1365
|
id
|
1594
1366
|
symbol
|
@@ -1648,9 +1420,6 @@ exports.Customer = {
|
|
1648
1420
|
buyPrice
|
1649
1421
|
createdAt
|
1650
1422
|
updatedAt
|
1651
|
-
trades {
|
1652
|
-
id
|
1653
|
-
}
|
1654
1423
|
orders {
|
1655
1424
|
id
|
1656
1425
|
clientOrderId
|
@@ -1671,9 +1440,6 @@ exports.Customer = {
|
|
1671
1440
|
createdAt
|
1672
1441
|
updatedAt
|
1673
1442
|
orderId
|
1674
|
-
Order {
|
1675
|
-
id
|
1676
|
-
}
|
1677
1443
|
}
|
1678
1444
|
takeProfit {
|
1679
1445
|
id
|
@@ -1682,9 +1448,6 @@ exports.Customer = {
|
|
1682
1448
|
createdAt
|
1683
1449
|
updatedAt
|
1684
1450
|
orderId
|
1685
|
-
Order {
|
1686
|
-
id
|
1687
|
-
}
|
1688
1451
|
}
|
1689
1452
|
trailPrice
|
1690
1453
|
trailPercent
|
@@ -1696,9 +1459,6 @@ exports.Customer = {
|
|
1696
1459
|
filledAt
|
1697
1460
|
filledAvgPrice
|
1698
1461
|
actionId
|
1699
|
-
alpacaAccount {
|
1700
|
-
id
|
1701
|
-
}
|
1702
1462
|
action {
|
1703
1463
|
id
|
1704
1464
|
sequence
|
@@ -1707,15 +1467,6 @@ exports.Customer = {
|
|
1707
1467
|
note
|
1708
1468
|
status
|
1709
1469
|
fee
|
1710
|
-
trade {
|
1711
|
-
id
|
1712
|
-
}
|
1713
|
-
order {
|
1714
|
-
id
|
1715
|
-
}
|
1716
|
-
}
|
1717
|
-
asset {
|
1718
|
-
id
|
1719
1470
|
}
|
1720
1471
|
fee
|
1721
1472
|
strikePrice
|
@@ -1727,9 +1478,6 @@ exports.Customer = {
|
|
1727
1478
|
positions {
|
1728
1479
|
id
|
1729
1480
|
assetId
|
1730
|
-
asset {
|
1731
|
-
id
|
1732
|
-
}
|
1733
1481
|
averageEntryPrice
|
1734
1482
|
qty
|
1735
1483
|
qtyAvailable
|
@@ -1743,9 +1491,6 @@ exports.Customer = {
|
|
1743
1491
|
lastTradePrice
|
1744
1492
|
changeToday
|
1745
1493
|
assetMarginable
|
1746
|
-
alpacaAccount {
|
1747
|
-
id
|
1748
|
-
}
|
1749
1494
|
alpacaAccountId
|
1750
1495
|
}
|
1751
1496
|
newsMentions {
|
@@ -1770,12 +1515,6 @@ exports.Customer = {
|
|
1770
1515
|
logo
|
1771
1516
|
createdAt
|
1772
1517
|
updatedAt
|
1773
|
-
assets {
|
1774
|
-
id
|
1775
|
-
}
|
1776
|
-
}
|
1777
|
-
asset {
|
1778
|
-
id
|
1779
1518
|
}
|
1780
1519
|
relevancyScore
|
1781
1520
|
sentimentScore
|
@@ -1790,9 +1529,6 @@ exports.Customer = {
|
|
1790
1529
|
note
|
1791
1530
|
status
|
1792
1531
|
fee
|
1793
|
-
trade {
|
1794
|
-
id
|
1795
|
-
}
|
1796
1532
|
order {
|
1797
1533
|
id
|
1798
1534
|
clientOrderId
|
@@ -1813,9 +1549,6 @@ exports.Customer = {
|
|
1813
1549
|
createdAt
|
1814
1550
|
updatedAt
|
1815
1551
|
orderId
|
1816
|
-
Order {
|
1817
|
-
id
|
1818
|
-
}
|
1819
1552
|
}
|
1820
1553
|
takeProfit {
|
1821
1554
|
id
|
@@ -1824,9 +1557,6 @@ exports.Customer = {
|
|
1824
1557
|
createdAt
|
1825
1558
|
updatedAt
|
1826
1559
|
orderId
|
1827
|
-
Order {
|
1828
|
-
id
|
1829
|
-
}
|
1830
1560
|
}
|
1831
1561
|
trailPrice
|
1832
1562
|
trailPercent
|
@@ -1838,12 +1568,6 @@ exports.Customer = {
|
|
1838
1568
|
filledAt
|
1839
1569
|
filledAvgPrice
|
1840
1570
|
actionId
|
1841
|
-
alpacaAccount {
|
1842
|
-
id
|
1843
|
-
}
|
1844
|
-
action {
|
1845
|
-
id
|
1846
|
-
}
|
1847
1571
|
asset {
|
1848
1572
|
id
|
1849
1573
|
symbol
|
@@ -1903,18 +1627,9 @@ exports.Customer = {
|
|
1903
1627
|
buyPrice
|
1904
1628
|
createdAt
|
1905
1629
|
updatedAt
|
1906
|
-
trades {
|
1907
|
-
id
|
1908
|
-
}
|
1909
|
-
orders {
|
1910
|
-
id
|
1911
|
-
}
|
1912
1630
|
positions {
|
1913
1631
|
id
|
1914
1632
|
assetId
|
1915
|
-
asset {
|
1916
|
-
id
|
1917
|
-
}
|
1918
1633
|
averageEntryPrice
|
1919
1634
|
qty
|
1920
1635
|
qtyAvailable
|
@@ -1928,9 +1643,6 @@ exports.Customer = {
|
|
1928
1643
|
lastTradePrice
|
1929
1644
|
changeToday
|
1930
1645
|
assetMarginable
|
1931
|
-
alpacaAccount {
|
1932
|
-
id
|
1933
|
-
}
|
1934
1646
|
alpacaAccountId
|
1935
1647
|
}
|
1936
1648
|
newsMentions {
|
@@ -1955,12 +1667,6 @@ exports.Customer = {
|
|
1955
1667
|
logo
|
1956
1668
|
createdAt
|
1957
1669
|
updatedAt
|
1958
|
-
assets {
|
1959
|
-
id
|
1960
|
-
}
|
1961
|
-
}
|
1962
|
-
asset {
|
1963
|
-
id
|
1964
1670
|
}
|
1965
1671
|
relevancyScore
|
1966
1672
|
sentimentScore
|
@@ -1996,9 +1702,6 @@ exports.Customer = {
|
|
1996
1702
|
createdAt
|
1997
1703
|
updatedAt
|
1998
1704
|
orderId
|
1999
|
-
Order {
|
2000
|
-
id
|
2001
|
-
}
|
2002
1705
|
}
|
2003
1706
|
takeProfit {
|
2004
1707
|
id
|
@@ -2007,9 +1710,6 @@ exports.Customer = {
|
|
2007
1710
|
createdAt
|
2008
1711
|
updatedAt
|
2009
1712
|
orderId
|
2010
|
-
Order {
|
2011
|
-
id
|
2012
|
-
}
|
2013
1713
|
}
|
2014
1714
|
trailPrice
|
2015
1715
|
trailPercent
|
@@ -2021,9 +1721,6 @@ exports.Customer = {
|
|
2021
1721
|
filledAt
|
2022
1722
|
filledAvgPrice
|
2023
1723
|
actionId
|
2024
|
-
alpacaAccount {
|
2025
|
-
id
|
2026
|
-
}
|
2027
1724
|
action {
|
2028
1725
|
id
|
2029
1726
|
sequence
|
@@ -2047,9 +1744,6 @@ exports.Customer = {
|
|
2047
1744
|
createdAt
|
2048
1745
|
updatedAt
|
2049
1746
|
status
|
2050
|
-
alpacaAccount {
|
2051
|
-
id
|
2052
|
-
}
|
2053
1747
|
asset {
|
2054
1748
|
id
|
2055
1749
|
symbol
|
@@ -2109,18 +1803,9 @@ exports.Customer = {
|
|
2109
1803
|
buyPrice
|
2110
1804
|
createdAt
|
2111
1805
|
updatedAt
|
2112
|
-
trades {
|
2113
|
-
id
|
2114
|
-
}
|
2115
|
-
orders {
|
2116
|
-
id
|
2117
|
-
}
|
2118
1806
|
positions {
|
2119
1807
|
id
|
2120
1808
|
assetId
|
2121
|
-
asset {
|
2122
|
-
id
|
2123
|
-
}
|
2124
1809
|
averageEntryPrice
|
2125
1810
|
qty
|
2126
1811
|
qtyAvailable
|
@@ -2134,9 +1819,6 @@ exports.Customer = {
|
|
2134
1819
|
lastTradePrice
|
2135
1820
|
changeToday
|
2136
1821
|
assetMarginable
|
2137
|
-
alpacaAccount {
|
2138
|
-
id
|
2139
|
-
}
|
2140
1822
|
alpacaAccountId
|
2141
1823
|
}
|
2142
1824
|
newsMentions {
|
@@ -2161,24 +1843,12 @@ exports.Customer = {
|
|
2161
1843
|
logo
|
2162
1844
|
createdAt
|
2163
1845
|
updatedAt
|
2164
|
-
assets {
|
2165
|
-
id
|
2166
|
-
}
|
2167
|
-
}
|
2168
|
-
asset {
|
2169
|
-
id
|
2170
1846
|
}
|
2171
1847
|
relevancyScore
|
2172
1848
|
sentimentScore
|
2173
1849
|
sentimentLabel
|
2174
1850
|
}
|
2175
1851
|
}
|
2176
|
-
actions {
|
2177
|
-
id
|
2178
|
-
}
|
2179
|
-
}
|
2180
|
-
order {
|
2181
|
-
id
|
2182
1852
|
}
|
2183
1853
|
}
|
2184
1854
|
asset {
|
@@ -2255,12 +1925,6 @@ exports.Customer = {
|
|
2255
1925
|
createdAt
|
2256
1926
|
updatedAt
|
2257
1927
|
status
|
2258
|
-
alpacaAccount {
|
2259
|
-
id
|
2260
|
-
}
|
2261
|
-
asset {
|
2262
|
-
id
|
2263
|
-
}
|
2264
1928
|
actions {
|
2265
1929
|
id
|
2266
1930
|
sequence
|
@@ -2269,23 +1933,11 @@ exports.Customer = {
|
|
2269
1933
|
note
|
2270
1934
|
status
|
2271
1935
|
fee
|
2272
|
-
trade {
|
2273
|
-
id
|
2274
|
-
}
|
2275
|
-
order {
|
2276
|
-
id
|
2277
|
-
}
|
2278
1936
|
}
|
2279
1937
|
}
|
2280
|
-
orders {
|
2281
|
-
id
|
2282
|
-
}
|
2283
1938
|
positions {
|
2284
1939
|
id
|
2285
1940
|
assetId
|
2286
|
-
asset {
|
2287
|
-
id
|
2288
|
-
}
|
2289
1941
|
averageEntryPrice
|
2290
1942
|
qty
|
2291
1943
|
qtyAvailable
|
@@ -2299,9 +1951,6 @@ exports.Customer = {
|
|
2299
1951
|
lastTradePrice
|
2300
1952
|
changeToday
|
2301
1953
|
assetMarginable
|
2302
|
-
alpacaAccount {
|
2303
|
-
id
|
2304
|
-
}
|
2305
1954
|
alpacaAccountId
|
2306
1955
|
}
|
2307
1956
|
newsMentions {
|
@@ -2326,12 +1975,6 @@ exports.Customer = {
|
|
2326
1975
|
logo
|
2327
1976
|
createdAt
|
2328
1977
|
updatedAt
|
2329
|
-
assets {
|
2330
|
-
id
|
2331
|
-
}
|
2332
|
-
}
|
2333
|
-
asset {
|
2334
|
-
id
|
2335
1978
|
}
|
2336
1979
|
relevancyScore
|
2337
1980
|
sentimentScore
|
@@ -2422,12 +2065,6 @@ exports.Customer = {
|
|
2422
2065
|
createdAt
|
2423
2066
|
updatedAt
|
2424
2067
|
status
|
2425
|
-
alpacaAccount {
|
2426
|
-
id
|
2427
|
-
}
|
2428
|
-
asset {
|
2429
|
-
id
|
2430
|
-
}
|
2431
2068
|
actions {
|
2432
2069
|
id
|
2433
2070
|
sequence
|
@@ -2436,9 +2073,6 @@ exports.Customer = {
|
|
2436
2073
|
note
|
2437
2074
|
status
|
2438
2075
|
fee
|
2439
|
-
trade {
|
2440
|
-
id
|
2441
|
-
}
|
2442
2076
|
order {
|
2443
2077
|
id
|
2444
2078
|
clientOrderId
|
@@ -2459,9 +2093,6 @@ exports.Customer = {
|
|
2459
2093
|
createdAt
|
2460
2094
|
updatedAt
|
2461
2095
|
orderId
|
2462
|
-
Order {
|
2463
|
-
id
|
2464
|
-
}
|
2465
2096
|
}
|
2466
2097
|
takeProfit {
|
2467
2098
|
id
|
@@ -2470,9 +2101,6 @@ exports.Customer = {
|
|
2470
2101
|
createdAt
|
2471
2102
|
updatedAt
|
2472
2103
|
orderId
|
2473
|
-
Order {
|
2474
|
-
id
|
2475
|
-
}
|
2476
2104
|
}
|
2477
2105
|
trailPrice
|
2478
2106
|
trailPercent
|
@@ -2484,15 +2112,6 @@ exports.Customer = {
|
|
2484
2112
|
filledAt
|
2485
2113
|
filledAvgPrice
|
2486
2114
|
actionId
|
2487
|
-
alpacaAccount {
|
2488
|
-
id
|
2489
|
-
}
|
2490
|
-
action {
|
2491
|
-
id
|
2492
|
-
}
|
2493
|
-
asset {
|
2494
|
-
id
|
2495
|
-
}
|
2496
2115
|
fee
|
2497
2116
|
strikePrice
|
2498
2117
|
expirationDate
|
@@ -2522,9 +2141,6 @@ exports.Customer = {
|
|
2522
2141
|
createdAt
|
2523
2142
|
updatedAt
|
2524
2143
|
orderId
|
2525
|
-
Order {
|
2526
|
-
id
|
2527
|
-
}
|
2528
2144
|
}
|
2529
2145
|
takeProfit {
|
2530
2146
|
id
|
@@ -2533,9 +2149,6 @@ exports.Customer = {
|
|
2533
2149
|
createdAt
|
2534
2150
|
updatedAt
|
2535
2151
|
orderId
|
2536
|
-
Order {
|
2537
|
-
id
|
2538
|
-
}
|
2539
2152
|
}
|
2540
2153
|
trailPrice
|
2541
2154
|
trailPercent
|
@@ -2547,9 +2160,6 @@ exports.Customer = {
|
|
2547
2160
|
filledAt
|
2548
2161
|
filledAvgPrice
|
2549
2162
|
actionId
|
2550
|
-
alpacaAccount {
|
2551
|
-
id
|
2552
|
-
}
|
2553
2163
|
action {
|
2554
2164
|
id
|
2555
2165
|
sequence
|
@@ -2573,23 +2183,8 @@ exports.Customer = {
|
|
2573
2183
|
createdAt
|
2574
2184
|
updatedAt
|
2575
2185
|
status
|
2576
|
-
alpacaAccount {
|
2577
|
-
id
|
2578
|
-
}
|
2579
|
-
asset {
|
2580
|
-
id
|
2581
|
-
}
|
2582
|
-
actions {
|
2583
|
-
id
|
2584
|
-
}
|
2585
|
-
}
|
2586
|
-
order {
|
2587
|
-
id
|
2588
2186
|
}
|
2589
2187
|
}
|
2590
|
-
asset {
|
2591
|
-
id
|
2592
|
-
}
|
2593
2188
|
fee
|
2594
2189
|
strikePrice
|
2595
2190
|
expirationDate
|
@@ -2597,9 +2192,6 @@ exports.Customer = {
|
|
2597
2192
|
stopLossId
|
2598
2193
|
takeProfitId
|
2599
2194
|
}
|
2600
|
-
positions {
|
2601
|
-
id
|
2602
|
-
}
|
2603
2195
|
newsMentions {
|
2604
2196
|
id
|
2605
2197
|
assetId
|
@@ -2622,12 +2214,6 @@ exports.Customer = {
|
|
2622
2214
|
logo
|
2623
2215
|
createdAt
|
2624
2216
|
updatedAt
|
2625
|
-
assets {
|
2626
|
-
id
|
2627
|
-
}
|
2628
|
-
}
|
2629
|
-
asset {
|
2630
|
-
id
|
2631
2217
|
}
|
2632
2218
|
relevancyScore
|
2633
2219
|
sentimentScore
|
@@ -2647,9 +2233,6 @@ exports.Customer = {
|
|
2647
2233
|
lastTradePrice
|
2648
2234
|
changeToday
|
2649
2235
|
assetMarginable
|
2650
|
-
alpacaAccount {
|
2651
|
-
id
|
2652
|
-
}
|
2653
2236
|
alpacaAccountId
|
2654
2237
|
}
|
2655
2238
|
alerts {
|
@@ -2660,9 +2243,6 @@ exports.Customer = {
|
|
2660
2243
|
isRead
|
2661
2244
|
createdAt
|
2662
2245
|
updatedAt
|
2663
|
-
alpacaAccount {
|
2664
|
-
id
|
2665
|
-
}
|
2666
2246
|
}
|
2667
2247
|
}
|
2668
2248
|
}
|
@@ -4273,9 +3853,6 @@ exports.Customer = {
|
|
4273
3853
|
bio
|
4274
3854
|
jobTitle
|
4275
3855
|
currentAccount
|
4276
|
-
customer {
|
4277
|
-
id
|
4278
|
-
}
|
4279
3856
|
customerId
|
4280
3857
|
accounts {
|
4281
3858
|
id
|
@@ -4292,18 +3869,12 @@ exports.Customer = {
|
|
4292
3869
|
session_state
|
4293
3870
|
createdAt
|
4294
3871
|
updatedAt
|
4295
|
-
user {
|
4296
|
-
id
|
4297
|
-
}
|
4298
3872
|
}
|
4299
3873
|
sessions {
|
4300
3874
|
id
|
4301
3875
|
sessionToken
|
4302
3876
|
userId
|
4303
3877
|
expires
|
4304
|
-
user {
|
4305
|
-
id
|
4306
|
-
}
|
4307
3878
|
createdAt
|
4308
3879
|
updatedAt
|
4309
3880
|
}
|
@@ -4313,9 +3884,6 @@ exports.Customer = {
|
|
4313
3884
|
credentialID
|
4314
3885
|
publicKey
|
4315
3886
|
counter
|
4316
|
-
user {
|
4317
|
-
id
|
4318
|
-
}
|
4319
3887
|
createdAt
|
4320
3888
|
updatedAt
|
4321
3889
|
}
|
@@ -4329,9 +3897,6 @@ exports.Customer = {
|
|
4329
3897
|
marketOpen
|
4330
3898
|
minOrderSize
|
4331
3899
|
maxOrderSize
|
4332
|
-
user {
|
4333
|
-
id
|
4334
|
-
}
|
4335
3900
|
userId
|
4336
3901
|
createdAt
|
4337
3902
|
updatedAt
|
@@ -4350,9 +3915,6 @@ exports.Customer = {
|
|
4350
3915
|
createdAt
|
4351
3916
|
updatedAt
|
4352
3917
|
status
|
4353
|
-
alpacaAccount {
|
4354
|
-
id
|
4355
|
-
}
|
4356
3918
|
asset {
|
4357
3919
|
id
|
4358
3920
|
symbol
|
@@ -4412,9 +3974,6 @@ exports.Customer = {
|
|
4412
3974
|
buyPrice
|
4413
3975
|
createdAt
|
4414
3976
|
updatedAt
|
4415
|
-
trades {
|
4416
|
-
id
|
4417
|
-
}
|
4418
3977
|
orders {
|
4419
3978
|
id
|
4420
3979
|
clientOrderId
|
@@ -4435,9 +3994,6 @@ exports.Customer = {
|
|
4435
3994
|
createdAt
|
4436
3995
|
updatedAt
|
4437
3996
|
orderId
|
4438
|
-
Order {
|
4439
|
-
id
|
4440
|
-
}
|
4441
3997
|
}
|
4442
3998
|
takeProfit {
|
4443
3999
|
id
|
@@ -4446,9 +4002,6 @@ exports.Customer = {
|
|
4446
4002
|
createdAt
|
4447
4003
|
updatedAt
|
4448
4004
|
orderId
|
4449
|
-
Order {
|
4450
|
-
id
|
4451
|
-
}
|
4452
4005
|
}
|
4453
4006
|
trailPrice
|
4454
4007
|
trailPercent
|
@@ -4460,9 +4013,6 @@ exports.Customer = {
|
|
4460
4013
|
filledAt
|
4461
4014
|
filledAvgPrice
|
4462
4015
|
actionId
|
4463
|
-
alpacaAccount {
|
4464
|
-
id
|
4465
|
-
}
|
4466
4016
|
action {
|
4467
4017
|
id
|
4468
4018
|
sequence
|
@@ -4471,15 +4021,6 @@ exports.Customer = {
|
|
4471
4021
|
note
|
4472
4022
|
status
|
4473
4023
|
fee
|
4474
|
-
trade {
|
4475
|
-
id
|
4476
|
-
}
|
4477
|
-
order {
|
4478
|
-
id
|
4479
|
-
}
|
4480
|
-
}
|
4481
|
-
asset {
|
4482
|
-
id
|
4483
4024
|
}
|
4484
4025
|
fee
|
4485
4026
|
strikePrice
|
@@ -4491,9 +4032,6 @@ exports.Customer = {
|
|
4491
4032
|
positions {
|
4492
4033
|
id
|
4493
4034
|
assetId
|
4494
|
-
asset {
|
4495
|
-
id
|
4496
|
-
}
|
4497
4035
|
averageEntryPrice
|
4498
4036
|
qty
|
4499
4037
|
qtyAvailable
|
@@ -4507,9 +4045,6 @@ exports.Customer = {
|
|
4507
4045
|
lastTradePrice
|
4508
4046
|
changeToday
|
4509
4047
|
assetMarginable
|
4510
|
-
alpacaAccount {
|
4511
|
-
id
|
4512
|
-
}
|
4513
4048
|
alpacaAccountId
|
4514
4049
|
}
|
4515
4050
|
newsMentions {
|
@@ -4534,12 +4069,6 @@ exports.Customer = {
|
|
4534
4069
|
logo
|
4535
4070
|
createdAt
|
4536
4071
|
updatedAt
|
4537
|
-
assets {
|
4538
|
-
id
|
4539
|
-
}
|
4540
|
-
}
|
4541
|
-
asset {
|
4542
|
-
id
|
4543
4072
|
}
|
4544
4073
|
relevancyScore
|
4545
4074
|
sentimentScore
|
@@ -4554,9 +4083,6 @@ exports.Customer = {
|
|
4554
4083
|
note
|
4555
4084
|
status
|
4556
4085
|
fee
|
4557
|
-
trade {
|
4558
|
-
id
|
4559
|
-
}
|
4560
4086
|
order {
|
4561
4087
|
id
|
4562
4088
|
clientOrderId
|
@@ -4577,9 +4103,6 @@ exports.Customer = {
|
|
4577
4103
|
createdAt
|
4578
4104
|
updatedAt
|
4579
4105
|
orderId
|
4580
|
-
Order {
|
4581
|
-
id
|
4582
|
-
}
|
4583
4106
|
}
|
4584
4107
|
takeProfit {
|
4585
4108
|
id
|
@@ -4588,9 +4111,6 @@ exports.Customer = {
|
|
4588
4111
|
createdAt
|
4589
4112
|
updatedAt
|
4590
4113
|
orderId
|
4591
|
-
Order {
|
4592
|
-
id
|
4593
|
-
}
|
4594
4114
|
}
|
4595
4115
|
trailPrice
|
4596
4116
|
trailPercent
|
@@ -4602,12 +4122,6 @@ exports.Customer = {
|
|
4602
4122
|
filledAt
|
4603
4123
|
filledAvgPrice
|
4604
4124
|
actionId
|
4605
|
-
alpacaAccount {
|
4606
|
-
id
|
4607
|
-
}
|
4608
|
-
action {
|
4609
|
-
id
|
4610
|
-
}
|
4611
4125
|
asset {
|
4612
4126
|
id
|
4613
4127
|
symbol
|
@@ -4667,18 +4181,9 @@ exports.Customer = {
|
|
4667
4181
|
buyPrice
|
4668
4182
|
createdAt
|
4669
4183
|
updatedAt
|
4670
|
-
trades {
|
4671
|
-
id
|
4672
|
-
}
|
4673
|
-
orders {
|
4674
|
-
id
|
4675
|
-
}
|
4676
4184
|
positions {
|
4677
4185
|
id
|
4678
4186
|
assetId
|
4679
|
-
asset {
|
4680
|
-
id
|
4681
|
-
}
|
4682
4187
|
averageEntryPrice
|
4683
4188
|
qty
|
4684
4189
|
qtyAvailable
|
@@ -4692,9 +4197,6 @@ exports.Customer = {
|
|
4692
4197
|
lastTradePrice
|
4693
4198
|
changeToday
|
4694
4199
|
assetMarginable
|
4695
|
-
alpacaAccount {
|
4696
|
-
id
|
4697
|
-
}
|
4698
4200
|
alpacaAccountId
|
4699
4201
|
}
|
4700
4202
|
newsMentions {
|
@@ -4719,12 +4221,6 @@ exports.Customer = {
|
|
4719
4221
|
logo
|
4720
4222
|
createdAt
|
4721
4223
|
updatedAt
|
4722
|
-
assets {
|
4723
|
-
id
|
4724
|
-
}
|
4725
|
-
}
|
4726
|
-
asset {
|
4727
|
-
id
|
4728
4224
|
}
|
4729
4225
|
relevancyScore
|
4730
4226
|
sentimentScore
|
@@ -4760,9 +4256,6 @@ exports.Customer = {
|
|
4760
4256
|
createdAt
|
4761
4257
|
updatedAt
|
4762
4258
|
orderId
|
4763
|
-
Order {
|
4764
|
-
id
|
4765
|
-
}
|
4766
4259
|
}
|
4767
4260
|
takeProfit {
|
4768
4261
|
id
|
@@ -4771,9 +4264,6 @@ exports.Customer = {
|
|
4771
4264
|
createdAt
|
4772
4265
|
updatedAt
|
4773
4266
|
orderId
|
4774
|
-
Order {
|
4775
|
-
id
|
4776
|
-
}
|
4777
4267
|
}
|
4778
4268
|
trailPrice
|
4779
4269
|
trailPercent
|
@@ -4785,9 +4275,6 @@ exports.Customer = {
|
|
4785
4275
|
filledAt
|
4786
4276
|
filledAvgPrice
|
4787
4277
|
actionId
|
4788
|
-
alpacaAccount {
|
4789
|
-
id
|
4790
|
-
}
|
4791
4278
|
action {
|
4792
4279
|
id
|
4793
4280
|
sequence
|
@@ -4811,9 +4298,6 @@ exports.Customer = {
|
|
4811
4298
|
createdAt
|
4812
4299
|
updatedAt
|
4813
4300
|
status
|
4814
|
-
alpacaAccount {
|
4815
|
-
id
|
4816
|
-
}
|
4817
4301
|
asset {
|
4818
4302
|
id
|
4819
4303
|
symbol
|
@@ -4873,18 +4357,9 @@ exports.Customer = {
|
|
4873
4357
|
buyPrice
|
4874
4358
|
createdAt
|
4875
4359
|
updatedAt
|
4876
|
-
trades {
|
4877
|
-
id
|
4878
|
-
}
|
4879
|
-
orders {
|
4880
|
-
id
|
4881
|
-
}
|
4882
4360
|
positions {
|
4883
4361
|
id
|
4884
4362
|
assetId
|
4885
|
-
asset {
|
4886
|
-
id
|
4887
|
-
}
|
4888
4363
|
averageEntryPrice
|
4889
4364
|
qty
|
4890
4365
|
qtyAvailable
|
@@ -4898,9 +4373,6 @@ exports.Customer = {
|
|
4898
4373
|
lastTradePrice
|
4899
4374
|
changeToday
|
4900
4375
|
assetMarginable
|
4901
|
-
alpacaAccount {
|
4902
|
-
id
|
4903
|
-
}
|
4904
4376
|
alpacaAccountId
|
4905
4377
|
}
|
4906
4378
|
newsMentions {
|
@@ -4925,24 +4397,12 @@ exports.Customer = {
|
|
4925
4397
|
logo
|
4926
4398
|
createdAt
|
4927
4399
|
updatedAt
|
4928
|
-
assets {
|
4929
|
-
id
|
4930
|
-
}
|
4931
|
-
}
|
4932
|
-
asset {
|
4933
|
-
id
|
4934
4400
|
}
|
4935
4401
|
relevancyScore
|
4936
4402
|
sentimentScore
|
4937
4403
|
sentimentLabel
|
4938
4404
|
}
|
4939
4405
|
}
|
4940
|
-
actions {
|
4941
|
-
id
|
4942
|
-
}
|
4943
|
-
}
|
4944
|
-
order {
|
4945
|
-
id
|
4946
4406
|
}
|
4947
4407
|
}
|
4948
4408
|
asset {
|
@@ -5019,12 +4479,6 @@ exports.Customer = {
|
|
5019
4479
|
createdAt
|
5020
4480
|
updatedAt
|
5021
4481
|
status
|
5022
|
-
alpacaAccount {
|
5023
|
-
id
|
5024
|
-
}
|
5025
|
-
asset {
|
5026
|
-
id
|
5027
|
-
}
|
5028
4482
|
actions {
|
5029
4483
|
id
|
5030
4484
|
sequence
|
@@ -5033,23 +4487,11 @@ exports.Customer = {
|
|
5033
4487
|
note
|
5034
4488
|
status
|
5035
4489
|
fee
|
5036
|
-
trade {
|
5037
|
-
id
|
5038
|
-
}
|
5039
|
-
order {
|
5040
|
-
id
|
5041
|
-
}
|
5042
4490
|
}
|
5043
4491
|
}
|
5044
|
-
orders {
|
5045
|
-
id
|
5046
|
-
}
|
5047
4492
|
positions {
|
5048
4493
|
id
|
5049
4494
|
assetId
|
5050
|
-
asset {
|
5051
|
-
id
|
5052
|
-
}
|
5053
4495
|
averageEntryPrice
|
5054
4496
|
qty
|
5055
4497
|
qtyAvailable
|
@@ -5063,9 +4505,6 @@ exports.Customer = {
|
|
5063
4505
|
lastTradePrice
|
5064
4506
|
changeToday
|
5065
4507
|
assetMarginable
|
5066
|
-
alpacaAccount {
|
5067
|
-
id
|
5068
|
-
}
|
5069
4508
|
alpacaAccountId
|
5070
4509
|
}
|
5071
4510
|
newsMentions {
|
@@ -5090,12 +4529,6 @@ exports.Customer = {
|
|
5090
4529
|
logo
|
5091
4530
|
createdAt
|
5092
4531
|
updatedAt
|
5093
|
-
assets {
|
5094
|
-
id
|
5095
|
-
}
|
5096
|
-
}
|
5097
|
-
asset {
|
5098
|
-
id
|
5099
4532
|
}
|
5100
4533
|
relevancyScore
|
5101
4534
|
sentimentScore
|
@@ -5186,12 +4619,6 @@ exports.Customer = {
|
|
5186
4619
|
createdAt
|
5187
4620
|
updatedAt
|
5188
4621
|
status
|
5189
|
-
alpacaAccount {
|
5190
|
-
id
|
5191
|
-
}
|
5192
|
-
asset {
|
5193
|
-
id
|
5194
|
-
}
|
5195
4622
|
actions {
|
5196
4623
|
id
|
5197
4624
|
sequence
|
@@ -5200,9 +4627,6 @@ exports.Customer = {
|
|
5200
4627
|
note
|
5201
4628
|
status
|
5202
4629
|
fee
|
5203
|
-
trade {
|
5204
|
-
id
|
5205
|
-
}
|
5206
4630
|
order {
|
5207
4631
|
id
|
5208
4632
|
clientOrderId
|
@@ -5223,9 +4647,6 @@ exports.Customer = {
|
|
5223
4647
|
createdAt
|
5224
4648
|
updatedAt
|
5225
4649
|
orderId
|
5226
|
-
Order {
|
5227
|
-
id
|
5228
|
-
}
|
5229
4650
|
}
|
5230
4651
|
takeProfit {
|
5231
4652
|
id
|
@@ -5234,9 +4655,6 @@ exports.Customer = {
|
|
5234
4655
|
createdAt
|
5235
4656
|
updatedAt
|
5236
4657
|
orderId
|
5237
|
-
Order {
|
5238
|
-
id
|
5239
|
-
}
|
5240
4658
|
}
|
5241
4659
|
trailPrice
|
5242
4660
|
trailPercent
|
@@ -5248,15 +4666,6 @@ exports.Customer = {
|
|
5248
4666
|
filledAt
|
5249
4667
|
filledAvgPrice
|
5250
4668
|
actionId
|
5251
|
-
alpacaAccount {
|
5252
|
-
id
|
5253
|
-
}
|
5254
|
-
action {
|
5255
|
-
id
|
5256
|
-
}
|
5257
|
-
asset {
|
5258
|
-
id
|
5259
|
-
}
|
5260
4669
|
fee
|
5261
4670
|
strikePrice
|
5262
4671
|
expirationDate
|
@@ -5286,9 +4695,6 @@ exports.Customer = {
|
|
5286
4695
|
createdAt
|
5287
4696
|
updatedAt
|
5288
4697
|
orderId
|
5289
|
-
Order {
|
5290
|
-
id
|
5291
|
-
}
|
5292
4698
|
}
|
5293
4699
|
takeProfit {
|
5294
4700
|
id
|
@@ -5297,9 +4703,6 @@ exports.Customer = {
|
|
5297
4703
|
createdAt
|
5298
4704
|
updatedAt
|
5299
4705
|
orderId
|
5300
|
-
Order {
|
5301
|
-
id
|
5302
|
-
}
|
5303
4706
|
}
|
5304
4707
|
trailPrice
|
5305
4708
|
trailPercent
|
@@ -5311,9 +4714,6 @@ exports.Customer = {
|
|
5311
4714
|
filledAt
|
5312
4715
|
filledAvgPrice
|
5313
4716
|
actionId
|
5314
|
-
alpacaAccount {
|
5315
|
-
id
|
5316
|
-
}
|
5317
4717
|
action {
|
5318
4718
|
id
|
5319
4719
|
sequence
|
@@ -5337,22 +4737,7 @@ exports.Customer = {
|
|
5337
4737
|
createdAt
|
5338
4738
|
updatedAt
|
5339
4739
|
status
|
5340
|
-
alpacaAccount {
|
5341
|
-
id
|
5342
|
-
}
|
5343
|
-
asset {
|
5344
|
-
id
|
5345
|
-
}
|
5346
|
-
actions {
|
5347
|
-
id
|
5348
|
-
}
|
5349
4740
|
}
|
5350
|
-
order {
|
5351
|
-
id
|
5352
|
-
}
|
5353
|
-
}
|
5354
|
-
asset {
|
5355
|
-
id
|
5356
4741
|
}
|
5357
4742
|
fee
|
5358
4743
|
strikePrice
|
@@ -5361,9 +4746,6 @@ exports.Customer = {
|
|
5361
4746
|
stopLossId
|
5362
4747
|
takeProfitId
|
5363
4748
|
}
|
5364
|
-
positions {
|
5365
|
-
id
|
5366
|
-
}
|
5367
4749
|
newsMentions {
|
5368
4750
|
id
|
5369
4751
|
assetId
|
@@ -5386,12 +4768,6 @@ exports.Customer = {
|
|
5386
4768
|
logo
|
5387
4769
|
createdAt
|
5388
4770
|
updatedAt
|
5389
|
-
assets {
|
5390
|
-
id
|
5391
|
-
}
|
5392
|
-
}
|
5393
|
-
asset {
|
5394
|
-
id
|
5395
4771
|
}
|
5396
4772
|
relevancyScore
|
5397
4773
|
sentimentScore
|
@@ -5411,9 +4787,6 @@ exports.Customer = {
|
|
5411
4787
|
lastTradePrice
|
5412
4788
|
changeToday
|
5413
4789
|
assetMarginable
|
5414
|
-
alpacaAccount {
|
5415
|
-
id
|
5416
|
-
}
|
5417
4790
|
alpacaAccountId
|
5418
4791
|
}
|
5419
4792
|
alerts {
|
@@ -5424,9 +4797,6 @@ exports.Customer = {
|
|
5424
4797
|
isRead
|
5425
4798
|
createdAt
|
5426
4799
|
updatedAt
|
5427
|
-
alpacaAccount {
|
5428
|
-
id
|
5429
|
-
}
|
5430
4800
|
}
|
5431
4801
|
}
|
5432
4802
|
}
|
@@ -5487,9 +4857,6 @@ exports.Customer = {
|
|
5487
4857
|
bio
|
5488
4858
|
jobTitle
|
5489
4859
|
currentAccount
|
5490
|
-
customer {
|
5491
|
-
id
|
5492
|
-
}
|
5493
4860
|
customerId
|
5494
4861
|
accounts {
|
5495
4862
|
id
|
@@ -5506,18 +4873,12 @@ exports.Customer = {
|
|
5506
4873
|
session_state
|
5507
4874
|
createdAt
|
5508
4875
|
updatedAt
|
5509
|
-
user {
|
5510
|
-
id
|
5511
|
-
}
|
5512
4876
|
}
|
5513
4877
|
sessions {
|
5514
4878
|
id
|
5515
4879
|
sessionToken
|
5516
4880
|
userId
|
5517
4881
|
expires
|
5518
|
-
user {
|
5519
|
-
id
|
5520
|
-
}
|
5521
4882
|
createdAt
|
5522
4883
|
updatedAt
|
5523
4884
|
}
|
@@ -5527,9 +4888,6 @@ exports.Customer = {
|
|
5527
4888
|
credentialID
|
5528
4889
|
publicKey
|
5529
4890
|
counter
|
5530
|
-
user {
|
5531
|
-
id
|
5532
|
-
}
|
5533
4891
|
createdAt
|
5534
4892
|
updatedAt
|
5535
4893
|
}
|
@@ -5543,9 +4901,6 @@ exports.Customer = {
|
|
5543
4901
|
marketOpen
|
5544
4902
|
minOrderSize
|
5545
4903
|
maxOrderSize
|
5546
|
-
user {
|
5547
|
-
id
|
5548
|
-
}
|
5549
4904
|
userId
|
5550
4905
|
createdAt
|
5551
4906
|
updatedAt
|
@@ -5564,9 +4919,6 @@ exports.Customer = {
|
|
5564
4919
|
createdAt
|
5565
4920
|
updatedAt
|
5566
4921
|
status
|
5567
|
-
alpacaAccount {
|
5568
|
-
id
|
5569
|
-
}
|
5570
4922
|
asset {
|
5571
4923
|
id
|
5572
4924
|
symbol
|
@@ -5626,9 +4978,6 @@ exports.Customer = {
|
|
5626
4978
|
buyPrice
|
5627
4979
|
createdAt
|
5628
4980
|
updatedAt
|
5629
|
-
trades {
|
5630
|
-
id
|
5631
|
-
}
|
5632
4981
|
orders {
|
5633
4982
|
id
|
5634
4983
|
clientOrderId
|
@@ -5649,9 +4998,6 @@ exports.Customer = {
|
|
5649
4998
|
createdAt
|
5650
4999
|
updatedAt
|
5651
5000
|
orderId
|
5652
|
-
Order {
|
5653
|
-
id
|
5654
|
-
}
|
5655
5001
|
}
|
5656
5002
|
takeProfit {
|
5657
5003
|
id
|
@@ -5660,9 +5006,6 @@ exports.Customer = {
|
|
5660
5006
|
createdAt
|
5661
5007
|
updatedAt
|
5662
5008
|
orderId
|
5663
|
-
Order {
|
5664
|
-
id
|
5665
|
-
}
|
5666
5009
|
}
|
5667
5010
|
trailPrice
|
5668
5011
|
trailPercent
|
@@ -5674,9 +5017,6 @@ exports.Customer = {
|
|
5674
5017
|
filledAt
|
5675
5018
|
filledAvgPrice
|
5676
5019
|
actionId
|
5677
|
-
alpacaAccount {
|
5678
|
-
id
|
5679
|
-
}
|
5680
5020
|
action {
|
5681
5021
|
id
|
5682
5022
|
sequence
|
@@ -5685,15 +5025,6 @@ exports.Customer = {
|
|
5685
5025
|
note
|
5686
5026
|
status
|
5687
5027
|
fee
|
5688
|
-
trade {
|
5689
|
-
id
|
5690
|
-
}
|
5691
|
-
order {
|
5692
|
-
id
|
5693
|
-
}
|
5694
|
-
}
|
5695
|
-
asset {
|
5696
|
-
id
|
5697
5028
|
}
|
5698
5029
|
fee
|
5699
5030
|
strikePrice
|
@@ -5705,9 +5036,6 @@ exports.Customer = {
|
|
5705
5036
|
positions {
|
5706
5037
|
id
|
5707
5038
|
assetId
|
5708
|
-
asset {
|
5709
|
-
id
|
5710
|
-
}
|
5711
5039
|
averageEntryPrice
|
5712
5040
|
qty
|
5713
5041
|
qtyAvailable
|
@@ -5721,9 +5049,6 @@ exports.Customer = {
|
|
5721
5049
|
lastTradePrice
|
5722
5050
|
changeToday
|
5723
5051
|
assetMarginable
|
5724
|
-
alpacaAccount {
|
5725
|
-
id
|
5726
|
-
}
|
5727
5052
|
alpacaAccountId
|
5728
5053
|
}
|
5729
5054
|
newsMentions {
|
@@ -5748,12 +5073,6 @@ exports.Customer = {
|
|
5748
5073
|
logo
|
5749
5074
|
createdAt
|
5750
5075
|
updatedAt
|
5751
|
-
assets {
|
5752
|
-
id
|
5753
|
-
}
|
5754
|
-
}
|
5755
|
-
asset {
|
5756
|
-
id
|
5757
5076
|
}
|
5758
5077
|
relevancyScore
|
5759
5078
|
sentimentScore
|
@@ -5768,9 +5087,6 @@ exports.Customer = {
|
|
5768
5087
|
note
|
5769
5088
|
status
|
5770
5089
|
fee
|
5771
|
-
trade {
|
5772
|
-
id
|
5773
|
-
}
|
5774
5090
|
order {
|
5775
5091
|
id
|
5776
5092
|
clientOrderId
|
@@ -5791,9 +5107,6 @@ exports.Customer = {
|
|
5791
5107
|
createdAt
|
5792
5108
|
updatedAt
|
5793
5109
|
orderId
|
5794
|
-
Order {
|
5795
|
-
id
|
5796
|
-
}
|
5797
5110
|
}
|
5798
5111
|
takeProfit {
|
5799
5112
|
id
|
@@ -5802,9 +5115,6 @@ exports.Customer = {
|
|
5802
5115
|
createdAt
|
5803
5116
|
updatedAt
|
5804
5117
|
orderId
|
5805
|
-
Order {
|
5806
|
-
id
|
5807
|
-
}
|
5808
5118
|
}
|
5809
5119
|
trailPrice
|
5810
5120
|
trailPercent
|
@@ -5816,13 +5126,7 @@ exports.Customer = {
|
|
5816
5126
|
filledAt
|
5817
5127
|
filledAvgPrice
|
5818
5128
|
actionId
|
5819
|
-
|
5820
|
-
id
|
5821
|
-
}
|
5822
|
-
action {
|
5823
|
-
id
|
5824
|
-
}
|
5825
|
-
asset {
|
5129
|
+
asset {
|
5826
5130
|
id
|
5827
5131
|
symbol
|
5828
5132
|
name
|
@@ -5881,18 +5185,9 @@ exports.Customer = {
|
|
5881
5185
|
buyPrice
|
5882
5186
|
createdAt
|
5883
5187
|
updatedAt
|
5884
|
-
trades {
|
5885
|
-
id
|
5886
|
-
}
|
5887
|
-
orders {
|
5888
|
-
id
|
5889
|
-
}
|
5890
5188
|
positions {
|
5891
5189
|
id
|
5892
5190
|
assetId
|
5893
|
-
asset {
|
5894
|
-
id
|
5895
|
-
}
|
5896
5191
|
averageEntryPrice
|
5897
5192
|
qty
|
5898
5193
|
qtyAvailable
|
@@ -5906,9 +5201,6 @@ exports.Customer = {
|
|
5906
5201
|
lastTradePrice
|
5907
5202
|
changeToday
|
5908
5203
|
assetMarginable
|
5909
|
-
alpacaAccount {
|
5910
|
-
id
|
5911
|
-
}
|
5912
5204
|
alpacaAccountId
|
5913
5205
|
}
|
5914
5206
|
newsMentions {
|
@@ -5933,12 +5225,6 @@ exports.Customer = {
|
|
5933
5225
|
logo
|
5934
5226
|
createdAt
|
5935
5227
|
updatedAt
|
5936
|
-
assets {
|
5937
|
-
id
|
5938
|
-
}
|
5939
|
-
}
|
5940
|
-
asset {
|
5941
|
-
id
|
5942
5228
|
}
|
5943
5229
|
relevancyScore
|
5944
5230
|
sentimentScore
|
@@ -5974,9 +5260,6 @@ exports.Customer = {
|
|
5974
5260
|
createdAt
|
5975
5261
|
updatedAt
|
5976
5262
|
orderId
|
5977
|
-
Order {
|
5978
|
-
id
|
5979
|
-
}
|
5980
5263
|
}
|
5981
5264
|
takeProfit {
|
5982
5265
|
id
|
@@ -5985,9 +5268,6 @@ exports.Customer = {
|
|
5985
5268
|
createdAt
|
5986
5269
|
updatedAt
|
5987
5270
|
orderId
|
5988
|
-
Order {
|
5989
|
-
id
|
5990
|
-
}
|
5991
5271
|
}
|
5992
5272
|
trailPrice
|
5993
5273
|
trailPercent
|
@@ -5999,9 +5279,6 @@ exports.Customer = {
|
|
5999
5279
|
filledAt
|
6000
5280
|
filledAvgPrice
|
6001
5281
|
actionId
|
6002
|
-
alpacaAccount {
|
6003
|
-
id
|
6004
|
-
}
|
6005
5282
|
action {
|
6006
5283
|
id
|
6007
5284
|
sequence
|
@@ -6025,9 +5302,6 @@ exports.Customer = {
|
|
6025
5302
|
createdAt
|
6026
5303
|
updatedAt
|
6027
5304
|
status
|
6028
|
-
alpacaAccount {
|
6029
|
-
id
|
6030
|
-
}
|
6031
5305
|
asset {
|
6032
5306
|
id
|
6033
5307
|
symbol
|
@@ -6087,18 +5361,9 @@ exports.Customer = {
|
|
6087
5361
|
buyPrice
|
6088
5362
|
createdAt
|
6089
5363
|
updatedAt
|
6090
|
-
trades {
|
6091
|
-
id
|
6092
|
-
}
|
6093
|
-
orders {
|
6094
|
-
id
|
6095
|
-
}
|
6096
5364
|
positions {
|
6097
5365
|
id
|
6098
5366
|
assetId
|
6099
|
-
asset {
|
6100
|
-
id
|
6101
|
-
}
|
6102
5367
|
averageEntryPrice
|
6103
5368
|
qty
|
6104
5369
|
qtyAvailable
|
@@ -6112,9 +5377,6 @@ exports.Customer = {
|
|
6112
5377
|
lastTradePrice
|
6113
5378
|
changeToday
|
6114
5379
|
assetMarginable
|
6115
|
-
alpacaAccount {
|
6116
|
-
id
|
6117
|
-
}
|
6118
5380
|
alpacaAccountId
|
6119
5381
|
}
|
6120
5382
|
newsMentions {
|
@@ -6139,24 +5401,12 @@ exports.Customer = {
|
|
6139
5401
|
logo
|
6140
5402
|
createdAt
|
6141
5403
|
updatedAt
|
6142
|
-
assets {
|
6143
|
-
id
|
6144
|
-
}
|
6145
|
-
}
|
6146
|
-
asset {
|
6147
|
-
id
|
6148
5404
|
}
|
6149
5405
|
relevancyScore
|
6150
5406
|
sentimentScore
|
6151
5407
|
sentimentLabel
|
6152
5408
|
}
|
6153
5409
|
}
|
6154
|
-
actions {
|
6155
|
-
id
|
6156
|
-
}
|
6157
|
-
}
|
6158
|
-
order {
|
6159
|
-
id
|
6160
5410
|
}
|
6161
5411
|
}
|
6162
5412
|
asset {
|
@@ -6233,12 +5483,6 @@ exports.Customer = {
|
|
6233
5483
|
createdAt
|
6234
5484
|
updatedAt
|
6235
5485
|
status
|
6236
|
-
alpacaAccount {
|
6237
|
-
id
|
6238
|
-
}
|
6239
|
-
asset {
|
6240
|
-
id
|
6241
|
-
}
|
6242
5486
|
actions {
|
6243
5487
|
id
|
6244
5488
|
sequence
|
@@ -6247,23 +5491,11 @@ exports.Customer = {
|
|
6247
5491
|
note
|
6248
5492
|
status
|
6249
5493
|
fee
|
6250
|
-
trade {
|
6251
|
-
id
|
6252
|
-
}
|
6253
|
-
order {
|
6254
|
-
id
|
6255
|
-
}
|
6256
5494
|
}
|
6257
5495
|
}
|
6258
|
-
orders {
|
6259
|
-
id
|
6260
|
-
}
|
6261
5496
|
positions {
|
6262
5497
|
id
|
6263
5498
|
assetId
|
6264
|
-
asset {
|
6265
|
-
id
|
6266
|
-
}
|
6267
5499
|
averageEntryPrice
|
6268
5500
|
qty
|
6269
5501
|
qtyAvailable
|
@@ -6277,9 +5509,6 @@ exports.Customer = {
|
|
6277
5509
|
lastTradePrice
|
6278
5510
|
changeToday
|
6279
5511
|
assetMarginable
|
6280
|
-
alpacaAccount {
|
6281
|
-
id
|
6282
|
-
}
|
6283
5512
|
alpacaAccountId
|
6284
5513
|
}
|
6285
5514
|
newsMentions {
|
@@ -6304,12 +5533,6 @@ exports.Customer = {
|
|
6304
5533
|
logo
|
6305
5534
|
createdAt
|
6306
5535
|
updatedAt
|
6307
|
-
assets {
|
6308
|
-
id
|
6309
|
-
}
|
6310
|
-
}
|
6311
|
-
asset {
|
6312
|
-
id
|
6313
5536
|
}
|
6314
5537
|
relevancyScore
|
6315
5538
|
sentimentScore
|
@@ -6400,12 +5623,6 @@ exports.Customer = {
|
|
6400
5623
|
createdAt
|
6401
5624
|
updatedAt
|
6402
5625
|
status
|
6403
|
-
alpacaAccount {
|
6404
|
-
id
|
6405
|
-
}
|
6406
|
-
asset {
|
6407
|
-
id
|
6408
|
-
}
|
6409
5626
|
actions {
|
6410
5627
|
id
|
6411
5628
|
sequence
|
@@ -6414,9 +5631,6 @@ exports.Customer = {
|
|
6414
5631
|
note
|
6415
5632
|
status
|
6416
5633
|
fee
|
6417
|
-
trade {
|
6418
|
-
id
|
6419
|
-
}
|
6420
5634
|
order {
|
6421
5635
|
id
|
6422
5636
|
clientOrderId
|
@@ -6437,9 +5651,6 @@ exports.Customer = {
|
|
6437
5651
|
createdAt
|
6438
5652
|
updatedAt
|
6439
5653
|
orderId
|
6440
|
-
Order {
|
6441
|
-
id
|
6442
|
-
}
|
6443
5654
|
}
|
6444
5655
|
takeProfit {
|
6445
5656
|
id
|
@@ -6448,9 +5659,6 @@ exports.Customer = {
|
|
6448
5659
|
createdAt
|
6449
5660
|
updatedAt
|
6450
5661
|
orderId
|
6451
|
-
Order {
|
6452
|
-
id
|
6453
|
-
}
|
6454
5662
|
}
|
6455
5663
|
trailPrice
|
6456
5664
|
trailPercent
|
@@ -6462,15 +5670,6 @@ exports.Customer = {
|
|
6462
5670
|
filledAt
|
6463
5671
|
filledAvgPrice
|
6464
5672
|
actionId
|
6465
|
-
alpacaAccount {
|
6466
|
-
id
|
6467
|
-
}
|
6468
|
-
action {
|
6469
|
-
id
|
6470
|
-
}
|
6471
|
-
asset {
|
6472
|
-
id
|
6473
|
-
}
|
6474
5673
|
fee
|
6475
5674
|
strikePrice
|
6476
5675
|
expirationDate
|
@@ -6500,9 +5699,6 @@ exports.Customer = {
|
|
6500
5699
|
createdAt
|
6501
5700
|
updatedAt
|
6502
5701
|
orderId
|
6503
|
-
Order {
|
6504
|
-
id
|
6505
|
-
}
|
6506
5702
|
}
|
6507
5703
|
takeProfit {
|
6508
5704
|
id
|
@@ -6511,9 +5707,6 @@ exports.Customer = {
|
|
6511
5707
|
createdAt
|
6512
5708
|
updatedAt
|
6513
5709
|
orderId
|
6514
|
-
Order {
|
6515
|
-
id
|
6516
|
-
}
|
6517
5710
|
}
|
6518
5711
|
trailPrice
|
6519
5712
|
trailPercent
|
@@ -6525,9 +5718,6 @@ exports.Customer = {
|
|
6525
5718
|
filledAt
|
6526
5719
|
filledAvgPrice
|
6527
5720
|
actionId
|
6528
|
-
alpacaAccount {
|
6529
|
-
id
|
6530
|
-
}
|
6531
5721
|
action {
|
6532
5722
|
id
|
6533
5723
|
sequence
|
@@ -6551,23 +5741,8 @@ exports.Customer = {
|
|
6551
5741
|
createdAt
|
6552
5742
|
updatedAt
|
6553
5743
|
status
|
6554
|
-
alpacaAccount {
|
6555
|
-
id
|
6556
|
-
}
|
6557
|
-
asset {
|
6558
|
-
id
|
6559
|
-
}
|
6560
|
-
actions {
|
6561
|
-
id
|
6562
|
-
}
|
6563
|
-
}
|
6564
|
-
order {
|
6565
|
-
id
|
6566
5744
|
}
|
6567
5745
|
}
|
6568
|
-
asset {
|
6569
|
-
id
|
6570
|
-
}
|
6571
5746
|
fee
|
6572
5747
|
strikePrice
|
6573
5748
|
expirationDate
|
@@ -6575,9 +5750,6 @@ exports.Customer = {
|
|
6575
5750
|
stopLossId
|
6576
5751
|
takeProfitId
|
6577
5752
|
}
|
6578
|
-
positions {
|
6579
|
-
id
|
6580
|
-
}
|
6581
5753
|
newsMentions {
|
6582
5754
|
id
|
6583
5755
|
assetId
|
@@ -6600,12 +5772,6 @@ exports.Customer = {
|
|
6600
5772
|
logo
|
6601
5773
|
createdAt
|
6602
5774
|
updatedAt
|
6603
|
-
assets {
|
6604
|
-
id
|
6605
|
-
}
|
6606
|
-
}
|
6607
|
-
asset {
|
6608
|
-
id
|
6609
5775
|
}
|
6610
5776
|
relevancyScore
|
6611
5777
|
sentimentScore
|
@@ -6625,9 +5791,6 @@ exports.Customer = {
|
|
6625
5791
|
lastTradePrice
|
6626
5792
|
changeToday
|
6627
5793
|
assetMarginable
|
6628
|
-
alpacaAccount {
|
6629
|
-
id
|
6630
|
-
}
|
6631
5794
|
alpacaAccountId
|
6632
5795
|
}
|
6633
5796
|
alerts {
|
@@ -6638,9 +5801,6 @@ exports.Customer = {
|
|
6638
5801
|
isRead
|
6639
5802
|
createdAt
|
6640
5803
|
updatedAt
|
6641
|
-
alpacaAccount {
|
6642
|
-
id
|
6643
|
-
}
|
6644
5804
|
}
|
6645
5805
|
}
|
6646
5806
|
}
|
@@ -6703,9 +5863,6 @@ exports.Customer = {
|
|
6703
5863
|
bio
|
6704
5864
|
jobTitle
|
6705
5865
|
currentAccount
|
6706
|
-
customer {
|
6707
|
-
id
|
6708
|
-
}
|
6709
5866
|
customerId
|
6710
5867
|
accounts {
|
6711
5868
|
id
|
@@ -6722,18 +5879,12 @@ exports.Customer = {
|
|
6722
5879
|
session_state
|
6723
5880
|
createdAt
|
6724
5881
|
updatedAt
|
6725
|
-
user {
|
6726
|
-
id
|
6727
|
-
}
|
6728
5882
|
}
|
6729
5883
|
sessions {
|
6730
5884
|
id
|
6731
5885
|
sessionToken
|
6732
5886
|
userId
|
6733
5887
|
expires
|
6734
|
-
user {
|
6735
|
-
id
|
6736
|
-
}
|
6737
5888
|
createdAt
|
6738
5889
|
updatedAt
|
6739
5890
|
}
|
@@ -6743,9 +5894,6 @@ exports.Customer = {
|
|
6743
5894
|
credentialID
|
6744
5895
|
publicKey
|
6745
5896
|
counter
|
6746
|
-
user {
|
6747
|
-
id
|
6748
|
-
}
|
6749
5897
|
createdAt
|
6750
5898
|
updatedAt
|
6751
5899
|
}
|
@@ -6759,9 +5907,6 @@ exports.Customer = {
|
|
6759
5907
|
marketOpen
|
6760
5908
|
minOrderSize
|
6761
5909
|
maxOrderSize
|
6762
|
-
user {
|
6763
|
-
id
|
6764
|
-
}
|
6765
5910
|
userId
|
6766
5911
|
createdAt
|
6767
5912
|
updatedAt
|
@@ -6780,9 +5925,6 @@ exports.Customer = {
|
|
6780
5925
|
createdAt
|
6781
5926
|
updatedAt
|
6782
5927
|
status
|
6783
|
-
alpacaAccount {
|
6784
|
-
id
|
6785
|
-
}
|
6786
5928
|
asset {
|
6787
5929
|
id
|
6788
5930
|
symbol
|
@@ -6842,9 +5984,6 @@ exports.Customer = {
|
|
6842
5984
|
buyPrice
|
6843
5985
|
createdAt
|
6844
5986
|
updatedAt
|
6845
|
-
trades {
|
6846
|
-
id
|
6847
|
-
}
|
6848
5987
|
orders {
|
6849
5988
|
id
|
6850
5989
|
clientOrderId
|
@@ -6865,9 +6004,6 @@ exports.Customer = {
|
|
6865
6004
|
createdAt
|
6866
6005
|
updatedAt
|
6867
6006
|
orderId
|
6868
|
-
Order {
|
6869
|
-
id
|
6870
|
-
}
|
6871
6007
|
}
|
6872
6008
|
takeProfit {
|
6873
6009
|
id
|
@@ -6876,9 +6012,6 @@ exports.Customer = {
|
|
6876
6012
|
createdAt
|
6877
6013
|
updatedAt
|
6878
6014
|
orderId
|
6879
|
-
Order {
|
6880
|
-
id
|
6881
|
-
}
|
6882
6015
|
}
|
6883
6016
|
trailPrice
|
6884
6017
|
trailPercent
|
@@ -6890,9 +6023,6 @@ exports.Customer = {
|
|
6890
6023
|
filledAt
|
6891
6024
|
filledAvgPrice
|
6892
6025
|
actionId
|
6893
|
-
alpacaAccount {
|
6894
|
-
id
|
6895
|
-
}
|
6896
6026
|
action {
|
6897
6027
|
id
|
6898
6028
|
sequence
|
@@ -6901,15 +6031,6 @@ exports.Customer = {
|
|
6901
6031
|
note
|
6902
6032
|
status
|
6903
6033
|
fee
|
6904
|
-
trade {
|
6905
|
-
id
|
6906
|
-
}
|
6907
|
-
order {
|
6908
|
-
id
|
6909
|
-
}
|
6910
|
-
}
|
6911
|
-
asset {
|
6912
|
-
id
|
6913
6034
|
}
|
6914
6035
|
fee
|
6915
6036
|
strikePrice
|
@@ -6921,9 +6042,6 @@ exports.Customer = {
|
|
6921
6042
|
positions {
|
6922
6043
|
id
|
6923
6044
|
assetId
|
6924
|
-
asset {
|
6925
|
-
id
|
6926
|
-
}
|
6927
6045
|
averageEntryPrice
|
6928
6046
|
qty
|
6929
6047
|
qtyAvailable
|
@@ -6937,9 +6055,6 @@ exports.Customer = {
|
|
6937
6055
|
lastTradePrice
|
6938
6056
|
changeToday
|
6939
6057
|
assetMarginable
|
6940
|
-
alpacaAccount {
|
6941
|
-
id
|
6942
|
-
}
|
6943
6058
|
alpacaAccountId
|
6944
6059
|
}
|
6945
6060
|
newsMentions {
|
@@ -6964,12 +6079,6 @@ exports.Customer = {
|
|
6964
6079
|
logo
|
6965
6080
|
createdAt
|
6966
6081
|
updatedAt
|
6967
|
-
assets {
|
6968
|
-
id
|
6969
|
-
}
|
6970
|
-
}
|
6971
|
-
asset {
|
6972
|
-
id
|
6973
6082
|
}
|
6974
6083
|
relevancyScore
|
6975
6084
|
sentimentScore
|
@@ -6984,9 +6093,6 @@ exports.Customer = {
|
|
6984
6093
|
note
|
6985
6094
|
status
|
6986
6095
|
fee
|
6987
|
-
trade {
|
6988
|
-
id
|
6989
|
-
}
|
6990
6096
|
order {
|
6991
6097
|
id
|
6992
6098
|
clientOrderId
|
@@ -7007,9 +6113,6 @@ exports.Customer = {
|
|
7007
6113
|
createdAt
|
7008
6114
|
updatedAt
|
7009
6115
|
orderId
|
7010
|
-
Order {
|
7011
|
-
id
|
7012
|
-
}
|
7013
6116
|
}
|
7014
6117
|
takeProfit {
|
7015
6118
|
id
|
@@ -7018,9 +6121,6 @@ exports.Customer = {
|
|
7018
6121
|
createdAt
|
7019
6122
|
updatedAt
|
7020
6123
|
orderId
|
7021
|
-
Order {
|
7022
|
-
id
|
7023
|
-
}
|
7024
6124
|
}
|
7025
6125
|
trailPrice
|
7026
6126
|
trailPercent
|
@@ -7032,12 +6132,6 @@ exports.Customer = {
|
|
7032
6132
|
filledAt
|
7033
6133
|
filledAvgPrice
|
7034
6134
|
actionId
|
7035
|
-
alpacaAccount {
|
7036
|
-
id
|
7037
|
-
}
|
7038
|
-
action {
|
7039
|
-
id
|
7040
|
-
}
|
7041
6135
|
asset {
|
7042
6136
|
id
|
7043
6137
|
symbol
|
@@ -7097,18 +6191,9 @@ exports.Customer = {
|
|
7097
6191
|
buyPrice
|
7098
6192
|
createdAt
|
7099
6193
|
updatedAt
|
7100
|
-
trades {
|
7101
|
-
id
|
7102
|
-
}
|
7103
|
-
orders {
|
7104
|
-
id
|
7105
|
-
}
|
7106
6194
|
positions {
|
7107
6195
|
id
|
7108
6196
|
assetId
|
7109
|
-
asset {
|
7110
|
-
id
|
7111
|
-
}
|
7112
6197
|
averageEntryPrice
|
7113
6198
|
qty
|
7114
6199
|
qtyAvailable
|
@@ -7122,9 +6207,6 @@ exports.Customer = {
|
|
7122
6207
|
lastTradePrice
|
7123
6208
|
changeToday
|
7124
6209
|
assetMarginable
|
7125
|
-
alpacaAccount {
|
7126
|
-
id
|
7127
|
-
}
|
7128
6210
|
alpacaAccountId
|
7129
6211
|
}
|
7130
6212
|
newsMentions {
|
@@ -7149,12 +6231,6 @@ exports.Customer = {
|
|
7149
6231
|
logo
|
7150
6232
|
createdAt
|
7151
6233
|
updatedAt
|
7152
|
-
assets {
|
7153
|
-
id
|
7154
|
-
}
|
7155
|
-
}
|
7156
|
-
asset {
|
7157
|
-
id
|
7158
6234
|
}
|
7159
6235
|
relevancyScore
|
7160
6236
|
sentimentScore
|
@@ -7190,9 +6266,6 @@ exports.Customer = {
|
|
7190
6266
|
createdAt
|
7191
6267
|
updatedAt
|
7192
6268
|
orderId
|
7193
|
-
Order {
|
7194
|
-
id
|
7195
|
-
}
|
7196
6269
|
}
|
7197
6270
|
takeProfit {
|
7198
6271
|
id
|
@@ -7201,9 +6274,6 @@ exports.Customer = {
|
|
7201
6274
|
createdAt
|
7202
6275
|
updatedAt
|
7203
6276
|
orderId
|
7204
|
-
Order {
|
7205
|
-
id
|
7206
|
-
}
|
7207
6277
|
}
|
7208
6278
|
trailPrice
|
7209
6279
|
trailPercent
|
@@ -7215,9 +6285,6 @@ exports.Customer = {
|
|
7215
6285
|
filledAt
|
7216
6286
|
filledAvgPrice
|
7217
6287
|
actionId
|
7218
|
-
alpacaAccount {
|
7219
|
-
id
|
7220
|
-
}
|
7221
6288
|
action {
|
7222
6289
|
id
|
7223
6290
|
sequence
|
@@ -7241,9 +6308,6 @@ exports.Customer = {
|
|
7241
6308
|
createdAt
|
7242
6309
|
updatedAt
|
7243
6310
|
status
|
7244
|
-
alpacaAccount {
|
7245
|
-
id
|
7246
|
-
}
|
7247
6311
|
asset {
|
7248
6312
|
id
|
7249
6313
|
symbol
|
@@ -7303,18 +6367,9 @@ exports.Customer = {
|
|
7303
6367
|
buyPrice
|
7304
6368
|
createdAt
|
7305
6369
|
updatedAt
|
7306
|
-
trades {
|
7307
|
-
id
|
7308
|
-
}
|
7309
|
-
orders {
|
7310
|
-
id
|
7311
|
-
}
|
7312
6370
|
positions {
|
7313
6371
|
id
|
7314
6372
|
assetId
|
7315
|
-
asset {
|
7316
|
-
id
|
7317
|
-
}
|
7318
6373
|
averageEntryPrice
|
7319
6374
|
qty
|
7320
6375
|
qtyAvailable
|
@@ -7328,9 +6383,6 @@ exports.Customer = {
|
|
7328
6383
|
lastTradePrice
|
7329
6384
|
changeToday
|
7330
6385
|
assetMarginable
|
7331
|
-
alpacaAccount {
|
7332
|
-
id
|
7333
|
-
}
|
7334
6386
|
alpacaAccountId
|
7335
6387
|
}
|
7336
6388
|
newsMentions {
|
@@ -7355,24 +6407,12 @@ exports.Customer = {
|
|
7355
6407
|
logo
|
7356
6408
|
createdAt
|
7357
6409
|
updatedAt
|
7358
|
-
assets {
|
7359
|
-
id
|
7360
|
-
}
|
7361
|
-
}
|
7362
|
-
asset {
|
7363
|
-
id
|
7364
6410
|
}
|
7365
6411
|
relevancyScore
|
7366
6412
|
sentimentScore
|
7367
6413
|
sentimentLabel
|
7368
6414
|
}
|
7369
6415
|
}
|
7370
|
-
actions {
|
7371
|
-
id
|
7372
|
-
}
|
7373
|
-
}
|
7374
|
-
order {
|
7375
|
-
id
|
7376
6416
|
}
|
7377
6417
|
}
|
7378
6418
|
asset {
|
@@ -7449,12 +6489,6 @@ exports.Customer = {
|
|
7449
6489
|
createdAt
|
7450
6490
|
updatedAt
|
7451
6491
|
status
|
7452
|
-
alpacaAccount {
|
7453
|
-
id
|
7454
|
-
}
|
7455
|
-
asset {
|
7456
|
-
id
|
7457
|
-
}
|
7458
6492
|
actions {
|
7459
6493
|
id
|
7460
6494
|
sequence
|
@@ -7463,23 +6497,11 @@ exports.Customer = {
|
|
7463
6497
|
note
|
7464
6498
|
status
|
7465
6499
|
fee
|
7466
|
-
trade {
|
7467
|
-
id
|
7468
|
-
}
|
7469
|
-
order {
|
7470
|
-
id
|
7471
|
-
}
|
7472
6500
|
}
|
7473
6501
|
}
|
7474
|
-
orders {
|
7475
|
-
id
|
7476
|
-
}
|
7477
6502
|
positions {
|
7478
6503
|
id
|
7479
6504
|
assetId
|
7480
|
-
asset {
|
7481
|
-
id
|
7482
|
-
}
|
7483
6505
|
averageEntryPrice
|
7484
6506
|
qty
|
7485
6507
|
qtyAvailable
|
@@ -7493,9 +6515,6 @@ exports.Customer = {
|
|
7493
6515
|
lastTradePrice
|
7494
6516
|
changeToday
|
7495
6517
|
assetMarginable
|
7496
|
-
alpacaAccount {
|
7497
|
-
id
|
7498
|
-
}
|
7499
6518
|
alpacaAccountId
|
7500
6519
|
}
|
7501
6520
|
newsMentions {
|
@@ -7520,12 +6539,6 @@ exports.Customer = {
|
|
7520
6539
|
logo
|
7521
6540
|
createdAt
|
7522
6541
|
updatedAt
|
7523
|
-
assets {
|
7524
|
-
id
|
7525
|
-
}
|
7526
|
-
}
|
7527
|
-
asset {
|
7528
|
-
id
|
7529
6542
|
}
|
7530
6543
|
relevancyScore
|
7531
6544
|
sentimentScore
|
@@ -7616,12 +6629,6 @@ exports.Customer = {
|
|
7616
6629
|
createdAt
|
7617
6630
|
updatedAt
|
7618
6631
|
status
|
7619
|
-
alpacaAccount {
|
7620
|
-
id
|
7621
|
-
}
|
7622
|
-
asset {
|
7623
|
-
id
|
7624
|
-
}
|
7625
6632
|
actions {
|
7626
6633
|
id
|
7627
6634
|
sequence
|
@@ -7630,9 +6637,6 @@ exports.Customer = {
|
|
7630
6637
|
note
|
7631
6638
|
status
|
7632
6639
|
fee
|
7633
|
-
trade {
|
7634
|
-
id
|
7635
|
-
}
|
7636
6640
|
order {
|
7637
6641
|
id
|
7638
6642
|
clientOrderId
|
@@ -7653,9 +6657,6 @@ exports.Customer = {
|
|
7653
6657
|
createdAt
|
7654
6658
|
updatedAt
|
7655
6659
|
orderId
|
7656
|
-
Order {
|
7657
|
-
id
|
7658
|
-
}
|
7659
6660
|
}
|
7660
6661
|
takeProfit {
|
7661
6662
|
id
|
@@ -7664,9 +6665,6 @@ exports.Customer = {
|
|
7664
6665
|
createdAt
|
7665
6666
|
updatedAt
|
7666
6667
|
orderId
|
7667
|
-
Order {
|
7668
|
-
id
|
7669
|
-
}
|
7670
6668
|
}
|
7671
6669
|
trailPrice
|
7672
6670
|
trailPercent
|
@@ -7678,15 +6676,6 @@ exports.Customer = {
|
|
7678
6676
|
filledAt
|
7679
6677
|
filledAvgPrice
|
7680
6678
|
actionId
|
7681
|
-
alpacaAccount {
|
7682
|
-
id
|
7683
|
-
}
|
7684
|
-
action {
|
7685
|
-
id
|
7686
|
-
}
|
7687
|
-
asset {
|
7688
|
-
id
|
7689
|
-
}
|
7690
6679
|
fee
|
7691
6680
|
strikePrice
|
7692
6681
|
expirationDate
|
@@ -7716,9 +6705,6 @@ exports.Customer = {
|
|
7716
6705
|
createdAt
|
7717
6706
|
updatedAt
|
7718
6707
|
orderId
|
7719
|
-
Order {
|
7720
|
-
id
|
7721
|
-
}
|
7722
6708
|
}
|
7723
6709
|
takeProfit {
|
7724
6710
|
id
|
@@ -7727,9 +6713,6 @@ exports.Customer = {
|
|
7727
6713
|
createdAt
|
7728
6714
|
updatedAt
|
7729
6715
|
orderId
|
7730
|
-
Order {
|
7731
|
-
id
|
7732
|
-
}
|
7733
6716
|
}
|
7734
6717
|
trailPrice
|
7735
6718
|
trailPercent
|
@@ -7741,9 +6724,6 @@ exports.Customer = {
|
|
7741
6724
|
filledAt
|
7742
6725
|
filledAvgPrice
|
7743
6726
|
actionId
|
7744
|
-
alpacaAccount {
|
7745
|
-
id
|
7746
|
-
}
|
7747
6727
|
action {
|
7748
6728
|
id
|
7749
6729
|
sequence
|
@@ -7767,23 +6747,8 @@ exports.Customer = {
|
|
7767
6747
|
createdAt
|
7768
6748
|
updatedAt
|
7769
6749
|
status
|
7770
|
-
alpacaAccount {
|
7771
|
-
id
|
7772
|
-
}
|
7773
|
-
asset {
|
7774
|
-
id
|
7775
|
-
}
|
7776
|
-
actions {
|
7777
|
-
id
|
7778
|
-
}
|
7779
|
-
}
|
7780
|
-
order {
|
7781
|
-
id
|
7782
6750
|
}
|
7783
6751
|
}
|
7784
|
-
asset {
|
7785
|
-
id
|
7786
|
-
}
|
7787
6752
|
fee
|
7788
6753
|
strikePrice
|
7789
6754
|
expirationDate
|
@@ -7791,9 +6756,6 @@ exports.Customer = {
|
|
7791
6756
|
stopLossId
|
7792
6757
|
takeProfitId
|
7793
6758
|
}
|
7794
|
-
positions {
|
7795
|
-
id
|
7796
|
-
}
|
7797
6759
|
newsMentions {
|
7798
6760
|
id
|
7799
6761
|
assetId
|
@@ -7816,12 +6778,6 @@ exports.Customer = {
|
|
7816
6778
|
logo
|
7817
6779
|
createdAt
|
7818
6780
|
updatedAt
|
7819
|
-
assets {
|
7820
|
-
id
|
7821
|
-
}
|
7822
|
-
}
|
7823
|
-
asset {
|
7824
|
-
id
|
7825
6781
|
}
|
7826
6782
|
relevancyScore
|
7827
6783
|
sentimentScore
|
@@ -7841,9 +6797,6 @@ exports.Customer = {
|
|
7841
6797
|
lastTradePrice
|
7842
6798
|
changeToday
|
7843
6799
|
assetMarginable
|
7844
|
-
alpacaAccount {
|
7845
|
-
id
|
7846
|
-
}
|
7847
6800
|
alpacaAccountId
|
7848
6801
|
}
|
7849
6802
|
alerts {
|
@@ -7854,9 +6807,6 @@ exports.Customer = {
|
|
7854
6807
|
isRead
|
7855
6808
|
createdAt
|
7856
6809
|
updatedAt
|
7857
|
-
alpacaAccount {
|
7858
|
-
id
|
7859
|
-
}
|
7860
6810
|
}
|
7861
6811
|
}
|
7862
6812
|
}
|
@@ -7910,9 +6860,6 @@ exports.Customer = {
|
|
7910
6860
|
bio
|
7911
6861
|
jobTitle
|
7912
6862
|
currentAccount
|
7913
|
-
customer {
|
7914
|
-
id
|
7915
|
-
}
|
7916
6863
|
customerId
|
7917
6864
|
accounts {
|
7918
6865
|
id
|
@@ -7929,18 +6876,12 @@ exports.Customer = {
|
|
7929
6876
|
session_state
|
7930
6877
|
createdAt
|
7931
6878
|
updatedAt
|
7932
|
-
user {
|
7933
|
-
id
|
7934
|
-
}
|
7935
6879
|
}
|
7936
6880
|
sessions {
|
7937
6881
|
id
|
7938
6882
|
sessionToken
|
7939
6883
|
userId
|
7940
6884
|
expires
|
7941
|
-
user {
|
7942
|
-
id
|
7943
|
-
}
|
7944
6885
|
createdAt
|
7945
6886
|
updatedAt
|
7946
6887
|
}
|
@@ -7950,9 +6891,6 @@ exports.Customer = {
|
|
7950
6891
|
credentialID
|
7951
6892
|
publicKey
|
7952
6893
|
counter
|
7953
|
-
user {
|
7954
|
-
id
|
7955
|
-
}
|
7956
6894
|
createdAt
|
7957
6895
|
updatedAt
|
7958
6896
|
}
|
@@ -7966,9 +6904,6 @@ exports.Customer = {
|
|
7966
6904
|
marketOpen
|
7967
6905
|
minOrderSize
|
7968
6906
|
maxOrderSize
|
7969
|
-
user {
|
7970
|
-
id
|
7971
|
-
}
|
7972
6907
|
userId
|
7973
6908
|
createdAt
|
7974
6909
|
updatedAt
|
@@ -7987,9 +6922,6 @@ exports.Customer = {
|
|
7987
6922
|
createdAt
|
7988
6923
|
updatedAt
|
7989
6924
|
status
|
7990
|
-
alpacaAccount {
|
7991
|
-
id
|
7992
|
-
}
|
7993
6925
|
asset {
|
7994
6926
|
id
|
7995
6927
|
symbol
|
@@ -8049,9 +6981,6 @@ exports.Customer = {
|
|
8049
6981
|
buyPrice
|
8050
6982
|
createdAt
|
8051
6983
|
updatedAt
|
8052
|
-
trades {
|
8053
|
-
id
|
8054
|
-
}
|
8055
6984
|
orders {
|
8056
6985
|
id
|
8057
6986
|
clientOrderId
|
@@ -8072,9 +7001,6 @@ exports.Customer = {
|
|
8072
7001
|
createdAt
|
8073
7002
|
updatedAt
|
8074
7003
|
orderId
|
8075
|
-
Order {
|
8076
|
-
id
|
8077
|
-
}
|
8078
7004
|
}
|
8079
7005
|
takeProfit {
|
8080
7006
|
id
|
@@ -8083,9 +7009,6 @@ exports.Customer = {
|
|
8083
7009
|
createdAt
|
8084
7010
|
updatedAt
|
8085
7011
|
orderId
|
8086
|
-
Order {
|
8087
|
-
id
|
8088
|
-
}
|
8089
7012
|
}
|
8090
7013
|
trailPrice
|
8091
7014
|
trailPercent
|
@@ -8097,9 +7020,6 @@ exports.Customer = {
|
|
8097
7020
|
filledAt
|
8098
7021
|
filledAvgPrice
|
8099
7022
|
actionId
|
8100
|
-
alpacaAccount {
|
8101
|
-
id
|
8102
|
-
}
|
8103
7023
|
action {
|
8104
7024
|
id
|
8105
7025
|
sequence
|
@@ -8108,15 +7028,6 @@ exports.Customer = {
|
|
8108
7028
|
note
|
8109
7029
|
status
|
8110
7030
|
fee
|
8111
|
-
trade {
|
8112
|
-
id
|
8113
|
-
}
|
8114
|
-
order {
|
8115
|
-
id
|
8116
|
-
}
|
8117
|
-
}
|
8118
|
-
asset {
|
8119
|
-
id
|
8120
7031
|
}
|
8121
7032
|
fee
|
8122
7033
|
strikePrice
|
@@ -8128,9 +7039,6 @@ exports.Customer = {
|
|
8128
7039
|
positions {
|
8129
7040
|
id
|
8130
7041
|
assetId
|
8131
|
-
asset {
|
8132
|
-
id
|
8133
|
-
}
|
8134
7042
|
averageEntryPrice
|
8135
7043
|
qty
|
8136
7044
|
qtyAvailable
|
@@ -8144,9 +7052,6 @@ exports.Customer = {
|
|
8144
7052
|
lastTradePrice
|
8145
7053
|
changeToday
|
8146
7054
|
assetMarginable
|
8147
|
-
alpacaAccount {
|
8148
|
-
id
|
8149
|
-
}
|
8150
7055
|
alpacaAccountId
|
8151
7056
|
}
|
8152
7057
|
newsMentions {
|
@@ -8171,12 +7076,6 @@ exports.Customer = {
|
|
8171
7076
|
logo
|
8172
7077
|
createdAt
|
8173
7078
|
updatedAt
|
8174
|
-
assets {
|
8175
|
-
id
|
8176
|
-
}
|
8177
|
-
}
|
8178
|
-
asset {
|
8179
|
-
id
|
8180
7079
|
}
|
8181
7080
|
relevancyScore
|
8182
7081
|
sentimentScore
|
@@ -8191,9 +7090,6 @@ exports.Customer = {
|
|
8191
7090
|
note
|
8192
7091
|
status
|
8193
7092
|
fee
|
8194
|
-
trade {
|
8195
|
-
id
|
8196
|
-
}
|
8197
7093
|
order {
|
8198
7094
|
id
|
8199
7095
|
clientOrderId
|
@@ -8214,9 +7110,6 @@ exports.Customer = {
|
|
8214
7110
|
createdAt
|
8215
7111
|
updatedAt
|
8216
7112
|
orderId
|
8217
|
-
Order {
|
8218
|
-
id
|
8219
|
-
}
|
8220
7113
|
}
|
8221
7114
|
takeProfit {
|
8222
7115
|
id
|
@@ -8225,9 +7118,6 @@ exports.Customer = {
|
|
8225
7118
|
createdAt
|
8226
7119
|
updatedAt
|
8227
7120
|
orderId
|
8228
|
-
Order {
|
8229
|
-
id
|
8230
|
-
}
|
8231
7121
|
}
|
8232
7122
|
trailPrice
|
8233
7123
|
trailPercent
|
@@ -8239,12 +7129,6 @@ exports.Customer = {
|
|
8239
7129
|
filledAt
|
8240
7130
|
filledAvgPrice
|
8241
7131
|
actionId
|
8242
|
-
alpacaAccount {
|
8243
|
-
id
|
8244
|
-
}
|
8245
|
-
action {
|
8246
|
-
id
|
8247
|
-
}
|
8248
7132
|
asset {
|
8249
7133
|
id
|
8250
7134
|
symbol
|
@@ -8304,18 +7188,9 @@ exports.Customer = {
|
|
8304
7188
|
buyPrice
|
8305
7189
|
createdAt
|
8306
7190
|
updatedAt
|
8307
|
-
trades {
|
8308
|
-
id
|
8309
|
-
}
|
8310
|
-
orders {
|
8311
|
-
id
|
8312
|
-
}
|
8313
7191
|
positions {
|
8314
7192
|
id
|
8315
7193
|
assetId
|
8316
|
-
asset {
|
8317
|
-
id
|
8318
|
-
}
|
8319
7194
|
averageEntryPrice
|
8320
7195
|
qty
|
8321
7196
|
qtyAvailable
|
@@ -8329,9 +7204,6 @@ exports.Customer = {
|
|
8329
7204
|
lastTradePrice
|
8330
7205
|
changeToday
|
8331
7206
|
assetMarginable
|
8332
|
-
alpacaAccount {
|
8333
|
-
id
|
8334
|
-
}
|
8335
7207
|
alpacaAccountId
|
8336
7208
|
}
|
8337
7209
|
newsMentions {
|
@@ -8356,12 +7228,6 @@ exports.Customer = {
|
|
8356
7228
|
logo
|
8357
7229
|
createdAt
|
8358
7230
|
updatedAt
|
8359
|
-
assets {
|
8360
|
-
id
|
8361
|
-
}
|
8362
|
-
}
|
8363
|
-
asset {
|
8364
|
-
id
|
8365
7231
|
}
|
8366
7232
|
relevancyScore
|
8367
7233
|
sentimentScore
|
@@ -8397,9 +7263,6 @@ exports.Customer = {
|
|
8397
7263
|
createdAt
|
8398
7264
|
updatedAt
|
8399
7265
|
orderId
|
8400
|
-
Order {
|
8401
|
-
id
|
8402
|
-
}
|
8403
7266
|
}
|
8404
7267
|
takeProfit {
|
8405
7268
|
id
|
@@ -8408,9 +7271,6 @@ exports.Customer = {
|
|
8408
7271
|
createdAt
|
8409
7272
|
updatedAt
|
8410
7273
|
orderId
|
8411
|
-
Order {
|
8412
|
-
id
|
8413
|
-
}
|
8414
7274
|
}
|
8415
7275
|
trailPrice
|
8416
7276
|
trailPercent
|
@@ -8422,9 +7282,6 @@ exports.Customer = {
|
|
8422
7282
|
filledAt
|
8423
7283
|
filledAvgPrice
|
8424
7284
|
actionId
|
8425
|
-
alpacaAccount {
|
8426
|
-
id
|
8427
|
-
}
|
8428
7285
|
action {
|
8429
7286
|
id
|
8430
7287
|
sequence
|
@@ -8448,9 +7305,6 @@ exports.Customer = {
|
|
8448
7305
|
createdAt
|
8449
7306
|
updatedAt
|
8450
7307
|
status
|
8451
|
-
alpacaAccount {
|
8452
|
-
id
|
8453
|
-
}
|
8454
7308
|
asset {
|
8455
7309
|
id
|
8456
7310
|
symbol
|
@@ -8510,18 +7364,9 @@ exports.Customer = {
|
|
8510
7364
|
buyPrice
|
8511
7365
|
createdAt
|
8512
7366
|
updatedAt
|
8513
|
-
trades {
|
8514
|
-
id
|
8515
|
-
}
|
8516
|
-
orders {
|
8517
|
-
id
|
8518
|
-
}
|
8519
7367
|
positions {
|
8520
7368
|
id
|
8521
7369
|
assetId
|
8522
|
-
asset {
|
8523
|
-
id
|
8524
|
-
}
|
8525
7370
|
averageEntryPrice
|
8526
7371
|
qty
|
8527
7372
|
qtyAvailable
|
@@ -8535,9 +7380,6 @@ exports.Customer = {
|
|
8535
7380
|
lastTradePrice
|
8536
7381
|
changeToday
|
8537
7382
|
assetMarginable
|
8538
|
-
alpacaAccount {
|
8539
|
-
id
|
8540
|
-
}
|
8541
7383
|
alpacaAccountId
|
8542
7384
|
}
|
8543
7385
|
newsMentions {
|
@@ -8562,24 +7404,12 @@ exports.Customer = {
|
|
8562
7404
|
logo
|
8563
7405
|
createdAt
|
8564
7406
|
updatedAt
|
8565
|
-
assets {
|
8566
|
-
id
|
8567
|
-
}
|
8568
|
-
}
|
8569
|
-
asset {
|
8570
|
-
id
|
8571
7407
|
}
|
8572
7408
|
relevancyScore
|
8573
7409
|
sentimentScore
|
8574
7410
|
sentimentLabel
|
8575
7411
|
}
|
8576
7412
|
}
|
8577
|
-
actions {
|
8578
|
-
id
|
8579
|
-
}
|
8580
|
-
}
|
8581
|
-
order {
|
8582
|
-
id
|
8583
7413
|
}
|
8584
7414
|
}
|
8585
7415
|
asset {
|
@@ -8656,12 +7486,6 @@ exports.Customer = {
|
|
8656
7486
|
createdAt
|
8657
7487
|
updatedAt
|
8658
7488
|
status
|
8659
|
-
alpacaAccount {
|
8660
|
-
id
|
8661
|
-
}
|
8662
|
-
asset {
|
8663
|
-
id
|
8664
|
-
}
|
8665
7489
|
actions {
|
8666
7490
|
id
|
8667
7491
|
sequence
|
@@ -8670,23 +7494,11 @@ exports.Customer = {
|
|
8670
7494
|
note
|
8671
7495
|
status
|
8672
7496
|
fee
|
8673
|
-
trade {
|
8674
|
-
id
|
8675
|
-
}
|
8676
|
-
order {
|
8677
|
-
id
|
8678
|
-
}
|
8679
7497
|
}
|
8680
7498
|
}
|
8681
|
-
orders {
|
8682
|
-
id
|
8683
|
-
}
|
8684
7499
|
positions {
|
8685
7500
|
id
|
8686
7501
|
assetId
|
8687
|
-
asset {
|
8688
|
-
id
|
8689
|
-
}
|
8690
7502
|
averageEntryPrice
|
8691
7503
|
qty
|
8692
7504
|
qtyAvailable
|
@@ -8700,9 +7512,6 @@ exports.Customer = {
|
|
8700
7512
|
lastTradePrice
|
8701
7513
|
changeToday
|
8702
7514
|
assetMarginable
|
8703
|
-
alpacaAccount {
|
8704
|
-
id
|
8705
|
-
}
|
8706
7515
|
alpacaAccountId
|
8707
7516
|
}
|
8708
7517
|
newsMentions {
|
@@ -8727,12 +7536,6 @@ exports.Customer = {
|
|
8727
7536
|
logo
|
8728
7537
|
createdAt
|
8729
7538
|
updatedAt
|
8730
|
-
assets {
|
8731
|
-
id
|
8732
|
-
}
|
8733
|
-
}
|
8734
|
-
asset {
|
8735
|
-
id
|
8736
7539
|
}
|
8737
7540
|
relevancyScore
|
8738
7541
|
sentimentScore
|
@@ -8823,12 +7626,6 @@ exports.Customer = {
|
|
8823
7626
|
createdAt
|
8824
7627
|
updatedAt
|
8825
7628
|
status
|
8826
|
-
alpacaAccount {
|
8827
|
-
id
|
8828
|
-
}
|
8829
|
-
asset {
|
8830
|
-
id
|
8831
|
-
}
|
8832
7629
|
actions {
|
8833
7630
|
id
|
8834
7631
|
sequence
|
@@ -8837,9 +7634,6 @@ exports.Customer = {
|
|
8837
7634
|
note
|
8838
7635
|
status
|
8839
7636
|
fee
|
8840
|
-
trade {
|
8841
|
-
id
|
8842
|
-
}
|
8843
7637
|
order {
|
8844
7638
|
id
|
8845
7639
|
clientOrderId
|
@@ -8860,9 +7654,6 @@ exports.Customer = {
|
|
8860
7654
|
createdAt
|
8861
7655
|
updatedAt
|
8862
7656
|
orderId
|
8863
|
-
Order {
|
8864
|
-
id
|
8865
|
-
}
|
8866
7657
|
}
|
8867
7658
|
takeProfit {
|
8868
7659
|
id
|
@@ -8871,9 +7662,6 @@ exports.Customer = {
|
|
8871
7662
|
createdAt
|
8872
7663
|
updatedAt
|
8873
7664
|
orderId
|
8874
|
-
Order {
|
8875
|
-
id
|
8876
|
-
}
|
8877
7665
|
}
|
8878
7666
|
trailPrice
|
8879
7667
|
trailPercent
|
@@ -8885,15 +7673,6 @@ exports.Customer = {
|
|
8885
7673
|
filledAt
|
8886
7674
|
filledAvgPrice
|
8887
7675
|
actionId
|
8888
|
-
alpacaAccount {
|
8889
|
-
id
|
8890
|
-
}
|
8891
|
-
action {
|
8892
|
-
id
|
8893
|
-
}
|
8894
|
-
asset {
|
8895
|
-
id
|
8896
|
-
}
|
8897
7676
|
fee
|
8898
7677
|
strikePrice
|
8899
7678
|
expirationDate
|
@@ -8923,9 +7702,6 @@ exports.Customer = {
|
|
8923
7702
|
createdAt
|
8924
7703
|
updatedAt
|
8925
7704
|
orderId
|
8926
|
-
Order {
|
8927
|
-
id
|
8928
|
-
}
|
8929
7705
|
}
|
8930
7706
|
takeProfit {
|
8931
7707
|
id
|
@@ -8934,9 +7710,6 @@ exports.Customer = {
|
|
8934
7710
|
createdAt
|
8935
7711
|
updatedAt
|
8936
7712
|
orderId
|
8937
|
-
Order {
|
8938
|
-
id
|
8939
|
-
}
|
8940
7713
|
}
|
8941
7714
|
trailPrice
|
8942
7715
|
trailPercent
|
@@ -8948,9 +7721,6 @@ exports.Customer = {
|
|
8948
7721
|
filledAt
|
8949
7722
|
filledAvgPrice
|
8950
7723
|
actionId
|
8951
|
-
alpacaAccount {
|
8952
|
-
id
|
8953
|
-
}
|
8954
7724
|
action {
|
8955
7725
|
id
|
8956
7726
|
sequence
|
@@ -8974,22 +7744,7 @@ exports.Customer = {
|
|
8974
7744
|
createdAt
|
8975
7745
|
updatedAt
|
8976
7746
|
status
|
8977
|
-
alpacaAccount {
|
8978
|
-
id
|
8979
|
-
}
|
8980
|
-
asset {
|
8981
|
-
id
|
8982
|
-
}
|
8983
|
-
actions {
|
8984
|
-
id
|
8985
|
-
}
|
8986
7747
|
}
|
8987
|
-
order {
|
8988
|
-
id
|
8989
|
-
}
|
8990
|
-
}
|
8991
|
-
asset {
|
8992
|
-
id
|
8993
7748
|
}
|
8994
7749
|
fee
|
8995
7750
|
strikePrice
|
@@ -8998,9 +7753,6 @@ exports.Customer = {
|
|
8998
7753
|
stopLossId
|
8999
7754
|
takeProfitId
|
9000
7755
|
}
|
9001
|
-
positions {
|
9002
|
-
id
|
9003
|
-
}
|
9004
7756
|
newsMentions {
|
9005
7757
|
id
|
9006
7758
|
assetId
|
@@ -9023,12 +7775,6 @@ exports.Customer = {
|
|
9023
7775
|
logo
|
9024
7776
|
createdAt
|
9025
7777
|
updatedAt
|
9026
|
-
assets {
|
9027
|
-
id
|
9028
|
-
}
|
9029
|
-
}
|
9030
|
-
asset {
|
9031
|
-
id
|
9032
7778
|
}
|
9033
7779
|
relevancyScore
|
9034
7780
|
sentimentScore
|
@@ -9048,9 +7794,6 @@ exports.Customer = {
|
|
9048
7794
|
lastTradePrice
|
9049
7795
|
changeToday
|
9050
7796
|
assetMarginable
|
9051
|
-
alpacaAccount {
|
9052
|
-
id
|
9053
|
-
}
|
9054
7797
|
alpacaAccountId
|
9055
7798
|
}
|
9056
7799
|
alerts {
|
@@ -9061,9 +7804,6 @@ exports.Customer = {
|
|
9061
7804
|
isRead
|
9062
7805
|
createdAt
|
9063
7806
|
updatedAt
|
9064
|
-
alpacaAccount {
|
9065
|
-
id
|
9066
|
-
}
|
9067
7807
|
}
|
9068
7808
|
}
|
9069
7809
|
}
|