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/Asset.cjs
CHANGED
@@ -123,9 +123,6 @@ exports.Asset = {
|
|
123
123
|
stripeCurrentPeriodEnd
|
124
124
|
createdAt
|
125
125
|
updatedAt
|
126
|
-
users {
|
127
|
-
id
|
128
|
-
}
|
129
126
|
}
|
130
127
|
customerId
|
131
128
|
accounts {
|
@@ -143,18 +140,12 @@ exports.Asset = {
|
|
143
140
|
session_state
|
144
141
|
createdAt
|
145
142
|
updatedAt
|
146
|
-
user {
|
147
|
-
id
|
148
|
-
}
|
149
143
|
}
|
150
144
|
sessions {
|
151
145
|
id
|
152
146
|
sessionToken
|
153
147
|
userId
|
154
148
|
expires
|
155
|
-
user {
|
156
|
-
id
|
157
|
-
}
|
158
149
|
createdAt
|
159
150
|
updatedAt
|
160
151
|
}
|
@@ -164,23 +155,14 @@ exports.Asset = {
|
|
164
155
|
credentialID
|
165
156
|
publicKey
|
166
157
|
counter
|
167
|
-
user {
|
168
|
-
id
|
169
|
-
}
|
170
158
|
createdAt
|
171
159
|
updatedAt
|
172
160
|
}
|
173
161
|
plan
|
174
|
-
alpacaAccounts {
|
175
|
-
id
|
176
|
-
}
|
177
162
|
}
|
178
163
|
userId
|
179
164
|
createdAt
|
180
165
|
updatedAt
|
181
|
-
trades {
|
182
|
-
id
|
183
|
-
}
|
184
166
|
orders {
|
185
167
|
id
|
186
168
|
clientOrderId
|
@@ -201,9 +183,6 @@ exports.Asset = {
|
|
201
183
|
createdAt
|
202
184
|
updatedAt
|
203
185
|
orderId
|
204
|
-
Order {
|
205
|
-
id
|
206
|
-
}
|
207
186
|
}
|
208
187
|
takeProfit {
|
209
188
|
id
|
@@ -212,9 +191,6 @@ exports.Asset = {
|
|
212
191
|
createdAt
|
213
192
|
updatedAt
|
214
193
|
orderId
|
215
|
-
Order {
|
216
|
-
id
|
217
|
-
}
|
218
194
|
}
|
219
195
|
trailPrice
|
220
196
|
trailPercent
|
@@ -226,9 +202,6 @@ exports.Asset = {
|
|
226
202
|
filledAt
|
227
203
|
filledAvgPrice
|
228
204
|
actionId
|
229
|
-
alpacaAccount {
|
230
|
-
id
|
231
|
-
}
|
232
205
|
action {
|
233
206
|
id
|
234
207
|
sequence
|
@@ -237,15 +210,6 @@ exports.Asset = {
|
|
237
210
|
note
|
238
211
|
status
|
239
212
|
fee
|
240
|
-
trade {
|
241
|
-
id
|
242
|
-
}
|
243
|
-
order {
|
244
|
-
id
|
245
|
-
}
|
246
|
-
}
|
247
|
-
asset {
|
248
|
-
id
|
249
213
|
}
|
250
214
|
fee
|
251
215
|
strikePrice
|
@@ -257,9 +221,6 @@ exports.Asset = {
|
|
257
221
|
positions {
|
258
222
|
id
|
259
223
|
assetId
|
260
|
-
asset {
|
261
|
-
id
|
262
|
-
}
|
263
224
|
averageEntryPrice
|
264
225
|
qty
|
265
226
|
qtyAvailable
|
@@ -273,9 +234,6 @@ exports.Asset = {
|
|
273
234
|
lastTradePrice
|
274
235
|
changeToday
|
275
236
|
assetMarginable
|
276
|
-
alpacaAccount {
|
277
|
-
id
|
278
|
-
}
|
279
237
|
alpacaAccountId
|
280
238
|
}
|
281
239
|
alerts {
|
@@ -286,14 +244,8 @@ exports.Asset = {
|
|
286
244
|
isRead
|
287
245
|
createdAt
|
288
246
|
updatedAt
|
289
|
-
alpacaAccount {
|
290
|
-
id
|
291
|
-
}
|
292
247
|
}
|
293
248
|
}
|
294
|
-
asset {
|
295
|
-
id
|
296
|
-
}
|
297
249
|
actions {
|
298
250
|
id
|
299
251
|
sequence
|
@@ -302,9 +254,6 @@ exports.Asset = {
|
|
302
254
|
note
|
303
255
|
status
|
304
256
|
fee
|
305
|
-
trade {
|
306
|
-
id
|
307
|
-
}
|
308
257
|
order {
|
309
258
|
id
|
310
259
|
clientOrderId
|
@@ -325,9 +274,6 @@ exports.Asset = {
|
|
325
274
|
createdAt
|
326
275
|
updatedAt
|
327
276
|
orderId
|
328
|
-
Order {
|
329
|
-
id
|
330
|
-
}
|
331
277
|
}
|
332
278
|
takeProfit {
|
333
279
|
id
|
@@ -336,9 +282,6 @@ exports.Asset = {
|
|
336
282
|
createdAt
|
337
283
|
updatedAt
|
338
284
|
orderId
|
339
|
-
Order {
|
340
|
-
id
|
341
|
-
}
|
342
285
|
}
|
343
286
|
trailPrice
|
344
287
|
trailPercent
|
@@ -382,9 +325,6 @@ exports.Asset = {
|
|
382
325
|
stripeCurrentPeriodEnd
|
383
326
|
createdAt
|
384
327
|
updatedAt
|
385
|
-
users {
|
386
|
-
id
|
387
|
-
}
|
388
328
|
}
|
389
329
|
customerId
|
390
330
|
accounts {
|
@@ -402,18 +342,12 @@ exports.Asset = {
|
|
402
342
|
session_state
|
403
343
|
createdAt
|
404
344
|
updatedAt
|
405
|
-
user {
|
406
|
-
id
|
407
|
-
}
|
408
345
|
}
|
409
346
|
sessions {
|
410
347
|
id
|
411
348
|
sessionToken
|
412
349
|
userId
|
413
350
|
expires
|
414
|
-
user {
|
415
|
-
id
|
416
|
-
}
|
417
351
|
createdAt
|
418
352
|
updatedAt
|
419
353
|
}
|
@@ -423,32 +357,17 @@ exports.Asset = {
|
|
423
357
|
credentialID
|
424
358
|
publicKey
|
425
359
|
counter
|
426
|
-
user {
|
427
|
-
id
|
428
|
-
}
|
429
360
|
createdAt
|
430
361
|
updatedAt
|
431
362
|
}
|
432
363
|
plan
|
433
|
-
alpacaAccounts {
|
434
|
-
id
|
435
|
-
}
|
436
364
|
}
|
437
365
|
userId
|
438
366
|
createdAt
|
439
367
|
updatedAt
|
440
|
-
trades {
|
441
|
-
id
|
442
|
-
}
|
443
|
-
orders {
|
444
|
-
id
|
445
|
-
}
|
446
368
|
positions {
|
447
369
|
id
|
448
370
|
assetId
|
449
|
-
asset {
|
450
|
-
id
|
451
|
-
}
|
452
371
|
averageEntryPrice
|
453
372
|
qty
|
454
373
|
qtyAvailable
|
@@ -462,9 +381,6 @@ exports.Asset = {
|
|
462
381
|
lastTradePrice
|
463
382
|
changeToday
|
464
383
|
assetMarginable
|
465
|
-
alpacaAccount {
|
466
|
-
id
|
467
|
-
}
|
468
384
|
alpacaAccountId
|
469
385
|
}
|
470
386
|
alerts {
|
@@ -475,17 +391,8 @@ exports.Asset = {
|
|
475
391
|
isRead
|
476
392
|
createdAt
|
477
393
|
updatedAt
|
478
|
-
alpacaAccount {
|
479
|
-
id
|
480
|
-
}
|
481
394
|
}
|
482
395
|
}
|
483
|
-
action {
|
484
|
-
id
|
485
|
-
}
|
486
|
-
asset {
|
487
|
-
id
|
488
|
-
}
|
489
396
|
fee
|
490
397
|
strikePrice
|
491
398
|
expirationDate
|
@@ -515,9 +422,6 @@ exports.Asset = {
|
|
515
422
|
createdAt
|
516
423
|
updatedAt
|
517
424
|
orderId
|
518
|
-
Order {
|
519
|
-
id
|
520
|
-
}
|
521
425
|
}
|
522
426
|
takeProfit {
|
523
427
|
id
|
@@ -526,9 +430,6 @@ exports.Asset = {
|
|
526
430
|
createdAt
|
527
431
|
updatedAt
|
528
432
|
orderId
|
529
|
-
Order {
|
530
|
-
id
|
531
|
-
}
|
532
433
|
}
|
533
434
|
trailPrice
|
534
435
|
trailPercent
|
@@ -572,9 +473,6 @@ exports.Asset = {
|
|
572
473
|
stripeCurrentPeriodEnd
|
573
474
|
createdAt
|
574
475
|
updatedAt
|
575
|
-
users {
|
576
|
-
id
|
577
|
-
}
|
578
476
|
}
|
579
477
|
customerId
|
580
478
|
accounts {
|
@@ -592,18 +490,12 @@ exports.Asset = {
|
|
592
490
|
session_state
|
593
491
|
createdAt
|
594
492
|
updatedAt
|
595
|
-
user {
|
596
|
-
id
|
597
|
-
}
|
598
493
|
}
|
599
494
|
sessions {
|
600
495
|
id
|
601
496
|
sessionToken
|
602
497
|
userId
|
603
498
|
expires
|
604
|
-
user {
|
605
|
-
id
|
606
|
-
}
|
607
499
|
createdAt
|
608
500
|
updatedAt
|
609
501
|
}
|
@@ -613,16 +505,10 @@ exports.Asset = {
|
|
613
505
|
credentialID
|
614
506
|
publicKey
|
615
507
|
counter
|
616
|
-
user {
|
617
|
-
id
|
618
|
-
}
|
619
508
|
createdAt
|
620
509
|
updatedAt
|
621
510
|
}
|
622
511
|
plan
|
623
|
-
alpacaAccounts {
|
624
|
-
id
|
625
|
-
}
|
626
512
|
}
|
627
513
|
userId
|
628
514
|
createdAt
|
@@ -642,12 +528,6 @@ exports.Asset = {
|
|
642
528
|
createdAt
|
643
529
|
updatedAt
|
644
530
|
status
|
645
|
-
alpacaAccount {
|
646
|
-
id
|
647
|
-
}
|
648
|
-
asset {
|
649
|
-
id
|
650
|
-
}
|
651
531
|
actions {
|
652
532
|
id
|
653
533
|
sequence
|
@@ -656,23 +536,11 @@ exports.Asset = {
|
|
656
536
|
note
|
657
537
|
status
|
658
538
|
fee
|
659
|
-
trade {
|
660
|
-
id
|
661
|
-
}
|
662
|
-
order {
|
663
|
-
id
|
664
|
-
}
|
665
539
|
}
|
666
540
|
}
|
667
|
-
orders {
|
668
|
-
id
|
669
|
-
}
|
670
541
|
positions {
|
671
542
|
id
|
672
543
|
assetId
|
673
|
-
asset {
|
674
|
-
id
|
675
|
-
}
|
676
544
|
averageEntryPrice
|
677
545
|
qty
|
678
546
|
qtyAvailable
|
@@ -686,9 +554,6 @@ exports.Asset = {
|
|
686
554
|
lastTradePrice
|
687
555
|
changeToday
|
688
556
|
assetMarginable
|
689
|
-
alpacaAccount {
|
690
|
-
id
|
691
|
-
}
|
692
557
|
alpacaAccountId
|
693
558
|
}
|
694
559
|
alerts {
|
@@ -699,9 +564,6 @@ exports.Asset = {
|
|
699
564
|
isRead
|
700
565
|
createdAt
|
701
566
|
updatedAt
|
702
|
-
alpacaAccount {
|
703
|
-
id
|
704
|
-
}
|
705
567
|
}
|
706
568
|
}
|
707
569
|
action {
|
@@ -759,9 +621,6 @@ exports.Asset = {
|
|
759
621
|
stripeCurrentPeriodEnd
|
760
622
|
createdAt
|
761
623
|
updatedAt
|
762
|
-
users {
|
763
|
-
id
|
764
|
-
}
|
765
624
|
}
|
766
625
|
customerId
|
767
626
|
accounts {
|
@@ -779,18 +638,12 @@ exports.Asset = {
|
|
779
638
|
session_state
|
780
639
|
createdAt
|
781
640
|
updatedAt
|
782
|
-
user {
|
783
|
-
id
|
784
|
-
}
|
785
641
|
}
|
786
642
|
sessions {
|
787
643
|
id
|
788
644
|
sessionToken
|
789
645
|
userId
|
790
646
|
expires
|
791
|
-
user {
|
792
|
-
id
|
793
|
-
}
|
794
647
|
createdAt
|
795
648
|
updatedAt
|
796
649
|
}
|
@@ -800,32 +653,17 @@ exports.Asset = {
|
|
800
653
|
credentialID
|
801
654
|
publicKey
|
802
655
|
counter
|
803
|
-
user {
|
804
|
-
id
|
805
|
-
}
|
806
656
|
createdAt
|
807
657
|
updatedAt
|
808
658
|
}
|
809
659
|
plan
|
810
|
-
alpacaAccounts {
|
811
|
-
id
|
812
|
-
}
|
813
660
|
}
|
814
661
|
userId
|
815
662
|
createdAt
|
816
663
|
updatedAt
|
817
|
-
trades {
|
818
|
-
id
|
819
|
-
}
|
820
|
-
orders {
|
821
|
-
id
|
822
|
-
}
|
823
664
|
positions {
|
824
665
|
id
|
825
666
|
assetId
|
826
|
-
asset {
|
827
|
-
id
|
828
|
-
}
|
829
667
|
averageEntryPrice
|
830
668
|
qty
|
831
669
|
qtyAvailable
|
@@ -839,9 +677,6 @@ exports.Asset = {
|
|
839
677
|
lastTradePrice
|
840
678
|
changeToday
|
841
679
|
assetMarginable
|
842
|
-
alpacaAccount {
|
843
|
-
id
|
844
|
-
}
|
845
680
|
alpacaAccountId
|
846
681
|
}
|
847
682
|
alerts {
|
@@ -852,25 +687,10 @@ exports.Asset = {
|
|
852
687
|
isRead
|
853
688
|
createdAt
|
854
689
|
updatedAt
|
855
|
-
alpacaAccount {
|
856
|
-
id
|
857
|
-
}
|
858
690
|
}
|
859
691
|
}
|
860
|
-
asset {
|
861
|
-
id
|
862
|
-
}
|
863
|
-
actions {
|
864
|
-
id
|
865
|
-
}
|
866
|
-
}
|
867
|
-
order {
|
868
|
-
id
|
869
692
|
}
|
870
693
|
}
|
871
|
-
asset {
|
872
|
-
id
|
873
|
-
}
|
874
694
|
fee
|
875
695
|
strikePrice
|
876
696
|
expirationDate
|
@@ -881,9 +701,6 @@ exports.Asset = {
|
|
881
701
|
positions {
|
882
702
|
id
|
883
703
|
assetId
|
884
|
-
asset {
|
885
|
-
id
|
886
|
-
}
|
887
704
|
averageEntryPrice
|
888
705
|
qty
|
889
706
|
qtyAvailable
|
@@ -929,9 +746,6 @@ exports.Asset = {
|
|
929
746
|
stripeCurrentPeriodEnd
|
930
747
|
createdAt
|
931
748
|
updatedAt
|
932
|
-
users {
|
933
|
-
id
|
934
|
-
}
|
935
749
|
}
|
936
750
|
customerId
|
937
751
|
accounts {
|
@@ -949,18 +763,12 @@ exports.Asset = {
|
|
949
763
|
session_state
|
950
764
|
createdAt
|
951
765
|
updatedAt
|
952
|
-
user {
|
953
|
-
id
|
954
|
-
}
|
955
766
|
}
|
956
767
|
sessions {
|
957
768
|
id
|
958
769
|
sessionToken
|
959
770
|
userId
|
960
771
|
expires
|
961
|
-
user {
|
962
|
-
id
|
963
|
-
}
|
964
772
|
createdAt
|
965
773
|
updatedAt
|
966
774
|
}
|
@@ -970,16 +778,10 @@ exports.Asset = {
|
|
970
778
|
credentialID
|
971
779
|
publicKey
|
972
780
|
counter
|
973
|
-
user {
|
974
|
-
id
|
975
|
-
}
|
976
781
|
createdAt
|
977
782
|
updatedAt
|
978
783
|
}
|
979
784
|
plan
|
980
|
-
alpacaAccounts {
|
981
|
-
id
|
982
|
-
}
|
983
785
|
}
|
984
786
|
userId
|
985
787
|
createdAt
|
@@ -999,12 +801,6 @@ exports.Asset = {
|
|
999
801
|
createdAt
|
1000
802
|
updatedAt
|
1001
803
|
status
|
1002
|
-
alpacaAccount {
|
1003
|
-
id
|
1004
|
-
}
|
1005
|
-
asset {
|
1006
|
-
id
|
1007
|
-
}
|
1008
804
|
actions {
|
1009
805
|
id
|
1010
806
|
sequence
|
@@ -1013,9 +809,6 @@ exports.Asset = {
|
|
1013
809
|
note
|
1014
810
|
status
|
1015
811
|
fee
|
1016
|
-
trade {
|
1017
|
-
id
|
1018
|
-
}
|
1019
812
|
order {
|
1020
813
|
id
|
1021
814
|
clientOrderId
|
@@ -1036,9 +829,6 @@ exports.Asset = {
|
|
1036
829
|
createdAt
|
1037
830
|
updatedAt
|
1038
831
|
orderId
|
1039
|
-
Order {
|
1040
|
-
id
|
1041
|
-
}
|
1042
832
|
}
|
1043
833
|
takeProfit {
|
1044
834
|
id
|
@@ -1047,9 +837,6 @@ exports.Asset = {
|
|
1047
837
|
createdAt
|
1048
838
|
updatedAt
|
1049
839
|
orderId
|
1050
|
-
Order {
|
1051
|
-
id
|
1052
|
-
}
|
1053
840
|
}
|
1054
841
|
trailPrice
|
1055
842
|
trailPercent
|
@@ -1061,15 +848,6 @@ exports.Asset = {
|
|
1061
848
|
filledAt
|
1062
849
|
filledAvgPrice
|
1063
850
|
actionId
|
1064
|
-
alpacaAccount {
|
1065
|
-
id
|
1066
|
-
}
|
1067
|
-
action {
|
1068
|
-
id
|
1069
|
-
}
|
1070
|
-
asset {
|
1071
|
-
id
|
1072
|
-
}
|
1073
851
|
fee
|
1074
852
|
strikePrice
|
1075
853
|
expirationDate
|
@@ -1099,9 +877,6 @@ exports.Asset = {
|
|
1099
877
|
createdAt
|
1100
878
|
updatedAt
|
1101
879
|
orderId
|
1102
|
-
Order {
|
1103
|
-
id
|
1104
|
-
}
|
1105
880
|
}
|
1106
881
|
takeProfit {
|
1107
882
|
id
|
@@ -1110,9 +885,6 @@ exports.Asset = {
|
|
1110
885
|
createdAt
|
1111
886
|
updatedAt
|
1112
887
|
orderId
|
1113
|
-
Order {
|
1114
|
-
id
|
1115
|
-
}
|
1116
888
|
}
|
1117
889
|
trailPrice
|
1118
890
|
trailPercent
|
@@ -1124,9 +896,6 @@ exports.Asset = {
|
|
1124
896
|
filledAt
|
1125
897
|
filledAvgPrice
|
1126
898
|
actionId
|
1127
|
-
alpacaAccount {
|
1128
|
-
id
|
1129
|
-
}
|
1130
899
|
action {
|
1131
900
|
id
|
1132
901
|
sequence
|
@@ -1150,22 +919,7 @@ exports.Asset = {
|
|
1150
919
|
createdAt
|
1151
920
|
updatedAt
|
1152
921
|
status
|
1153
|
-
alpacaAccount {
|
1154
|
-
id
|
1155
|
-
}
|
1156
|
-
asset {
|
1157
|
-
id
|
1158
|
-
}
|
1159
|
-
actions {
|
1160
|
-
id
|
1161
|
-
}
|
1162
922
|
}
|
1163
|
-
order {
|
1164
|
-
id
|
1165
|
-
}
|
1166
|
-
}
|
1167
|
-
asset {
|
1168
|
-
id
|
1169
923
|
}
|
1170
924
|
fee
|
1171
925
|
strikePrice
|
@@ -1174,9 +928,6 @@ exports.Asset = {
|
|
1174
928
|
stopLossId
|
1175
929
|
takeProfitId
|
1176
930
|
}
|
1177
|
-
positions {
|
1178
|
-
id
|
1179
|
-
}
|
1180
931
|
alerts {
|
1181
932
|
id
|
1182
933
|
alpacaAccountId
|
@@ -1185,9 +936,6 @@ exports.Asset = {
|
|
1185
936
|
isRead
|
1186
937
|
createdAt
|
1187
938
|
updatedAt
|
1188
|
-
alpacaAccount {
|
1189
|
-
id
|
1190
|
-
}
|
1191
939
|
}
|
1192
940
|
}
|
1193
941
|
alpacaAccountId
|
@@ -1214,12 +962,6 @@ exports.Asset = {
|
|
1214
962
|
logo
|
1215
963
|
createdAt
|
1216
964
|
updatedAt
|
1217
|
-
assets {
|
1218
|
-
id
|
1219
|
-
}
|
1220
|
-
}
|
1221
|
-
asset {
|
1222
|
-
id
|
1223
965
|
}
|
1224
966
|
relevancyScore
|
1225
967
|
sentimentScore
|
@@ -2140,9 +1882,6 @@ exports.Asset = {
|
|
2140
1882
|
stripeCurrentPeriodEnd
|
2141
1883
|
createdAt
|
2142
1884
|
updatedAt
|
2143
|
-
users {
|
2144
|
-
id
|
2145
|
-
}
|
2146
1885
|
}
|
2147
1886
|
customerId
|
2148
1887
|
accounts {
|
@@ -2160,18 +1899,12 @@ exports.Asset = {
|
|
2160
1899
|
session_state
|
2161
1900
|
createdAt
|
2162
1901
|
updatedAt
|
2163
|
-
user {
|
2164
|
-
id
|
2165
|
-
}
|
2166
1902
|
}
|
2167
1903
|
sessions {
|
2168
1904
|
id
|
2169
1905
|
sessionToken
|
2170
1906
|
userId
|
2171
1907
|
expires
|
2172
|
-
user {
|
2173
|
-
id
|
2174
|
-
}
|
2175
1908
|
createdAt
|
2176
1909
|
updatedAt
|
2177
1910
|
}
|
@@ -2181,23 +1914,14 @@ exports.Asset = {
|
|
2181
1914
|
credentialID
|
2182
1915
|
publicKey
|
2183
1916
|
counter
|
2184
|
-
user {
|
2185
|
-
id
|
2186
|
-
}
|
2187
1917
|
createdAt
|
2188
1918
|
updatedAt
|
2189
1919
|
}
|
2190
1920
|
plan
|
2191
|
-
alpacaAccounts {
|
2192
|
-
id
|
2193
|
-
}
|
2194
1921
|
}
|
2195
1922
|
userId
|
2196
1923
|
createdAt
|
2197
1924
|
updatedAt
|
2198
|
-
trades {
|
2199
|
-
id
|
2200
|
-
}
|
2201
1925
|
orders {
|
2202
1926
|
id
|
2203
1927
|
clientOrderId
|
@@ -2218,9 +1942,6 @@ exports.Asset = {
|
|
2218
1942
|
createdAt
|
2219
1943
|
updatedAt
|
2220
1944
|
orderId
|
2221
|
-
Order {
|
2222
|
-
id
|
2223
|
-
}
|
2224
1945
|
}
|
2225
1946
|
takeProfit {
|
2226
1947
|
id
|
@@ -2229,9 +1950,6 @@ exports.Asset = {
|
|
2229
1950
|
createdAt
|
2230
1951
|
updatedAt
|
2231
1952
|
orderId
|
2232
|
-
Order {
|
2233
|
-
id
|
2234
|
-
}
|
2235
1953
|
}
|
2236
1954
|
trailPrice
|
2237
1955
|
trailPercent
|
@@ -2243,9 +1961,6 @@ exports.Asset = {
|
|
2243
1961
|
filledAt
|
2244
1962
|
filledAvgPrice
|
2245
1963
|
actionId
|
2246
|
-
alpacaAccount {
|
2247
|
-
id
|
2248
|
-
}
|
2249
1964
|
action {
|
2250
1965
|
id
|
2251
1966
|
sequence
|
@@ -2254,15 +1969,6 @@ exports.Asset = {
|
|
2254
1969
|
note
|
2255
1970
|
status
|
2256
1971
|
fee
|
2257
|
-
trade {
|
2258
|
-
id
|
2259
|
-
}
|
2260
|
-
order {
|
2261
|
-
id
|
2262
|
-
}
|
2263
|
-
}
|
2264
|
-
asset {
|
2265
|
-
id
|
2266
1972
|
}
|
2267
1973
|
fee
|
2268
1974
|
strikePrice
|
@@ -2274,9 +1980,6 @@ exports.Asset = {
|
|
2274
1980
|
positions {
|
2275
1981
|
id
|
2276
1982
|
assetId
|
2277
|
-
asset {
|
2278
|
-
id
|
2279
|
-
}
|
2280
1983
|
averageEntryPrice
|
2281
1984
|
qty
|
2282
1985
|
qtyAvailable
|
@@ -2290,9 +1993,6 @@ exports.Asset = {
|
|
2290
1993
|
lastTradePrice
|
2291
1994
|
changeToday
|
2292
1995
|
assetMarginable
|
2293
|
-
alpacaAccount {
|
2294
|
-
id
|
2295
|
-
}
|
2296
1996
|
alpacaAccountId
|
2297
1997
|
}
|
2298
1998
|
alerts {
|
@@ -2303,14 +2003,8 @@ exports.Asset = {
|
|
2303
2003
|
isRead
|
2304
2004
|
createdAt
|
2305
2005
|
updatedAt
|
2306
|
-
alpacaAccount {
|
2307
|
-
id
|
2308
|
-
}
|
2309
2006
|
}
|
2310
2007
|
}
|
2311
|
-
asset {
|
2312
|
-
id
|
2313
|
-
}
|
2314
2008
|
actions {
|
2315
2009
|
id
|
2316
2010
|
sequence
|
@@ -2319,9 +2013,6 @@ exports.Asset = {
|
|
2319
2013
|
note
|
2320
2014
|
status
|
2321
2015
|
fee
|
2322
|
-
trade {
|
2323
|
-
id
|
2324
|
-
}
|
2325
2016
|
order {
|
2326
2017
|
id
|
2327
2018
|
clientOrderId
|
@@ -2342,9 +2033,6 @@ exports.Asset = {
|
|
2342
2033
|
createdAt
|
2343
2034
|
updatedAt
|
2344
2035
|
orderId
|
2345
|
-
Order {
|
2346
|
-
id
|
2347
|
-
}
|
2348
2036
|
}
|
2349
2037
|
takeProfit {
|
2350
2038
|
id
|
@@ -2353,9 +2041,6 @@ exports.Asset = {
|
|
2353
2041
|
createdAt
|
2354
2042
|
updatedAt
|
2355
2043
|
orderId
|
2356
|
-
Order {
|
2357
|
-
id
|
2358
|
-
}
|
2359
2044
|
}
|
2360
2045
|
trailPrice
|
2361
2046
|
trailPercent
|
@@ -2399,9 +2084,6 @@ exports.Asset = {
|
|
2399
2084
|
stripeCurrentPeriodEnd
|
2400
2085
|
createdAt
|
2401
2086
|
updatedAt
|
2402
|
-
users {
|
2403
|
-
id
|
2404
|
-
}
|
2405
2087
|
}
|
2406
2088
|
customerId
|
2407
2089
|
accounts {
|
@@ -2419,18 +2101,12 @@ exports.Asset = {
|
|
2419
2101
|
session_state
|
2420
2102
|
createdAt
|
2421
2103
|
updatedAt
|
2422
|
-
user {
|
2423
|
-
id
|
2424
|
-
}
|
2425
2104
|
}
|
2426
2105
|
sessions {
|
2427
2106
|
id
|
2428
2107
|
sessionToken
|
2429
2108
|
userId
|
2430
2109
|
expires
|
2431
|
-
user {
|
2432
|
-
id
|
2433
|
-
}
|
2434
2110
|
createdAt
|
2435
2111
|
updatedAt
|
2436
2112
|
}
|
@@ -2440,32 +2116,17 @@ exports.Asset = {
|
|
2440
2116
|
credentialID
|
2441
2117
|
publicKey
|
2442
2118
|
counter
|
2443
|
-
user {
|
2444
|
-
id
|
2445
|
-
}
|
2446
2119
|
createdAt
|
2447
2120
|
updatedAt
|
2448
2121
|
}
|
2449
2122
|
plan
|
2450
|
-
alpacaAccounts {
|
2451
|
-
id
|
2452
|
-
}
|
2453
2123
|
}
|
2454
2124
|
userId
|
2455
2125
|
createdAt
|
2456
2126
|
updatedAt
|
2457
|
-
trades {
|
2458
|
-
id
|
2459
|
-
}
|
2460
|
-
orders {
|
2461
|
-
id
|
2462
|
-
}
|
2463
2127
|
positions {
|
2464
2128
|
id
|
2465
2129
|
assetId
|
2466
|
-
asset {
|
2467
|
-
id
|
2468
|
-
}
|
2469
2130
|
averageEntryPrice
|
2470
2131
|
qty
|
2471
2132
|
qtyAvailable
|
@@ -2479,9 +2140,6 @@ exports.Asset = {
|
|
2479
2140
|
lastTradePrice
|
2480
2141
|
changeToday
|
2481
2142
|
assetMarginable
|
2482
|
-
alpacaAccount {
|
2483
|
-
id
|
2484
|
-
}
|
2485
2143
|
alpacaAccountId
|
2486
2144
|
}
|
2487
2145
|
alerts {
|
@@ -2492,17 +2150,8 @@ exports.Asset = {
|
|
2492
2150
|
isRead
|
2493
2151
|
createdAt
|
2494
2152
|
updatedAt
|
2495
|
-
alpacaAccount {
|
2496
|
-
id
|
2497
|
-
}
|
2498
2153
|
}
|
2499
2154
|
}
|
2500
|
-
action {
|
2501
|
-
id
|
2502
|
-
}
|
2503
|
-
asset {
|
2504
|
-
id
|
2505
|
-
}
|
2506
2155
|
fee
|
2507
2156
|
strikePrice
|
2508
2157
|
expirationDate
|
@@ -2532,9 +2181,6 @@ exports.Asset = {
|
|
2532
2181
|
createdAt
|
2533
2182
|
updatedAt
|
2534
2183
|
orderId
|
2535
|
-
Order {
|
2536
|
-
id
|
2537
|
-
}
|
2538
2184
|
}
|
2539
2185
|
takeProfit {
|
2540
2186
|
id
|
@@ -2543,9 +2189,6 @@ exports.Asset = {
|
|
2543
2189
|
createdAt
|
2544
2190
|
updatedAt
|
2545
2191
|
orderId
|
2546
|
-
Order {
|
2547
|
-
id
|
2548
|
-
}
|
2549
2192
|
}
|
2550
2193
|
trailPrice
|
2551
2194
|
trailPercent
|
@@ -2589,9 +2232,6 @@ exports.Asset = {
|
|
2589
2232
|
stripeCurrentPeriodEnd
|
2590
2233
|
createdAt
|
2591
2234
|
updatedAt
|
2592
|
-
users {
|
2593
|
-
id
|
2594
|
-
}
|
2595
2235
|
}
|
2596
2236
|
customerId
|
2597
2237
|
accounts {
|
@@ -2609,18 +2249,12 @@ exports.Asset = {
|
|
2609
2249
|
session_state
|
2610
2250
|
createdAt
|
2611
2251
|
updatedAt
|
2612
|
-
user {
|
2613
|
-
id
|
2614
|
-
}
|
2615
2252
|
}
|
2616
2253
|
sessions {
|
2617
2254
|
id
|
2618
2255
|
sessionToken
|
2619
2256
|
userId
|
2620
2257
|
expires
|
2621
|
-
user {
|
2622
|
-
id
|
2623
|
-
}
|
2624
2258
|
createdAt
|
2625
2259
|
updatedAt
|
2626
2260
|
}
|
@@ -2630,16 +2264,10 @@ exports.Asset = {
|
|
2630
2264
|
credentialID
|
2631
2265
|
publicKey
|
2632
2266
|
counter
|
2633
|
-
user {
|
2634
|
-
id
|
2635
|
-
}
|
2636
2267
|
createdAt
|
2637
2268
|
updatedAt
|
2638
2269
|
}
|
2639
2270
|
plan
|
2640
|
-
alpacaAccounts {
|
2641
|
-
id
|
2642
|
-
}
|
2643
2271
|
}
|
2644
2272
|
userId
|
2645
2273
|
createdAt
|
@@ -2659,12 +2287,6 @@ exports.Asset = {
|
|
2659
2287
|
createdAt
|
2660
2288
|
updatedAt
|
2661
2289
|
status
|
2662
|
-
alpacaAccount {
|
2663
|
-
id
|
2664
|
-
}
|
2665
|
-
asset {
|
2666
|
-
id
|
2667
|
-
}
|
2668
2290
|
actions {
|
2669
2291
|
id
|
2670
2292
|
sequence
|
@@ -2673,23 +2295,11 @@ exports.Asset = {
|
|
2673
2295
|
note
|
2674
2296
|
status
|
2675
2297
|
fee
|
2676
|
-
trade {
|
2677
|
-
id
|
2678
|
-
}
|
2679
|
-
order {
|
2680
|
-
id
|
2681
|
-
}
|
2682
2298
|
}
|
2683
2299
|
}
|
2684
|
-
orders {
|
2685
|
-
id
|
2686
|
-
}
|
2687
2300
|
positions {
|
2688
2301
|
id
|
2689
2302
|
assetId
|
2690
|
-
asset {
|
2691
|
-
id
|
2692
|
-
}
|
2693
2303
|
averageEntryPrice
|
2694
2304
|
qty
|
2695
2305
|
qtyAvailable
|
@@ -2703,9 +2313,6 @@ exports.Asset = {
|
|
2703
2313
|
lastTradePrice
|
2704
2314
|
changeToday
|
2705
2315
|
assetMarginable
|
2706
|
-
alpacaAccount {
|
2707
|
-
id
|
2708
|
-
}
|
2709
2316
|
alpacaAccountId
|
2710
2317
|
}
|
2711
2318
|
alerts {
|
@@ -2716,9 +2323,6 @@ exports.Asset = {
|
|
2716
2323
|
isRead
|
2717
2324
|
createdAt
|
2718
2325
|
updatedAt
|
2719
|
-
alpacaAccount {
|
2720
|
-
id
|
2721
|
-
}
|
2722
2326
|
}
|
2723
2327
|
}
|
2724
2328
|
action {
|
@@ -2776,9 +2380,6 @@ exports.Asset = {
|
|
2776
2380
|
stripeCurrentPeriodEnd
|
2777
2381
|
createdAt
|
2778
2382
|
updatedAt
|
2779
|
-
users {
|
2780
|
-
id
|
2781
|
-
}
|
2782
2383
|
}
|
2783
2384
|
customerId
|
2784
2385
|
accounts {
|
@@ -2796,18 +2397,12 @@ exports.Asset = {
|
|
2796
2397
|
session_state
|
2797
2398
|
createdAt
|
2798
2399
|
updatedAt
|
2799
|
-
user {
|
2800
|
-
id
|
2801
|
-
}
|
2802
2400
|
}
|
2803
2401
|
sessions {
|
2804
2402
|
id
|
2805
2403
|
sessionToken
|
2806
2404
|
userId
|
2807
2405
|
expires
|
2808
|
-
user {
|
2809
|
-
id
|
2810
|
-
}
|
2811
2406
|
createdAt
|
2812
2407
|
updatedAt
|
2813
2408
|
}
|
@@ -2817,32 +2412,17 @@ exports.Asset = {
|
|
2817
2412
|
credentialID
|
2818
2413
|
publicKey
|
2819
2414
|
counter
|
2820
|
-
user {
|
2821
|
-
id
|
2822
|
-
}
|
2823
2415
|
createdAt
|
2824
2416
|
updatedAt
|
2825
2417
|
}
|
2826
2418
|
plan
|
2827
|
-
alpacaAccounts {
|
2828
|
-
id
|
2829
|
-
}
|
2830
2419
|
}
|
2831
2420
|
userId
|
2832
2421
|
createdAt
|
2833
2422
|
updatedAt
|
2834
|
-
trades {
|
2835
|
-
id
|
2836
|
-
}
|
2837
|
-
orders {
|
2838
|
-
id
|
2839
|
-
}
|
2840
2423
|
positions {
|
2841
2424
|
id
|
2842
2425
|
assetId
|
2843
|
-
asset {
|
2844
|
-
id
|
2845
|
-
}
|
2846
2426
|
averageEntryPrice
|
2847
2427
|
qty
|
2848
2428
|
qtyAvailable
|
@@ -2856,9 +2436,6 @@ exports.Asset = {
|
|
2856
2436
|
lastTradePrice
|
2857
2437
|
changeToday
|
2858
2438
|
assetMarginable
|
2859
|
-
alpacaAccount {
|
2860
|
-
id
|
2861
|
-
}
|
2862
2439
|
alpacaAccountId
|
2863
2440
|
}
|
2864
2441
|
alerts {
|
@@ -2869,24 +2446,9 @@ exports.Asset = {
|
|
2869
2446
|
isRead
|
2870
2447
|
createdAt
|
2871
2448
|
updatedAt
|
2872
|
-
alpacaAccount {
|
2873
|
-
id
|
2874
|
-
}
|
2875
2449
|
}
|
2876
2450
|
}
|
2877
|
-
asset {
|
2878
|
-
id
|
2879
|
-
}
|
2880
|
-
actions {
|
2881
|
-
id
|
2882
|
-
}
|
2883
2451
|
}
|
2884
|
-
order {
|
2885
|
-
id
|
2886
|
-
}
|
2887
|
-
}
|
2888
|
-
asset {
|
2889
|
-
id
|
2890
2452
|
}
|
2891
2453
|
fee
|
2892
2454
|
strikePrice
|
@@ -2898,9 +2460,6 @@ exports.Asset = {
|
|
2898
2460
|
positions {
|
2899
2461
|
id
|
2900
2462
|
assetId
|
2901
|
-
asset {
|
2902
|
-
id
|
2903
|
-
}
|
2904
2463
|
averageEntryPrice
|
2905
2464
|
qty
|
2906
2465
|
qtyAvailable
|
@@ -2946,9 +2505,6 @@ exports.Asset = {
|
|
2946
2505
|
stripeCurrentPeriodEnd
|
2947
2506
|
createdAt
|
2948
2507
|
updatedAt
|
2949
|
-
users {
|
2950
|
-
id
|
2951
|
-
}
|
2952
2508
|
}
|
2953
2509
|
customerId
|
2954
2510
|
accounts {
|
@@ -2966,18 +2522,12 @@ exports.Asset = {
|
|
2966
2522
|
session_state
|
2967
2523
|
createdAt
|
2968
2524
|
updatedAt
|
2969
|
-
user {
|
2970
|
-
id
|
2971
|
-
}
|
2972
2525
|
}
|
2973
2526
|
sessions {
|
2974
2527
|
id
|
2975
2528
|
sessionToken
|
2976
2529
|
userId
|
2977
2530
|
expires
|
2978
|
-
user {
|
2979
|
-
id
|
2980
|
-
}
|
2981
2531
|
createdAt
|
2982
2532
|
updatedAt
|
2983
2533
|
}
|
@@ -2987,16 +2537,10 @@ exports.Asset = {
|
|
2987
2537
|
credentialID
|
2988
2538
|
publicKey
|
2989
2539
|
counter
|
2990
|
-
user {
|
2991
|
-
id
|
2992
|
-
}
|
2993
2540
|
createdAt
|
2994
2541
|
updatedAt
|
2995
2542
|
}
|
2996
2543
|
plan
|
2997
|
-
alpacaAccounts {
|
2998
|
-
id
|
2999
|
-
}
|
3000
2544
|
}
|
3001
2545
|
userId
|
3002
2546
|
createdAt
|
@@ -3016,12 +2560,6 @@ exports.Asset = {
|
|
3016
2560
|
createdAt
|
3017
2561
|
updatedAt
|
3018
2562
|
status
|
3019
|
-
alpacaAccount {
|
3020
|
-
id
|
3021
|
-
}
|
3022
|
-
asset {
|
3023
|
-
id
|
3024
|
-
}
|
3025
2563
|
actions {
|
3026
2564
|
id
|
3027
2565
|
sequence
|
@@ -3030,9 +2568,6 @@ exports.Asset = {
|
|
3030
2568
|
note
|
3031
2569
|
status
|
3032
2570
|
fee
|
3033
|
-
trade {
|
3034
|
-
id
|
3035
|
-
}
|
3036
2571
|
order {
|
3037
2572
|
id
|
3038
2573
|
clientOrderId
|
@@ -3053,9 +2588,6 @@ exports.Asset = {
|
|
3053
2588
|
createdAt
|
3054
2589
|
updatedAt
|
3055
2590
|
orderId
|
3056
|
-
Order {
|
3057
|
-
id
|
3058
|
-
}
|
3059
2591
|
}
|
3060
2592
|
takeProfit {
|
3061
2593
|
id
|
@@ -3064,9 +2596,6 @@ exports.Asset = {
|
|
3064
2596
|
createdAt
|
3065
2597
|
updatedAt
|
3066
2598
|
orderId
|
3067
|
-
Order {
|
3068
|
-
id
|
3069
|
-
}
|
3070
2599
|
}
|
3071
2600
|
trailPrice
|
3072
2601
|
trailPercent
|
@@ -3078,15 +2607,6 @@ exports.Asset = {
|
|
3078
2607
|
filledAt
|
3079
2608
|
filledAvgPrice
|
3080
2609
|
actionId
|
3081
|
-
alpacaAccount {
|
3082
|
-
id
|
3083
|
-
}
|
3084
|
-
action {
|
3085
|
-
id
|
3086
|
-
}
|
3087
|
-
asset {
|
3088
|
-
id
|
3089
|
-
}
|
3090
2610
|
fee
|
3091
2611
|
strikePrice
|
3092
2612
|
expirationDate
|
@@ -3116,9 +2636,6 @@ exports.Asset = {
|
|
3116
2636
|
createdAt
|
3117
2637
|
updatedAt
|
3118
2638
|
orderId
|
3119
|
-
Order {
|
3120
|
-
id
|
3121
|
-
}
|
3122
2639
|
}
|
3123
2640
|
takeProfit {
|
3124
2641
|
id
|
@@ -3127,9 +2644,6 @@ exports.Asset = {
|
|
3127
2644
|
createdAt
|
3128
2645
|
updatedAt
|
3129
2646
|
orderId
|
3130
|
-
Order {
|
3131
|
-
id
|
3132
|
-
}
|
3133
2647
|
}
|
3134
2648
|
trailPrice
|
3135
2649
|
trailPercent
|
@@ -3141,9 +2655,6 @@ exports.Asset = {
|
|
3141
2655
|
filledAt
|
3142
2656
|
filledAvgPrice
|
3143
2657
|
actionId
|
3144
|
-
alpacaAccount {
|
3145
|
-
id
|
3146
|
-
}
|
3147
2658
|
action {
|
3148
2659
|
id
|
3149
2660
|
sequence
|
@@ -3167,23 +2678,8 @@ exports.Asset = {
|
|
3167
2678
|
createdAt
|
3168
2679
|
updatedAt
|
3169
2680
|
status
|
3170
|
-
alpacaAccount {
|
3171
|
-
id
|
3172
|
-
}
|
3173
|
-
asset {
|
3174
|
-
id
|
3175
|
-
}
|
3176
|
-
actions {
|
3177
|
-
id
|
3178
|
-
}
|
3179
|
-
}
|
3180
|
-
order {
|
3181
|
-
id
|
3182
2681
|
}
|
3183
2682
|
}
|
3184
|
-
asset {
|
3185
|
-
id
|
3186
|
-
}
|
3187
2683
|
fee
|
3188
2684
|
strikePrice
|
3189
2685
|
expirationDate
|
@@ -3191,9 +2687,6 @@ exports.Asset = {
|
|
3191
2687
|
stopLossId
|
3192
2688
|
takeProfitId
|
3193
2689
|
}
|
3194
|
-
positions {
|
3195
|
-
id
|
3196
|
-
}
|
3197
2690
|
alerts {
|
3198
2691
|
id
|
3199
2692
|
alpacaAccountId
|
@@ -3202,9 +2695,6 @@ exports.Asset = {
|
|
3202
2695
|
isRead
|
3203
2696
|
createdAt
|
3204
2697
|
updatedAt
|
3205
|
-
alpacaAccount {
|
3206
|
-
id
|
3207
|
-
}
|
3208
2698
|
}
|
3209
2699
|
}
|
3210
2700
|
alpacaAccountId
|
@@ -3231,12 +2721,6 @@ exports.Asset = {
|
|
3231
2721
|
logo
|
3232
2722
|
createdAt
|
3233
2723
|
updatedAt
|
3234
|
-
assets {
|
3235
|
-
id
|
3236
|
-
}
|
3237
|
-
}
|
3238
|
-
asset {
|
3239
|
-
id
|
3240
2724
|
}
|
3241
2725
|
relevancyScore
|
3242
2726
|
sentimentScore
|
@@ -8386,9 +7870,6 @@ exports.Asset = {
|
|
8386
7870
|
stripeCurrentPeriodEnd
|
8387
7871
|
createdAt
|
8388
7872
|
updatedAt
|
8389
|
-
users {
|
8390
|
-
id
|
8391
|
-
}
|
8392
7873
|
}
|
8393
7874
|
customerId
|
8394
7875
|
accounts {
|
@@ -8406,18 +7887,12 @@ exports.Asset = {
|
|
8406
7887
|
session_state
|
8407
7888
|
createdAt
|
8408
7889
|
updatedAt
|
8409
|
-
user {
|
8410
|
-
id
|
8411
|
-
}
|
8412
7890
|
}
|
8413
7891
|
sessions {
|
8414
7892
|
id
|
8415
7893
|
sessionToken
|
8416
7894
|
userId
|
8417
7895
|
expires
|
8418
|
-
user {
|
8419
|
-
id
|
8420
|
-
}
|
8421
7896
|
createdAt
|
8422
7897
|
updatedAt
|
8423
7898
|
}
|
@@ -8427,23 +7902,14 @@ exports.Asset = {
|
|
8427
7902
|
credentialID
|
8428
7903
|
publicKey
|
8429
7904
|
counter
|
8430
|
-
user {
|
8431
|
-
id
|
8432
|
-
}
|
8433
7905
|
createdAt
|
8434
7906
|
updatedAt
|
8435
7907
|
}
|
8436
7908
|
plan
|
8437
|
-
alpacaAccounts {
|
8438
|
-
id
|
8439
|
-
}
|
8440
7909
|
}
|
8441
7910
|
userId
|
8442
7911
|
createdAt
|
8443
7912
|
updatedAt
|
8444
|
-
trades {
|
8445
|
-
id
|
8446
|
-
}
|
8447
7913
|
orders {
|
8448
7914
|
id
|
8449
7915
|
clientOrderId
|
@@ -8464,9 +7930,6 @@ exports.Asset = {
|
|
8464
7930
|
createdAt
|
8465
7931
|
updatedAt
|
8466
7932
|
orderId
|
8467
|
-
Order {
|
8468
|
-
id
|
8469
|
-
}
|
8470
7933
|
}
|
8471
7934
|
takeProfit {
|
8472
7935
|
id
|
@@ -8475,9 +7938,6 @@ exports.Asset = {
|
|
8475
7938
|
createdAt
|
8476
7939
|
updatedAt
|
8477
7940
|
orderId
|
8478
|
-
Order {
|
8479
|
-
id
|
8480
|
-
}
|
8481
7941
|
}
|
8482
7942
|
trailPrice
|
8483
7943
|
trailPercent
|
@@ -8489,9 +7949,6 @@ exports.Asset = {
|
|
8489
7949
|
filledAt
|
8490
7950
|
filledAvgPrice
|
8491
7951
|
actionId
|
8492
|
-
alpacaAccount {
|
8493
|
-
id
|
8494
|
-
}
|
8495
7952
|
action {
|
8496
7953
|
id
|
8497
7954
|
sequence
|
@@ -8500,15 +7957,6 @@ exports.Asset = {
|
|
8500
7957
|
note
|
8501
7958
|
status
|
8502
7959
|
fee
|
8503
|
-
trade {
|
8504
|
-
id
|
8505
|
-
}
|
8506
|
-
order {
|
8507
|
-
id
|
8508
|
-
}
|
8509
|
-
}
|
8510
|
-
asset {
|
8511
|
-
id
|
8512
7960
|
}
|
8513
7961
|
fee
|
8514
7962
|
strikePrice
|
@@ -8520,9 +7968,6 @@ exports.Asset = {
|
|
8520
7968
|
positions {
|
8521
7969
|
id
|
8522
7970
|
assetId
|
8523
|
-
asset {
|
8524
|
-
id
|
8525
|
-
}
|
8526
7971
|
averageEntryPrice
|
8527
7972
|
qty
|
8528
7973
|
qtyAvailable
|
@@ -8536,9 +7981,6 @@ exports.Asset = {
|
|
8536
7981
|
lastTradePrice
|
8537
7982
|
changeToday
|
8538
7983
|
assetMarginable
|
8539
|
-
alpacaAccount {
|
8540
|
-
id
|
8541
|
-
}
|
8542
7984
|
alpacaAccountId
|
8543
7985
|
}
|
8544
7986
|
alerts {
|
@@ -8549,14 +7991,8 @@ exports.Asset = {
|
|
8549
7991
|
isRead
|
8550
7992
|
createdAt
|
8551
7993
|
updatedAt
|
8552
|
-
alpacaAccount {
|
8553
|
-
id
|
8554
|
-
}
|
8555
7994
|
}
|
8556
7995
|
}
|
8557
|
-
asset {
|
8558
|
-
id
|
8559
|
-
}
|
8560
7996
|
actions {
|
8561
7997
|
id
|
8562
7998
|
sequence
|
@@ -8565,9 +8001,6 @@ exports.Asset = {
|
|
8565
8001
|
note
|
8566
8002
|
status
|
8567
8003
|
fee
|
8568
|
-
trade {
|
8569
|
-
id
|
8570
|
-
}
|
8571
8004
|
order {
|
8572
8005
|
id
|
8573
8006
|
clientOrderId
|
@@ -8588,9 +8021,6 @@ exports.Asset = {
|
|
8588
8021
|
createdAt
|
8589
8022
|
updatedAt
|
8590
8023
|
orderId
|
8591
|
-
Order {
|
8592
|
-
id
|
8593
|
-
}
|
8594
8024
|
}
|
8595
8025
|
takeProfit {
|
8596
8026
|
id
|
@@ -8599,9 +8029,6 @@ exports.Asset = {
|
|
8599
8029
|
createdAt
|
8600
8030
|
updatedAt
|
8601
8031
|
orderId
|
8602
|
-
Order {
|
8603
|
-
id
|
8604
|
-
}
|
8605
8032
|
}
|
8606
8033
|
trailPrice
|
8607
8034
|
trailPercent
|
@@ -8645,9 +8072,6 @@ exports.Asset = {
|
|
8645
8072
|
stripeCurrentPeriodEnd
|
8646
8073
|
createdAt
|
8647
8074
|
updatedAt
|
8648
|
-
users {
|
8649
|
-
id
|
8650
|
-
}
|
8651
8075
|
}
|
8652
8076
|
customerId
|
8653
8077
|
accounts {
|
@@ -8665,18 +8089,12 @@ exports.Asset = {
|
|
8665
8089
|
session_state
|
8666
8090
|
createdAt
|
8667
8091
|
updatedAt
|
8668
|
-
user {
|
8669
|
-
id
|
8670
|
-
}
|
8671
8092
|
}
|
8672
8093
|
sessions {
|
8673
8094
|
id
|
8674
8095
|
sessionToken
|
8675
8096
|
userId
|
8676
8097
|
expires
|
8677
|
-
user {
|
8678
|
-
id
|
8679
|
-
}
|
8680
8098
|
createdAt
|
8681
8099
|
updatedAt
|
8682
8100
|
}
|
@@ -8686,32 +8104,17 @@ exports.Asset = {
|
|
8686
8104
|
credentialID
|
8687
8105
|
publicKey
|
8688
8106
|
counter
|
8689
|
-
user {
|
8690
|
-
id
|
8691
|
-
}
|
8692
8107
|
createdAt
|
8693
8108
|
updatedAt
|
8694
8109
|
}
|
8695
8110
|
plan
|
8696
|
-
alpacaAccounts {
|
8697
|
-
id
|
8698
|
-
}
|
8699
8111
|
}
|
8700
8112
|
userId
|
8701
8113
|
createdAt
|
8702
8114
|
updatedAt
|
8703
|
-
trades {
|
8704
|
-
id
|
8705
|
-
}
|
8706
|
-
orders {
|
8707
|
-
id
|
8708
|
-
}
|
8709
8115
|
positions {
|
8710
8116
|
id
|
8711
8117
|
assetId
|
8712
|
-
asset {
|
8713
|
-
id
|
8714
|
-
}
|
8715
8118
|
averageEntryPrice
|
8716
8119
|
qty
|
8717
8120
|
qtyAvailable
|
@@ -8725,9 +8128,6 @@ exports.Asset = {
|
|
8725
8128
|
lastTradePrice
|
8726
8129
|
changeToday
|
8727
8130
|
assetMarginable
|
8728
|
-
alpacaAccount {
|
8729
|
-
id
|
8730
|
-
}
|
8731
8131
|
alpacaAccountId
|
8732
8132
|
}
|
8733
8133
|
alerts {
|
@@ -8738,17 +8138,8 @@ exports.Asset = {
|
|
8738
8138
|
isRead
|
8739
8139
|
createdAt
|
8740
8140
|
updatedAt
|
8741
|
-
alpacaAccount {
|
8742
|
-
id
|
8743
|
-
}
|
8744
8141
|
}
|
8745
8142
|
}
|
8746
|
-
action {
|
8747
|
-
id
|
8748
|
-
}
|
8749
|
-
asset {
|
8750
|
-
id
|
8751
|
-
}
|
8752
8143
|
fee
|
8753
8144
|
strikePrice
|
8754
8145
|
expirationDate
|
@@ -8778,9 +8169,6 @@ exports.Asset = {
|
|
8778
8169
|
createdAt
|
8779
8170
|
updatedAt
|
8780
8171
|
orderId
|
8781
|
-
Order {
|
8782
|
-
id
|
8783
|
-
}
|
8784
8172
|
}
|
8785
8173
|
takeProfit {
|
8786
8174
|
id
|
@@ -8789,9 +8177,6 @@ exports.Asset = {
|
|
8789
8177
|
createdAt
|
8790
8178
|
updatedAt
|
8791
8179
|
orderId
|
8792
|
-
Order {
|
8793
|
-
id
|
8794
|
-
}
|
8795
8180
|
}
|
8796
8181
|
trailPrice
|
8797
8182
|
trailPercent
|
@@ -8835,9 +8220,6 @@ exports.Asset = {
|
|
8835
8220
|
stripeCurrentPeriodEnd
|
8836
8221
|
createdAt
|
8837
8222
|
updatedAt
|
8838
|
-
users {
|
8839
|
-
id
|
8840
|
-
}
|
8841
8223
|
}
|
8842
8224
|
customerId
|
8843
8225
|
accounts {
|
@@ -8855,18 +8237,12 @@ exports.Asset = {
|
|
8855
8237
|
session_state
|
8856
8238
|
createdAt
|
8857
8239
|
updatedAt
|
8858
|
-
user {
|
8859
|
-
id
|
8860
|
-
}
|
8861
8240
|
}
|
8862
8241
|
sessions {
|
8863
8242
|
id
|
8864
8243
|
sessionToken
|
8865
8244
|
userId
|
8866
8245
|
expires
|
8867
|
-
user {
|
8868
|
-
id
|
8869
|
-
}
|
8870
8246
|
createdAt
|
8871
8247
|
updatedAt
|
8872
8248
|
}
|
@@ -8876,16 +8252,10 @@ exports.Asset = {
|
|
8876
8252
|
credentialID
|
8877
8253
|
publicKey
|
8878
8254
|
counter
|
8879
|
-
user {
|
8880
|
-
id
|
8881
|
-
}
|
8882
8255
|
createdAt
|
8883
8256
|
updatedAt
|
8884
8257
|
}
|
8885
8258
|
plan
|
8886
|
-
alpacaAccounts {
|
8887
|
-
id
|
8888
|
-
}
|
8889
8259
|
}
|
8890
8260
|
userId
|
8891
8261
|
createdAt
|
@@ -8905,12 +8275,6 @@ exports.Asset = {
|
|
8905
8275
|
createdAt
|
8906
8276
|
updatedAt
|
8907
8277
|
status
|
8908
|
-
alpacaAccount {
|
8909
|
-
id
|
8910
|
-
}
|
8911
|
-
asset {
|
8912
|
-
id
|
8913
|
-
}
|
8914
8278
|
actions {
|
8915
8279
|
id
|
8916
8280
|
sequence
|
@@ -8919,23 +8283,11 @@ exports.Asset = {
|
|
8919
8283
|
note
|
8920
8284
|
status
|
8921
8285
|
fee
|
8922
|
-
trade {
|
8923
|
-
id
|
8924
|
-
}
|
8925
|
-
order {
|
8926
|
-
id
|
8927
|
-
}
|
8928
8286
|
}
|
8929
8287
|
}
|
8930
|
-
orders {
|
8931
|
-
id
|
8932
|
-
}
|
8933
8288
|
positions {
|
8934
8289
|
id
|
8935
8290
|
assetId
|
8936
|
-
asset {
|
8937
|
-
id
|
8938
|
-
}
|
8939
8291
|
averageEntryPrice
|
8940
8292
|
qty
|
8941
8293
|
qtyAvailable
|
@@ -8949,9 +8301,6 @@ exports.Asset = {
|
|
8949
8301
|
lastTradePrice
|
8950
8302
|
changeToday
|
8951
8303
|
assetMarginable
|
8952
|
-
alpacaAccount {
|
8953
|
-
id
|
8954
|
-
}
|
8955
8304
|
alpacaAccountId
|
8956
8305
|
}
|
8957
8306
|
alerts {
|
@@ -8962,9 +8311,6 @@ exports.Asset = {
|
|
8962
8311
|
isRead
|
8963
8312
|
createdAt
|
8964
8313
|
updatedAt
|
8965
|
-
alpacaAccount {
|
8966
|
-
id
|
8967
|
-
}
|
8968
8314
|
}
|
8969
8315
|
}
|
8970
8316
|
action {
|
@@ -9022,9 +8368,6 @@ exports.Asset = {
|
|
9022
8368
|
stripeCurrentPeriodEnd
|
9023
8369
|
createdAt
|
9024
8370
|
updatedAt
|
9025
|
-
users {
|
9026
|
-
id
|
9027
|
-
}
|
9028
8371
|
}
|
9029
8372
|
customerId
|
9030
8373
|
accounts {
|
@@ -9042,18 +8385,12 @@ exports.Asset = {
|
|
9042
8385
|
session_state
|
9043
8386
|
createdAt
|
9044
8387
|
updatedAt
|
9045
|
-
user {
|
9046
|
-
id
|
9047
|
-
}
|
9048
8388
|
}
|
9049
8389
|
sessions {
|
9050
8390
|
id
|
9051
8391
|
sessionToken
|
9052
8392
|
userId
|
9053
8393
|
expires
|
9054
|
-
user {
|
9055
|
-
id
|
9056
|
-
}
|
9057
8394
|
createdAt
|
9058
8395
|
updatedAt
|
9059
8396
|
}
|
@@ -9063,32 +8400,17 @@ exports.Asset = {
|
|
9063
8400
|
credentialID
|
9064
8401
|
publicKey
|
9065
8402
|
counter
|
9066
|
-
user {
|
9067
|
-
id
|
9068
|
-
}
|
9069
8403
|
createdAt
|
9070
8404
|
updatedAt
|
9071
8405
|
}
|
9072
8406
|
plan
|
9073
|
-
alpacaAccounts {
|
9074
|
-
id
|
9075
|
-
}
|
9076
8407
|
}
|
9077
8408
|
userId
|
9078
8409
|
createdAt
|
9079
8410
|
updatedAt
|
9080
|
-
trades {
|
9081
|
-
id
|
9082
|
-
}
|
9083
|
-
orders {
|
9084
|
-
id
|
9085
|
-
}
|
9086
8411
|
positions {
|
9087
8412
|
id
|
9088
8413
|
assetId
|
9089
|
-
asset {
|
9090
|
-
id
|
9091
|
-
}
|
9092
8414
|
averageEntryPrice
|
9093
8415
|
qty
|
9094
8416
|
qtyAvailable
|
@@ -9102,9 +8424,6 @@ exports.Asset = {
|
|
9102
8424
|
lastTradePrice
|
9103
8425
|
changeToday
|
9104
8426
|
assetMarginable
|
9105
|
-
alpacaAccount {
|
9106
|
-
id
|
9107
|
-
}
|
9108
8427
|
alpacaAccountId
|
9109
8428
|
}
|
9110
8429
|
alerts {
|
@@ -9115,25 +8434,10 @@ exports.Asset = {
|
|
9115
8434
|
isRead
|
9116
8435
|
createdAt
|
9117
8436
|
updatedAt
|
9118
|
-
alpacaAccount {
|
9119
|
-
id
|
9120
|
-
}
|
9121
8437
|
}
|
9122
8438
|
}
|
9123
|
-
asset {
|
9124
|
-
id
|
9125
|
-
}
|
9126
|
-
actions {
|
9127
|
-
id
|
9128
|
-
}
|
9129
|
-
}
|
9130
|
-
order {
|
9131
|
-
id
|
9132
8439
|
}
|
9133
8440
|
}
|
9134
|
-
asset {
|
9135
|
-
id
|
9136
|
-
}
|
9137
8441
|
fee
|
9138
8442
|
strikePrice
|
9139
8443
|
expirationDate
|
@@ -9144,9 +8448,6 @@ exports.Asset = {
|
|
9144
8448
|
positions {
|
9145
8449
|
id
|
9146
8450
|
assetId
|
9147
|
-
asset {
|
9148
|
-
id
|
9149
|
-
}
|
9150
8451
|
averageEntryPrice
|
9151
8452
|
qty
|
9152
8453
|
qtyAvailable
|
@@ -9192,9 +8493,6 @@ exports.Asset = {
|
|
9192
8493
|
stripeCurrentPeriodEnd
|
9193
8494
|
createdAt
|
9194
8495
|
updatedAt
|
9195
|
-
users {
|
9196
|
-
id
|
9197
|
-
}
|
9198
8496
|
}
|
9199
8497
|
customerId
|
9200
8498
|
accounts {
|
@@ -9212,18 +8510,12 @@ exports.Asset = {
|
|
9212
8510
|
session_state
|
9213
8511
|
createdAt
|
9214
8512
|
updatedAt
|
9215
|
-
user {
|
9216
|
-
id
|
9217
|
-
}
|
9218
8513
|
}
|
9219
8514
|
sessions {
|
9220
8515
|
id
|
9221
8516
|
sessionToken
|
9222
8517
|
userId
|
9223
8518
|
expires
|
9224
|
-
user {
|
9225
|
-
id
|
9226
|
-
}
|
9227
8519
|
createdAt
|
9228
8520
|
updatedAt
|
9229
8521
|
}
|
@@ -9233,16 +8525,10 @@ exports.Asset = {
|
|
9233
8525
|
credentialID
|
9234
8526
|
publicKey
|
9235
8527
|
counter
|
9236
|
-
user {
|
9237
|
-
id
|
9238
|
-
}
|
9239
8528
|
createdAt
|
9240
8529
|
updatedAt
|
9241
8530
|
}
|
9242
8531
|
plan
|
9243
|
-
alpacaAccounts {
|
9244
|
-
id
|
9245
|
-
}
|
9246
8532
|
}
|
9247
8533
|
userId
|
9248
8534
|
createdAt
|
@@ -9262,12 +8548,6 @@ exports.Asset = {
|
|
9262
8548
|
createdAt
|
9263
8549
|
updatedAt
|
9264
8550
|
status
|
9265
|
-
alpacaAccount {
|
9266
|
-
id
|
9267
|
-
}
|
9268
|
-
asset {
|
9269
|
-
id
|
9270
|
-
}
|
9271
8551
|
actions {
|
9272
8552
|
id
|
9273
8553
|
sequence
|
@@ -9276,9 +8556,6 @@ exports.Asset = {
|
|
9276
8556
|
note
|
9277
8557
|
status
|
9278
8558
|
fee
|
9279
|
-
trade {
|
9280
|
-
id
|
9281
|
-
}
|
9282
8559
|
order {
|
9283
8560
|
id
|
9284
8561
|
clientOrderId
|
@@ -9299,9 +8576,6 @@ exports.Asset = {
|
|
9299
8576
|
createdAt
|
9300
8577
|
updatedAt
|
9301
8578
|
orderId
|
9302
|
-
Order {
|
9303
|
-
id
|
9304
|
-
}
|
9305
8579
|
}
|
9306
8580
|
takeProfit {
|
9307
8581
|
id
|
@@ -9310,9 +8584,6 @@ exports.Asset = {
|
|
9310
8584
|
createdAt
|
9311
8585
|
updatedAt
|
9312
8586
|
orderId
|
9313
|
-
Order {
|
9314
|
-
id
|
9315
|
-
}
|
9316
8587
|
}
|
9317
8588
|
trailPrice
|
9318
8589
|
trailPercent
|
@@ -9324,15 +8595,6 @@ exports.Asset = {
|
|
9324
8595
|
filledAt
|
9325
8596
|
filledAvgPrice
|
9326
8597
|
actionId
|
9327
|
-
alpacaAccount {
|
9328
|
-
id
|
9329
|
-
}
|
9330
|
-
action {
|
9331
|
-
id
|
9332
|
-
}
|
9333
|
-
asset {
|
9334
|
-
id
|
9335
|
-
}
|
9336
8598
|
fee
|
9337
8599
|
strikePrice
|
9338
8600
|
expirationDate
|
@@ -9362,9 +8624,6 @@ exports.Asset = {
|
|
9362
8624
|
createdAt
|
9363
8625
|
updatedAt
|
9364
8626
|
orderId
|
9365
|
-
Order {
|
9366
|
-
id
|
9367
|
-
}
|
9368
8627
|
}
|
9369
8628
|
takeProfit {
|
9370
8629
|
id
|
@@ -9373,9 +8632,6 @@ exports.Asset = {
|
|
9373
8632
|
createdAt
|
9374
8633
|
updatedAt
|
9375
8634
|
orderId
|
9376
|
-
Order {
|
9377
|
-
id
|
9378
|
-
}
|
9379
8635
|
}
|
9380
8636
|
trailPrice
|
9381
8637
|
trailPercent
|
@@ -9387,9 +8643,6 @@ exports.Asset = {
|
|
9387
8643
|
filledAt
|
9388
8644
|
filledAvgPrice
|
9389
8645
|
actionId
|
9390
|
-
alpacaAccount {
|
9391
|
-
id
|
9392
|
-
}
|
9393
8646
|
action {
|
9394
8647
|
id
|
9395
8648
|
sequence
|
@@ -9413,23 +8666,8 @@ exports.Asset = {
|
|
9413
8666
|
createdAt
|
9414
8667
|
updatedAt
|
9415
8668
|
status
|
9416
|
-
alpacaAccount {
|
9417
|
-
id
|
9418
|
-
}
|
9419
|
-
asset {
|
9420
|
-
id
|
9421
|
-
}
|
9422
|
-
actions {
|
9423
|
-
id
|
9424
|
-
}
|
9425
|
-
}
|
9426
|
-
order {
|
9427
|
-
id
|
9428
8669
|
}
|
9429
8670
|
}
|
9430
|
-
asset {
|
9431
|
-
id
|
9432
|
-
}
|
9433
8671
|
fee
|
9434
8672
|
strikePrice
|
9435
8673
|
expirationDate
|
@@ -9437,9 +8675,6 @@ exports.Asset = {
|
|
9437
8675
|
stopLossId
|
9438
8676
|
takeProfitId
|
9439
8677
|
}
|
9440
|
-
positions {
|
9441
|
-
id
|
9442
|
-
}
|
9443
8678
|
alerts {
|
9444
8679
|
id
|
9445
8680
|
alpacaAccountId
|
@@ -9448,9 +8683,6 @@ exports.Asset = {
|
|
9448
8683
|
isRead
|
9449
8684
|
createdAt
|
9450
8685
|
updatedAt
|
9451
|
-
alpacaAccount {
|
9452
|
-
id
|
9453
|
-
}
|
9454
8686
|
}
|
9455
8687
|
}
|
9456
8688
|
alpacaAccountId
|
@@ -9477,12 +8709,6 @@ exports.Asset = {
|
|
9477
8709
|
logo
|
9478
8710
|
createdAt
|
9479
8711
|
updatedAt
|
9480
|
-
assets {
|
9481
|
-
id
|
9482
|
-
}
|
9483
|
-
}
|
9484
|
-
asset {
|
9485
|
-
id
|
9486
8712
|
}
|
9487
8713
|
relevancyScore
|
9488
8714
|
sentimentScore
|
@@ -9628,9 +8854,6 @@ exports.Asset = {
|
|
9628
8854
|
stripeCurrentPeriodEnd
|
9629
8855
|
createdAt
|
9630
8856
|
updatedAt
|
9631
|
-
users {
|
9632
|
-
id
|
9633
|
-
}
|
9634
8857
|
}
|
9635
8858
|
customerId
|
9636
8859
|
accounts {
|
@@ -9648,18 +8871,12 @@ exports.Asset = {
|
|
9648
8871
|
session_state
|
9649
8872
|
createdAt
|
9650
8873
|
updatedAt
|
9651
|
-
user {
|
9652
|
-
id
|
9653
|
-
}
|
9654
8874
|
}
|
9655
8875
|
sessions {
|
9656
8876
|
id
|
9657
8877
|
sessionToken
|
9658
8878
|
userId
|
9659
8879
|
expires
|
9660
|
-
user {
|
9661
|
-
id
|
9662
|
-
}
|
9663
8880
|
createdAt
|
9664
8881
|
updatedAt
|
9665
8882
|
}
|
@@ -9669,23 +8886,14 @@ exports.Asset = {
|
|
9669
8886
|
credentialID
|
9670
8887
|
publicKey
|
9671
8888
|
counter
|
9672
|
-
user {
|
9673
|
-
id
|
9674
|
-
}
|
9675
8889
|
createdAt
|
9676
8890
|
updatedAt
|
9677
8891
|
}
|
9678
8892
|
plan
|
9679
|
-
alpacaAccounts {
|
9680
|
-
id
|
9681
|
-
}
|
9682
8893
|
}
|
9683
8894
|
userId
|
9684
8895
|
createdAt
|
9685
8896
|
updatedAt
|
9686
|
-
trades {
|
9687
|
-
id
|
9688
|
-
}
|
9689
8897
|
orders {
|
9690
8898
|
id
|
9691
8899
|
clientOrderId
|
@@ -9706,9 +8914,6 @@ exports.Asset = {
|
|
9706
8914
|
createdAt
|
9707
8915
|
updatedAt
|
9708
8916
|
orderId
|
9709
|
-
Order {
|
9710
|
-
id
|
9711
|
-
}
|
9712
8917
|
}
|
9713
8918
|
takeProfit {
|
9714
8919
|
id
|
@@ -9717,9 +8922,6 @@ exports.Asset = {
|
|
9717
8922
|
createdAt
|
9718
8923
|
updatedAt
|
9719
8924
|
orderId
|
9720
|
-
Order {
|
9721
|
-
id
|
9722
|
-
}
|
9723
8925
|
}
|
9724
8926
|
trailPrice
|
9725
8927
|
trailPercent
|
@@ -9731,9 +8933,6 @@ exports.Asset = {
|
|
9731
8933
|
filledAt
|
9732
8934
|
filledAvgPrice
|
9733
8935
|
actionId
|
9734
|
-
alpacaAccount {
|
9735
|
-
id
|
9736
|
-
}
|
9737
8936
|
action {
|
9738
8937
|
id
|
9739
8938
|
sequence
|
@@ -9742,15 +8941,6 @@ exports.Asset = {
|
|
9742
8941
|
note
|
9743
8942
|
status
|
9744
8943
|
fee
|
9745
|
-
trade {
|
9746
|
-
id
|
9747
|
-
}
|
9748
|
-
order {
|
9749
|
-
id
|
9750
|
-
}
|
9751
|
-
}
|
9752
|
-
asset {
|
9753
|
-
id
|
9754
8944
|
}
|
9755
8945
|
fee
|
9756
8946
|
strikePrice
|
@@ -9762,9 +8952,6 @@ exports.Asset = {
|
|
9762
8952
|
positions {
|
9763
8953
|
id
|
9764
8954
|
assetId
|
9765
|
-
asset {
|
9766
|
-
id
|
9767
|
-
}
|
9768
8955
|
averageEntryPrice
|
9769
8956
|
qty
|
9770
8957
|
qtyAvailable
|
@@ -9778,9 +8965,6 @@ exports.Asset = {
|
|
9778
8965
|
lastTradePrice
|
9779
8966
|
changeToday
|
9780
8967
|
assetMarginable
|
9781
|
-
alpacaAccount {
|
9782
|
-
id
|
9783
|
-
}
|
9784
8968
|
alpacaAccountId
|
9785
8969
|
}
|
9786
8970
|
alerts {
|
@@ -9791,14 +8975,8 @@ exports.Asset = {
|
|
9791
8975
|
isRead
|
9792
8976
|
createdAt
|
9793
8977
|
updatedAt
|
9794
|
-
alpacaAccount {
|
9795
|
-
id
|
9796
|
-
}
|
9797
8978
|
}
|
9798
8979
|
}
|
9799
|
-
asset {
|
9800
|
-
id
|
9801
|
-
}
|
9802
8980
|
actions {
|
9803
8981
|
id
|
9804
8982
|
sequence
|
@@ -9807,9 +8985,6 @@ exports.Asset = {
|
|
9807
8985
|
note
|
9808
8986
|
status
|
9809
8987
|
fee
|
9810
|
-
trade {
|
9811
|
-
id
|
9812
|
-
}
|
9813
8988
|
order {
|
9814
8989
|
id
|
9815
8990
|
clientOrderId
|
@@ -9830,9 +9005,6 @@ exports.Asset = {
|
|
9830
9005
|
createdAt
|
9831
9006
|
updatedAt
|
9832
9007
|
orderId
|
9833
|
-
Order {
|
9834
|
-
id
|
9835
|
-
}
|
9836
9008
|
}
|
9837
9009
|
takeProfit {
|
9838
9010
|
id
|
@@ -9841,9 +9013,6 @@ exports.Asset = {
|
|
9841
9013
|
createdAt
|
9842
9014
|
updatedAt
|
9843
9015
|
orderId
|
9844
|
-
Order {
|
9845
|
-
id
|
9846
|
-
}
|
9847
9016
|
}
|
9848
9017
|
trailPrice
|
9849
9018
|
trailPercent
|
@@ -9887,9 +9056,6 @@ exports.Asset = {
|
|
9887
9056
|
stripeCurrentPeriodEnd
|
9888
9057
|
createdAt
|
9889
9058
|
updatedAt
|
9890
|
-
users {
|
9891
|
-
id
|
9892
|
-
}
|
9893
9059
|
}
|
9894
9060
|
customerId
|
9895
9061
|
accounts {
|
@@ -9907,18 +9073,12 @@ exports.Asset = {
|
|
9907
9073
|
session_state
|
9908
9074
|
createdAt
|
9909
9075
|
updatedAt
|
9910
|
-
user {
|
9911
|
-
id
|
9912
|
-
}
|
9913
9076
|
}
|
9914
9077
|
sessions {
|
9915
9078
|
id
|
9916
9079
|
sessionToken
|
9917
9080
|
userId
|
9918
9081
|
expires
|
9919
|
-
user {
|
9920
|
-
id
|
9921
|
-
}
|
9922
9082
|
createdAt
|
9923
9083
|
updatedAt
|
9924
9084
|
}
|
@@ -9928,32 +9088,17 @@ exports.Asset = {
|
|
9928
9088
|
credentialID
|
9929
9089
|
publicKey
|
9930
9090
|
counter
|
9931
|
-
user {
|
9932
|
-
id
|
9933
|
-
}
|
9934
9091
|
createdAt
|
9935
9092
|
updatedAt
|
9936
9093
|
}
|
9937
9094
|
plan
|
9938
|
-
alpacaAccounts {
|
9939
|
-
id
|
9940
|
-
}
|
9941
9095
|
}
|
9942
9096
|
userId
|
9943
9097
|
createdAt
|
9944
9098
|
updatedAt
|
9945
|
-
trades {
|
9946
|
-
id
|
9947
|
-
}
|
9948
|
-
orders {
|
9949
|
-
id
|
9950
|
-
}
|
9951
9099
|
positions {
|
9952
9100
|
id
|
9953
9101
|
assetId
|
9954
|
-
asset {
|
9955
|
-
id
|
9956
|
-
}
|
9957
9102
|
averageEntryPrice
|
9958
9103
|
qty
|
9959
9104
|
qtyAvailable
|
@@ -9967,9 +9112,6 @@ exports.Asset = {
|
|
9967
9112
|
lastTradePrice
|
9968
9113
|
changeToday
|
9969
9114
|
assetMarginable
|
9970
|
-
alpacaAccount {
|
9971
|
-
id
|
9972
|
-
}
|
9973
9115
|
alpacaAccountId
|
9974
9116
|
}
|
9975
9117
|
alerts {
|
@@ -9980,17 +9122,8 @@ exports.Asset = {
|
|
9980
9122
|
isRead
|
9981
9123
|
createdAt
|
9982
9124
|
updatedAt
|
9983
|
-
alpacaAccount {
|
9984
|
-
id
|
9985
|
-
}
|
9986
9125
|
}
|
9987
9126
|
}
|
9988
|
-
action {
|
9989
|
-
id
|
9990
|
-
}
|
9991
|
-
asset {
|
9992
|
-
id
|
9993
|
-
}
|
9994
9127
|
fee
|
9995
9128
|
strikePrice
|
9996
9129
|
expirationDate
|
@@ -10020,9 +9153,6 @@ exports.Asset = {
|
|
10020
9153
|
createdAt
|
10021
9154
|
updatedAt
|
10022
9155
|
orderId
|
10023
|
-
Order {
|
10024
|
-
id
|
10025
|
-
}
|
10026
9156
|
}
|
10027
9157
|
takeProfit {
|
10028
9158
|
id
|
@@ -10031,9 +9161,6 @@ exports.Asset = {
|
|
10031
9161
|
createdAt
|
10032
9162
|
updatedAt
|
10033
9163
|
orderId
|
10034
|
-
Order {
|
10035
|
-
id
|
10036
|
-
}
|
10037
9164
|
}
|
10038
9165
|
trailPrice
|
10039
9166
|
trailPercent
|
@@ -10077,9 +9204,6 @@ exports.Asset = {
|
|
10077
9204
|
stripeCurrentPeriodEnd
|
10078
9205
|
createdAt
|
10079
9206
|
updatedAt
|
10080
|
-
users {
|
10081
|
-
id
|
10082
|
-
}
|
10083
9207
|
}
|
10084
9208
|
customerId
|
10085
9209
|
accounts {
|
@@ -10097,18 +9221,12 @@ exports.Asset = {
|
|
10097
9221
|
session_state
|
10098
9222
|
createdAt
|
10099
9223
|
updatedAt
|
10100
|
-
user {
|
10101
|
-
id
|
10102
|
-
}
|
10103
9224
|
}
|
10104
9225
|
sessions {
|
10105
9226
|
id
|
10106
9227
|
sessionToken
|
10107
9228
|
userId
|
10108
9229
|
expires
|
10109
|
-
user {
|
10110
|
-
id
|
10111
|
-
}
|
10112
9230
|
createdAt
|
10113
9231
|
updatedAt
|
10114
9232
|
}
|
@@ -10118,16 +9236,10 @@ exports.Asset = {
|
|
10118
9236
|
credentialID
|
10119
9237
|
publicKey
|
10120
9238
|
counter
|
10121
|
-
user {
|
10122
|
-
id
|
10123
|
-
}
|
10124
9239
|
createdAt
|
10125
9240
|
updatedAt
|
10126
9241
|
}
|
10127
9242
|
plan
|
10128
|
-
alpacaAccounts {
|
10129
|
-
id
|
10130
|
-
}
|
10131
9243
|
}
|
10132
9244
|
userId
|
10133
9245
|
createdAt
|
@@ -10147,12 +9259,6 @@ exports.Asset = {
|
|
10147
9259
|
createdAt
|
10148
9260
|
updatedAt
|
10149
9261
|
status
|
10150
|
-
alpacaAccount {
|
10151
|
-
id
|
10152
|
-
}
|
10153
|
-
asset {
|
10154
|
-
id
|
10155
|
-
}
|
10156
9262
|
actions {
|
10157
9263
|
id
|
10158
9264
|
sequence
|
@@ -10161,23 +9267,11 @@ exports.Asset = {
|
|
10161
9267
|
note
|
10162
9268
|
status
|
10163
9269
|
fee
|
10164
|
-
trade {
|
10165
|
-
id
|
10166
|
-
}
|
10167
|
-
order {
|
10168
|
-
id
|
10169
|
-
}
|
10170
9270
|
}
|
10171
9271
|
}
|
10172
|
-
orders {
|
10173
|
-
id
|
10174
|
-
}
|
10175
9272
|
positions {
|
10176
9273
|
id
|
10177
9274
|
assetId
|
10178
|
-
asset {
|
10179
|
-
id
|
10180
|
-
}
|
10181
9275
|
averageEntryPrice
|
10182
9276
|
qty
|
10183
9277
|
qtyAvailable
|
@@ -10191,9 +9285,6 @@ exports.Asset = {
|
|
10191
9285
|
lastTradePrice
|
10192
9286
|
changeToday
|
10193
9287
|
assetMarginable
|
10194
|
-
alpacaAccount {
|
10195
|
-
id
|
10196
|
-
}
|
10197
9288
|
alpacaAccountId
|
10198
9289
|
}
|
10199
9290
|
alerts {
|
@@ -10204,9 +9295,6 @@ exports.Asset = {
|
|
10204
9295
|
isRead
|
10205
9296
|
createdAt
|
10206
9297
|
updatedAt
|
10207
|
-
alpacaAccount {
|
10208
|
-
id
|
10209
|
-
}
|
10210
9298
|
}
|
10211
9299
|
}
|
10212
9300
|
action {
|
@@ -10264,9 +9352,6 @@ exports.Asset = {
|
|
10264
9352
|
stripeCurrentPeriodEnd
|
10265
9353
|
createdAt
|
10266
9354
|
updatedAt
|
10267
|
-
users {
|
10268
|
-
id
|
10269
|
-
}
|
10270
9355
|
}
|
10271
9356
|
customerId
|
10272
9357
|
accounts {
|
@@ -10284,18 +9369,12 @@ exports.Asset = {
|
|
10284
9369
|
session_state
|
10285
9370
|
createdAt
|
10286
9371
|
updatedAt
|
10287
|
-
user {
|
10288
|
-
id
|
10289
|
-
}
|
10290
9372
|
}
|
10291
9373
|
sessions {
|
10292
9374
|
id
|
10293
9375
|
sessionToken
|
10294
9376
|
userId
|
10295
9377
|
expires
|
10296
|
-
user {
|
10297
|
-
id
|
10298
|
-
}
|
10299
9378
|
createdAt
|
10300
9379
|
updatedAt
|
10301
9380
|
}
|
@@ -10305,32 +9384,17 @@ exports.Asset = {
|
|
10305
9384
|
credentialID
|
10306
9385
|
publicKey
|
10307
9386
|
counter
|
10308
|
-
user {
|
10309
|
-
id
|
10310
|
-
}
|
10311
9387
|
createdAt
|
10312
9388
|
updatedAt
|
10313
9389
|
}
|
10314
9390
|
plan
|
10315
|
-
alpacaAccounts {
|
10316
|
-
id
|
10317
|
-
}
|
10318
9391
|
}
|
10319
9392
|
userId
|
10320
9393
|
createdAt
|
10321
9394
|
updatedAt
|
10322
|
-
trades {
|
10323
|
-
id
|
10324
|
-
}
|
10325
|
-
orders {
|
10326
|
-
id
|
10327
|
-
}
|
10328
9395
|
positions {
|
10329
9396
|
id
|
10330
9397
|
assetId
|
10331
|
-
asset {
|
10332
|
-
id
|
10333
|
-
}
|
10334
9398
|
averageEntryPrice
|
10335
9399
|
qty
|
10336
9400
|
qtyAvailable
|
@@ -10344,9 +9408,6 @@ exports.Asset = {
|
|
10344
9408
|
lastTradePrice
|
10345
9409
|
changeToday
|
10346
9410
|
assetMarginable
|
10347
|
-
alpacaAccount {
|
10348
|
-
id
|
10349
|
-
}
|
10350
9411
|
alpacaAccountId
|
10351
9412
|
}
|
10352
9413
|
alerts {
|
@@ -10357,25 +9418,10 @@ exports.Asset = {
|
|
10357
9418
|
isRead
|
10358
9419
|
createdAt
|
10359
9420
|
updatedAt
|
10360
|
-
alpacaAccount {
|
10361
|
-
id
|
10362
|
-
}
|
10363
9421
|
}
|
10364
9422
|
}
|
10365
|
-
asset {
|
10366
|
-
id
|
10367
|
-
}
|
10368
|
-
actions {
|
10369
|
-
id
|
10370
|
-
}
|
10371
|
-
}
|
10372
|
-
order {
|
10373
|
-
id
|
10374
9423
|
}
|
10375
9424
|
}
|
10376
|
-
asset {
|
10377
|
-
id
|
10378
|
-
}
|
10379
9425
|
fee
|
10380
9426
|
strikePrice
|
10381
9427
|
expirationDate
|
@@ -10386,9 +9432,6 @@ exports.Asset = {
|
|
10386
9432
|
positions {
|
10387
9433
|
id
|
10388
9434
|
assetId
|
10389
|
-
asset {
|
10390
|
-
id
|
10391
|
-
}
|
10392
9435
|
averageEntryPrice
|
10393
9436
|
qty
|
10394
9437
|
qtyAvailable
|
@@ -10434,9 +9477,6 @@ exports.Asset = {
|
|
10434
9477
|
stripeCurrentPeriodEnd
|
10435
9478
|
createdAt
|
10436
9479
|
updatedAt
|
10437
|
-
users {
|
10438
|
-
id
|
10439
|
-
}
|
10440
9480
|
}
|
10441
9481
|
customerId
|
10442
9482
|
accounts {
|
@@ -10454,18 +9494,12 @@ exports.Asset = {
|
|
10454
9494
|
session_state
|
10455
9495
|
createdAt
|
10456
9496
|
updatedAt
|
10457
|
-
user {
|
10458
|
-
id
|
10459
|
-
}
|
10460
9497
|
}
|
10461
9498
|
sessions {
|
10462
9499
|
id
|
10463
9500
|
sessionToken
|
10464
9501
|
userId
|
10465
9502
|
expires
|
10466
|
-
user {
|
10467
|
-
id
|
10468
|
-
}
|
10469
9503
|
createdAt
|
10470
9504
|
updatedAt
|
10471
9505
|
}
|
@@ -10475,16 +9509,10 @@ exports.Asset = {
|
|
10475
9509
|
credentialID
|
10476
9510
|
publicKey
|
10477
9511
|
counter
|
10478
|
-
user {
|
10479
|
-
id
|
10480
|
-
}
|
10481
9512
|
createdAt
|
10482
9513
|
updatedAt
|
10483
9514
|
}
|
10484
9515
|
plan
|
10485
|
-
alpacaAccounts {
|
10486
|
-
id
|
10487
|
-
}
|
10488
9516
|
}
|
10489
9517
|
userId
|
10490
9518
|
createdAt
|
@@ -10504,12 +9532,6 @@ exports.Asset = {
|
|
10504
9532
|
createdAt
|
10505
9533
|
updatedAt
|
10506
9534
|
status
|
10507
|
-
alpacaAccount {
|
10508
|
-
id
|
10509
|
-
}
|
10510
|
-
asset {
|
10511
|
-
id
|
10512
|
-
}
|
10513
9535
|
actions {
|
10514
9536
|
id
|
10515
9537
|
sequence
|
@@ -10518,9 +9540,6 @@ exports.Asset = {
|
|
10518
9540
|
note
|
10519
9541
|
status
|
10520
9542
|
fee
|
10521
|
-
trade {
|
10522
|
-
id
|
10523
|
-
}
|
10524
9543
|
order {
|
10525
9544
|
id
|
10526
9545
|
clientOrderId
|
@@ -10541,9 +9560,6 @@ exports.Asset = {
|
|
10541
9560
|
createdAt
|
10542
9561
|
updatedAt
|
10543
9562
|
orderId
|
10544
|
-
Order {
|
10545
|
-
id
|
10546
|
-
}
|
10547
9563
|
}
|
10548
9564
|
takeProfit {
|
10549
9565
|
id
|
@@ -10552,9 +9568,6 @@ exports.Asset = {
|
|
10552
9568
|
createdAt
|
10553
9569
|
updatedAt
|
10554
9570
|
orderId
|
10555
|
-
Order {
|
10556
|
-
id
|
10557
|
-
}
|
10558
9571
|
}
|
10559
9572
|
trailPrice
|
10560
9573
|
trailPercent
|
@@ -10566,15 +9579,6 @@ exports.Asset = {
|
|
10566
9579
|
filledAt
|
10567
9580
|
filledAvgPrice
|
10568
9581
|
actionId
|
10569
|
-
alpacaAccount {
|
10570
|
-
id
|
10571
|
-
}
|
10572
|
-
action {
|
10573
|
-
id
|
10574
|
-
}
|
10575
|
-
asset {
|
10576
|
-
id
|
10577
|
-
}
|
10578
9582
|
fee
|
10579
9583
|
strikePrice
|
10580
9584
|
expirationDate
|
@@ -10604,9 +9608,6 @@ exports.Asset = {
|
|
10604
9608
|
createdAt
|
10605
9609
|
updatedAt
|
10606
9610
|
orderId
|
10607
|
-
Order {
|
10608
|
-
id
|
10609
|
-
}
|
10610
9611
|
}
|
10611
9612
|
takeProfit {
|
10612
9613
|
id
|
@@ -10615,9 +9616,6 @@ exports.Asset = {
|
|
10615
9616
|
createdAt
|
10616
9617
|
updatedAt
|
10617
9618
|
orderId
|
10618
|
-
Order {
|
10619
|
-
id
|
10620
|
-
}
|
10621
9619
|
}
|
10622
9620
|
trailPrice
|
10623
9621
|
trailPercent
|
@@ -10629,9 +9627,6 @@ exports.Asset = {
|
|
10629
9627
|
filledAt
|
10630
9628
|
filledAvgPrice
|
10631
9629
|
actionId
|
10632
|
-
alpacaAccount {
|
10633
|
-
id
|
10634
|
-
}
|
10635
9630
|
action {
|
10636
9631
|
id
|
10637
9632
|
sequence
|
@@ -10655,23 +9650,8 @@ exports.Asset = {
|
|
10655
9650
|
createdAt
|
10656
9651
|
updatedAt
|
10657
9652
|
status
|
10658
|
-
alpacaAccount {
|
10659
|
-
id
|
10660
|
-
}
|
10661
|
-
asset {
|
10662
|
-
id
|
10663
|
-
}
|
10664
|
-
actions {
|
10665
|
-
id
|
10666
|
-
}
|
10667
|
-
}
|
10668
|
-
order {
|
10669
|
-
id
|
10670
9653
|
}
|
10671
9654
|
}
|
10672
|
-
asset {
|
10673
|
-
id
|
10674
|
-
}
|
10675
9655
|
fee
|
10676
9656
|
strikePrice
|
10677
9657
|
expirationDate
|
@@ -10679,9 +9659,6 @@ exports.Asset = {
|
|
10679
9659
|
stopLossId
|
10680
9660
|
takeProfitId
|
10681
9661
|
}
|
10682
|
-
positions {
|
10683
|
-
id
|
10684
|
-
}
|
10685
9662
|
alerts {
|
10686
9663
|
id
|
10687
9664
|
alpacaAccountId
|
@@ -10690,9 +9667,6 @@ exports.Asset = {
|
|
10690
9667
|
isRead
|
10691
9668
|
createdAt
|
10692
9669
|
updatedAt
|
10693
|
-
alpacaAccount {
|
10694
|
-
id
|
10695
|
-
}
|
10696
9670
|
}
|
10697
9671
|
}
|
10698
9672
|
alpacaAccountId
|
@@ -10719,12 +9693,6 @@ exports.Asset = {
|
|
10719
9693
|
logo
|
10720
9694
|
createdAt
|
10721
9695
|
updatedAt
|
10722
|
-
assets {
|
10723
|
-
id
|
10724
|
-
}
|
10725
|
-
}
|
10726
|
-
asset {
|
10727
|
-
id
|
10728
9696
|
}
|
10729
9697
|
relevancyScore
|
10730
9698
|
sentimentScore
|
@@ -10871,9 +9839,6 @@ exports.Asset = {
|
|
10871
9839
|
stripeCurrentPeriodEnd
|
10872
9840
|
createdAt
|
10873
9841
|
updatedAt
|
10874
|
-
users {
|
10875
|
-
id
|
10876
|
-
}
|
10877
9842
|
}
|
10878
9843
|
customerId
|
10879
9844
|
accounts {
|
@@ -10891,18 +9856,12 @@ exports.Asset = {
|
|
10891
9856
|
session_state
|
10892
9857
|
createdAt
|
10893
9858
|
updatedAt
|
10894
|
-
user {
|
10895
|
-
id
|
10896
|
-
}
|
10897
9859
|
}
|
10898
9860
|
sessions {
|
10899
9861
|
id
|
10900
9862
|
sessionToken
|
10901
9863
|
userId
|
10902
9864
|
expires
|
10903
|
-
user {
|
10904
|
-
id
|
10905
|
-
}
|
10906
9865
|
createdAt
|
10907
9866
|
updatedAt
|
10908
9867
|
}
|
@@ -10912,23 +9871,14 @@ exports.Asset = {
|
|
10912
9871
|
credentialID
|
10913
9872
|
publicKey
|
10914
9873
|
counter
|
10915
|
-
user {
|
10916
|
-
id
|
10917
|
-
}
|
10918
9874
|
createdAt
|
10919
9875
|
updatedAt
|
10920
9876
|
}
|
10921
9877
|
plan
|
10922
|
-
alpacaAccounts {
|
10923
|
-
id
|
10924
|
-
}
|
10925
9878
|
}
|
10926
9879
|
userId
|
10927
9880
|
createdAt
|
10928
9881
|
updatedAt
|
10929
|
-
trades {
|
10930
|
-
id
|
10931
|
-
}
|
10932
9882
|
orders {
|
10933
9883
|
id
|
10934
9884
|
clientOrderId
|
@@ -10949,9 +9899,6 @@ exports.Asset = {
|
|
10949
9899
|
createdAt
|
10950
9900
|
updatedAt
|
10951
9901
|
orderId
|
10952
|
-
Order {
|
10953
|
-
id
|
10954
|
-
}
|
10955
9902
|
}
|
10956
9903
|
takeProfit {
|
10957
9904
|
id
|
@@ -10960,9 +9907,6 @@ exports.Asset = {
|
|
10960
9907
|
createdAt
|
10961
9908
|
updatedAt
|
10962
9909
|
orderId
|
10963
|
-
Order {
|
10964
|
-
id
|
10965
|
-
}
|
10966
9910
|
}
|
10967
9911
|
trailPrice
|
10968
9912
|
trailPercent
|
@@ -10974,9 +9918,6 @@ exports.Asset = {
|
|
10974
9918
|
filledAt
|
10975
9919
|
filledAvgPrice
|
10976
9920
|
actionId
|
10977
|
-
alpacaAccount {
|
10978
|
-
id
|
10979
|
-
}
|
10980
9921
|
action {
|
10981
9922
|
id
|
10982
9923
|
sequence
|
@@ -10985,15 +9926,6 @@ exports.Asset = {
|
|
10985
9926
|
note
|
10986
9927
|
status
|
10987
9928
|
fee
|
10988
|
-
trade {
|
10989
|
-
id
|
10990
|
-
}
|
10991
|
-
order {
|
10992
|
-
id
|
10993
|
-
}
|
10994
|
-
}
|
10995
|
-
asset {
|
10996
|
-
id
|
10997
9929
|
}
|
10998
9930
|
fee
|
10999
9931
|
strikePrice
|
@@ -11005,9 +9937,6 @@ exports.Asset = {
|
|
11005
9937
|
positions {
|
11006
9938
|
id
|
11007
9939
|
assetId
|
11008
|
-
asset {
|
11009
|
-
id
|
11010
|
-
}
|
11011
9940
|
averageEntryPrice
|
11012
9941
|
qty
|
11013
9942
|
qtyAvailable
|
@@ -11021,9 +9950,6 @@ exports.Asset = {
|
|
11021
9950
|
lastTradePrice
|
11022
9951
|
changeToday
|
11023
9952
|
assetMarginable
|
11024
|
-
alpacaAccount {
|
11025
|
-
id
|
11026
|
-
}
|
11027
9953
|
alpacaAccountId
|
11028
9954
|
}
|
11029
9955
|
alerts {
|
@@ -11034,14 +9960,8 @@ exports.Asset = {
|
|
11034
9960
|
isRead
|
11035
9961
|
createdAt
|
11036
9962
|
updatedAt
|
11037
|
-
alpacaAccount {
|
11038
|
-
id
|
11039
|
-
}
|
11040
9963
|
}
|
11041
9964
|
}
|
11042
|
-
asset {
|
11043
|
-
id
|
11044
|
-
}
|
11045
9965
|
actions {
|
11046
9966
|
id
|
11047
9967
|
sequence
|
@@ -11050,9 +9970,6 @@ exports.Asset = {
|
|
11050
9970
|
note
|
11051
9971
|
status
|
11052
9972
|
fee
|
11053
|
-
trade {
|
11054
|
-
id
|
11055
|
-
}
|
11056
9973
|
order {
|
11057
9974
|
id
|
11058
9975
|
clientOrderId
|
@@ -11073,9 +9990,6 @@ exports.Asset = {
|
|
11073
9990
|
createdAt
|
11074
9991
|
updatedAt
|
11075
9992
|
orderId
|
11076
|
-
Order {
|
11077
|
-
id
|
11078
|
-
}
|
11079
9993
|
}
|
11080
9994
|
takeProfit {
|
11081
9995
|
id
|
@@ -11084,9 +9998,6 @@ exports.Asset = {
|
|
11084
9998
|
createdAt
|
11085
9999
|
updatedAt
|
11086
10000
|
orderId
|
11087
|
-
Order {
|
11088
|
-
id
|
11089
|
-
}
|
11090
10001
|
}
|
11091
10002
|
trailPrice
|
11092
10003
|
trailPercent
|
@@ -11130,9 +10041,6 @@ exports.Asset = {
|
|
11130
10041
|
stripeCurrentPeriodEnd
|
11131
10042
|
createdAt
|
11132
10043
|
updatedAt
|
11133
|
-
users {
|
11134
|
-
id
|
11135
|
-
}
|
11136
10044
|
}
|
11137
10045
|
customerId
|
11138
10046
|
accounts {
|
@@ -11150,18 +10058,12 @@ exports.Asset = {
|
|
11150
10058
|
session_state
|
11151
10059
|
createdAt
|
11152
10060
|
updatedAt
|
11153
|
-
user {
|
11154
|
-
id
|
11155
|
-
}
|
11156
10061
|
}
|
11157
10062
|
sessions {
|
11158
10063
|
id
|
11159
10064
|
sessionToken
|
11160
10065
|
userId
|
11161
10066
|
expires
|
11162
|
-
user {
|
11163
|
-
id
|
11164
|
-
}
|
11165
10067
|
createdAt
|
11166
10068
|
updatedAt
|
11167
10069
|
}
|
@@ -11171,32 +10073,17 @@ exports.Asset = {
|
|
11171
10073
|
credentialID
|
11172
10074
|
publicKey
|
11173
10075
|
counter
|
11174
|
-
user {
|
11175
|
-
id
|
11176
|
-
}
|
11177
10076
|
createdAt
|
11178
10077
|
updatedAt
|
11179
10078
|
}
|
11180
10079
|
plan
|
11181
|
-
alpacaAccounts {
|
11182
|
-
id
|
11183
|
-
}
|
11184
10080
|
}
|
11185
10081
|
userId
|
11186
10082
|
createdAt
|
11187
10083
|
updatedAt
|
11188
|
-
trades {
|
11189
|
-
id
|
11190
|
-
}
|
11191
|
-
orders {
|
11192
|
-
id
|
11193
|
-
}
|
11194
10084
|
positions {
|
11195
10085
|
id
|
11196
10086
|
assetId
|
11197
|
-
asset {
|
11198
|
-
id
|
11199
|
-
}
|
11200
10087
|
averageEntryPrice
|
11201
10088
|
qty
|
11202
10089
|
qtyAvailable
|
@@ -11210,9 +10097,6 @@ exports.Asset = {
|
|
11210
10097
|
lastTradePrice
|
11211
10098
|
changeToday
|
11212
10099
|
assetMarginable
|
11213
|
-
alpacaAccount {
|
11214
|
-
id
|
11215
|
-
}
|
11216
10100
|
alpacaAccountId
|
11217
10101
|
}
|
11218
10102
|
alerts {
|
@@ -11223,17 +10107,8 @@ exports.Asset = {
|
|
11223
10107
|
isRead
|
11224
10108
|
createdAt
|
11225
10109
|
updatedAt
|
11226
|
-
alpacaAccount {
|
11227
|
-
id
|
11228
|
-
}
|
11229
10110
|
}
|
11230
10111
|
}
|
11231
|
-
action {
|
11232
|
-
id
|
11233
|
-
}
|
11234
|
-
asset {
|
11235
|
-
id
|
11236
|
-
}
|
11237
10112
|
fee
|
11238
10113
|
strikePrice
|
11239
10114
|
expirationDate
|
@@ -11263,9 +10138,6 @@ exports.Asset = {
|
|
11263
10138
|
createdAt
|
11264
10139
|
updatedAt
|
11265
10140
|
orderId
|
11266
|
-
Order {
|
11267
|
-
id
|
11268
|
-
}
|
11269
10141
|
}
|
11270
10142
|
takeProfit {
|
11271
10143
|
id
|
@@ -11274,9 +10146,6 @@ exports.Asset = {
|
|
11274
10146
|
createdAt
|
11275
10147
|
updatedAt
|
11276
10148
|
orderId
|
11277
|
-
Order {
|
11278
|
-
id
|
11279
|
-
}
|
11280
10149
|
}
|
11281
10150
|
trailPrice
|
11282
10151
|
trailPercent
|
@@ -11320,9 +10189,6 @@ exports.Asset = {
|
|
11320
10189
|
stripeCurrentPeriodEnd
|
11321
10190
|
createdAt
|
11322
10191
|
updatedAt
|
11323
|
-
users {
|
11324
|
-
id
|
11325
|
-
}
|
11326
10192
|
}
|
11327
10193
|
customerId
|
11328
10194
|
accounts {
|
@@ -11340,18 +10206,12 @@ exports.Asset = {
|
|
11340
10206
|
session_state
|
11341
10207
|
createdAt
|
11342
10208
|
updatedAt
|
11343
|
-
user {
|
11344
|
-
id
|
11345
|
-
}
|
11346
10209
|
}
|
11347
10210
|
sessions {
|
11348
10211
|
id
|
11349
10212
|
sessionToken
|
11350
10213
|
userId
|
11351
10214
|
expires
|
11352
|
-
user {
|
11353
|
-
id
|
11354
|
-
}
|
11355
10215
|
createdAt
|
11356
10216
|
updatedAt
|
11357
10217
|
}
|
@@ -11361,16 +10221,10 @@ exports.Asset = {
|
|
11361
10221
|
credentialID
|
11362
10222
|
publicKey
|
11363
10223
|
counter
|
11364
|
-
user {
|
11365
|
-
id
|
11366
|
-
}
|
11367
10224
|
createdAt
|
11368
10225
|
updatedAt
|
11369
10226
|
}
|
11370
10227
|
plan
|
11371
|
-
alpacaAccounts {
|
11372
|
-
id
|
11373
|
-
}
|
11374
10228
|
}
|
11375
10229
|
userId
|
11376
10230
|
createdAt
|
@@ -11390,12 +10244,6 @@ exports.Asset = {
|
|
11390
10244
|
createdAt
|
11391
10245
|
updatedAt
|
11392
10246
|
status
|
11393
|
-
alpacaAccount {
|
11394
|
-
id
|
11395
|
-
}
|
11396
|
-
asset {
|
11397
|
-
id
|
11398
|
-
}
|
11399
10247
|
actions {
|
11400
10248
|
id
|
11401
10249
|
sequence
|
@@ -11404,23 +10252,11 @@ exports.Asset = {
|
|
11404
10252
|
note
|
11405
10253
|
status
|
11406
10254
|
fee
|
11407
|
-
trade {
|
11408
|
-
id
|
11409
|
-
}
|
11410
|
-
order {
|
11411
|
-
id
|
11412
|
-
}
|
11413
10255
|
}
|
11414
10256
|
}
|
11415
|
-
orders {
|
11416
|
-
id
|
11417
|
-
}
|
11418
10257
|
positions {
|
11419
10258
|
id
|
11420
10259
|
assetId
|
11421
|
-
asset {
|
11422
|
-
id
|
11423
|
-
}
|
11424
10260
|
averageEntryPrice
|
11425
10261
|
qty
|
11426
10262
|
qtyAvailable
|
@@ -11434,9 +10270,6 @@ exports.Asset = {
|
|
11434
10270
|
lastTradePrice
|
11435
10271
|
changeToday
|
11436
10272
|
assetMarginable
|
11437
|
-
alpacaAccount {
|
11438
|
-
id
|
11439
|
-
}
|
11440
10273
|
alpacaAccountId
|
11441
10274
|
}
|
11442
10275
|
alerts {
|
@@ -11447,9 +10280,6 @@ exports.Asset = {
|
|
11447
10280
|
isRead
|
11448
10281
|
createdAt
|
11449
10282
|
updatedAt
|
11450
|
-
alpacaAccount {
|
11451
|
-
id
|
11452
|
-
}
|
11453
10283
|
}
|
11454
10284
|
}
|
11455
10285
|
action {
|
@@ -11507,9 +10337,6 @@ exports.Asset = {
|
|
11507
10337
|
stripeCurrentPeriodEnd
|
11508
10338
|
createdAt
|
11509
10339
|
updatedAt
|
11510
|
-
users {
|
11511
|
-
id
|
11512
|
-
}
|
11513
10340
|
}
|
11514
10341
|
customerId
|
11515
10342
|
accounts {
|
@@ -11527,18 +10354,12 @@ exports.Asset = {
|
|
11527
10354
|
session_state
|
11528
10355
|
createdAt
|
11529
10356
|
updatedAt
|
11530
|
-
user {
|
11531
|
-
id
|
11532
|
-
}
|
11533
10357
|
}
|
11534
10358
|
sessions {
|
11535
10359
|
id
|
11536
10360
|
sessionToken
|
11537
10361
|
userId
|
11538
10362
|
expires
|
11539
|
-
user {
|
11540
|
-
id
|
11541
|
-
}
|
11542
10363
|
createdAt
|
11543
10364
|
updatedAt
|
11544
10365
|
}
|
@@ -11548,32 +10369,17 @@ exports.Asset = {
|
|
11548
10369
|
credentialID
|
11549
10370
|
publicKey
|
11550
10371
|
counter
|
11551
|
-
user {
|
11552
|
-
id
|
11553
|
-
}
|
11554
10372
|
createdAt
|
11555
10373
|
updatedAt
|
11556
10374
|
}
|
11557
10375
|
plan
|
11558
|
-
alpacaAccounts {
|
11559
|
-
id
|
11560
|
-
}
|
11561
10376
|
}
|
11562
10377
|
userId
|
11563
10378
|
createdAt
|
11564
10379
|
updatedAt
|
11565
|
-
trades {
|
11566
|
-
id
|
11567
|
-
}
|
11568
|
-
orders {
|
11569
|
-
id
|
11570
|
-
}
|
11571
10380
|
positions {
|
11572
10381
|
id
|
11573
10382
|
assetId
|
11574
|
-
asset {
|
11575
|
-
id
|
11576
|
-
}
|
11577
10383
|
averageEntryPrice
|
11578
10384
|
qty
|
11579
10385
|
qtyAvailable
|
@@ -11587,9 +10393,6 @@ exports.Asset = {
|
|
11587
10393
|
lastTradePrice
|
11588
10394
|
changeToday
|
11589
10395
|
assetMarginable
|
11590
|
-
alpacaAccount {
|
11591
|
-
id
|
11592
|
-
}
|
11593
10396
|
alpacaAccountId
|
11594
10397
|
}
|
11595
10398
|
alerts {
|
@@ -11600,25 +10403,10 @@ exports.Asset = {
|
|
11600
10403
|
isRead
|
11601
10404
|
createdAt
|
11602
10405
|
updatedAt
|
11603
|
-
alpacaAccount {
|
11604
|
-
id
|
11605
|
-
}
|
11606
10406
|
}
|
11607
10407
|
}
|
11608
|
-
asset {
|
11609
|
-
id
|
11610
|
-
}
|
11611
|
-
actions {
|
11612
|
-
id
|
11613
|
-
}
|
11614
|
-
}
|
11615
|
-
order {
|
11616
|
-
id
|
11617
10408
|
}
|
11618
10409
|
}
|
11619
|
-
asset {
|
11620
|
-
id
|
11621
|
-
}
|
11622
10410
|
fee
|
11623
10411
|
strikePrice
|
11624
10412
|
expirationDate
|
@@ -11629,9 +10417,6 @@ exports.Asset = {
|
|
11629
10417
|
positions {
|
11630
10418
|
id
|
11631
10419
|
assetId
|
11632
|
-
asset {
|
11633
|
-
id
|
11634
|
-
}
|
11635
10420
|
averageEntryPrice
|
11636
10421
|
qty
|
11637
10422
|
qtyAvailable
|
@@ -11677,9 +10462,6 @@ exports.Asset = {
|
|
11677
10462
|
stripeCurrentPeriodEnd
|
11678
10463
|
createdAt
|
11679
10464
|
updatedAt
|
11680
|
-
users {
|
11681
|
-
id
|
11682
|
-
}
|
11683
10465
|
}
|
11684
10466
|
customerId
|
11685
10467
|
accounts {
|
@@ -11697,18 +10479,12 @@ exports.Asset = {
|
|
11697
10479
|
session_state
|
11698
10480
|
createdAt
|
11699
10481
|
updatedAt
|
11700
|
-
user {
|
11701
|
-
id
|
11702
|
-
}
|
11703
10482
|
}
|
11704
10483
|
sessions {
|
11705
10484
|
id
|
11706
10485
|
sessionToken
|
11707
10486
|
userId
|
11708
10487
|
expires
|
11709
|
-
user {
|
11710
|
-
id
|
11711
|
-
}
|
11712
10488
|
createdAt
|
11713
10489
|
updatedAt
|
11714
10490
|
}
|
@@ -11718,16 +10494,10 @@ exports.Asset = {
|
|
11718
10494
|
credentialID
|
11719
10495
|
publicKey
|
11720
10496
|
counter
|
11721
|
-
user {
|
11722
|
-
id
|
11723
|
-
}
|
11724
10497
|
createdAt
|
11725
10498
|
updatedAt
|
11726
10499
|
}
|
11727
10500
|
plan
|
11728
|
-
alpacaAccounts {
|
11729
|
-
id
|
11730
|
-
}
|
11731
10501
|
}
|
11732
10502
|
userId
|
11733
10503
|
createdAt
|
@@ -11747,12 +10517,6 @@ exports.Asset = {
|
|
11747
10517
|
createdAt
|
11748
10518
|
updatedAt
|
11749
10519
|
status
|
11750
|
-
alpacaAccount {
|
11751
|
-
id
|
11752
|
-
}
|
11753
|
-
asset {
|
11754
|
-
id
|
11755
|
-
}
|
11756
10520
|
actions {
|
11757
10521
|
id
|
11758
10522
|
sequence
|
@@ -11761,9 +10525,6 @@ exports.Asset = {
|
|
11761
10525
|
note
|
11762
10526
|
status
|
11763
10527
|
fee
|
11764
|
-
trade {
|
11765
|
-
id
|
11766
|
-
}
|
11767
10528
|
order {
|
11768
10529
|
id
|
11769
10530
|
clientOrderId
|
@@ -11784,9 +10545,6 @@ exports.Asset = {
|
|
11784
10545
|
createdAt
|
11785
10546
|
updatedAt
|
11786
10547
|
orderId
|
11787
|
-
Order {
|
11788
|
-
id
|
11789
|
-
}
|
11790
10548
|
}
|
11791
10549
|
takeProfit {
|
11792
10550
|
id
|
@@ -11795,9 +10553,6 @@ exports.Asset = {
|
|
11795
10553
|
createdAt
|
11796
10554
|
updatedAt
|
11797
10555
|
orderId
|
11798
|
-
Order {
|
11799
|
-
id
|
11800
|
-
}
|
11801
10556
|
}
|
11802
10557
|
trailPrice
|
11803
10558
|
trailPercent
|
@@ -11809,15 +10564,6 @@ exports.Asset = {
|
|
11809
10564
|
filledAt
|
11810
10565
|
filledAvgPrice
|
11811
10566
|
actionId
|
11812
|
-
alpacaAccount {
|
11813
|
-
id
|
11814
|
-
}
|
11815
|
-
action {
|
11816
|
-
id
|
11817
|
-
}
|
11818
|
-
asset {
|
11819
|
-
id
|
11820
|
-
}
|
11821
10567
|
fee
|
11822
10568
|
strikePrice
|
11823
10569
|
expirationDate
|
@@ -11847,9 +10593,6 @@ exports.Asset = {
|
|
11847
10593
|
createdAt
|
11848
10594
|
updatedAt
|
11849
10595
|
orderId
|
11850
|
-
Order {
|
11851
|
-
id
|
11852
|
-
}
|
11853
10596
|
}
|
11854
10597
|
takeProfit {
|
11855
10598
|
id
|
@@ -11858,9 +10601,6 @@ exports.Asset = {
|
|
11858
10601
|
createdAt
|
11859
10602
|
updatedAt
|
11860
10603
|
orderId
|
11861
|
-
Order {
|
11862
|
-
id
|
11863
|
-
}
|
11864
10604
|
}
|
11865
10605
|
trailPrice
|
11866
10606
|
trailPercent
|
@@ -11872,9 +10612,6 @@ exports.Asset = {
|
|
11872
10612
|
filledAt
|
11873
10613
|
filledAvgPrice
|
11874
10614
|
actionId
|
11875
|
-
alpacaAccount {
|
11876
|
-
id
|
11877
|
-
}
|
11878
10615
|
action {
|
11879
10616
|
id
|
11880
10617
|
sequence
|
@@ -11898,23 +10635,8 @@ exports.Asset = {
|
|
11898
10635
|
createdAt
|
11899
10636
|
updatedAt
|
11900
10637
|
status
|
11901
|
-
alpacaAccount {
|
11902
|
-
id
|
11903
|
-
}
|
11904
|
-
asset {
|
11905
|
-
id
|
11906
|
-
}
|
11907
|
-
actions {
|
11908
|
-
id
|
11909
|
-
}
|
11910
|
-
}
|
11911
|
-
order {
|
11912
|
-
id
|
11913
10638
|
}
|
11914
10639
|
}
|
11915
|
-
asset {
|
11916
|
-
id
|
11917
|
-
}
|
11918
10640
|
fee
|
11919
10641
|
strikePrice
|
11920
10642
|
expirationDate
|
@@ -11922,9 +10644,6 @@ exports.Asset = {
|
|
11922
10644
|
stopLossId
|
11923
10645
|
takeProfitId
|
11924
10646
|
}
|
11925
|
-
positions {
|
11926
|
-
id
|
11927
|
-
}
|
11928
10647
|
alerts {
|
11929
10648
|
id
|
11930
10649
|
alpacaAccountId
|
@@ -11933,9 +10652,6 @@ exports.Asset = {
|
|
11933
10652
|
isRead
|
11934
10653
|
createdAt
|
11935
10654
|
updatedAt
|
11936
|
-
alpacaAccount {
|
11937
|
-
id
|
11938
|
-
}
|
11939
10655
|
}
|
11940
10656
|
}
|
11941
10657
|
alpacaAccountId
|
@@ -11962,12 +10678,6 @@ exports.Asset = {
|
|
11962
10678
|
logo
|
11963
10679
|
createdAt
|
11964
10680
|
updatedAt
|
11965
|
-
assets {
|
11966
|
-
id
|
11967
|
-
}
|
11968
|
-
}
|
11969
|
-
asset {
|
11970
|
-
id
|
11971
10681
|
}
|
11972
10682
|
relevancyScore
|
11973
10683
|
sentimentScore
|
@@ -12106,9 +10816,6 @@ exports.Asset = {
|
|
12106
10816
|
stripeCurrentPeriodEnd
|
12107
10817
|
createdAt
|
12108
10818
|
updatedAt
|
12109
|
-
users {
|
12110
|
-
id
|
12111
|
-
}
|
12112
10819
|
}
|
12113
10820
|
customerId
|
12114
10821
|
accounts {
|
@@ -12126,18 +10833,12 @@ exports.Asset = {
|
|
12126
10833
|
session_state
|
12127
10834
|
createdAt
|
12128
10835
|
updatedAt
|
12129
|
-
user {
|
12130
|
-
id
|
12131
|
-
}
|
12132
10836
|
}
|
12133
10837
|
sessions {
|
12134
10838
|
id
|
12135
10839
|
sessionToken
|
12136
10840
|
userId
|
12137
10841
|
expires
|
12138
|
-
user {
|
12139
|
-
id
|
12140
|
-
}
|
12141
10842
|
createdAt
|
12142
10843
|
updatedAt
|
12143
10844
|
}
|
@@ -12147,23 +10848,14 @@ exports.Asset = {
|
|
12147
10848
|
credentialID
|
12148
10849
|
publicKey
|
12149
10850
|
counter
|
12150
|
-
user {
|
12151
|
-
id
|
12152
|
-
}
|
12153
10851
|
createdAt
|
12154
10852
|
updatedAt
|
12155
10853
|
}
|
12156
10854
|
plan
|
12157
|
-
alpacaAccounts {
|
12158
|
-
id
|
12159
|
-
}
|
12160
10855
|
}
|
12161
10856
|
userId
|
12162
10857
|
createdAt
|
12163
10858
|
updatedAt
|
12164
|
-
trades {
|
12165
|
-
id
|
12166
|
-
}
|
12167
10859
|
orders {
|
12168
10860
|
id
|
12169
10861
|
clientOrderId
|
@@ -12184,9 +10876,6 @@ exports.Asset = {
|
|
12184
10876
|
createdAt
|
12185
10877
|
updatedAt
|
12186
10878
|
orderId
|
12187
|
-
Order {
|
12188
|
-
id
|
12189
|
-
}
|
12190
10879
|
}
|
12191
10880
|
takeProfit {
|
12192
10881
|
id
|
@@ -12195,9 +10884,6 @@ exports.Asset = {
|
|
12195
10884
|
createdAt
|
12196
10885
|
updatedAt
|
12197
10886
|
orderId
|
12198
|
-
Order {
|
12199
|
-
id
|
12200
|
-
}
|
12201
10887
|
}
|
12202
10888
|
trailPrice
|
12203
10889
|
trailPercent
|
@@ -12209,9 +10895,6 @@ exports.Asset = {
|
|
12209
10895
|
filledAt
|
12210
10896
|
filledAvgPrice
|
12211
10897
|
actionId
|
12212
|
-
alpacaAccount {
|
12213
|
-
id
|
12214
|
-
}
|
12215
10898
|
action {
|
12216
10899
|
id
|
12217
10900
|
sequence
|
@@ -12220,15 +10903,6 @@ exports.Asset = {
|
|
12220
10903
|
note
|
12221
10904
|
status
|
12222
10905
|
fee
|
12223
|
-
trade {
|
12224
|
-
id
|
12225
|
-
}
|
12226
|
-
order {
|
12227
|
-
id
|
12228
|
-
}
|
12229
|
-
}
|
12230
|
-
asset {
|
12231
|
-
id
|
12232
10906
|
}
|
12233
10907
|
fee
|
12234
10908
|
strikePrice
|
@@ -12240,9 +10914,6 @@ exports.Asset = {
|
|
12240
10914
|
positions {
|
12241
10915
|
id
|
12242
10916
|
assetId
|
12243
|
-
asset {
|
12244
|
-
id
|
12245
|
-
}
|
12246
10917
|
averageEntryPrice
|
12247
10918
|
qty
|
12248
10919
|
qtyAvailable
|
@@ -12256,9 +10927,6 @@ exports.Asset = {
|
|
12256
10927
|
lastTradePrice
|
12257
10928
|
changeToday
|
12258
10929
|
assetMarginable
|
12259
|
-
alpacaAccount {
|
12260
|
-
id
|
12261
|
-
}
|
12262
10930
|
alpacaAccountId
|
12263
10931
|
}
|
12264
10932
|
alerts {
|
@@ -12269,14 +10937,8 @@ exports.Asset = {
|
|
12269
10937
|
isRead
|
12270
10938
|
createdAt
|
12271
10939
|
updatedAt
|
12272
|
-
alpacaAccount {
|
12273
|
-
id
|
12274
|
-
}
|
12275
10940
|
}
|
12276
10941
|
}
|
12277
|
-
asset {
|
12278
|
-
id
|
12279
|
-
}
|
12280
10942
|
actions {
|
12281
10943
|
id
|
12282
10944
|
sequence
|
@@ -12285,9 +10947,6 @@ exports.Asset = {
|
|
12285
10947
|
note
|
12286
10948
|
status
|
12287
10949
|
fee
|
12288
|
-
trade {
|
12289
|
-
id
|
12290
|
-
}
|
12291
10950
|
order {
|
12292
10951
|
id
|
12293
10952
|
clientOrderId
|
@@ -12308,9 +10967,6 @@ exports.Asset = {
|
|
12308
10967
|
createdAt
|
12309
10968
|
updatedAt
|
12310
10969
|
orderId
|
12311
|
-
Order {
|
12312
|
-
id
|
12313
|
-
}
|
12314
10970
|
}
|
12315
10971
|
takeProfit {
|
12316
10972
|
id
|
@@ -12319,9 +10975,6 @@ exports.Asset = {
|
|
12319
10975
|
createdAt
|
12320
10976
|
updatedAt
|
12321
10977
|
orderId
|
12322
|
-
Order {
|
12323
|
-
id
|
12324
|
-
}
|
12325
10978
|
}
|
12326
10979
|
trailPrice
|
12327
10980
|
trailPercent
|
@@ -12365,9 +11018,6 @@ exports.Asset = {
|
|
12365
11018
|
stripeCurrentPeriodEnd
|
12366
11019
|
createdAt
|
12367
11020
|
updatedAt
|
12368
|
-
users {
|
12369
|
-
id
|
12370
|
-
}
|
12371
11021
|
}
|
12372
11022
|
customerId
|
12373
11023
|
accounts {
|
@@ -12385,18 +11035,12 @@ exports.Asset = {
|
|
12385
11035
|
session_state
|
12386
11036
|
createdAt
|
12387
11037
|
updatedAt
|
12388
|
-
user {
|
12389
|
-
id
|
12390
|
-
}
|
12391
11038
|
}
|
12392
11039
|
sessions {
|
12393
11040
|
id
|
12394
11041
|
sessionToken
|
12395
11042
|
userId
|
12396
11043
|
expires
|
12397
|
-
user {
|
12398
|
-
id
|
12399
|
-
}
|
12400
11044
|
createdAt
|
12401
11045
|
updatedAt
|
12402
11046
|
}
|
@@ -12406,32 +11050,17 @@ exports.Asset = {
|
|
12406
11050
|
credentialID
|
12407
11051
|
publicKey
|
12408
11052
|
counter
|
12409
|
-
user {
|
12410
|
-
id
|
12411
|
-
}
|
12412
11053
|
createdAt
|
12413
11054
|
updatedAt
|
12414
11055
|
}
|
12415
11056
|
plan
|
12416
|
-
alpacaAccounts {
|
12417
|
-
id
|
12418
|
-
}
|
12419
11057
|
}
|
12420
11058
|
userId
|
12421
11059
|
createdAt
|
12422
11060
|
updatedAt
|
12423
|
-
trades {
|
12424
|
-
id
|
12425
|
-
}
|
12426
|
-
orders {
|
12427
|
-
id
|
12428
|
-
}
|
12429
11061
|
positions {
|
12430
11062
|
id
|
12431
11063
|
assetId
|
12432
|
-
asset {
|
12433
|
-
id
|
12434
|
-
}
|
12435
11064
|
averageEntryPrice
|
12436
11065
|
qty
|
12437
11066
|
qtyAvailable
|
@@ -12445,9 +11074,6 @@ exports.Asset = {
|
|
12445
11074
|
lastTradePrice
|
12446
11075
|
changeToday
|
12447
11076
|
assetMarginable
|
12448
|
-
alpacaAccount {
|
12449
|
-
id
|
12450
|
-
}
|
12451
11077
|
alpacaAccountId
|
12452
11078
|
}
|
12453
11079
|
alerts {
|
@@ -12458,17 +11084,8 @@ exports.Asset = {
|
|
12458
11084
|
isRead
|
12459
11085
|
createdAt
|
12460
11086
|
updatedAt
|
12461
|
-
alpacaAccount {
|
12462
|
-
id
|
12463
|
-
}
|
12464
11087
|
}
|
12465
11088
|
}
|
12466
|
-
action {
|
12467
|
-
id
|
12468
|
-
}
|
12469
|
-
asset {
|
12470
|
-
id
|
12471
|
-
}
|
12472
11089
|
fee
|
12473
11090
|
strikePrice
|
12474
11091
|
expirationDate
|
@@ -12498,9 +11115,6 @@ exports.Asset = {
|
|
12498
11115
|
createdAt
|
12499
11116
|
updatedAt
|
12500
11117
|
orderId
|
12501
|
-
Order {
|
12502
|
-
id
|
12503
|
-
}
|
12504
11118
|
}
|
12505
11119
|
takeProfit {
|
12506
11120
|
id
|
@@ -12509,9 +11123,6 @@ exports.Asset = {
|
|
12509
11123
|
createdAt
|
12510
11124
|
updatedAt
|
12511
11125
|
orderId
|
12512
|
-
Order {
|
12513
|
-
id
|
12514
|
-
}
|
12515
11126
|
}
|
12516
11127
|
trailPrice
|
12517
11128
|
trailPercent
|
@@ -12555,9 +11166,6 @@ exports.Asset = {
|
|
12555
11166
|
stripeCurrentPeriodEnd
|
12556
11167
|
createdAt
|
12557
11168
|
updatedAt
|
12558
|
-
users {
|
12559
|
-
id
|
12560
|
-
}
|
12561
11169
|
}
|
12562
11170
|
customerId
|
12563
11171
|
accounts {
|
@@ -12575,18 +11183,12 @@ exports.Asset = {
|
|
12575
11183
|
session_state
|
12576
11184
|
createdAt
|
12577
11185
|
updatedAt
|
12578
|
-
user {
|
12579
|
-
id
|
12580
|
-
}
|
12581
11186
|
}
|
12582
11187
|
sessions {
|
12583
11188
|
id
|
12584
11189
|
sessionToken
|
12585
11190
|
userId
|
12586
11191
|
expires
|
12587
|
-
user {
|
12588
|
-
id
|
12589
|
-
}
|
12590
11192
|
createdAt
|
12591
11193
|
updatedAt
|
12592
11194
|
}
|
@@ -12596,16 +11198,10 @@ exports.Asset = {
|
|
12596
11198
|
credentialID
|
12597
11199
|
publicKey
|
12598
11200
|
counter
|
12599
|
-
user {
|
12600
|
-
id
|
12601
|
-
}
|
12602
11201
|
createdAt
|
12603
11202
|
updatedAt
|
12604
11203
|
}
|
12605
11204
|
plan
|
12606
|
-
alpacaAccounts {
|
12607
|
-
id
|
12608
|
-
}
|
12609
11205
|
}
|
12610
11206
|
userId
|
12611
11207
|
createdAt
|
@@ -12625,12 +11221,6 @@ exports.Asset = {
|
|
12625
11221
|
createdAt
|
12626
11222
|
updatedAt
|
12627
11223
|
status
|
12628
|
-
alpacaAccount {
|
12629
|
-
id
|
12630
|
-
}
|
12631
|
-
asset {
|
12632
|
-
id
|
12633
|
-
}
|
12634
11224
|
actions {
|
12635
11225
|
id
|
12636
11226
|
sequence
|
@@ -12639,23 +11229,11 @@ exports.Asset = {
|
|
12639
11229
|
note
|
12640
11230
|
status
|
12641
11231
|
fee
|
12642
|
-
trade {
|
12643
|
-
id
|
12644
|
-
}
|
12645
|
-
order {
|
12646
|
-
id
|
12647
|
-
}
|
12648
11232
|
}
|
12649
11233
|
}
|
12650
|
-
orders {
|
12651
|
-
id
|
12652
|
-
}
|
12653
11234
|
positions {
|
12654
11235
|
id
|
12655
11236
|
assetId
|
12656
|
-
asset {
|
12657
|
-
id
|
12658
|
-
}
|
12659
11237
|
averageEntryPrice
|
12660
11238
|
qty
|
12661
11239
|
qtyAvailable
|
@@ -12669,9 +11247,6 @@ exports.Asset = {
|
|
12669
11247
|
lastTradePrice
|
12670
11248
|
changeToday
|
12671
11249
|
assetMarginable
|
12672
|
-
alpacaAccount {
|
12673
|
-
id
|
12674
|
-
}
|
12675
11250
|
alpacaAccountId
|
12676
11251
|
}
|
12677
11252
|
alerts {
|
@@ -12682,9 +11257,6 @@ exports.Asset = {
|
|
12682
11257
|
isRead
|
12683
11258
|
createdAt
|
12684
11259
|
updatedAt
|
12685
|
-
alpacaAccount {
|
12686
|
-
id
|
12687
|
-
}
|
12688
11260
|
}
|
12689
11261
|
}
|
12690
11262
|
action {
|
@@ -12742,9 +11314,6 @@ exports.Asset = {
|
|
12742
11314
|
stripeCurrentPeriodEnd
|
12743
11315
|
createdAt
|
12744
11316
|
updatedAt
|
12745
|
-
users {
|
12746
|
-
id
|
12747
|
-
}
|
12748
11317
|
}
|
12749
11318
|
customerId
|
12750
11319
|
accounts {
|
@@ -12762,18 +11331,12 @@ exports.Asset = {
|
|
12762
11331
|
session_state
|
12763
11332
|
createdAt
|
12764
11333
|
updatedAt
|
12765
|
-
user {
|
12766
|
-
id
|
12767
|
-
}
|
12768
11334
|
}
|
12769
11335
|
sessions {
|
12770
11336
|
id
|
12771
11337
|
sessionToken
|
12772
11338
|
userId
|
12773
11339
|
expires
|
12774
|
-
user {
|
12775
|
-
id
|
12776
|
-
}
|
12777
11340
|
createdAt
|
12778
11341
|
updatedAt
|
12779
11342
|
}
|
@@ -12783,32 +11346,17 @@ exports.Asset = {
|
|
12783
11346
|
credentialID
|
12784
11347
|
publicKey
|
12785
11348
|
counter
|
12786
|
-
user {
|
12787
|
-
id
|
12788
|
-
}
|
12789
11349
|
createdAt
|
12790
11350
|
updatedAt
|
12791
11351
|
}
|
12792
11352
|
plan
|
12793
|
-
alpacaAccounts {
|
12794
|
-
id
|
12795
|
-
}
|
12796
11353
|
}
|
12797
11354
|
userId
|
12798
11355
|
createdAt
|
12799
11356
|
updatedAt
|
12800
|
-
trades {
|
12801
|
-
id
|
12802
|
-
}
|
12803
|
-
orders {
|
12804
|
-
id
|
12805
|
-
}
|
12806
11357
|
positions {
|
12807
11358
|
id
|
12808
11359
|
assetId
|
12809
|
-
asset {
|
12810
|
-
id
|
12811
|
-
}
|
12812
11360
|
averageEntryPrice
|
12813
11361
|
qty
|
12814
11362
|
qtyAvailable
|
@@ -12822,9 +11370,6 @@ exports.Asset = {
|
|
12822
11370
|
lastTradePrice
|
12823
11371
|
changeToday
|
12824
11372
|
assetMarginable
|
12825
|
-
alpacaAccount {
|
12826
|
-
id
|
12827
|
-
}
|
12828
11373
|
alpacaAccountId
|
12829
11374
|
}
|
12830
11375
|
alerts {
|
@@ -12835,25 +11380,10 @@ exports.Asset = {
|
|
12835
11380
|
isRead
|
12836
11381
|
createdAt
|
12837
11382
|
updatedAt
|
12838
|
-
alpacaAccount {
|
12839
|
-
id
|
12840
|
-
}
|
12841
11383
|
}
|
12842
11384
|
}
|
12843
|
-
asset {
|
12844
|
-
id
|
12845
|
-
}
|
12846
|
-
actions {
|
12847
|
-
id
|
12848
|
-
}
|
12849
|
-
}
|
12850
|
-
order {
|
12851
|
-
id
|
12852
11385
|
}
|
12853
11386
|
}
|
12854
|
-
asset {
|
12855
|
-
id
|
12856
|
-
}
|
12857
11387
|
fee
|
12858
11388
|
strikePrice
|
12859
11389
|
expirationDate
|
@@ -12864,9 +11394,6 @@ exports.Asset = {
|
|
12864
11394
|
positions {
|
12865
11395
|
id
|
12866
11396
|
assetId
|
12867
|
-
asset {
|
12868
|
-
id
|
12869
|
-
}
|
12870
11397
|
averageEntryPrice
|
12871
11398
|
qty
|
12872
11399
|
qtyAvailable
|
@@ -12912,9 +11439,6 @@ exports.Asset = {
|
|
12912
11439
|
stripeCurrentPeriodEnd
|
12913
11440
|
createdAt
|
12914
11441
|
updatedAt
|
12915
|
-
users {
|
12916
|
-
id
|
12917
|
-
}
|
12918
11442
|
}
|
12919
11443
|
customerId
|
12920
11444
|
accounts {
|
@@ -12932,18 +11456,12 @@ exports.Asset = {
|
|
12932
11456
|
session_state
|
12933
11457
|
createdAt
|
12934
11458
|
updatedAt
|
12935
|
-
user {
|
12936
|
-
id
|
12937
|
-
}
|
12938
11459
|
}
|
12939
11460
|
sessions {
|
12940
11461
|
id
|
12941
11462
|
sessionToken
|
12942
11463
|
userId
|
12943
11464
|
expires
|
12944
|
-
user {
|
12945
|
-
id
|
12946
|
-
}
|
12947
11465
|
createdAt
|
12948
11466
|
updatedAt
|
12949
11467
|
}
|
@@ -12953,16 +11471,10 @@ exports.Asset = {
|
|
12953
11471
|
credentialID
|
12954
11472
|
publicKey
|
12955
11473
|
counter
|
12956
|
-
user {
|
12957
|
-
id
|
12958
|
-
}
|
12959
11474
|
createdAt
|
12960
11475
|
updatedAt
|
12961
11476
|
}
|
12962
11477
|
plan
|
12963
|
-
alpacaAccounts {
|
12964
|
-
id
|
12965
|
-
}
|
12966
11478
|
}
|
12967
11479
|
userId
|
12968
11480
|
createdAt
|
@@ -12982,12 +11494,6 @@ exports.Asset = {
|
|
12982
11494
|
createdAt
|
12983
11495
|
updatedAt
|
12984
11496
|
status
|
12985
|
-
alpacaAccount {
|
12986
|
-
id
|
12987
|
-
}
|
12988
|
-
asset {
|
12989
|
-
id
|
12990
|
-
}
|
12991
11497
|
actions {
|
12992
11498
|
id
|
12993
11499
|
sequence
|
@@ -12996,9 +11502,6 @@ exports.Asset = {
|
|
12996
11502
|
note
|
12997
11503
|
status
|
12998
11504
|
fee
|
12999
|
-
trade {
|
13000
|
-
id
|
13001
|
-
}
|
13002
11505
|
order {
|
13003
11506
|
id
|
13004
11507
|
clientOrderId
|
@@ -13019,9 +11522,6 @@ exports.Asset = {
|
|
13019
11522
|
createdAt
|
13020
11523
|
updatedAt
|
13021
11524
|
orderId
|
13022
|
-
Order {
|
13023
|
-
id
|
13024
|
-
}
|
13025
11525
|
}
|
13026
11526
|
takeProfit {
|
13027
11527
|
id
|
@@ -13030,9 +11530,6 @@ exports.Asset = {
|
|
13030
11530
|
createdAt
|
13031
11531
|
updatedAt
|
13032
11532
|
orderId
|
13033
|
-
Order {
|
13034
|
-
id
|
13035
|
-
}
|
13036
11533
|
}
|
13037
11534
|
trailPrice
|
13038
11535
|
trailPercent
|
@@ -13044,15 +11541,6 @@ exports.Asset = {
|
|
13044
11541
|
filledAt
|
13045
11542
|
filledAvgPrice
|
13046
11543
|
actionId
|
13047
|
-
alpacaAccount {
|
13048
|
-
id
|
13049
|
-
}
|
13050
|
-
action {
|
13051
|
-
id
|
13052
|
-
}
|
13053
|
-
asset {
|
13054
|
-
id
|
13055
|
-
}
|
13056
11544
|
fee
|
13057
11545
|
strikePrice
|
13058
11546
|
expirationDate
|
@@ -13082,9 +11570,6 @@ exports.Asset = {
|
|
13082
11570
|
createdAt
|
13083
11571
|
updatedAt
|
13084
11572
|
orderId
|
13085
|
-
Order {
|
13086
|
-
id
|
13087
|
-
}
|
13088
11573
|
}
|
13089
11574
|
takeProfit {
|
13090
11575
|
id
|
@@ -13093,9 +11578,6 @@ exports.Asset = {
|
|
13093
11578
|
createdAt
|
13094
11579
|
updatedAt
|
13095
11580
|
orderId
|
13096
|
-
Order {
|
13097
|
-
id
|
13098
|
-
}
|
13099
11581
|
}
|
13100
11582
|
trailPrice
|
13101
11583
|
trailPercent
|
@@ -13107,9 +11589,6 @@ exports.Asset = {
|
|
13107
11589
|
filledAt
|
13108
11590
|
filledAvgPrice
|
13109
11591
|
actionId
|
13110
|
-
alpacaAccount {
|
13111
|
-
id
|
13112
|
-
}
|
13113
11592
|
action {
|
13114
11593
|
id
|
13115
11594
|
sequence
|
@@ -13133,22 +11612,7 @@ exports.Asset = {
|
|
13133
11612
|
createdAt
|
13134
11613
|
updatedAt
|
13135
11614
|
status
|
13136
|
-
alpacaAccount {
|
13137
|
-
id
|
13138
|
-
}
|
13139
|
-
asset {
|
13140
|
-
id
|
13141
|
-
}
|
13142
|
-
actions {
|
13143
|
-
id
|
13144
|
-
}
|
13145
11615
|
}
|
13146
|
-
order {
|
13147
|
-
id
|
13148
|
-
}
|
13149
|
-
}
|
13150
|
-
asset {
|
13151
|
-
id
|
13152
11616
|
}
|
13153
11617
|
fee
|
13154
11618
|
strikePrice
|
@@ -13157,9 +11621,6 @@ exports.Asset = {
|
|
13157
11621
|
stopLossId
|
13158
11622
|
takeProfitId
|
13159
11623
|
}
|
13160
|
-
positions {
|
13161
|
-
id
|
13162
|
-
}
|
13163
11624
|
alerts {
|
13164
11625
|
id
|
13165
11626
|
alpacaAccountId
|
@@ -13168,9 +11629,6 @@ exports.Asset = {
|
|
13168
11629
|
isRead
|
13169
11630
|
createdAt
|
13170
11631
|
updatedAt
|
13171
|
-
alpacaAccount {
|
13172
|
-
id
|
13173
|
-
}
|
13174
11632
|
}
|
13175
11633
|
}
|
13176
11634
|
alpacaAccountId
|
@@ -13197,12 +11655,6 @@ exports.Asset = {
|
|
13197
11655
|
logo
|
13198
11656
|
createdAt
|
13199
11657
|
updatedAt
|
13200
|
-
assets {
|
13201
|
-
id
|
13202
|
-
}
|
13203
|
-
}
|
13204
|
-
asset {
|
13205
|
-
id
|
13206
11658
|
}
|
13207
11659
|
relevancyScore
|
13208
11660
|
sentimentScore
|