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/server/Asset.mjs
CHANGED
@@ -121,9 +121,6 @@ export const Asset = {
|
|
121
121
|
stripeCurrentPeriodEnd
|
122
122
|
createdAt
|
123
123
|
updatedAt
|
124
|
-
users {
|
125
|
-
id
|
126
|
-
}
|
127
124
|
}
|
128
125
|
customerId
|
129
126
|
accounts {
|
@@ -141,18 +138,12 @@ export const Asset = {
|
|
141
138
|
session_state
|
142
139
|
createdAt
|
143
140
|
updatedAt
|
144
|
-
user {
|
145
|
-
id
|
146
|
-
}
|
147
141
|
}
|
148
142
|
sessions {
|
149
143
|
id
|
150
144
|
sessionToken
|
151
145
|
userId
|
152
146
|
expires
|
153
|
-
user {
|
154
|
-
id
|
155
|
-
}
|
156
147
|
createdAt
|
157
148
|
updatedAt
|
158
149
|
}
|
@@ -162,23 +153,14 @@ export const Asset = {
|
|
162
153
|
credentialID
|
163
154
|
publicKey
|
164
155
|
counter
|
165
|
-
user {
|
166
|
-
id
|
167
|
-
}
|
168
156
|
createdAt
|
169
157
|
updatedAt
|
170
158
|
}
|
171
159
|
plan
|
172
|
-
alpacaAccounts {
|
173
|
-
id
|
174
|
-
}
|
175
160
|
}
|
176
161
|
userId
|
177
162
|
createdAt
|
178
163
|
updatedAt
|
179
|
-
trades {
|
180
|
-
id
|
181
|
-
}
|
182
164
|
orders {
|
183
165
|
id
|
184
166
|
clientOrderId
|
@@ -199,9 +181,6 @@ export const Asset = {
|
|
199
181
|
createdAt
|
200
182
|
updatedAt
|
201
183
|
orderId
|
202
|
-
Order {
|
203
|
-
id
|
204
|
-
}
|
205
184
|
}
|
206
185
|
takeProfit {
|
207
186
|
id
|
@@ -210,9 +189,6 @@ export const Asset = {
|
|
210
189
|
createdAt
|
211
190
|
updatedAt
|
212
191
|
orderId
|
213
|
-
Order {
|
214
|
-
id
|
215
|
-
}
|
216
192
|
}
|
217
193
|
trailPrice
|
218
194
|
trailPercent
|
@@ -224,9 +200,6 @@ export const Asset = {
|
|
224
200
|
filledAt
|
225
201
|
filledAvgPrice
|
226
202
|
actionId
|
227
|
-
alpacaAccount {
|
228
|
-
id
|
229
|
-
}
|
230
203
|
action {
|
231
204
|
id
|
232
205
|
sequence
|
@@ -235,15 +208,6 @@ export const Asset = {
|
|
235
208
|
note
|
236
209
|
status
|
237
210
|
fee
|
238
|
-
trade {
|
239
|
-
id
|
240
|
-
}
|
241
|
-
order {
|
242
|
-
id
|
243
|
-
}
|
244
|
-
}
|
245
|
-
asset {
|
246
|
-
id
|
247
211
|
}
|
248
212
|
fee
|
249
213
|
strikePrice
|
@@ -255,9 +219,6 @@ export const Asset = {
|
|
255
219
|
positions {
|
256
220
|
id
|
257
221
|
assetId
|
258
|
-
asset {
|
259
|
-
id
|
260
|
-
}
|
261
222
|
averageEntryPrice
|
262
223
|
qty
|
263
224
|
qtyAvailable
|
@@ -271,9 +232,6 @@ export const Asset = {
|
|
271
232
|
lastTradePrice
|
272
233
|
changeToday
|
273
234
|
assetMarginable
|
274
|
-
alpacaAccount {
|
275
|
-
id
|
276
|
-
}
|
277
235
|
alpacaAccountId
|
278
236
|
}
|
279
237
|
alerts {
|
@@ -284,14 +242,8 @@ export const Asset = {
|
|
284
242
|
isRead
|
285
243
|
createdAt
|
286
244
|
updatedAt
|
287
|
-
alpacaAccount {
|
288
|
-
id
|
289
|
-
}
|
290
245
|
}
|
291
246
|
}
|
292
|
-
asset {
|
293
|
-
id
|
294
|
-
}
|
295
247
|
actions {
|
296
248
|
id
|
297
249
|
sequence
|
@@ -300,9 +252,6 @@ export const Asset = {
|
|
300
252
|
note
|
301
253
|
status
|
302
254
|
fee
|
303
|
-
trade {
|
304
|
-
id
|
305
|
-
}
|
306
255
|
order {
|
307
256
|
id
|
308
257
|
clientOrderId
|
@@ -323,9 +272,6 @@ export const Asset = {
|
|
323
272
|
createdAt
|
324
273
|
updatedAt
|
325
274
|
orderId
|
326
|
-
Order {
|
327
|
-
id
|
328
|
-
}
|
329
275
|
}
|
330
276
|
takeProfit {
|
331
277
|
id
|
@@ -334,9 +280,6 @@ export const Asset = {
|
|
334
280
|
createdAt
|
335
281
|
updatedAt
|
336
282
|
orderId
|
337
|
-
Order {
|
338
|
-
id
|
339
|
-
}
|
340
283
|
}
|
341
284
|
trailPrice
|
342
285
|
trailPercent
|
@@ -380,9 +323,6 @@ export const Asset = {
|
|
380
323
|
stripeCurrentPeriodEnd
|
381
324
|
createdAt
|
382
325
|
updatedAt
|
383
|
-
users {
|
384
|
-
id
|
385
|
-
}
|
386
326
|
}
|
387
327
|
customerId
|
388
328
|
accounts {
|
@@ -400,18 +340,12 @@ export const Asset = {
|
|
400
340
|
session_state
|
401
341
|
createdAt
|
402
342
|
updatedAt
|
403
|
-
user {
|
404
|
-
id
|
405
|
-
}
|
406
343
|
}
|
407
344
|
sessions {
|
408
345
|
id
|
409
346
|
sessionToken
|
410
347
|
userId
|
411
348
|
expires
|
412
|
-
user {
|
413
|
-
id
|
414
|
-
}
|
415
349
|
createdAt
|
416
350
|
updatedAt
|
417
351
|
}
|
@@ -421,32 +355,17 @@ export const Asset = {
|
|
421
355
|
credentialID
|
422
356
|
publicKey
|
423
357
|
counter
|
424
|
-
user {
|
425
|
-
id
|
426
|
-
}
|
427
358
|
createdAt
|
428
359
|
updatedAt
|
429
360
|
}
|
430
361
|
plan
|
431
|
-
alpacaAccounts {
|
432
|
-
id
|
433
|
-
}
|
434
362
|
}
|
435
363
|
userId
|
436
364
|
createdAt
|
437
365
|
updatedAt
|
438
|
-
trades {
|
439
|
-
id
|
440
|
-
}
|
441
|
-
orders {
|
442
|
-
id
|
443
|
-
}
|
444
366
|
positions {
|
445
367
|
id
|
446
368
|
assetId
|
447
|
-
asset {
|
448
|
-
id
|
449
|
-
}
|
450
369
|
averageEntryPrice
|
451
370
|
qty
|
452
371
|
qtyAvailable
|
@@ -460,9 +379,6 @@ export const Asset = {
|
|
460
379
|
lastTradePrice
|
461
380
|
changeToday
|
462
381
|
assetMarginable
|
463
|
-
alpacaAccount {
|
464
|
-
id
|
465
|
-
}
|
466
382
|
alpacaAccountId
|
467
383
|
}
|
468
384
|
alerts {
|
@@ -473,17 +389,8 @@ export const Asset = {
|
|
473
389
|
isRead
|
474
390
|
createdAt
|
475
391
|
updatedAt
|
476
|
-
alpacaAccount {
|
477
|
-
id
|
478
|
-
}
|
479
392
|
}
|
480
393
|
}
|
481
|
-
action {
|
482
|
-
id
|
483
|
-
}
|
484
|
-
asset {
|
485
|
-
id
|
486
|
-
}
|
487
394
|
fee
|
488
395
|
strikePrice
|
489
396
|
expirationDate
|
@@ -513,9 +420,6 @@ export const Asset = {
|
|
513
420
|
createdAt
|
514
421
|
updatedAt
|
515
422
|
orderId
|
516
|
-
Order {
|
517
|
-
id
|
518
|
-
}
|
519
423
|
}
|
520
424
|
takeProfit {
|
521
425
|
id
|
@@ -524,9 +428,6 @@ export const Asset = {
|
|
524
428
|
createdAt
|
525
429
|
updatedAt
|
526
430
|
orderId
|
527
|
-
Order {
|
528
|
-
id
|
529
|
-
}
|
530
431
|
}
|
531
432
|
trailPrice
|
532
433
|
trailPercent
|
@@ -570,9 +471,6 @@ export const Asset = {
|
|
570
471
|
stripeCurrentPeriodEnd
|
571
472
|
createdAt
|
572
473
|
updatedAt
|
573
|
-
users {
|
574
|
-
id
|
575
|
-
}
|
576
474
|
}
|
577
475
|
customerId
|
578
476
|
accounts {
|
@@ -590,18 +488,12 @@ export const Asset = {
|
|
590
488
|
session_state
|
591
489
|
createdAt
|
592
490
|
updatedAt
|
593
|
-
user {
|
594
|
-
id
|
595
|
-
}
|
596
491
|
}
|
597
492
|
sessions {
|
598
493
|
id
|
599
494
|
sessionToken
|
600
495
|
userId
|
601
496
|
expires
|
602
|
-
user {
|
603
|
-
id
|
604
|
-
}
|
605
497
|
createdAt
|
606
498
|
updatedAt
|
607
499
|
}
|
@@ -611,16 +503,10 @@ export const Asset = {
|
|
611
503
|
credentialID
|
612
504
|
publicKey
|
613
505
|
counter
|
614
|
-
user {
|
615
|
-
id
|
616
|
-
}
|
617
506
|
createdAt
|
618
507
|
updatedAt
|
619
508
|
}
|
620
509
|
plan
|
621
|
-
alpacaAccounts {
|
622
|
-
id
|
623
|
-
}
|
624
510
|
}
|
625
511
|
userId
|
626
512
|
createdAt
|
@@ -640,12 +526,6 @@ export const Asset = {
|
|
640
526
|
createdAt
|
641
527
|
updatedAt
|
642
528
|
status
|
643
|
-
alpacaAccount {
|
644
|
-
id
|
645
|
-
}
|
646
|
-
asset {
|
647
|
-
id
|
648
|
-
}
|
649
529
|
actions {
|
650
530
|
id
|
651
531
|
sequence
|
@@ -654,23 +534,11 @@ export const Asset = {
|
|
654
534
|
note
|
655
535
|
status
|
656
536
|
fee
|
657
|
-
trade {
|
658
|
-
id
|
659
|
-
}
|
660
|
-
order {
|
661
|
-
id
|
662
|
-
}
|
663
537
|
}
|
664
538
|
}
|
665
|
-
orders {
|
666
|
-
id
|
667
|
-
}
|
668
539
|
positions {
|
669
540
|
id
|
670
541
|
assetId
|
671
|
-
asset {
|
672
|
-
id
|
673
|
-
}
|
674
542
|
averageEntryPrice
|
675
543
|
qty
|
676
544
|
qtyAvailable
|
@@ -684,9 +552,6 @@ export const Asset = {
|
|
684
552
|
lastTradePrice
|
685
553
|
changeToday
|
686
554
|
assetMarginable
|
687
|
-
alpacaAccount {
|
688
|
-
id
|
689
|
-
}
|
690
555
|
alpacaAccountId
|
691
556
|
}
|
692
557
|
alerts {
|
@@ -697,9 +562,6 @@ export const Asset = {
|
|
697
562
|
isRead
|
698
563
|
createdAt
|
699
564
|
updatedAt
|
700
|
-
alpacaAccount {
|
701
|
-
id
|
702
|
-
}
|
703
565
|
}
|
704
566
|
}
|
705
567
|
action {
|
@@ -757,9 +619,6 @@ export const Asset = {
|
|
757
619
|
stripeCurrentPeriodEnd
|
758
620
|
createdAt
|
759
621
|
updatedAt
|
760
|
-
users {
|
761
|
-
id
|
762
|
-
}
|
763
622
|
}
|
764
623
|
customerId
|
765
624
|
accounts {
|
@@ -777,18 +636,12 @@ export const Asset = {
|
|
777
636
|
session_state
|
778
637
|
createdAt
|
779
638
|
updatedAt
|
780
|
-
user {
|
781
|
-
id
|
782
|
-
}
|
783
639
|
}
|
784
640
|
sessions {
|
785
641
|
id
|
786
642
|
sessionToken
|
787
643
|
userId
|
788
644
|
expires
|
789
|
-
user {
|
790
|
-
id
|
791
|
-
}
|
792
645
|
createdAt
|
793
646
|
updatedAt
|
794
647
|
}
|
@@ -798,32 +651,17 @@ export const Asset = {
|
|
798
651
|
credentialID
|
799
652
|
publicKey
|
800
653
|
counter
|
801
|
-
user {
|
802
|
-
id
|
803
|
-
}
|
804
654
|
createdAt
|
805
655
|
updatedAt
|
806
656
|
}
|
807
657
|
plan
|
808
|
-
alpacaAccounts {
|
809
|
-
id
|
810
|
-
}
|
811
658
|
}
|
812
659
|
userId
|
813
660
|
createdAt
|
814
661
|
updatedAt
|
815
|
-
trades {
|
816
|
-
id
|
817
|
-
}
|
818
|
-
orders {
|
819
|
-
id
|
820
|
-
}
|
821
662
|
positions {
|
822
663
|
id
|
823
664
|
assetId
|
824
|
-
asset {
|
825
|
-
id
|
826
|
-
}
|
827
665
|
averageEntryPrice
|
828
666
|
qty
|
829
667
|
qtyAvailable
|
@@ -837,9 +675,6 @@ export const Asset = {
|
|
837
675
|
lastTradePrice
|
838
676
|
changeToday
|
839
677
|
assetMarginable
|
840
|
-
alpacaAccount {
|
841
|
-
id
|
842
|
-
}
|
843
678
|
alpacaAccountId
|
844
679
|
}
|
845
680
|
alerts {
|
@@ -850,25 +685,10 @@ export const Asset = {
|
|
850
685
|
isRead
|
851
686
|
createdAt
|
852
687
|
updatedAt
|
853
|
-
alpacaAccount {
|
854
|
-
id
|
855
|
-
}
|
856
688
|
}
|
857
689
|
}
|
858
|
-
asset {
|
859
|
-
id
|
860
|
-
}
|
861
|
-
actions {
|
862
|
-
id
|
863
|
-
}
|
864
|
-
}
|
865
|
-
order {
|
866
|
-
id
|
867
690
|
}
|
868
691
|
}
|
869
|
-
asset {
|
870
|
-
id
|
871
|
-
}
|
872
692
|
fee
|
873
693
|
strikePrice
|
874
694
|
expirationDate
|
@@ -879,9 +699,6 @@ export const Asset = {
|
|
879
699
|
positions {
|
880
700
|
id
|
881
701
|
assetId
|
882
|
-
asset {
|
883
|
-
id
|
884
|
-
}
|
885
702
|
averageEntryPrice
|
886
703
|
qty
|
887
704
|
qtyAvailable
|
@@ -927,9 +744,6 @@ export const Asset = {
|
|
927
744
|
stripeCurrentPeriodEnd
|
928
745
|
createdAt
|
929
746
|
updatedAt
|
930
|
-
users {
|
931
|
-
id
|
932
|
-
}
|
933
747
|
}
|
934
748
|
customerId
|
935
749
|
accounts {
|
@@ -947,18 +761,12 @@ export const Asset = {
|
|
947
761
|
session_state
|
948
762
|
createdAt
|
949
763
|
updatedAt
|
950
|
-
user {
|
951
|
-
id
|
952
|
-
}
|
953
764
|
}
|
954
765
|
sessions {
|
955
766
|
id
|
956
767
|
sessionToken
|
957
768
|
userId
|
958
769
|
expires
|
959
|
-
user {
|
960
|
-
id
|
961
|
-
}
|
962
770
|
createdAt
|
963
771
|
updatedAt
|
964
772
|
}
|
@@ -968,16 +776,10 @@ export const Asset = {
|
|
968
776
|
credentialID
|
969
777
|
publicKey
|
970
778
|
counter
|
971
|
-
user {
|
972
|
-
id
|
973
|
-
}
|
974
779
|
createdAt
|
975
780
|
updatedAt
|
976
781
|
}
|
977
782
|
plan
|
978
|
-
alpacaAccounts {
|
979
|
-
id
|
980
|
-
}
|
981
783
|
}
|
982
784
|
userId
|
983
785
|
createdAt
|
@@ -997,12 +799,6 @@ export const Asset = {
|
|
997
799
|
createdAt
|
998
800
|
updatedAt
|
999
801
|
status
|
1000
|
-
alpacaAccount {
|
1001
|
-
id
|
1002
|
-
}
|
1003
|
-
asset {
|
1004
|
-
id
|
1005
|
-
}
|
1006
802
|
actions {
|
1007
803
|
id
|
1008
804
|
sequence
|
@@ -1011,9 +807,6 @@ export const Asset = {
|
|
1011
807
|
note
|
1012
808
|
status
|
1013
809
|
fee
|
1014
|
-
trade {
|
1015
|
-
id
|
1016
|
-
}
|
1017
810
|
order {
|
1018
811
|
id
|
1019
812
|
clientOrderId
|
@@ -1034,9 +827,6 @@ export const Asset = {
|
|
1034
827
|
createdAt
|
1035
828
|
updatedAt
|
1036
829
|
orderId
|
1037
|
-
Order {
|
1038
|
-
id
|
1039
|
-
}
|
1040
830
|
}
|
1041
831
|
takeProfit {
|
1042
832
|
id
|
@@ -1045,9 +835,6 @@ export const Asset = {
|
|
1045
835
|
createdAt
|
1046
836
|
updatedAt
|
1047
837
|
orderId
|
1048
|
-
Order {
|
1049
|
-
id
|
1050
|
-
}
|
1051
838
|
}
|
1052
839
|
trailPrice
|
1053
840
|
trailPercent
|
@@ -1059,15 +846,6 @@ export const Asset = {
|
|
1059
846
|
filledAt
|
1060
847
|
filledAvgPrice
|
1061
848
|
actionId
|
1062
|
-
alpacaAccount {
|
1063
|
-
id
|
1064
|
-
}
|
1065
|
-
action {
|
1066
|
-
id
|
1067
|
-
}
|
1068
|
-
asset {
|
1069
|
-
id
|
1070
|
-
}
|
1071
849
|
fee
|
1072
850
|
strikePrice
|
1073
851
|
expirationDate
|
@@ -1097,9 +875,6 @@ export const Asset = {
|
|
1097
875
|
createdAt
|
1098
876
|
updatedAt
|
1099
877
|
orderId
|
1100
|
-
Order {
|
1101
|
-
id
|
1102
|
-
}
|
1103
878
|
}
|
1104
879
|
takeProfit {
|
1105
880
|
id
|
@@ -1108,9 +883,6 @@ export const Asset = {
|
|
1108
883
|
createdAt
|
1109
884
|
updatedAt
|
1110
885
|
orderId
|
1111
|
-
Order {
|
1112
|
-
id
|
1113
|
-
}
|
1114
886
|
}
|
1115
887
|
trailPrice
|
1116
888
|
trailPercent
|
@@ -1122,9 +894,6 @@ export const Asset = {
|
|
1122
894
|
filledAt
|
1123
895
|
filledAvgPrice
|
1124
896
|
actionId
|
1125
|
-
alpacaAccount {
|
1126
|
-
id
|
1127
|
-
}
|
1128
897
|
action {
|
1129
898
|
id
|
1130
899
|
sequence
|
@@ -1148,22 +917,7 @@ export const Asset = {
|
|
1148
917
|
createdAt
|
1149
918
|
updatedAt
|
1150
919
|
status
|
1151
|
-
alpacaAccount {
|
1152
|
-
id
|
1153
|
-
}
|
1154
|
-
asset {
|
1155
|
-
id
|
1156
|
-
}
|
1157
|
-
actions {
|
1158
|
-
id
|
1159
|
-
}
|
1160
920
|
}
|
1161
|
-
order {
|
1162
|
-
id
|
1163
|
-
}
|
1164
|
-
}
|
1165
|
-
asset {
|
1166
|
-
id
|
1167
921
|
}
|
1168
922
|
fee
|
1169
923
|
strikePrice
|
@@ -1172,9 +926,6 @@ export const Asset = {
|
|
1172
926
|
stopLossId
|
1173
927
|
takeProfitId
|
1174
928
|
}
|
1175
|
-
positions {
|
1176
|
-
id
|
1177
|
-
}
|
1178
929
|
alerts {
|
1179
930
|
id
|
1180
931
|
alpacaAccountId
|
@@ -1183,9 +934,6 @@ export const Asset = {
|
|
1183
934
|
isRead
|
1184
935
|
createdAt
|
1185
936
|
updatedAt
|
1186
|
-
alpacaAccount {
|
1187
|
-
id
|
1188
|
-
}
|
1189
937
|
}
|
1190
938
|
}
|
1191
939
|
alpacaAccountId
|
@@ -1212,12 +960,6 @@ export const Asset = {
|
|
1212
960
|
logo
|
1213
961
|
createdAt
|
1214
962
|
updatedAt
|
1215
|
-
assets {
|
1216
|
-
id
|
1217
|
-
}
|
1218
|
-
}
|
1219
|
-
asset {
|
1220
|
-
id
|
1221
963
|
}
|
1222
964
|
relevancyScore
|
1223
965
|
sentimentScore
|
@@ -2138,9 +1880,6 @@ export const Asset = {
|
|
2138
1880
|
stripeCurrentPeriodEnd
|
2139
1881
|
createdAt
|
2140
1882
|
updatedAt
|
2141
|
-
users {
|
2142
|
-
id
|
2143
|
-
}
|
2144
1883
|
}
|
2145
1884
|
customerId
|
2146
1885
|
accounts {
|
@@ -2158,18 +1897,12 @@ export const Asset = {
|
|
2158
1897
|
session_state
|
2159
1898
|
createdAt
|
2160
1899
|
updatedAt
|
2161
|
-
user {
|
2162
|
-
id
|
2163
|
-
}
|
2164
1900
|
}
|
2165
1901
|
sessions {
|
2166
1902
|
id
|
2167
1903
|
sessionToken
|
2168
1904
|
userId
|
2169
1905
|
expires
|
2170
|
-
user {
|
2171
|
-
id
|
2172
|
-
}
|
2173
1906
|
createdAt
|
2174
1907
|
updatedAt
|
2175
1908
|
}
|
@@ -2179,23 +1912,14 @@ export const Asset = {
|
|
2179
1912
|
credentialID
|
2180
1913
|
publicKey
|
2181
1914
|
counter
|
2182
|
-
user {
|
2183
|
-
id
|
2184
|
-
}
|
2185
1915
|
createdAt
|
2186
1916
|
updatedAt
|
2187
1917
|
}
|
2188
1918
|
plan
|
2189
|
-
alpacaAccounts {
|
2190
|
-
id
|
2191
|
-
}
|
2192
1919
|
}
|
2193
1920
|
userId
|
2194
1921
|
createdAt
|
2195
1922
|
updatedAt
|
2196
|
-
trades {
|
2197
|
-
id
|
2198
|
-
}
|
2199
1923
|
orders {
|
2200
1924
|
id
|
2201
1925
|
clientOrderId
|
@@ -2216,9 +1940,6 @@ export const Asset = {
|
|
2216
1940
|
createdAt
|
2217
1941
|
updatedAt
|
2218
1942
|
orderId
|
2219
|
-
Order {
|
2220
|
-
id
|
2221
|
-
}
|
2222
1943
|
}
|
2223
1944
|
takeProfit {
|
2224
1945
|
id
|
@@ -2227,9 +1948,6 @@ export const Asset = {
|
|
2227
1948
|
createdAt
|
2228
1949
|
updatedAt
|
2229
1950
|
orderId
|
2230
|
-
Order {
|
2231
|
-
id
|
2232
|
-
}
|
2233
1951
|
}
|
2234
1952
|
trailPrice
|
2235
1953
|
trailPercent
|
@@ -2241,9 +1959,6 @@ export const Asset = {
|
|
2241
1959
|
filledAt
|
2242
1960
|
filledAvgPrice
|
2243
1961
|
actionId
|
2244
|
-
alpacaAccount {
|
2245
|
-
id
|
2246
|
-
}
|
2247
1962
|
action {
|
2248
1963
|
id
|
2249
1964
|
sequence
|
@@ -2252,15 +1967,6 @@ export const Asset = {
|
|
2252
1967
|
note
|
2253
1968
|
status
|
2254
1969
|
fee
|
2255
|
-
trade {
|
2256
|
-
id
|
2257
|
-
}
|
2258
|
-
order {
|
2259
|
-
id
|
2260
|
-
}
|
2261
|
-
}
|
2262
|
-
asset {
|
2263
|
-
id
|
2264
1970
|
}
|
2265
1971
|
fee
|
2266
1972
|
strikePrice
|
@@ -2272,9 +1978,6 @@ export const Asset = {
|
|
2272
1978
|
positions {
|
2273
1979
|
id
|
2274
1980
|
assetId
|
2275
|
-
asset {
|
2276
|
-
id
|
2277
|
-
}
|
2278
1981
|
averageEntryPrice
|
2279
1982
|
qty
|
2280
1983
|
qtyAvailable
|
@@ -2288,9 +1991,6 @@ export const Asset = {
|
|
2288
1991
|
lastTradePrice
|
2289
1992
|
changeToday
|
2290
1993
|
assetMarginable
|
2291
|
-
alpacaAccount {
|
2292
|
-
id
|
2293
|
-
}
|
2294
1994
|
alpacaAccountId
|
2295
1995
|
}
|
2296
1996
|
alerts {
|
@@ -2301,14 +2001,8 @@ export const Asset = {
|
|
2301
2001
|
isRead
|
2302
2002
|
createdAt
|
2303
2003
|
updatedAt
|
2304
|
-
alpacaAccount {
|
2305
|
-
id
|
2306
|
-
}
|
2307
2004
|
}
|
2308
2005
|
}
|
2309
|
-
asset {
|
2310
|
-
id
|
2311
|
-
}
|
2312
2006
|
actions {
|
2313
2007
|
id
|
2314
2008
|
sequence
|
@@ -2317,9 +2011,6 @@ export const Asset = {
|
|
2317
2011
|
note
|
2318
2012
|
status
|
2319
2013
|
fee
|
2320
|
-
trade {
|
2321
|
-
id
|
2322
|
-
}
|
2323
2014
|
order {
|
2324
2015
|
id
|
2325
2016
|
clientOrderId
|
@@ -2340,9 +2031,6 @@ export const Asset = {
|
|
2340
2031
|
createdAt
|
2341
2032
|
updatedAt
|
2342
2033
|
orderId
|
2343
|
-
Order {
|
2344
|
-
id
|
2345
|
-
}
|
2346
2034
|
}
|
2347
2035
|
takeProfit {
|
2348
2036
|
id
|
@@ -2351,9 +2039,6 @@ export const Asset = {
|
|
2351
2039
|
createdAt
|
2352
2040
|
updatedAt
|
2353
2041
|
orderId
|
2354
|
-
Order {
|
2355
|
-
id
|
2356
|
-
}
|
2357
2042
|
}
|
2358
2043
|
trailPrice
|
2359
2044
|
trailPercent
|
@@ -2397,9 +2082,6 @@ export const Asset = {
|
|
2397
2082
|
stripeCurrentPeriodEnd
|
2398
2083
|
createdAt
|
2399
2084
|
updatedAt
|
2400
|
-
users {
|
2401
|
-
id
|
2402
|
-
}
|
2403
2085
|
}
|
2404
2086
|
customerId
|
2405
2087
|
accounts {
|
@@ -2417,18 +2099,12 @@ export const Asset = {
|
|
2417
2099
|
session_state
|
2418
2100
|
createdAt
|
2419
2101
|
updatedAt
|
2420
|
-
user {
|
2421
|
-
id
|
2422
|
-
}
|
2423
2102
|
}
|
2424
2103
|
sessions {
|
2425
2104
|
id
|
2426
2105
|
sessionToken
|
2427
2106
|
userId
|
2428
2107
|
expires
|
2429
|
-
user {
|
2430
|
-
id
|
2431
|
-
}
|
2432
2108
|
createdAt
|
2433
2109
|
updatedAt
|
2434
2110
|
}
|
@@ -2438,32 +2114,17 @@ export const Asset = {
|
|
2438
2114
|
credentialID
|
2439
2115
|
publicKey
|
2440
2116
|
counter
|
2441
|
-
user {
|
2442
|
-
id
|
2443
|
-
}
|
2444
2117
|
createdAt
|
2445
2118
|
updatedAt
|
2446
2119
|
}
|
2447
2120
|
plan
|
2448
|
-
alpacaAccounts {
|
2449
|
-
id
|
2450
|
-
}
|
2451
2121
|
}
|
2452
2122
|
userId
|
2453
2123
|
createdAt
|
2454
2124
|
updatedAt
|
2455
|
-
trades {
|
2456
|
-
id
|
2457
|
-
}
|
2458
|
-
orders {
|
2459
|
-
id
|
2460
|
-
}
|
2461
2125
|
positions {
|
2462
2126
|
id
|
2463
2127
|
assetId
|
2464
|
-
asset {
|
2465
|
-
id
|
2466
|
-
}
|
2467
2128
|
averageEntryPrice
|
2468
2129
|
qty
|
2469
2130
|
qtyAvailable
|
@@ -2477,9 +2138,6 @@ export const Asset = {
|
|
2477
2138
|
lastTradePrice
|
2478
2139
|
changeToday
|
2479
2140
|
assetMarginable
|
2480
|
-
alpacaAccount {
|
2481
|
-
id
|
2482
|
-
}
|
2483
2141
|
alpacaAccountId
|
2484
2142
|
}
|
2485
2143
|
alerts {
|
@@ -2490,17 +2148,8 @@ export const Asset = {
|
|
2490
2148
|
isRead
|
2491
2149
|
createdAt
|
2492
2150
|
updatedAt
|
2493
|
-
alpacaAccount {
|
2494
|
-
id
|
2495
|
-
}
|
2496
2151
|
}
|
2497
2152
|
}
|
2498
|
-
action {
|
2499
|
-
id
|
2500
|
-
}
|
2501
|
-
asset {
|
2502
|
-
id
|
2503
|
-
}
|
2504
2153
|
fee
|
2505
2154
|
strikePrice
|
2506
2155
|
expirationDate
|
@@ -2530,9 +2179,6 @@ export const Asset = {
|
|
2530
2179
|
createdAt
|
2531
2180
|
updatedAt
|
2532
2181
|
orderId
|
2533
|
-
Order {
|
2534
|
-
id
|
2535
|
-
}
|
2536
2182
|
}
|
2537
2183
|
takeProfit {
|
2538
2184
|
id
|
@@ -2541,9 +2187,6 @@ export const Asset = {
|
|
2541
2187
|
createdAt
|
2542
2188
|
updatedAt
|
2543
2189
|
orderId
|
2544
|
-
Order {
|
2545
|
-
id
|
2546
|
-
}
|
2547
2190
|
}
|
2548
2191
|
trailPrice
|
2549
2192
|
trailPercent
|
@@ -2587,9 +2230,6 @@ export const Asset = {
|
|
2587
2230
|
stripeCurrentPeriodEnd
|
2588
2231
|
createdAt
|
2589
2232
|
updatedAt
|
2590
|
-
users {
|
2591
|
-
id
|
2592
|
-
}
|
2593
2233
|
}
|
2594
2234
|
customerId
|
2595
2235
|
accounts {
|
@@ -2607,18 +2247,12 @@ export const Asset = {
|
|
2607
2247
|
session_state
|
2608
2248
|
createdAt
|
2609
2249
|
updatedAt
|
2610
|
-
user {
|
2611
|
-
id
|
2612
|
-
}
|
2613
2250
|
}
|
2614
2251
|
sessions {
|
2615
2252
|
id
|
2616
2253
|
sessionToken
|
2617
2254
|
userId
|
2618
2255
|
expires
|
2619
|
-
user {
|
2620
|
-
id
|
2621
|
-
}
|
2622
2256
|
createdAt
|
2623
2257
|
updatedAt
|
2624
2258
|
}
|
@@ -2628,16 +2262,10 @@ export const Asset = {
|
|
2628
2262
|
credentialID
|
2629
2263
|
publicKey
|
2630
2264
|
counter
|
2631
|
-
user {
|
2632
|
-
id
|
2633
|
-
}
|
2634
2265
|
createdAt
|
2635
2266
|
updatedAt
|
2636
2267
|
}
|
2637
2268
|
plan
|
2638
|
-
alpacaAccounts {
|
2639
|
-
id
|
2640
|
-
}
|
2641
2269
|
}
|
2642
2270
|
userId
|
2643
2271
|
createdAt
|
@@ -2657,12 +2285,6 @@ export const Asset = {
|
|
2657
2285
|
createdAt
|
2658
2286
|
updatedAt
|
2659
2287
|
status
|
2660
|
-
alpacaAccount {
|
2661
|
-
id
|
2662
|
-
}
|
2663
|
-
asset {
|
2664
|
-
id
|
2665
|
-
}
|
2666
2288
|
actions {
|
2667
2289
|
id
|
2668
2290
|
sequence
|
@@ -2671,23 +2293,11 @@ export const Asset = {
|
|
2671
2293
|
note
|
2672
2294
|
status
|
2673
2295
|
fee
|
2674
|
-
trade {
|
2675
|
-
id
|
2676
|
-
}
|
2677
|
-
order {
|
2678
|
-
id
|
2679
|
-
}
|
2680
2296
|
}
|
2681
2297
|
}
|
2682
|
-
orders {
|
2683
|
-
id
|
2684
|
-
}
|
2685
2298
|
positions {
|
2686
2299
|
id
|
2687
2300
|
assetId
|
2688
|
-
asset {
|
2689
|
-
id
|
2690
|
-
}
|
2691
2301
|
averageEntryPrice
|
2692
2302
|
qty
|
2693
2303
|
qtyAvailable
|
@@ -2701,9 +2311,6 @@ export const Asset = {
|
|
2701
2311
|
lastTradePrice
|
2702
2312
|
changeToday
|
2703
2313
|
assetMarginable
|
2704
|
-
alpacaAccount {
|
2705
|
-
id
|
2706
|
-
}
|
2707
2314
|
alpacaAccountId
|
2708
2315
|
}
|
2709
2316
|
alerts {
|
@@ -2714,9 +2321,6 @@ export const Asset = {
|
|
2714
2321
|
isRead
|
2715
2322
|
createdAt
|
2716
2323
|
updatedAt
|
2717
|
-
alpacaAccount {
|
2718
|
-
id
|
2719
|
-
}
|
2720
2324
|
}
|
2721
2325
|
}
|
2722
2326
|
action {
|
@@ -2774,9 +2378,6 @@ export const Asset = {
|
|
2774
2378
|
stripeCurrentPeriodEnd
|
2775
2379
|
createdAt
|
2776
2380
|
updatedAt
|
2777
|
-
users {
|
2778
|
-
id
|
2779
|
-
}
|
2780
2381
|
}
|
2781
2382
|
customerId
|
2782
2383
|
accounts {
|
@@ -2794,18 +2395,12 @@ export const Asset = {
|
|
2794
2395
|
session_state
|
2795
2396
|
createdAt
|
2796
2397
|
updatedAt
|
2797
|
-
user {
|
2798
|
-
id
|
2799
|
-
}
|
2800
2398
|
}
|
2801
2399
|
sessions {
|
2802
2400
|
id
|
2803
2401
|
sessionToken
|
2804
2402
|
userId
|
2805
2403
|
expires
|
2806
|
-
user {
|
2807
|
-
id
|
2808
|
-
}
|
2809
2404
|
createdAt
|
2810
2405
|
updatedAt
|
2811
2406
|
}
|
@@ -2815,32 +2410,17 @@ export const Asset = {
|
|
2815
2410
|
credentialID
|
2816
2411
|
publicKey
|
2817
2412
|
counter
|
2818
|
-
user {
|
2819
|
-
id
|
2820
|
-
}
|
2821
2413
|
createdAt
|
2822
2414
|
updatedAt
|
2823
2415
|
}
|
2824
2416
|
plan
|
2825
|
-
alpacaAccounts {
|
2826
|
-
id
|
2827
|
-
}
|
2828
2417
|
}
|
2829
2418
|
userId
|
2830
2419
|
createdAt
|
2831
2420
|
updatedAt
|
2832
|
-
trades {
|
2833
|
-
id
|
2834
|
-
}
|
2835
|
-
orders {
|
2836
|
-
id
|
2837
|
-
}
|
2838
2421
|
positions {
|
2839
2422
|
id
|
2840
2423
|
assetId
|
2841
|
-
asset {
|
2842
|
-
id
|
2843
|
-
}
|
2844
2424
|
averageEntryPrice
|
2845
2425
|
qty
|
2846
2426
|
qtyAvailable
|
@@ -2854,9 +2434,6 @@ export const Asset = {
|
|
2854
2434
|
lastTradePrice
|
2855
2435
|
changeToday
|
2856
2436
|
assetMarginable
|
2857
|
-
alpacaAccount {
|
2858
|
-
id
|
2859
|
-
}
|
2860
2437
|
alpacaAccountId
|
2861
2438
|
}
|
2862
2439
|
alerts {
|
@@ -2867,24 +2444,9 @@ export const Asset = {
|
|
2867
2444
|
isRead
|
2868
2445
|
createdAt
|
2869
2446
|
updatedAt
|
2870
|
-
alpacaAccount {
|
2871
|
-
id
|
2872
|
-
}
|
2873
2447
|
}
|
2874
2448
|
}
|
2875
|
-
asset {
|
2876
|
-
id
|
2877
|
-
}
|
2878
|
-
actions {
|
2879
|
-
id
|
2880
|
-
}
|
2881
2449
|
}
|
2882
|
-
order {
|
2883
|
-
id
|
2884
|
-
}
|
2885
|
-
}
|
2886
|
-
asset {
|
2887
|
-
id
|
2888
2450
|
}
|
2889
2451
|
fee
|
2890
2452
|
strikePrice
|
@@ -2896,9 +2458,6 @@ export const Asset = {
|
|
2896
2458
|
positions {
|
2897
2459
|
id
|
2898
2460
|
assetId
|
2899
|
-
asset {
|
2900
|
-
id
|
2901
|
-
}
|
2902
2461
|
averageEntryPrice
|
2903
2462
|
qty
|
2904
2463
|
qtyAvailable
|
@@ -2944,9 +2503,6 @@ export const Asset = {
|
|
2944
2503
|
stripeCurrentPeriodEnd
|
2945
2504
|
createdAt
|
2946
2505
|
updatedAt
|
2947
|
-
users {
|
2948
|
-
id
|
2949
|
-
}
|
2950
2506
|
}
|
2951
2507
|
customerId
|
2952
2508
|
accounts {
|
@@ -2964,18 +2520,12 @@ export const Asset = {
|
|
2964
2520
|
session_state
|
2965
2521
|
createdAt
|
2966
2522
|
updatedAt
|
2967
|
-
user {
|
2968
|
-
id
|
2969
|
-
}
|
2970
2523
|
}
|
2971
2524
|
sessions {
|
2972
2525
|
id
|
2973
2526
|
sessionToken
|
2974
2527
|
userId
|
2975
2528
|
expires
|
2976
|
-
user {
|
2977
|
-
id
|
2978
|
-
}
|
2979
2529
|
createdAt
|
2980
2530
|
updatedAt
|
2981
2531
|
}
|
@@ -2985,16 +2535,10 @@ export const Asset = {
|
|
2985
2535
|
credentialID
|
2986
2536
|
publicKey
|
2987
2537
|
counter
|
2988
|
-
user {
|
2989
|
-
id
|
2990
|
-
}
|
2991
2538
|
createdAt
|
2992
2539
|
updatedAt
|
2993
2540
|
}
|
2994
2541
|
plan
|
2995
|
-
alpacaAccounts {
|
2996
|
-
id
|
2997
|
-
}
|
2998
2542
|
}
|
2999
2543
|
userId
|
3000
2544
|
createdAt
|
@@ -3014,12 +2558,6 @@ export const Asset = {
|
|
3014
2558
|
createdAt
|
3015
2559
|
updatedAt
|
3016
2560
|
status
|
3017
|
-
alpacaAccount {
|
3018
|
-
id
|
3019
|
-
}
|
3020
|
-
asset {
|
3021
|
-
id
|
3022
|
-
}
|
3023
2561
|
actions {
|
3024
2562
|
id
|
3025
2563
|
sequence
|
@@ -3028,9 +2566,6 @@ export const Asset = {
|
|
3028
2566
|
note
|
3029
2567
|
status
|
3030
2568
|
fee
|
3031
|
-
trade {
|
3032
|
-
id
|
3033
|
-
}
|
3034
2569
|
order {
|
3035
2570
|
id
|
3036
2571
|
clientOrderId
|
@@ -3051,9 +2586,6 @@ export const Asset = {
|
|
3051
2586
|
createdAt
|
3052
2587
|
updatedAt
|
3053
2588
|
orderId
|
3054
|
-
Order {
|
3055
|
-
id
|
3056
|
-
}
|
3057
2589
|
}
|
3058
2590
|
takeProfit {
|
3059
2591
|
id
|
@@ -3062,9 +2594,6 @@ export const Asset = {
|
|
3062
2594
|
createdAt
|
3063
2595
|
updatedAt
|
3064
2596
|
orderId
|
3065
|
-
Order {
|
3066
|
-
id
|
3067
|
-
}
|
3068
2597
|
}
|
3069
2598
|
trailPrice
|
3070
2599
|
trailPercent
|
@@ -3076,15 +2605,6 @@ export const Asset = {
|
|
3076
2605
|
filledAt
|
3077
2606
|
filledAvgPrice
|
3078
2607
|
actionId
|
3079
|
-
alpacaAccount {
|
3080
|
-
id
|
3081
|
-
}
|
3082
|
-
action {
|
3083
|
-
id
|
3084
|
-
}
|
3085
|
-
asset {
|
3086
|
-
id
|
3087
|
-
}
|
3088
2608
|
fee
|
3089
2609
|
strikePrice
|
3090
2610
|
expirationDate
|
@@ -3114,9 +2634,6 @@ export const Asset = {
|
|
3114
2634
|
createdAt
|
3115
2635
|
updatedAt
|
3116
2636
|
orderId
|
3117
|
-
Order {
|
3118
|
-
id
|
3119
|
-
}
|
3120
2637
|
}
|
3121
2638
|
takeProfit {
|
3122
2639
|
id
|
@@ -3125,9 +2642,6 @@ export const Asset = {
|
|
3125
2642
|
createdAt
|
3126
2643
|
updatedAt
|
3127
2644
|
orderId
|
3128
|
-
Order {
|
3129
|
-
id
|
3130
|
-
}
|
3131
2645
|
}
|
3132
2646
|
trailPrice
|
3133
2647
|
trailPercent
|
@@ -3139,9 +2653,6 @@ export const Asset = {
|
|
3139
2653
|
filledAt
|
3140
2654
|
filledAvgPrice
|
3141
2655
|
actionId
|
3142
|
-
alpacaAccount {
|
3143
|
-
id
|
3144
|
-
}
|
3145
2656
|
action {
|
3146
2657
|
id
|
3147
2658
|
sequence
|
@@ -3165,23 +2676,8 @@ export const Asset = {
|
|
3165
2676
|
createdAt
|
3166
2677
|
updatedAt
|
3167
2678
|
status
|
3168
|
-
alpacaAccount {
|
3169
|
-
id
|
3170
|
-
}
|
3171
|
-
asset {
|
3172
|
-
id
|
3173
|
-
}
|
3174
|
-
actions {
|
3175
|
-
id
|
3176
|
-
}
|
3177
|
-
}
|
3178
|
-
order {
|
3179
|
-
id
|
3180
2679
|
}
|
3181
2680
|
}
|
3182
|
-
asset {
|
3183
|
-
id
|
3184
|
-
}
|
3185
2681
|
fee
|
3186
2682
|
strikePrice
|
3187
2683
|
expirationDate
|
@@ -3189,9 +2685,6 @@ export const Asset = {
|
|
3189
2685
|
stopLossId
|
3190
2686
|
takeProfitId
|
3191
2687
|
}
|
3192
|
-
positions {
|
3193
|
-
id
|
3194
|
-
}
|
3195
2688
|
alerts {
|
3196
2689
|
id
|
3197
2690
|
alpacaAccountId
|
@@ -3200,9 +2693,6 @@ export const Asset = {
|
|
3200
2693
|
isRead
|
3201
2694
|
createdAt
|
3202
2695
|
updatedAt
|
3203
|
-
alpacaAccount {
|
3204
|
-
id
|
3205
|
-
}
|
3206
2696
|
}
|
3207
2697
|
}
|
3208
2698
|
alpacaAccountId
|
@@ -3229,12 +2719,6 @@ export const Asset = {
|
|
3229
2719
|
logo
|
3230
2720
|
createdAt
|
3231
2721
|
updatedAt
|
3232
|
-
assets {
|
3233
|
-
id
|
3234
|
-
}
|
3235
|
-
}
|
3236
|
-
asset {
|
3237
|
-
id
|
3238
2722
|
}
|
3239
2723
|
relevancyScore
|
3240
2724
|
sentimentScore
|
@@ -8384,9 +7868,6 @@ export const Asset = {
|
|
8384
7868
|
stripeCurrentPeriodEnd
|
8385
7869
|
createdAt
|
8386
7870
|
updatedAt
|
8387
|
-
users {
|
8388
|
-
id
|
8389
|
-
}
|
8390
7871
|
}
|
8391
7872
|
customerId
|
8392
7873
|
accounts {
|
@@ -8404,18 +7885,12 @@ export const Asset = {
|
|
8404
7885
|
session_state
|
8405
7886
|
createdAt
|
8406
7887
|
updatedAt
|
8407
|
-
user {
|
8408
|
-
id
|
8409
|
-
}
|
8410
7888
|
}
|
8411
7889
|
sessions {
|
8412
7890
|
id
|
8413
7891
|
sessionToken
|
8414
7892
|
userId
|
8415
7893
|
expires
|
8416
|
-
user {
|
8417
|
-
id
|
8418
|
-
}
|
8419
7894
|
createdAt
|
8420
7895
|
updatedAt
|
8421
7896
|
}
|
@@ -8425,23 +7900,14 @@ export const Asset = {
|
|
8425
7900
|
credentialID
|
8426
7901
|
publicKey
|
8427
7902
|
counter
|
8428
|
-
user {
|
8429
|
-
id
|
8430
|
-
}
|
8431
7903
|
createdAt
|
8432
7904
|
updatedAt
|
8433
7905
|
}
|
8434
7906
|
plan
|
8435
|
-
alpacaAccounts {
|
8436
|
-
id
|
8437
|
-
}
|
8438
7907
|
}
|
8439
7908
|
userId
|
8440
7909
|
createdAt
|
8441
7910
|
updatedAt
|
8442
|
-
trades {
|
8443
|
-
id
|
8444
|
-
}
|
8445
7911
|
orders {
|
8446
7912
|
id
|
8447
7913
|
clientOrderId
|
@@ -8462,9 +7928,6 @@ export const Asset = {
|
|
8462
7928
|
createdAt
|
8463
7929
|
updatedAt
|
8464
7930
|
orderId
|
8465
|
-
Order {
|
8466
|
-
id
|
8467
|
-
}
|
8468
7931
|
}
|
8469
7932
|
takeProfit {
|
8470
7933
|
id
|
@@ -8473,9 +7936,6 @@ export const Asset = {
|
|
8473
7936
|
createdAt
|
8474
7937
|
updatedAt
|
8475
7938
|
orderId
|
8476
|
-
Order {
|
8477
|
-
id
|
8478
|
-
}
|
8479
7939
|
}
|
8480
7940
|
trailPrice
|
8481
7941
|
trailPercent
|
@@ -8487,9 +7947,6 @@ export const Asset = {
|
|
8487
7947
|
filledAt
|
8488
7948
|
filledAvgPrice
|
8489
7949
|
actionId
|
8490
|
-
alpacaAccount {
|
8491
|
-
id
|
8492
|
-
}
|
8493
7950
|
action {
|
8494
7951
|
id
|
8495
7952
|
sequence
|
@@ -8498,15 +7955,6 @@ export const Asset = {
|
|
8498
7955
|
note
|
8499
7956
|
status
|
8500
7957
|
fee
|
8501
|
-
trade {
|
8502
|
-
id
|
8503
|
-
}
|
8504
|
-
order {
|
8505
|
-
id
|
8506
|
-
}
|
8507
|
-
}
|
8508
|
-
asset {
|
8509
|
-
id
|
8510
7958
|
}
|
8511
7959
|
fee
|
8512
7960
|
strikePrice
|
@@ -8518,9 +7966,6 @@ export const Asset = {
|
|
8518
7966
|
positions {
|
8519
7967
|
id
|
8520
7968
|
assetId
|
8521
|
-
asset {
|
8522
|
-
id
|
8523
|
-
}
|
8524
7969
|
averageEntryPrice
|
8525
7970
|
qty
|
8526
7971
|
qtyAvailable
|
@@ -8534,9 +7979,6 @@ export const Asset = {
|
|
8534
7979
|
lastTradePrice
|
8535
7980
|
changeToday
|
8536
7981
|
assetMarginable
|
8537
|
-
alpacaAccount {
|
8538
|
-
id
|
8539
|
-
}
|
8540
7982
|
alpacaAccountId
|
8541
7983
|
}
|
8542
7984
|
alerts {
|
@@ -8547,14 +7989,8 @@ export const Asset = {
|
|
8547
7989
|
isRead
|
8548
7990
|
createdAt
|
8549
7991
|
updatedAt
|
8550
|
-
alpacaAccount {
|
8551
|
-
id
|
8552
|
-
}
|
8553
7992
|
}
|
8554
7993
|
}
|
8555
|
-
asset {
|
8556
|
-
id
|
8557
|
-
}
|
8558
7994
|
actions {
|
8559
7995
|
id
|
8560
7996
|
sequence
|
@@ -8563,9 +7999,6 @@ export const Asset = {
|
|
8563
7999
|
note
|
8564
8000
|
status
|
8565
8001
|
fee
|
8566
|
-
trade {
|
8567
|
-
id
|
8568
|
-
}
|
8569
8002
|
order {
|
8570
8003
|
id
|
8571
8004
|
clientOrderId
|
@@ -8586,9 +8019,6 @@ export const Asset = {
|
|
8586
8019
|
createdAt
|
8587
8020
|
updatedAt
|
8588
8021
|
orderId
|
8589
|
-
Order {
|
8590
|
-
id
|
8591
|
-
}
|
8592
8022
|
}
|
8593
8023
|
takeProfit {
|
8594
8024
|
id
|
@@ -8597,9 +8027,6 @@ export const Asset = {
|
|
8597
8027
|
createdAt
|
8598
8028
|
updatedAt
|
8599
8029
|
orderId
|
8600
|
-
Order {
|
8601
|
-
id
|
8602
|
-
}
|
8603
8030
|
}
|
8604
8031
|
trailPrice
|
8605
8032
|
trailPercent
|
@@ -8643,9 +8070,6 @@ export const Asset = {
|
|
8643
8070
|
stripeCurrentPeriodEnd
|
8644
8071
|
createdAt
|
8645
8072
|
updatedAt
|
8646
|
-
users {
|
8647
|
-
id
|
8648
|
-
}
|
8649
8073
|
}
|
8650
8074
|
customerId
|
8651
8075
|
accounts {
|
@@ -8663,18 +8087,12 @@ export const Asset = {
|
|
8663
8087
|
session_state
|
8664
8088
|
createdAt
|
8665
8089
|
updatedAt
|
8666
|
-
user {
|
8667
|
-
id
|
8668
|
-
}
|
8669
8090
|
}
|
8670
8091
|
sessions {
|
8671
8092
|
id
|
8672
8093
|
sessionToken
|
8673
8094
|
userId
|
8674
8095
|
expires
|
8675
|
-
user {
|
8676
|
-
id
|
8677
|
-
}
|
8678
8096
|
createdAt
|
8679
8097
|
updatedAt
|
8680
8098
|
}
|
@@ -8684,32 +8102,17 @@ export const Asset = {
|
|
8684
8102
|
credentialID
|
8685
8103
|
publicKey
|
8686
8104
|
counter
|
8687
|
-
user {
|
8688
|
-
id
|
8689
|
-
}
|
8690
8105
|
createdAt
|
8691
8106
|
updatedAt
|
8692
8107
|
}
|
8693
8108
|
plan
|
8694
|
-
alpacaAccounts {
|
8695
|
-
id
|
8696
|
-
}
|
8697
8109
|
}
|
8698
8110
|
userId
|
8699
8111
|
createdAt
|
8700
8112
|
updatedAt
|
8701
|
-
trades {
|
8702
|
-
id
|
8703
|
-
}
|
8704
|
-
orders {
|
8705
|
-
id
|
8706
|
-
}
|
8707
8113
|
positions {
|
8708
8114
|
id
|
8709
8115
|
assetId
|
8710
|
-
asset {
|
8711
|
-
id
|
8712
|
-
}
|
8713
8116
|
averageEntryPrice
|
8714
8117
|
qty
|
8715
8118
|
qtyAvailable
|
@@ -8723,9 +8126,6 @@ export const Asset = {
|
|
8723
8126
|
lastTradePrice
|
8724
8127
|
changeToday
|
8725
8128
|
assetMarginable
|
8726
|
-
alpacaAccount {
|
8727
|
-
id
|
8728
|
-
}
|
8729
8129
|
alpacaAccountId
|
8730
8130
|
}
|
8731
8131
|
alerts {
|
@@ -8736,17 +8136,8 @@ export const Asset = {
|
|
8736
8136
|
isRead
|
8737
8137
|
createdAt
|
8738
8138
|
updatedAt
|
8739
|
-
alpacaAccount {
|
8740
|
-
id
|
8741
|
-
}
|
8742
8139
|
}
|
8743
8140
|
}
|
8744
|
-
action {
|
8745
|
-
id
|
8746
|
-
}
|
8747
|
-
asset {
|
8748
|
-
id
|
8749
|
-
}
|
8750
8141
|
fee
|
8751
8142
|
strikePrice
|
8752
8143
|
expirationDate
|
@@ -8776,9 +8167,6 @@ export const Asset = {
|
|
8776
8167
|
createdAt
|
8777
8168
|
updatedAt
|
8778
8169
|
orderId
|
8779
|
-
Order {
|
8780
|
-
id
|
8781
|
-
}
|
8782
8170
|
}
|
8783
8171
|
takeProfit {
|
8784
8172
|
id
|
@@ -8787,9 +8175,6 @@ export const Asset = {
|
|
8787
8175
|
createdAt
|
8788
8176
|
updatedAt
|
8789
8177
|
orderId
|
8790
|
-
Order {
|
8791
|
-
id
|
8792
|
-
}
|
8793
8178
|
}
|
8794
8179
|
trailPrice
|
8795
8180
|
trailPercent
|
@@ -8833,9 +8218,6 @@ export const Asset = {
|
|
8833
8218
|
stripeCurrentPeriodEnd
|
8834
8219
|
createdAt
|
8835
8220
|
updatedAt
|
8836
|
-
users {
|
8837
|
-
id
|
8838
|
-
}
|
8839
8221
|
}
|
8840
8222
|
customerId
|
8841
8223
|
accounts {
|
@@ -8853,18 +8235,12 @@ export const Asset = {
|
|
8853
8235
|
session_state
|
8854
8236
|
createdAt
|
8855
8237
|
updatedAt
|
8856
|
-
user {
|
8857
|
-
id
|
8858
|
-
}
|
8859
8238
|
}
|
8860
8239
|
sessions {
|
8861
8240
|
id
|
8862
8241
|
sessionToken
|
8863
8242
|
userId
|
8864
8243
|
expires
|
8865
|
-
user {
|
8866
|
-
id
|
8867
|
-
}
|
8868
8244
|
createdAt
|
8869
8245
|
updatedAt
|
8870
8246
|
}
|
@@ -8874,16 +8250,10 @@ export const Asset = {
|
|
8874
8250
|
credentialID
|
8875
8251
|
publicKey
|
8876
8252
|
counter
|
8877
|
-
user {
|
8878
|
-
id
|
8879
|
-
}
|
8880
8253
|
createdAt
|
8881
8254
|
updatedAt
|
8882
8255
|
}
|
8883
8256
|
plan
|
8884
|
-
alpacaAccounts {
|
8885
|
-
id
|
8886
|
-
}
|
8887
8257
|
}
|
8888
8258
|
userId
|
8889
8259
|
createdAt
|
@@ -8903,12 +8273,6 @@ export const Asset = {
|
|
8903
8273
|
createdAt
|
8904
8274
|
updatedAt
|
8905
8275
|
status
|
8906
|
-
alpacaAccount {
|
8907
|
-
id
|
8908
|
-
}
|
8909
|
-
asset {
|
8910
|
-
id
|
8911
|
-
}
|
8912
8276
|
actions {
|
8913
8277
|
id
|
8914
8278
|
sequence
|
@@ -8917,23 +8281,11 @@ export const Asset = {
|
|
8917
8281
|
note
|
8918
8282
|
status
|
8919
8283
|
fee
|
8920
|
-
trade {
|
8921
|
-
id
|
8922
|
-
}
|
8923
|
-
order {
|
8924
|
-
id
|
8925
|
-
}
|
8926
8284
|
}
|
8927
8285
|
}
|
8928
|
-
orders {
|
8929
|
-
id
|
8930
|
-
}
|
8931
8286
|
positions {
|
8932
8287
|
id
|
8933
8288
|
assetId
|
8934
|
-
asset {
|
8935
|
-
id
|
8936
|
-
}
|
8937
8289
|
averageEntryPrice
|
8938
8290
|
qty
|
8939
8291
|
qtyAvailable
|
@@ -8947,9 +8299,6 @@ export const Asset = {
|
|
8947
8299
|
lastTradePrice
|
8948
8300
|
changeToday
|
8949
8301
|
assetMarginable
|
8950
|
-
alpacaAccount {
|
8951
|
-
id
|
8952
|
-
}
|
8953
8302
|
alpacaAccountId
|
8954
8303
|
}
|
8955
8304
|
alerts {
|
@@ -8960,9 +8309,6 @@ export const Asset = {
|
|
8960
8309
|
isRead
|
8961
8310
|
createdAt
|
8962
8311
|
updatedAt
|
8963
|
-
alpacaAccount {
|
8964
|
-
id
|
8965
|
-
}
|
8966
8312
|
}
|
8967
8313
|
}
|
8968
8314
|
action {
|
@@ -9020,9 +8366,6 @@ export const Asset = {
|
|
9020
8366
|
stripeCurrentPeriodEnd
|
9021
8367
|
createdAt
|
9022
8368
|
updatedAt
|
9023
|
-
users {
|
9024
|
-
id
|
9025
|
-
}
|
9026
8369
|
}
|
9027
8370
|
customerId
|
9028
8371
|
accounts {
|
@@ -9040,18 +8383,12 @@ export const Asset = {
|
|
9040
8383
|
session_state
|
9041
8384
|
createdAt
|
9042
8385
|
updatedAt
|
9043
|
-
user {
|
9044
|
-
id
|
9045
|
-
}
|
9046
8386
|
}
|
9047
8387
|
sessions {
|
9048
8388
|
id
|
9049
8389
|
sessionToken
|
9050
8390
|
userId
|
9051
8391
|
expires
|
9052
|
-
user {
|
9053
|
-
id
|
9054
|
-
}
|
9055
8392
|
createdAt
|
9056
8393
|
updatedAt
|
9057
8394
|
}
|
@@ -9061,32 +8398,17 @@ export const Asset = {
|
|
9061
8398
|
credentialID
|
9062
8399
|
publicKey
|
9063
8400
|
counter
|
9064
|
-
user {
|
9065
|
-
id
|
9066
|
-
}
|
9067
8401
|
createdAt
|
9068
8402
|
updatedAt
|
9069
8403
|
}
|
9070
8404
|
plan
|
9071
|
-
alpacaAccounts {
|
9072
|
-
id
|
9073
|
-
}
|
9074
8405
|
}
|
9075
8406
|
userId
|
9076
8407
|
createdAt
|
9077
8408
|
updatedAt
|
9078
|
-
trades {
|
9079
|
-
id
|
9080
|
-
}
|
9081
|
-
orders {
|
9082
|
-
id
|
9083
|
-
}
|
9084
8409
|
positions {
|
9085
8410
|
id
|
9086
8411
|
assetId
|
9087
|
-
asset {
|
9088
|
-
id
|
9089
|
-
}
|
9090
8412
|
averageEntryPrice
|
9091
8413
|
qty
|
9092
8414
|
qtyAvailable
|
@@ -9100,9 +8422,6 @@ export const Asset = {
|
|
9100
8422
|
lastTradePrice
|
9101
8423
|
changeToday
|
9102
8424
|
assetMarginable
|
9103
|
-
alpacaAccount {
|
9104
|
-
id
|
9105
|
-
}
|
9106
8425
|
alpacaAccountId
|
9107
8426
|
}
|
9108
8427
|
alerts {
|
@@ -9113,25 +8432,10 @@ export const Asset = {
|
|
9113
8432
|
isRead
|
9114
8433
|
createdAt
|
9115
8434
|
updatedAt
|
9116
|
-
alpacaAccount {
|
9117
|
-
id
|
9118
|
-
}
|
9119
8435
|
}
|
9120
8436
|
}
|
9121
|
-
asset {
|
9122
|
-
id
|
9123
|
-
}
|
9124
|
-
actions {
|
9125
|
-
id
|
9126
|
-
}
|
9127
|
-
}
|
9128
|
-
order {
|
9129
|
-
id
|
9130
8437
|
}
|
9131
8438
|
}
|
9132
|
-
asset {
|
9133
|
-
id
|
9134
|
-
}
|
9135
8439
|
fee
|
9136
8440
|
strikePrice
|
9137
8441
|
expirationDate
|
@@ -9142,9 +8446,6 @@ export const Asset = {
|
|
9142
8446
|
positions {
|
9143
8447
|
id
|
9144
8448
|
assetId
|
9145
|
-
asset {
|
9146
|
-
id
|
9147
|
-
}
|
9148
8449
|
averageEntryPrice
|
9149
8450
|
qty
|
9150
8451
|
qtyAvailable
|
@@ -9190,9 +8491,6 @@ export const Asset = {
|
|
9190
8491
|
stripeCurrentPeriodEnd
|
9191
8492
|
createdAt
|
9192
8493
|
updatedAt
|
9193
|
-
users {
|
9194
|
-
id
|
9195
|
-
}
|
9196
8494
|
}
|
9197
8495
|
customerId
|
9198
8496
|
accounts {
|
@@ -9210,18 +8508,12 @@ export const Asset = {
|
|
9210
8508
|
session_state
|
9211
8509
|
createdAt
|
9212
8510
|
updatedAt
|
9213
|
-
user {
|
9214
|
-
id
|
9215
|
-
}
|
9216
8511
|
}
|
9217
8512
|
sessions {
|
9218
8513
|
id
|
9219
8514
|
sessionToken
|
9220
8515
|
userId
|
9221
8516
|
expires
|
9222
|
-
user {
|
9223
|
-
id
|
9224
|
-
}
|
9225
8517
|
createdAt
|
9226
8518
|
updatedAt
|
9227
8519
|
}
|
@@ -9231,16 +8523,10 @@ export const Asset = {
|
|
9231
8523
|
credentialID
|
9232
8524
|
publicKey
|
9233
8525
|
counter
|
9234
|
-
user {
|
9235
|
-
id
|
9236
|
-
}
|
9237
8526
|
createdAt
|
9238
8527
|
updatedAt
|
9239
8528
|
}
|
9240
8529
|
plan
|
9241
|
-
alpacaAccounts {
|
9242
|
-
id
|
9243
|
-
}
|
9244
8530
|
}
|
9245
8531
|
userId
|
9246
8532
|
createdAt
|
@@ -9260,12 +8546,6 @@ export const Asset = {
|
|
9260
8546
|
createdAt
|
9261
8547
|
updatedAt
|
9262
8548
|
status
|
9263
|
-
alpacaAccount {
|
9264
|
-
id
|
9265
|
-
}
|
9266
|
-
asset {
|
9267
|
-
id
|
9268
|
-
}
|
9269
8549
|
actions {
|
9270
8550
|
id
|
9271
8551
|
sequence
|
@@ -9274,9 +8554,6 @@ export const Asset = {
|
|
9274
8554
|
note
|
9275
8555
|
status
|
9276
8556
|
fee
|
9277
|
-
trade {
|
9278
|
-
id
|
9279
|
-
}
|
9280
8557
|
order {
|
9281
8558
|
id
|
9282
8559
|
clientOrderId
|
@@ -9297,9 +8574,6 @@ export const Asset = {
|
|
9297
8574
|
createdAt
|
9298
8575
|
updatedAt
|
9299
8576
|
orderId
|
9300
|
-
Order {
|
9301
|
-
id
|
9302
|
-
}
|
9303
8577
|
}
|
9304
8578
|
takeProfit {
|
9305
8579
|
id
|
@@ -9308,9 +8582,6 @@ export const Asset = {
|
|
9308
8582
|
createdAt
|
9309
8583
|
updatedAt
|
9310
8584
|
orderId
|
9311
|
-
Order {
|
9312
|
-
id
|
9313
|
-
}
|
9314
8585
|
}
|
9315
8586
|
trailPrice
|
9316
8587
|
trailPercent
|
@@ -9322,15 +8593,6 @@ export const Asset = {
|
|
9322
8593
|
filledAt
|
9323
8594
|
filledAvgPrice
|
9324
8595
|
actionId
|
9325
|
-
alpacaAccount {
|
9326
|
-
id
|
9327
|
-
}
|
9328
|
-
action {
|
9329
|
-
id
|
9330
|
-
}
|
9331
|
-
asset {
|
9332
|
-
id
|
9333
|
-
}
|
9334
8596
|
fee
|
9335
8597
|
strikePrice
|
9336
8598
|
expirationDate
|
@@ -9360,9 +8622,6 @@ export const Asset = {
|
|
9360
8622
|
createdAt
|
9361
8623
|
updatedAt
|
9362
8624
|
orderId
|
9363
|
-
Order {
|
9364
|
-
id
|
9365
|
-
}
|
9366
8625
|
}
|
9367
8626
|
takeProfit {
|
9368
8627
|
id
|
@@ -9371,9 +8630,6 @@ export const Asset = {
|
|
9371
8630
|
createdAt
|
9372
8631
|
updatedAt
|
9373
8632
|
orderId
|
9374
|
-
Order {
|
9375
|
-
id
|
9376
|
-
}
|
9377
8633
|
}
|
9378
8634
|
trailPrice
|
9379
8635
|
trailPercent
|
@@ -9385,9 +8641,6 @@ export const Asset = {
|
|
9385
8641
|
filledAt
|
9386
8642
|
filledAvgPrice
|
9387
8643
|
actionId
|
9388
|
-
alpacaAccount {
|
9389
|
-
id
|
9390
|
-
}
|
9391
8644
|
action {
|
9392
8645
|
id
|
9393
8646
|
sequence
|
@@ -9411,23 +8664,8 @@ export const Asset = {
|
|
9411
8664
|
createdAt
|
9412
8665
|
updatedAt
|
9413
8666
|
status
|
9414
|
-
alpacaAccount {
|
9415
|
-
id
|
9416
|
-
}
|
9417
|
-
asset {
|
9418
|
-
id
|
9419
|
-
}
|
9420
|
-
actions {
|
9421
|
-
id
|
9422
|
-
}
|
9423
|
-
}
|
9424
|
-
order {
|
9425
|
-
id
|
9426
8667
|
}
|
9427
8668
|
}
|
9428
|
-
asset {
|
9429
|
-
id
|
9430
|
-
}
|
9431
8669
|
fee
|
9432
8670
|
strikePrice
|
9433
8671
|
expirationDate
|
@@ -9435,9 +8673,6 @@ export const Asset = {
|
|
9435
8673
|
stopLossId
|
9436
8674
|
takeProfitId
|
9437
8675
|
}
|
9438
|
-
positions {
|
9439
|
-
id
|
9440
|
-
}
|
9441
8676
|
alerts {
|
9442
8677
|
id
|
9443
8678
|
alpacaAccountId
|
@@ -9446,9 +8681,6 @@ export const Asset = {
|
|
9446
8681
|
isRead
|
9447
8682
|
createdAt
|
9448
8683
|
updatedAt
|
9449
|
-
alpacaAccount {
|
9450
|
-
id
|
9451
|
-
}
|
9452
8684
|
}
|
9453
8685
|
}
|
9454
8686
|
alpacaAccountId
|
@@ -9475,12 +8707,6 @@ export const Asset = {
|
|
9475
8707
|
logo
|
9476
8708
|
createdAt
|
9477
8709
|
updatedAt
|
9478
|
-
assets {
|
9479
|
-
id
|
9480
|
-
}
|
9481
|
-
}
|
9482
|
-
asset {
|
9483
|
-
id
|
9484
8710
|
}
|
9485
8711
|
relevancyScore
|
9486
8712
|
sentimentScore
|
@@ -9625,9 +8851,6 @@ export const Asset = {
|
|
9625
8851
|
stripeCurrentPeriodEnd
|
9626
8852
|
createdAt
|
9627
8853
|
updatedAt
|
9628
|
-
users {
|
9629
|
-
id
|
9630
|
-
}
|
9631
8854
|
}
|
9632
8855
|
customerId
|
9633
8856
|
accounts {
|
@@ -9645,18 +8868,12 @@ export const Asset = {
|
|
9645
8868
|
session_state
|
9646
8869
|
createdAt
|
9647
8870
|
updatedAt
|
9648
|
-
user {
|
9649
|
-
id
|
9650
|
-
}
|
9651
8871
|
}
|
9652
8872
|
sessions {
|
9653
8873
|
id
|
9654
8874
|
sessionToken
|
9655
8875
|
userId
|
9656
8876
|
expires
|
9657
|
-
user {
|
9658
|
-
id
|
9659
|
-
}
|
9660
8877
|
createdAt
|
9661
8878
|
updatedAt
|
9662
8879
|
}
|
@@ -9666,23 +8883,14 @@ export const Asset = {
|
|
9666
8883
|
credentialID
|
9667
8884
|
publicKey
|
9668
8885
|
counter
|
9669
|
-
user {
|
9670
|
-
id
|
9671
|
-
}
|
9672
8886
|
createdAt
|
9673
8887
|
updatedAt
|
9674
8888
|
}
|
9675
8889
|
plan
|
9676
|
-
alpacaAccounts {
|
9677
|
-
id
|
9678
|
-
}
|
9679
8890
|
}
|
9680
8891
|
userId
|
9681
8892
|
createdAt
|
9682
8893
|
updatedAt
|
9683
|
-
trades {
|
9684
|
-
id
|
9685
|
-
}
|
9686
8894
|
orders {
|
9687
8895
|
id
|
9688
8896
|
clientOrderId
|
@@ -9703,9 +8911,6 @@ export const Asset = {
|
|
9703
8911
|
createdAt
|
9704
8912
|
updatedAt
|
9705
8913
|
orderId
|
9706
|
-
Order {
|
9707
|
-
id
|
9708
|
-
}
|
9709
8914
|
}
|
9710
8915
|
takeProfit {
|
9711
8916
|
id
|
@@ -9714,9 +8919,6 @@ export const Asset = {
|
|
9714
8919
|
createdAt
|
9715
8920
|
updatedAt
|
9716
8921
|
orderId
|
9717
|
-
Order {
|
9718
|
-
id
|
9719
|
-
}
|
9720
8922
|
}
|
9721
8923
|
trailPrice
|
9722
8924
|
trailPercent
|
@@ -9728,9 +8930,6 @@ export const Asset = {
|
|
9728
8930
|
filledAt
|
9729
8931
|
filledAvgPrice
|
9730
8932
|
actionId
|
9731
|
-
alpacaAccount {
|
9732
|
-
id
|
9733
|
-
}
|
9734
8933
|
action {
|
9735
8934
|
id
|
9736
8935
|
sequence
|
@@ -9739,15 +8938,6 @@ export const Asset = {
|
|
9739
8938
|
note
|
9740
8939
|
status
|
9741
8940
|
fee
|
9742
|
-
trade {
|
9743
|
-
id
|
9744
|
-
}
|
9745
|
-
order {
|
9746
|
-
id
|
9747
|
-
}
|
9748
|
-
}
|
9749
|
-
asset {
|
9750
|
-
id
|
9751
8941
|
}
|
9752
8942
|
fee
|
9753
8943
|
strikePrice
|
@@ -9759,9 +8949,6 @@ export const Asset = {
|
|
9759
8949
|
positions {
|
9760
8950
|
id
|
9761
8951
|
assetId
|
9762
|
-
asset {
|
9763
|
-
id
|
9764
|
-
}
|
9765
8952
|
averageEntryPrice
|
9766
8953
|
qty
|
9767
8954
|
qtyAvailable
|
@@ -9775,9 +8962,6 @@ export const Asset = {
|
|
9775
8962
|
lastTradePrice
|
9776
8963
|
changeToday
|
9777
8964
|
assetMarginable
|
9778
|
-
alpacaAccount {
|
9779
|
-
id
|
9780
|
-
}
|
9781
8965
|
alpacaAccountId
|
9782
8966
|
}
|
9783
8967
|
alerts {
|
@@ -9788,14 +8972,8 @@ export const Asset = {
|
|
9788
8972
|
isRead
|
9789
8973
|
createdAt
|
9790
8974
|
updatedAt
|
9791
|
-
alpacaAccount {
|
9792
|
-
id
|
9793
|
-
}
|
9794
8975
|
}
|
9795
8976
|
}
|
9796
|
-
asset {
|
9797
|
-
id
|
9798
|
-
}
|
9799
8977
|
actions {
|
9800
8978
|
id
|
9801
8979
|
sequence
|
@@ -9804,9 +8982,6 @@ export const Asset = {
|
|
9804
8982
|
note
|
9805
8983
|
status
|
9806
8984
|
fee
|
9807
|
-
trade {
|
9808
|
-
id
|
9809
|
-
}
|
9810
8985
|
order {
|
9811
8986
|
id
|
9812
8987
|
clientOrderId
|
@@ -9827,9 +9002,6 @@ export const Asset = {
|
|
9827
9002
|
createdAt
|
9828
9003
|
updatedAt
|
9829
9004
|
orderId
|
9830
|
-
Order {
|
9831
|
-
id
|
9832
|
-
}
|
9833
9005
|
}
|
9834
9006
|
takeProfit {
|
9835
9007
|
id
|
@@ -9838,9 +9010,6 @@ export const Asset = {
|
|
9838
9010
|
createdAt
|
9839
9011
|
updatedAt
|
9840
9012
|
orderId
|
9841
|
-
Order {
|
9842
|
-
id
|
9843
|
-
}
|
9844
9013
|
}
|
9845
9014
|
trailPrice
|
9846
9015
|
trailPercent
|
@@ -9884,9 +9053,6 @@ export const Asset = {
|
|
9884
9053
|
stripeCurrentPeriodEnd
|
9885
9054
|
createdAt
|
9886
9055
|
updatedAt
|
9887
|
-
users {
|
9888
|
-
id
|
9889
|
-
}
|
9890
9056
|
}
|
9891
9057
|
customerId
|
9892
9058
|
accounts {
|
@@ -9904,18 +9070,12 @@ export const Asset = {
|
|
9904
9070
|
session_state
|
9905
9071
|
createdAt
|
9906
9072
|
updatedAt
|
9907
|
-
user {
|
9908
|
-
id
|
9909
|
-
}
|
9910
9073
|
}
|
9911
9074
|
sessions {
|
9912
9075
|
id
|
9913
9076
|
sessionToken
|
9914
9077
|
userId
|
9915
9078
|
expires
|
9916
|
-
user {
|
9917
|
-
id
|
9918
|
-
}
|
9919
9079
|
createdAt
|
9920
9080
|
updatedAt
|
9921
9081
|
}
|
@@ -9925,32 +9085,17 @@ export const Asset = {
|
|
9925
9085
|
credentialID
|
9926
9086
|
publicKey
|
9927
9087
|
counter
|
9928
|
-
user {
|
9929
|
-
id
|
9930
|
-
}
|
9931
9088
|
createdAt
|
9932
9089
|
updatedAt
|
9933
9090
|
}
|
9934
9091
|
plan
|
9935
|
-
alpacaAccounts {
|
9936
|
-
id
|
9937
|
-
}
|
9938
9092
|
}
|
9939
9093
|
userId
|
9940
9094
|
createdAt
|
9941
9095
|
updatedAt
|
9942
|
-
trades {
|
9943
|
-
id
|
9944
|
-
}
|
9945
|
-
orders {
|
9946
|
-
id
|
9947
|
-
}
|
9948
9096
|
positions {
|
9949
9097
|
id
|
9950
9098
|
assetId
|
9951
|
-
asset {
|
9952
|
-
id
|
9953
|
-
}
|
9954
9099
|
averageEntryPrice
|
9955
9100
|
qty
|
9956
9101
|
qtyAvailable
|
@@ -9964,9 +9109,6 @@ export const Asset = {
|
|
9964
9109
|
lastTradePrice
|
9965
9110
|
changeToday
|
9966
9111
|
assetMarginable
|
9967
|
-
alpacaAccount {
|
9968
|
-
id
|
9969
|
-
}
|
9970
9112
|
alpacaAccountId
|
9971
9113
|
}
|
9972
9114
|
alerts {
|
@@ -9977,17 +9119,8 @@ export const Asset = {
|
|
9977
9119
|
isRead
|
9978
9120
|
createdAt
|
9979
9121
|
updatedAt
|
9980
|
-
alpacaAccount {
|
9981
|
-
id
|
9982
|
-
}
|
9983
9122
|
}
|
9984
9123
|
}
|
9985
|
-
action {
|
9986
|
-
id
|
9987
|
-
}
|
9988
|
-
asset {
|
9989
|
-
id
|
9990
|
-
}
|
9991
9124
|
fee
|
9992
9125
|
strikePrice
|
9993
9126
|
expirationDate
|
@@ -10017,9 +9150,6 @@ export const Asset = {
|
|
10017
9150
|
createdAt
|
10018
9151
|
updatedAt
|
10019
9152
|
orderId
|
10020
|
-
Order {
|
10021
|
-
id
|
10022
|
-
}
|
10023
9153
|
}
|
10024
9154
|
takeProfit {
|
10025
9155
|
id
|
@@ -10028,9 +9158,6 @@ export const Asset = {
|
|
10028
9158
|
createdAt
|
10029
9159
|
updatedAt
|
10030
9160
|
orderId
|
10031
|
-
Order {
|
10032
|
-
id
|
10033
|
-
}
|
10034
9161
|
}
|
10035
9162
|
trailPrice
|
10036
9163
|
trailPercent
|
@@ -10074,9 +9201,6 @@ export const Asset = {
|
|
10074
9201
|
stripeCurrentPeriodEnd
|
10075
9202
|
createdAt
|
10076
9203
|
updatedAt
|
10077
|
-
users {
|
10078
|
-
id
|
10079
|
-
}
|
10080
9204
|
}
|
10081
9205
|
customerId
|
10082
9206
|
accounts {
|
@@ -10094,18 +9218,12 @@ export const Asset = {
|
|
10094
9218
|
session_state
|
10095
9219
|
createdAt
|
10096
9220
|
updatedAt
|
10097
|
-
user {
|
10098
|
-
id
|
10099
|
-
}
|
10100
9221
|
}
|
10101
9222
|
sessions {
|
10102
9223
|
id
|
10103
9224
|
sessionToken
|
10104
9225
|
userId
|
10105
9226
|
expires
|
10106
|
-
user {
|
10107
|
-
id
|
10108
|
-
}
|
10109
9227
|
createdAt
|
10110
9228
|
updatedAt
|
10111
9229
|
}
|
@@ -10115,16 +9233,10 @@ export const Asset = {
|
|
10115
9233
|
credentialID
|
10116
9234
|
publicKey
|
10117
9235
|
counter
|
10118
|
-
user {
|
10119
|
-
id
|
10120
|
-
}
|
10121
9236
|
createdAt
|
10122
9237
|
updatedAt
|
10123
9238
|
}
|
10124
9239
|
plan
|
10125
|
-
alpacaAccounts {
|
10126
|
-
id
|
10127
|
-
}
|
10128
9240
|
}
|
10129
9241
|
userId
|
10130
9242
|
createdAt
|
@@ -10144,12 +9256,6 @@ export const Asset = {
|
|
10144
9256
|
createdAt
|
10145
9257
|
updatedAt
|
10146
9258
|
status
|
10147
|
-
alpacaAccount {
|
10148
|
-
id
|
10149
|
-
}
|
10150
|
-
asset {
|
10151
|
-
id
|
10152
|
-
}
|
10153
9259
|
actions {
|
10154
9260
|
id
|
10155
9261
|
sequence
|
@@ -10158,23 +9264,11 @@ export const Asset = {
|
|
10158
9264
|
note
|
10159
9265
|
status
|
10160
9266
|
fee
|
10161
|
-
trade {
|
10162
|
-
id
|
10163
|
-
}
|
10164
|
-
order {
|
10165
|
-
id
|
10166
|
-
}
|
10167
9267
|
}
|
10168
9268
|
}
|
10169
|
-
orders {
|
10170
|
-
id
|
10171
|
-
}
|
10172
9269
|
positions {
|
10173
9270
|
id
|
10174
9271
|
assetId
|
10175
|
-
asset {
|
10176
|
-
id
|
10177
|
-
}
|
10178
9272
|
averageEntryPrice
|
10179
9273
|
qty
|
10180
9274
|
qtyAvailable
|
@@ -10188,9 +9282,6 @@ export const Asset = {
|
|
10188
9282
|
lastTradePrice
|
10189
9283
|
changeToday
|
10190
9284
|
assetMarginable
|
10191
|
-
alpacaAccount {
|
10192
|
-
id
|
10193
|
-
}
|
10194
9285
|
alpacaAccountId
|
10195
9286
|
}
|
10196
9287
|
alerts {
|
@@ -10201,9 +9292,6 @@ export const Asset = {
|
|
10201
9292
|
isRead
|
10202
9293
|
createdAt
|
10203
9294
|
updatedAt
|
10204
|
-
alpacaAccount {
|
10205
|
-
id
|
10206
|
-
}
|
10207
9295
|
}
|
10208
9296
|
}
|
10209
9297
|
action {
|
@@ -10261,9 +9349,6 @@ export const Asset = {
|
|
10261
9349
|
stripeCurrentPeriodEnd
|
10262
9350
|
createdAt
|
10263
9351
|
updatedAt
|
10264
|
-
users {
|
10265
|
-
id
|
10266
|
-
}
|
10267
9352
|
}
|
10268
9353
|
customerId
|
10269
9354
|
accounts {
|
@@ -10281,18 +9366,12 @@ export const Asset = {
|
|
10281
9366
|
session_state
|
10282
9367
|
createdAt
|
10283
9368
|
updatedAt
|
10284
|
-
user {
|
10285
|
-
id
|
10286
|
-
}
|
10287
9369
|
}
|
10288
9370
|
sessions {
|
10289
9371
|
id
|
10290
9372
|
sessionToken
|
10291
9373
|
userId
|
10292
9374
|
expires
|
10293
|
-
user {
|
10294
|
-
id
|
10295
|
-
}
|
10296
9375
|
createdAt
|
10297
9376
|
updatedAt
|
10298
9377
|
}
|
@@ -10302,32 +9381,17 @@ export const Asset = {
|
|
10302
9381
|
credentialID
|
10303
9382
|
publicKey
|
10304
9383
|
counter
|
10305
|
-
user {
|
10306
|
-
id
|
10307
|
-
}
|
10308
9384
|
createdAt
|
10309
9385
|
updatedAt
|
10310
9386
|
}
|
10311
9387
|
plan
|
10312
|
-
alpacaAccounts {
|
10313
|
-
id
|
10314
|
-
}
|
10315
9388
|
}
|
10316
9389
|
userId
|
10317
9390
|
createdAt
|
10318
9391
|
updatedAt
|
10319
|
-
trades {
|
10320
|
-
id
|
10321
|
-
}
|
10322
|
-
orders {
|
10323
|
-
id
|
10324
|
-
}
|
10325
9392
|
positions {
|
10326
9393
|
id
|
10327
9394
|
assetId
|
10328
|
-
asset {
|
10329
|
-
id
|
10330
|
-
}
|
10331
9395
|
averageEntryPrice
|
10332
9396
|
qty
|
10333
9397
|
qtyAvailable
|
@@ -10341,9 +9405,6 @@ export const Asset = {
|
|
10341
9405
|
lastTradePrice
|
10342
9406
|
changeToday
|
10343
9407
|
assetMarginable
|
10344
|
-
alpacaAccount {
|
10345
|
-
id
|
10346
|
-
}
|
10347
9408
|
alpacaAccountId
|
10348
9409
|
}
|
10349
9410
|
alerts {
|
@@ -10354,25 +9415,10 @@ export const Asset = {
|
|
10354
9415
|
isRead
|
10355
9416
|
createdAt
|
10356
9417
|
updatedAt
|
10357
|
-
alpacaAccount {
|
10358
|
-
id
|
10359
|
-
}
|
10360
9418
|
}
|
10361
9419
|
}
|
10362
|
-
asset {
|
10363
|
-
id
|
10364
|
-
}
|
10365
|
-
actions {
|
10366
|
-
id
|
10367
|
-
}
|
10368
|
-
}
|
10369
|
-
order {
|
10370
|
-
id
|
10371
9420
|
}
|
10372
9421
|
}
|
10373
|
-
asset {
|
10374
|
-
id
|
10375
|
-
}
|
10376
9422
|
fee
|
10377
9423
|
strikePrice
|
10378
9424
|
expirationDate
|
@@ -10383,9 +9429,6 @@ export const Asset = {
|
|
10383
9429
|
positions {
|
10384
9430
|
id
|
10385
9431
|
assetId
|
10386
|
-
asset {
|
10387
|
-
id
|
10388
|
-
}
|
10389
9432
|
averageEntryPrice
|
10390
9433
|
qty
|
10391
9434
|
qtyAvailable
|
@@ -10431,9 +9474,6 @@ export const Asset = {
|
|
10431
9474
|
stripeCurrentPeriodEnd
|
10432
9475
|
createdAt
|
10433
9476
|
updatedAt
|
10434
|
-
users {
|
10435
|
-
id
|
10436
|
-
}
|
10437
9477
|
}
|
10438
9478
|
customerId
|
10439
9479
|
accounts {
|
@@ -10451,18 +9491,12 @@ export const Asset = {
|
|
10451
9491
|
session_state
|
10452
9492
|
createdAt
|
10453
9493
|
updatedAt
|
10454
|
-
user {
|
10455
|
-
id
|
10456
|
-
}
|
10457
9494
|
}
|
10458
9495
|
sessions {
|
10459
9496
|
id
|
10460
9497
|
sessionToken
|
10461
9498
|
userId
|
10462
9499
|
expires
|
10463
|
-
user {
|
10464
|
-
id
|
10465
|
-
}
|
10466
9500
|
createdAt
|
10467
9501
|
updatedAt
|
10468
9502
|
}
|
@@ -10472,16 +9506,10 @@ export const Asset = {
|
|
10472
9506
|
credentialID
|
10473
9507
|
publicKey
|
10474
9508
|
counter
|
10475
|
-
user {
|
10476
|
-
id
|
10477
|
-
}
|
10478
9509
|
createdAt
|
10479
9510
|
updatedAt
|
10480
9511
|
}
|
10481
9512
|
plan
|
10482
|
-
alpacaAccounts {
|
10483
|
-
id
|
10484
|
-
}
|
10485
9513
|
}
|
10486
9514
|
userId
|
10487
9515
|
createdAt
|
@@ -10501,12 +9529,6 @@ export const Asset = {
|
|
10501
9529
|
createdAt
|
10502
9530
|
updatedAt
|
10503
9531
|
status
|
10504
|
-
alpacaAccount {
|
10505
|
-
id
|
10506
|
-
}
|
10507
|
-
asset {
|
10508
|
-
id
|
10509
|
-
}
|
10510
9532
|
actions {
|
10511
9533
|
id
|
10512
9534
|
sequence
|
@@ -10515,9 +9537,6 @@ export const Asset = {
|
|
10515
9537
|
note
|
10516
9538
|
status
|
10517
9539
|
fee
|
10518
|
-
trade {
|
10519
|
-
id
|
10520
|
-
}
|
10521
9540
|
order {
|
10522
9541
|
id
|
10523
9542
|
clientOrderId
|
@@ -10538,9 +9557,6 @@ export const Asset = {
|
|
10538
9557
|
createdAt
|
10539
9558
|
updatedAt
|
10540
9559
|
orderId
|
10541
|
-
Order {
|
10542
|
-
id
|
10543
|
-
}
|
10544
9560
|
}
|
10545
9561
|
takeProfit {
|
10546
9562
|
id
|
@@ -10549,9 +9565,6 @@ export const Asset = {
|
|
10549
9565
|
createdAt
|
10550
9566
|
updatedAt
|
10551
9567
|
orderId
|
10552
|
-
Order {
|
10553
|
-
id
|
10554
|
-
}
|
10555
9568
|
}
|
10556
9569
|
trailPrice
|
10557
9570
|
trailPercent
|
@@ -10563,15 +9576,6 @@ export const Asset = {
|
|
10563
9576
|
filledAt
|
10564
9577
|
filledAvgPrice
|
10565
9578
|
actionId
|
10566
|
-
alpacaAccount {
|
10567
|
-
id
|
10568
|
-
}
|
10569
|
-
action {
|
10570
|
-
id
|
10571
|
-
}
|
10572
|
-
asset {
|
10573
|
-
id
|
10574
|
-
}
|
10575
9579
|
fee
|
10576
9580
|
strikePrice
|
10577
9581
|
expirationDate
|
@@ -10601,9 +9605,6 @@ export const Asset = {
|
|
10601
9605
|
createdAt
|
10602
9606
|
updatedAt
|
10603
9607
|
orderId
|
10604
|
-
Order {
|
10605
|
-
id
|
10606
|
-
}
|
10607
9608
|
}
|
10608
9609
|
takeProfit {
|
10609
9610
|
id
|
@@ -10612,9 +9613,6 @@ export const Asset = {
|
|
10612
9613
|
createdAt
|
10613
9614
|
updatedAt
|
10614
9615
|
orderId
|
10615
|
-
Order {
|
10616
|
-
id
|
10617
|
-
}
|
10618
9616
|
}
|
10619
9617
|
trailPrice
|
10620
9618
|
trailPercent
|
@@ -10626,9 +9624,6 @@ export const Asset = {
|
|
10626
9624
|
filledAt
|
10627
9625
|
filledAvgPrice
|
10628
9626
|
actionId
|
10629
|
-
alpacaAccount {
|
10630
|
-
id
|
10631
|
-
}
|
10632
9627
|
action {
|
10633
9628
|
id
|
10634
9629
|
sequence
|
@@ -10652,23 +9647,8 @@ export const Asset = {
|
|
10652
9647
|
createdAt
|
10653
9648
|
updatedAt
|
10654
9649
|
status
|
10655
|
-
alpacaAccount {
|
10656
|
-
id
|
10657
|
-
}
|
10658
|
-
asset {
|
10659
|
-
id
|
10660
|
-
}
|
10661
|
-
actions {
|
10662
|
-
id
|
10663
|
-
}
|
10664
|
-
}
|
10665
|
-
order {
|
10666
|
-
id
|
10667
9650
|
}
|
10668
9651
|
}
|
10669
|
-
asset {
|
10670
|
-
id
|
10671
|
-
}
|
10672
9652
|
fee
|
10673
9653
|
strikePrice
|
10674
9654
|
expirationDate
|
@@ -10676,9 +9656,6 @@ export const Asset = {
|
|
10676
9656
|
stopLossId
|
10677
9657
|
takeProfitId
|
10678
9658
|
}
|
10679
|
-
positions {
|
10680
|
-
id
|
10681
|
-
}
|
10682
9659
|
alerts {
|
10683
9660
|
id
|
10684
9661
|
alpacaAccountId
|
@@ -10687,9 +9664,6 @@ export const Asset = {
|
|
10687
9664
|
isRead
|
10688
9665
|
createdAt
|
10689
9666
|
updatedAt
|
10690
|
-
alpacaAccount {
|
10691
|
-
id
|
10692
|
-
}
|
10693
9667
|
}
|
10694
9668
|
}
|
10695
9669
|
alpacaAccountId
|
@@ -10716,12 +9690,6 @@ export const Asset = {
|
|
10716
9690
|
logo
|
10717
9691
|
createdAt
|
10718
9692
|
updatedAt
|
10719
|
-
assets {
|
10720
|
-
id
|
10721
|
-
}
|
10722
|
-
}
|
10723
|
-
asset {
|
10724
|
-
id
|
10725
9693
|
}
|
10726
9694
|
relevancyScore
|
10727
9695
|
sentimentScore
|
@@ -10867,9 +9835,6 @@ export const Asset = {
|
|
10867
9835
|
stripeCurrentPeriodEnd
|
10868
9836
|
createdAt
|
10869
9837
|
updatedAt
|
10870
|
-
users {
|
10871
|
-
id
|
10872
|
-
}
|
10873
9838
|
}
|
10874
9839
|
customerId
|
10875
9840
|
accounts {
|
@@ -10887,18 +9852,12 @@ export const Asset = {
|
|
10887
9852
|
session_state
|
10888
9853
|
createdAt
|
10889
9854
|
updatedAt
|
10890
|
-
user {
|
10891
|
-
id
|
10892
|
-
}
|
10893
9855
|
}
|
10894
9856
|
sessions {
|
10895
9857
|
id
|
10896
9858
|
sessionToken
|
10897
9859
|
userId
|
10898
9860
|
expires
|
10899
|
-
user {
|
10900
|
-
id
|
10901
|
-
}
|
10902
9861
|
createdAt
|
10903
9862
|
updatedAt
|
10904
9863
|
}
|
@@ -10908,23 +9867,14 @@ export const Asset = {
|
|
10908
9867
|
credentialID
|
10909
9868
|
publicKey
|
10910
9869
|
counter
|
10911
|
-
user {
|
10912
|
-
id
|
10913
|
-
}
|
10914
9870
|
createdAt
|
10915
9871
|
updatedAt
|
10916
9872
|
}
|
10917
9873
|
plan
|
10918
|
-
alpacaAccounts {
|
10919
|
-
id
|
10920
|
-
}
|
10921
9874
|
}
|
10922
9875
|
userId
|
10923
9876
|
createdAt
|
10924
9877
|
updatedAt
|
10925
|
-
trades {
|
10926
|
-
id
|
10927
|
-
}
|
10928
9878
|
orders {
|
10929
9879
|
id
|
10930
9880
|
clientOrderId
|
@@ -10945,9 +9895,6 @@ export const Asset = {
|
|
10945
9895
|
createdAt
|
10946
9896
|
updatedAt
|
10947
9897
|
orderId
|
10948
|
-
Order {
|
10949
|
-
id
|
10950
|
-
}
|
10951
9898
|
}
|
10952
9899
|
takeProfit {
|
10953
9900
|
id
|
@@ -10956,9 +9903,6 @@ export const Asset = {
|
|
10956
9903
|
createdAt
|
10957
9904
|
updatedAt
|
10958
9905
|
orderId
|
10959
|
-
Order {
|
10960
|
-
id
|
10961
|
-
}
|
10962
9906
|
}
|
10963
9907
|
trailPrice
|
10964
9908
|
trailPercent
|
@@ -10970,9 +9914,6 @@ export const Asset = {
|
|
10970
9914
|
filledAt
|
10971
9915
|
filledAvgPrice
|
10972
9916
|
actionId
|
10973
|
-
alpacaAccount {
|
10974
|
-
id
|
10975
|
-
}
|
10976
9917
|
action {
|
10977
9918
|
id
|
10978
9919
|
sequence
|
@@ -10981,15 +9922,6 @@ export const Asset = {
|
|
10981
9922
|
note
|
10982
9923
|
status
|
10983
9924
|
fee
|
10984
|
-
trade {
|
10985
|
-
id
|
10986
|
-
}
|
10987
|
-
order {
|
10988
|
-
id
|
10989
|
-
}
|
10990
|
-
}
|
10991
|
-
asset {
|
10992
|
-
id
|
10993
9925
|
}
|
10994
9926
|
fee
|
10995
9927
|
strikePrice
|
@@ -11001,9 +9933,6 @@ export const Asset = {
|
|
11001
9933
|
positions {
|
11002
9934
|
id
|
11003
9935
|
assetId
|
11004
|
-
asset {
|
11005
|
-
id
|
11006
|
-
}
|
11007
9936
|
averageEntryPrice
|
11008
9937
|
qty
|
11009
9938
|
qtyAvailable
|
@@ -11017,9 +9946,6 @@ export const Asset = {
|
|
11017
9946
|
lastTradePrice
|
11018
9947
|
changeToday
|
11019
9948
|
assetMarginable
|
11020
|
-
alpacaAccount {
|
11021
|
-
id
|
11022
|
-
}
|
11023
9949
|
alpacaAccountId
|
11024
9950
|
}
|
11025
9951
|
alerts {
|
@@ -11030,14 +9956,8 @@ export const Asset = {
|
|
11030
9956
|
isRead
|
11031
9957
|
createdAt
|
11032
9958
|
updatedAt
|
11033
|
-
alpacaAccount {
|
11034
|
-
id
|
11035
|
-
}
|
11036
9959
|
}
|
11037
9960
|
}
|
11038
|
-
asset {
|
11039
|
-
id
|
11040
|
-
}
|
11041
9961
|
actions {
|
11042
9962
|
id
|
11043
9963
|
sequence
|
@@ -11046,9 +9966,6 @@ export const Asset = {
|
|
11046
9966
|
note
|
11047
9967
|
status
|
11048
9968
|
fee
|
11049
|
-
trade {
|
11050
|
-
id
|
11051
|
-
}
|
11052
9969
|
order {
|
11053
9970
|
id
|
11054
9971
|
clientOrderId
|
@@ -11069,9 +9986,6 @@ export const Asset = {
|
|
11069
9986
|
createdAt
|
11070
9987
|
updatedAt
|
11071
9988
|
orderId
|
11072
|
-
Order {
|
11073
|
-
id
|
11074
|
-
}
|
11075
9989
|
}
|
11076
9990
|
takeProfit {
|
11077
9991
|
id
|
@@ -11080,9 +9994,6 @@ export const Asset = {
|
|
11080
9994
|
createdAt
|
11081
9995
|
updatedAt
|
11082
9996
|
orderId
|
11083
|
-
Order {
|
11084
|
-
id
|
11085
|
-
}
|
11086
9997
|
}
|
11087
9998
|
trailPrice
|
11088
9999
|
trailPercent
|
@@ -11126,9 +10037,6 @@ export const Asset = {
|
|
11126
10037
|
stripeCurrentPeriodEnd
|
11127
10038
|
createdAt
|
11128
10039
|
updatedAt
|
11129
|
-
users {
|
11130
|
-
id
|
11131
|
-
}
|
11132
10040
|
}
|
11133
10041
|
customerId
|
11134
10042
|
accounts {
|
@@ -11146,18 +10054,12 @@ export const Asset = {
|
|
11146
10054
|
session_state
|
11147
10055
|
createdAt
|
11148
10056
|
updatedAt
|
11149
|
-
user {
|
11150
|
-
id
|
11151
|
-
}
|
11152
10057
|
}
|
11153
10058
|
sessions {
|
11154
10059
|
id
|
11155
10060
|
sessionToken
|
11156
10061
|
userId
|
11157
10062
|
expires
|
11158
|
-
user {
|
11159
|
-
id
|
11160
|
-
}
|
11161
10063
|
createdAt
|
11162
10064
|
updatedAt
|
11163
10065
|
}
|
@@ -11167,32 +10069,17 @@ export const Asset = {
|
|
11167
10069
|
credentialID
|
11168
10070
|
publicKey
|
11169
10071
|
counter
|
11170
|
-
user {
|
11171
|
-
id
|
11172
|
-
}
|
11173
10072
|
createdAt
|
11174
10073
|
updatedAt
|
11175
10074
|
}
|
11176
10075
|
plan
|
11177
|
-
alpacaAccounts {
|
11178
|
-
id
|
11179
|
-
}
|
11180
10076
|
}
|
11181
10077
|
userId
|
11182
10078
|
createdAt
|
11183
10079
|
updatedAt
|
11184
|
-
trades {
|
11185
|
-
id
|
11186
|
-
}
|
11187
|
-
orders {
|
11188
|
-
id
|
11189
|
-
}
|
11190
10080
|
positions {
|
11191
10081
|
id
|
11192
10082
|
assetId
|
11193
|
-
asset {
|
11194
|
-
id
|
11195
|
-
}
|
11196
10083
|
averageEntryPrice
|
11197
10084
|
qty
|
11198
10085
|
qtyAvailable
|
@@ -11206,9 +10093,6 @@ export const Asset = {
|
|
11206
10093
|
lastTradePrice
|
11207
10094
|
changeToday
|
11208
10095
|
assetMarginable
|
11209
|
-
alpacaAccount {
|
11210
|
-
id
|
11211
|
-
}
|
11212
10096
|
alpacaAccountId
|
11213
10097
|
}
|
11214
10098
|
alerts {
|
@@ -11219,17 +10103,8 @@ export const Asset = {
|
|
11219
10103
|
isRead
|
11220
10104
|
createdAt
|
11221
10105
|
updatedAt
|
11222
|
-
alpacaAccount {
|
11223
|
-
id
|
11224
|
-
}
|
11225
10106
|
}
|
11226
10107
|
}
|
11227
|
-
action {
|
11228
|
-
id
|
11229
|
-
}
|
11230
|
-
asset {
|
11231
|
-
id
|
11232
|
-
}
|
11233
10108
|
fee
|
11234
10109
|
strikePrice
|
11235
10110
|
expirationDate
|
@@ -11259,9 +10134,6 @@ export const Asset = {
|
|
11259
10134
|
createdAt
|
11260
10135
|
updatedAt
|
11261
10136
|
orderId
|
11262
|
-
Order {
|
11263
|
-
id
|
11264
|
-
}
|
11265
10137
|
}
|
11266
10138
|
takeProfit {
|
11267
10139
|
id
|
@@ -11270,9 +10142,6 @@ export const Asset = {
|
|
11270
10142
|
createdAt
|
11271
10143
|
updatedAt
|
11272
10144
|
orderId
|
11273
|
-
Order {
|
11274
|
-
id
|
11275
|
-
}
|
11276
10145
|
}
|
11277
10146
|
trailPrice
|
11278
10147
|
trailPercent
|
@@ -11316,9 +10185,6 @@ export const Asset = {
|
|
11316
10185
|
stripeCurrentPeriodEnd
|
11317
10186
|
createdAt
|
11318
10187
|
updatedAt
|
11319
|
-
users {
|
11320
|
-
id
|
11321
|
-
}
|
11322
10188
|
}
|
11323
10189
|
customerId
|
11324
10190
|
accounts {
|
@@ -11336,18 +10202,12 @@ export const Asset = {
|
|
11336
10202
|
session_state
|
11337
10203
|
createdAt
|
11338
10204
|
updatedAt
|
11339
|
-
user {
|
11340
|
-
id
|
11341
|
-
}
|
11342
10205
|
}
|
11343
10206
|
sessions {
|
11344
10207
|
id
|
11345
10208
|
sessionToken
|
11346
10209
|
userId
|
11347
10210
|
expires
|
11348
|
-
user {
|
11349
|
-
id
|
11350
|
-
}
|
11351
10211
|
createdAt
|
11352
10212
|
updatedAt
|
11353
10213
|
}
|
@@ -11357,16 +10217,10 @@ export const Asset = {
|
|
11357
10217
|
credentialID
|
11358
10218
|
publicKey
|
11359
10219
|
counter
|
11360
|
-
user {
|
11361
|
-
id
|
11362
|
-
}
|
11363
10220
|
createdAt
|
11364
10221
|
updatedAt
|
11365
10222
|
}
|
11366
10223
|
plan
|
11367
|
-
alpacaAccounts {
|
11368
|
-
id
|
11369
|
-
}
|
11370
10224
|
}
|
11371
10225
|
userId
|
11372
10226
|
createdAt
|
@@ -11386,12 +10240,6 @@ export const Asset = {
|
|
11386
10240
|
createdAt
|
11387
10241
|
updatedAt
|
11388
10242
|
status
|
11389
|
-
alpacaAccount {
|
11390
|
-
id
|
11391
|
-
}
|
11392
|
-
asset {
|
11393
|
-
id
|
11394
|
-
}
|
11395
10243
|
actions {
|
11396
10244
|
id
|
11397
10245
|
sequence
|
@@ -11400,23 +10248,11 @@ export const Asset = {
|
|
11400
10248
|
note
|
11401
10249
|
status
|
11402
10250
|
fee
|
11403
|
-
trade {
|
11404
|
-
id
|
11405
|
-
}
|
11406
|
-
order {
|
11407
|
-
id
|
11408
|
-
}
|
11409
10251
|
}
|
11410
10252
|
}
|
11411
|
-
orders {
|
11412
|
-
id
|
11413
|
-
}
|
11414
10253
|
positions {
|
11415
10254
|
id
|
11416
10255
|
assetId
|
11417
|
-
asset {
|
11418
|
-
id
|
11419
|
-
}
|
11420
10256
|
averageEntryPrice
|
11421
10257
|
qty
|
11422
10258
|
qtyAvailable
|
@@ -11430,9 +10266,6 @@ export const Asset = {
|
|
11430
10266
|
lastTradePrice
|
11431
10267
|
changeToday
|
11432
10268
|
assetMarginable
|
11433
|
-
alpacaAccount {
|
11434
|
-
id
|
11435
|
-
}
|
11436
10269
|
alpacaAccountId
|
11437
10270
|
}
|
11438
10271
|
alerts {
|
@@ -11443,9 +10276,6 @@ export const Asset = {
|
|
11443
10276
|
isRead
|
11444
10277
|
createdAt
|
11445
10278
|
updatedAt
|
11446
|
-
alpacaAccount {
|
11447
|
-
id
|
11448
|
-
}
|
11449
10279
|
}
|
11450
10280
|
}
|
11451
10281
|
action {
|
@@ -11503,9 +10333,6 @@ export const Asset = {
|
|
11503
10333
|
stripeCurrentPeriodEnd
|
11504
10334
|
createdAt
|
11505
10335
|
updatedAt
|
11506
|
-
users {
|
11507
|
-
id
|
11508
|
-
}
|
11509
10336
|
}
|
11510
10337
|
customerId
|
11511
10338
|
accounts {
|
@@ -11523,18 +10350,12 @@ export const Asset = {
|
|
11523
10350
|
session_state
|
11524
10351
|
createdAt
|
11525
10352
|
updatedAt
|
11526
|
-
user {
|
11527
|
-
id
|
11528
|
-
}
|
11529
10353
|
}
|
11530
10354
|
sessions {
|
11531
10355
|
id
|
11532
10356
|
sessionToken
|
11533
10357
|
userId
|
11534
10358
|
expires
|
11535
|
-
user {
|
11536
|
-
id
|
11537
|
-
}
|
11538
10359
|
createdAt
|
11539
10360
|
updatedAt
|
11540
10361
|
}
|
@@ -11544,32 +10365,17 @@ export const Asset = {
|
|
11544
10365
|
credentialID
|
11545
10366
|
publicKey
|
11546
10367
|
counter
|
11547
|
-
user {
|
11548
|
-
id
|
11549
|
-
}
|
11550
10368
|
createdAt
|
11551
10369
|
updatedAt
|
11552
10370
|
}
|
11553
10371
|
plan
|
11554
|
-
alpacaAccounts {
|
11555
|
-
id
|
11556
|
-
}
|
11557
10372
|
}
|
11558
10373
|
userId
|
11559
10374
|
createdAt
|
11560
10375
|
updatedAt
|
11561
|
-
trades {
|
11562
|
-
id
|
11563
|
-
}
|
11564
|
-
orders {
|
11565
|
-
id
|
11566
|
-
}
|
11567
10376
|
positions {
|
11568
10377
|
id
|
11569
10378
|
assetId
|
11570
|
-
asset {
|
11571
|
-
id
|
11572
|
-
}
|
11573
10379
|
averageEntryPrice
|
11574
10380
|
qty
|
11575
10381
|
qtyAvailable
|
@@ -11583,9 +10389,6 @@ export const Asset = {
|
|
11583
10389
|
lastTradePrice
|
11584
10390
|
changeToday
|
11585
10391
|
assetMarginable
|
11586
|
-
alpacaAccount {
|
11587
|
-
id
|
11588
|
-
}
|
11589
10392
|
alpacaAccountId
|
11590
10393
|
}
|
11591
10394
|
alerts {
|
@@ -11596,25 +10399,10 @@ export const Asset = {
|
|
11596
10399
|
isRead
|
11597
10400
|
createdAt
|
11598
10401
|
updatedAt
|
11599
|
-
alpacaAccount {
|
11600
|
-
id
|
11601
|
-
}
|
11602
10402
|
}
|
11603
10403
|
}
|
11604
|
-
asset {
|
11605
|
-
id
|
11606
|
-
}
|
11607
|
-
actions {
|
11608
|
-
id
|
11609
|
-
}
|
11610
|
-
}
|
11611
|
-
order {
|
11612
|
-
id
|
11613
10404
|
}
|
11614
10405
|
}
|
11615
|
-
asset {
|
11616
|
-
id
|
11617
|
-
}
|
11618
10406
|
fee
|
11619
10407
|
strikePrice
|
11620
10408
|
expirationDate
|
@@ -11625,9 +10413,6 @@ export const Asset = {
|
|
11625
10413
|
positions {
|
11626
10414
|
id
|
11627
10415
|
assetId
|
11628
|
-
asset {
|
11629
|
-
id
|
11630
|
-
}
|
11631
10416
|
averageEntryPrice
|
11632
10417
|
qty
|
11633
10418
|
qtyAvailable
|
@@ -11673,9 +10458,6 @@ export const Asset = {
|
|
11673
10458
|
stripeCurrentPeriodEnd
|
11674
10459
|
createdAt
|
11675
10460
|
updatedAt
|
11676
|
-
users {
|
11677
|
-
id
|
11678
|
-
}
|
11679
10461
|
}
|
11680
10462
|
customerId
|
11681
10463
|
accounts {
|
@@ -11693,18 +10475,12 @@ export const Asset = {
|
|
11693
10475
|
session_state
|
11694
10476
|
createdAt
|
11695
10477
|
updatedAt
|
11696
|
-
user {
|
11697
|
-
id
|
11698
|
-
}
|
11699
10478
|
}
|
11700
10479
|
sessions {
|
11701
10480
|
id
|
11702
10481
|
sessionToken
|
11703
10482
|
userId
|
11704
10483
|
expires
|
11705
|
-
user {
|
11706
|
-
id
|
11707
|
-
}
|
11708
10484
|
createdAt
|
11709
10485
|
updatedAt
|
11710
10486
|
}
|
@@ -11714,16 +10490,10 @@ export const Asset = {
|
|
11714
10490
|
credentialID
|
11715
10491
|
publicKey
|
11716
10492
|
counter
|
11717
|
-
user {
|
11718
|
-
id
|
11719
|
-
}
|
11720
10493
|
createdAt
|
11721
10494
|
updatedAt
|
11722
10495
|
}
|
11723
10496
|
plan
|
11724
|
-
alpacaAccounts {
|
11725
|
-
id
|
11726
|
-
}
|
11727
10497
|
}
|
11728
10498
|
userId
|
11729
10499
|
createdAt
|
@@ -11743,12 +10513,6 @@ export const Asset = {
|
|
11743
10513
|
createdAt
|
11744
10514
|
updatedAt
|
11745
10515
|
status
|
11746
|
-
alpacaAccount {
|
11747
|
-
id
|
11748
|
-
}
|
11749
|
-
asset {
|
11750
|
-
id
|
11751
|
-
}
|
11752
10516
|
actions {
|
11753
10517
|
id
|
11754
10518
|
sequence
|
@@ -11757,9 +10521,6 @@ export const Asset = {
|
|
11757
10521
|
note
|
11758
10522
|
status
|
11759
10523
|
fee
|
11760
|
-
trade {
|
11761
|
-
id
|
11762
|
-
}
|
11763
10524
|
order {
|
11764
10525
|
id
|
11765
10526
|
clientOrderId
|
@@ -11780,9 +10541,6 @@ export const Asset = {
|
|
11780
10541
|
createdAt
|
11781
10542
|
updatedAt
|
11782
10543
|
orderId
|
11783
|
-
Order {
|
11784
|
-
id
|
11785
|
-
}
|
11786
10544
|
}
|
11787
10545
|
takeProfit {
|
11788
10546
|
id
|
@@ -11791,9 +10549,6 @@ export const Asset = {
|
|
11791
10549
|
createdAt
|
11792
10550
|
updatedAt
|
11793
10551
|
orderId
|
11794
|
-
Order {
|
11795
|
-
id
|
11796
|
-
}
|
11797
10552
|
}
|
11798
10553
|
trailPrice
|
11799
10554
|
trailPercent
|
@@ -11805,15 +10560,6 @@ export const Asset = {
|
|
11805
10560
|
filledAt
|
11806
10561
|
filledAvgPrice
|
11807
10562
|
actionId
|
11808
|
-
alpacaAccount {
|
11809
|
-
id
|
11810
|
-
}
|
11811
|
-
action {
|
11812
|
-
id
|
11813
|
-
}
|
11814
|
-
asset {
|
11815
|
-
id
|
11816
|
-
}
|
11817
10563
|
fee
|
11818
10564
|
strikePrice
|
11819
10565
|
expirationDate
|
@@ -11843,9 +10589,6 @@ export const Asset = {
|
|
11843
10589
|
createdAt
|
11844
10590
|
updatedAt
|
11845
10591
|
orderId
|
11846
|
-
Order {
|
11847
|
-
id
|
11848
|
-
}
|
11849
10592
|
}
|
11850
10593
|
takeProfit {
|
11851
10594
|
id
|
@@ -11854,9 +10597,6 @@ export const Asset = {
|
|
11854
10597
|
createdAt
|
11855
10598
|
updatedAt
|
11856
10599
|
orderId
|
11857
|
-
Order {
|
11858
|
-
id
|
11859
|
-
}
|
11860
10600
|
}
|
11861
10601
|
trailPrice
|
11862
10602
|
trailPercent
|
@@ -11868,9 +10608,6 @@ export const Asset = {
|
|
11868
10608
|
filledAt
|
11869
10609
|
filledAvgPrice
|
11870
10610
|
actionId
|
11871
|
-
alpacaAccount {
|
11872
|
-
id
|
11873
|
-
}
|
11874
10611
|
action {
|
11875
10612
|
id
|
11876
10613
|
sequence
|
@@ -11894,23 +10631,8 @@ export const Asset = {
|
|
11894
10631
|
createdAt
|
11895
10632
|
updatedAt
|
11896
10633
|
status
|
11897
|
-
alpacaAccount {
|
11898
|
-
id
|
11899
|
-
}
|
11900
|
-
asset {
|
11901
|
-
id
|
11902
|
-
}
|
11903
|
-
actions {
|
11904
|
-
id
|
11905
|
-
}
|
11906
|
-
}
|
11907
|
-
order {
|
11908
|
-
id
|
11909
10634
|
}
|
11910
10635
|
}
|
11911
|
-
asset {
|
11912
|
-
id
|
11913
|
-
}
|
11914
10636
|
fee
|
11915
10637
|
strikePrice
|
11916
10638
|
expirationDate
|
@@ -11918,9 +10640,6 @@ export const Asset = {
|
|
11918
10640
|
stopLossId
|
11919
10641
|
takeProfitId
|
11920
10642
|
}
|
11921
|
-
positions {
|
11922
|
-
id
|
11923
|
-
}
|
11924
10643
|
alerts {
|
11925
10644
|
id
|
11926
10645
|
alpacaAccountId
|
@@ -11929,9 +10648,6 @@ export const Asset = {
|
|
11929
10648
|
isRead
|
11930
10649
|
createdAt
|
11931
10650
|
updatedAt
|
11932
|
-
alpacaAccount {
|
11933
|
-
id
|
11934
|
-
}
|
11935
10651
|
}
|
11936
10652
|
}
|
11937
10653
|
alpacaAccountId
|
@@ -11958,12 +10674,6 @@ export const Asset = {
|
|
11958
10674
|
logo
|
11959
10675
|
createdAt
|
11960
10676
|
updatedAt
|
11961
|
-
assets {
|
11962
|
-
id
|
11963
|
-
}
|
11964
|
-
}
|
11965
|
-
asset {
|
11966
|
-
id
|
11967
10677
|
}
|
11968
10678
|
relevancyScore
|
11969
10679
|
sentimentScore
|
@@ -12102,9 +10812,6 @@ export const Asset = {
|
|
12102
10812
|
stripeCurrentPeriodEnd
|
12103
10813
|
createdAt
|
12104
10814
|
updatedAt
|
12105
|
-
users {
|
12106
|
-
id
|
12107
|
-
}
|
12108
10815
|
}
|
12109
10816
|
customerId
|
12110
10817
|
accounts {
|
@@ -12122,18 +10829,12 @@ export const Asset = {
|
|
12122
10829
|
session_state
|
12123
10830
|
createdAt
|
12124
10831
|
updatedAt
|
12125
|
-
user {
|
12126
|
-
id
|
12127
|
-
}
|
12128
10832
|
}
|
12129
10833
|
sessions {
|
12130
10834
|
id
|
12131
10835
|
sessionToken
|
12132
10836
|
userId
|
12133
10837
|
expires
|
12134
|
-
user {
|
12135
|
-
id
|
12136
|
-
}
|
12137
10838
|
createdAt
|
12138
10839
|
updatedAt
|
12139
10840
|
}
|
@@ -12143,23 +10844,14 @@ export const Asset = {
|
|
12143
10844
|
credentialID
|
12144
10845
|
publicKey
|
12145
10846
|
counter
|
12146
|
-
user {
|
12147
|
-
id
|
12148
|
-
}
|
12149
10847
|
createdAt
|
12150
10848
|
updatedAt
|
12151
10849
|
}
|
12152
10850
|
plan
|
12153
|
-
alpacaAccounts {
|
12154
|
-
id
|
12155
|
-
}
|
12156
10851
|
}
|
12157
10852
|
userId
|
12158
10853
|
createdAt
|
12159
10854
|
updatedAt
|
12160
|
-
trades {
|
12161
|
-
id
|
12162
|
-
}
|
12163
10855
|
orders {
|
12164
10856
|
id
|
12165
10857
|
clientOrderId
|
@@ -12180,9 +10872,6 @@ export const Asset = {
|
|
12180
10872
|
createdAt
|
12181
10873
|
updatedAt
|
12182
10874
|
orderId
|
12183
|
-
Order {
|
12184
|
-
id
|
12185
|
-
}
|
12186
10875
|
}
|
12187
10876
|
takeProfit {
|
12188
10877
|
id
|
@@ -12191,9 +10880,6 @@ export const Asset = {
|
|
12191
10880
|
createdAt
|
12192
10881
|
updatedAt
|
12193
10882
|
orderId
|
12194
|
-
Order {
|
12195
|
-
id
|
12196
|
-
}
|
12197
10883
|
}
|
12198
10884
|
trailPrice
|
12199
10885
|
trailPercent
|
@@ -12205,9 +10891,6 @@ export const Asset = {
|
|
12205
10891
|
filledAt
|
12206
10892
|
filledAvgPrice
|
12207
10893
|
actionId
|
12208
|
-
alpacaAccount {
|
12209
|
-
id
|
12210
|
-
}
|
12211
10894
|
action {
|
12212
10895
|
id
|
12213
10896
|
sequence
|
@@ -12216,15 +10899,6 @@ export const Asset = {
|
|
12216
10899
|
note
|
12217
10900
|
status
|
12218
10901
|
fee
|
12219
|
-
trade {
|
12220
|
-
id
|
12221
|
-
}
|
12222
|
-
order {
|
12223
|
-
id
|
12224
|
-
}
|
12225
|
-
}
|
12226
|
-
asset {
|
12227
|
-
id
|
12228
10902
|
}
|
12229
10903
|
fee
|
12230
10904
|
strikePrice
|
@@ -12236,9 +10910,6 @@ export const Asset = {
|
|
12236
10910
|
positions {
|
12237
10911
|
id
|
12238
10912
|
assetId
|
12239
|
-
asset {
|
12240
|
-
id
|
12241
|
-
}
|
12242
10913
|
averageEntryPrice
|
12243
10914
|
qty
|
12244
10915
|
qtyAvailable
|
@@ -12252,9 +10923,6 @@ export const Asset = {
|
|
12252
10923
|
lastTradePrice
|
12253
10924
|
changeToday
|
12254
10925
|
assetMarginable
|
12255
|
-
alpacaAccount {
|
12256
|
-
id
|
12257
|
-
}
|
12258
10926
|
alpacaAccountId
|
12259
10927
|
}
|
12260
10928
|
alerts {
|
@@ -12265,14 +10933,8 @@ export const Asset = {
|
|
12265
10933
|
isRead
|
12266
10934
|
createdAt
|
12267
10935
|
updatedAt
|
12268
|
-
alpacaAccount {
|
12269
|
-
id
|
12270
|
-
}
|
12271
10936
|
}
|
12272
10937
|
}
|
12273
|
-
asset {
|
12274
|
-
id
|
12275
|
-
}
|
12276
10938
|
actions {
|
12277
10939
|
id
|
12278
10940
|
sequence
|
@@ -12281,9 +10943,6 @@ export const Asset = {
|
|
12281
10943
|
note
|
12282
10944
|
status
|
12283
10945
|
fee
|
12284
|
-
trade {
|
12285
|
-
id
|
12286
|
-
}
|
12287
10946
|
order {
|
12288
10947
|
id
|
12289
10948
|
clientOrderId
|
@@ -12304,9 +10963,6 @@ export const Asset = {
|
|
12304
10963
|
createdAt
|
12305
10964
|
updatedAt
|
12306
10965
|
orderId
|
12307
|
-
Order {
|
12308
|
-
id
|
12309
|
-
}
|
12310
10966
|
}
|
12311
10967
|
takeProfit {
|
12312
10968
|
id
|
@@ -12315,9 +10971,6 @@ export const Asset = {
|
|
12315
10971
|
createdAt
|
12316
10972
|
updatedAt
|
12317
10973
|
orderId
|
12318
|
-
Order {
|
12319
|
-
id
|
12320
|
-
}
|
12321
10974
|
}
|
12322
10975
|
trailPrice
|
12323
10976
|
trailPercent
|
@@ -12361,9 +11014,6 @@ export const Asset = {
|
|
12361
11014
|
stripeCurrentPeriodEnd
|
12362
11015
|
createdAt
|
12363
11016
|
updatedAt
|
12364
|
-
users {
|
12365
|
-
id
|
12366
|
-
}
|
12367
11017
|
}
|
12368
11018
|
customerId
|
12369
11019
|
accounts {
|
@@ -12381,18 +11031,12 @@ export const Asset = {
|
|
12381
11031
|
session_state
|
12382
11032
|
createdAt
|
12383
11033
|
updatedAt
|
12384
|
-
user {
|
12385
|
-
id
|
12386
|
-
}
|
12387
11034
|
}
|
12388
11035
|
sessions {
|
12389
11036
|
id
|
12390
11037
|
sessionToken
|
12391
11038
|
userId
|
12392
11039
|
expires
|
12393
|
-
user {
|
12394
|
-
id
|
12395
|
-
}
|
12396
11040
|
createdAt
|
12397
11041
|
updatedAt
|
12398
11042
|
}
|
@@ -12402,32 +11046,17 @@ export const Asset = {
|
|
12402
11046
|
credentialID
|
12403
11047
|
publicKey
|
12404
11048
|
counter
|
12405
|
-
user {
|
12406
|
-
id
|
12407
|
-
}
|
12408
11049
|
createdAt
|
12409
11050
|
updatedAt
|
12410
11051
|
}
|
12411
11052
|
plan
|
12412
|
-
alpacaAccounts {
|
12413
|
-
id
|
12414
|
-
}
|
12415
11053
|
}
|
12416
11054
|
userId
|
12417
11055
|
createdAt
|
12418
11056
|
updatedAt
|
12419
|
-
trades {
|
12420
|
-
id
|
12421
|
-
}
|
12422
|
-
orders {
|
12423
|
-
id
|
12424
|
-
}
|
12425
11057
|
positions {
|
12426
11058
|
id
|
12427
11059
|
assetId
|
12428
|
-
asset {
|
12429
|
-
id
|
12430
|
-
}
|
12431
11060
|
averageEntryPrice
|
12432
11061
|
qty
|
12433
11062
|
qtyAvailable
|
@@ -12441,9 +11070,6 @@ export const Asset = {
|
|
12441
11070
|
lastTradePrice
|
12442
11071
|
changeToday
|
12443
11072
|
assetMarginable
|
12444
|
-
alpacaAccount {
|
12445
|
-
id
|
12446
|
-
}
|
12447
11073
|
alpacaAccountId
|
12448
11074
|
}
|
12449
11075
|
alerts {
|
@@ -12454,17 +11080,8 @@ export const Asset = {
|
|
12454
11080
|
isRead
|
12455
11081
|
createdAt
|
12456
11082
|
updatedAt
|
12457
|
-
alpacaAccount {
|
12458
|
-
id
|
12459
|
-
}
|
12460
11083
|
}
|
12461
11084
|
}
|
12462
|
-
action {
|
12463
|
-
id
|
12464
|
-
}
|
12465
|
-
asset {
|
12466
|
-
id
|
12467
|
-
}
|
12468
11085
|
fee
|
12469
11086
|
strikePrice
|
12470
11087
|
expirationDate
|
@@ -12494,9 +11111,6 @@ export const Asset = {
|
|
12494
11111
|
createdAt
|
12495
11112
|
updatedAt
|
12496
11113
|
orderId
|
12497
|
-
Order {
|
12498
|
-
id
|
12499
|
-
}
|
12500
11114
|
}
|
12501
11115
|
takeProfit {
|
12502
11116
|
id
|
@@ -12505,9 +11119,6 @@ export const Asset = {
|
|
12505
11119
|
createdAt
|
12506
11120
|
updatedAt
|
12507
11121
|
orderId
|
12508
|
-
Order {
|
12509
|
-
id
|
12510
|
-
}
|
12511
11122
|
}
|
12512
11123
|
trailPrice
|
12513
11124
|
trailPercent
|
@@ -12551,9 +11162,6 @@ export const Asset = {
|
|
12551
11162
|
stripeCurrentPeriodEnd
|
12552
11163
|
createdAt
|
12553
11164
|
updatedAt
|
12554
|
-
users {
|
12555
|
-
id
|
12556
|
-
}
|
12557
11165
|
}
|
12558
11166
|
customerId
|
12559
11167
|
accounts {
|
@@ -12571,18 +11179,12 @@ export const Asset = {
|
|
12571
11179
|
session_state
|
12572
11180
|
createdAt
|
12573
11181
|
updatedAt
|
12574
|
-
user {
|
12575
|
-
id
|
12576
|
-
}
|
12577
11182
|
}
|
12578
11183
|
sessions {
|
12579
11184
|
id
|
12580
11185
|
sessionToken
|
12581
11186
|
userId
|
12582
11187
|
expires
|
12583
|
-
user {
|
12584
|
-
id
|
12585
|
-
}
|
12586
11188
|
createdAt
|
12587
11189
|
updatedAt
|
12588
11190
|
}
|
@@ -12592,16 +11194,10 @@ export const Asset = {
|
|
12592
11194
|
credentialID
|
12593
11195
|
publicKey
|
12594
11196
|
counter
|
12595
|
-
user {
|
12596
|
-
id
|
12597
|
-
}
|
12598
11197
|
createdAt
|
12599
11198
|
updatedAt
|
12600
11199
|
}
|
12601
11200
|
plan
|
12602
|
-
alpacaAccounts {
|
12603
|
-
id
|
12604
|
-
}
|
12605
11201
|
}
|
12606
11202
|
userId
|
12607
11203
|
createdAt
|
@@ -12621,12 +11217,6 @@ export const Asset = {
|
|
12621
11217
|
createdAt
|
12622
11218
|
updatedAt
|
12623
11219
|
status
|
12624
|
-
alpacaAccount {
|
12625
|
-
id
|
12626
|
-
}
|
12627
|
-
asset {
|
12628
|
-
id
|
12629
|
-
}
|
12630
11220
|
actions {
|
12631
11221
|
id
|
12632
11222
|
sequence
|
@@ -12635,23 +11225,11 @@ export const Asset = {
|
|
12635
11225
|
note
|
12636
11226
|
status
|
12637
11227
|
fee
|
12638
|
-
trade {
|
12639
|
-
id
|
12640
|
-
}
|
12641
|
-
order {
|
12642
|
-
id
|
12643
|
-
}
|
12644
11228
|
}
|
12645
11229
|
}
|
12646
|
-
orders {
|
12647
|
-
id
|
12648
|
-
}
|
12649
11230
|
positions {
|
12650
11231
|
id
|
12651
11232
|
assetId
|
12652
|
-
asset {
|
12653
|
-
id
|
12654
|
-
}
|
12655
11233
|
averageEntryPrice
|
12656
11234
|
qty
|
12657
11235
|
qtyAvailable
|
@@ -12665,9 +11243,6 @@ export const Asset = {
|
|
12665
11243
|
lastTradePrice
|
12666
11244
|
changeToday
|
12667
11245
|
assetMarginable
|
12668
|
-
alpacaAccount {
|
12669
|
-
id
|
12670
|
-
}
|
12671
11246
|
alpacaAccountId
|
12672
11247
|
}
|
12673
11248
|
alerts {
|
@@ -12678,9 +11253,6 @@ export const Asset = {
|
|
12678
11253
|
isRead
|
12679
11254
|
createdAt
|
12680
11255
|
updatedAt
|
12681
|
-
alpacaAccount {
|
12682
|
-
id
|
12683
|
-
}
|
12684
11256
|
}
|
12685
11257
|
}
|
12686
11258
|
action {
|
@@ -12738,9 +11310,6 @@ export const Asset = {
|
|
12738
11310
|
stripeCurrentPeriodEnd
|
12739
11311
|
createdAt
|
12740
11312
|
updatedAt
|
12741
|
-
users {
|
12742
|
-
id
|
12743
|
-
}
|
12744
11313
|
}
|
12745
11314
|
customerId
|
12746
11315
|
accounts {
|
@@ -12758,18 +11327,12 @@ export const Asset = {
|
|
12758
11327
|
session_state
|
12759
11328
|
createdAt
|
12760
11329
|
updatedAt
|
12761
|
-
user {
|
12762
|
-
id
|
12763
|
-
}
|
12764
11330
|
}
|
12765
11331
|
sessions {
|
12766
11332
|
id
|
12767
11333
|
sessionToken
|
12768
11334
|
userId
|
12769
11335
|
expires
|
12770
|
-
user {
|
12771
|
-
id
|
12772
|
-
}
|
12773
11336
|
createdAt
|
12774
11337
|
updatedAt
|
12775
11338
|
}
|
@@ -12779,32 +11342,17 @@ export const Asset = {
|
|
12779
11342
|
credentialID
|
12780
11343
|
publicKey
|
12781
11344
|
counter
|
12782
|
-
user {
|
12783
|
-
id
|
12784
|
-
}
|
12785
11345
|
createdAt
|
12786
11346
|
updatedAt
|
12787
11347
|
}
|
12788
11348
|
plan
|
12789
|
-
alpacaAccounts {
|
12790
|
-
id
|
12791
|
-
}
|
12792
11349
|
}
|
12793
11350
|
userId
|
12794
11351
|
createdAt
|
12795
11352
|
updatedAt
|
12796
|
-
trades {
|
12797
|
-
id
|
12798
|
-
}
|
12799
|
-
orders {
|
12800
|
-
id
|
12801
|
-
}
|
12802
11353
|
positions {
|
12803
11354
|
id
|
12804
11355
|
assetId
|
12805
|
-
asset {
|
12806
|
-
id
|
12807
|
-
}
|
12808
11356
|
averageEntryPrice
|
12809
11357
|
qty
|
12810
11358
|
qtyAvailable
|
@@ -12818,9 +11366,6 @@ export const Asset = {
|
|
12818
11366
|
lastTradePrice
|
12819
11367
|
changeToday
|
12820
11368
|
assetMarginable
|
12821
|
-
alpacaAccount {
|
12822
|
-
id
|
12823
|
-
}
|
12824
11369
|
alpacaAccountId
|
12825
11370
|
}
|
12826
11371
|
alerts {
|
@@ -12831,25 +11376,10 @@ export const Asset = {
|
|
12831
11376
|
isRead
|
12832
11377
|
createdAt
|
12833
11378
|
updatedAt
|
12834
|
-
alpacaAccount {
|
12835
|
-
id
|
12836
|
-
}
|
12837
11379
|
}
|
12838
11380
|
}
|
12839
|
-
asset {
|
12840
|
-
id
|
12841
|
-
}
|
12842
|
-
actions {
|
12843
|
-
id
|
12844
|
-
}
|
12845
|
-
}
|
12846
|
-
order {
|
12847
|
-
id
|
12848
11381
|
}
|
12849
11382
|
}
|
12850
|
-
asset {
|
12851
|
-
id
|
12852
|
-
}
|
12853
11383
|
fee
|
12854
11384
|
strikePrice
|
12855
11385
|
expirationDate
|
@@ -12860,9 +11390,6 @@ export const Asset = {
|
|
12860
11390
|
positions {
|
12861
11391
|
id
|
12862
11392
|
assetId
|
12863
|
-
asset {
|
12864
|
-
id
|
12865
|
-
}
|
12866
11393
|
averageEntryPrice
|
12867
11394
|
qty
|
12868
11395
|
qtyAvailable
|
@@ -12908,9 +11435,6 @@ export const Asset = {
|
|
12908
11435
|
stripeCurrentPeriodEnd
|
12909
11436
|
createdAt
|
12910
11437
|
updatedAt
|
12911
|
-
users {
|
12912
|
-
id
|
12913
|
-
}
|
12914
11438
|
}
|
12915
11439
|
customerId
|
12916
11440
|
accounts {
|
@@ -12928,18 +11452,12 @@ export const Asset = {
|
|
12928
11452
|
session_state
|
12929
11453
|
createdAt
|
12930
11454
|
updatedAt
|
12931
|
-
user {
|
12932
|
-
id
|
12933
|
-
}
|
12934
11455
|
}
|
12935
11456
|
sessions {
|
12936
11457
|
id
|
12937
11458
|
sessionToken
|
12938
11459
|
userId
|
12939
11460
|
expires
|
12940
|
-
user {
|
12941
|
-
id
|
12942
|
-
}
|
12943
11461
|
createdAt
|
12944
11462
|
updatedAt
|
12945
11463
|
}
|
@@ -12949,16 +11467,10 @@ export const Asset = {
|
|
12949
11467
|
credentialID
|
12950
11468
|
publicKey
|
12951
11469
|
counter
|
12952
|
-
user {
|
12953
|
-
id
|
12954
|
-
}
|
12955
11470
|
createdAt
|
12956
11471
|
updatedAt
|
12957
11472
|
}
|
12958
11473
|
plan
|
12959
|
-
alpacaAccounts {
|
12960
|
-
id
|
12961
|
-
}
|
12962
11474
|
}
|
12963
11475
|
userId
|
12964
11476
|
createdAt
|
@@ -12978,12 +11490,6 @@ export const Asset = {
|
|
12978
11490
|
createdAt
|
12979
11491
|
updatedAt
|
12980
11492
|
status
|
12981
|
-
alpacaAccount {
|
12982
|
-
id
|
12983
|
-
}
|
12984
|
-
asset {
|
12985
|
-
id
|
12986
|
-
}
|
12987
11493
|
actions {
|
12988
11494
|
id
|
12989
11495
|
sequence
|
@@ -12992,9 +11498,6 @@ export const Asset = {
|
|
12992
11498
|
note
|
12993
11499
|
status
|
12994
11500
|
fee
|
12995
|
-
trade {
|
12996
|
-
id
|
12997
|
-
}
|
12998
11501
|
order {
|
12999
11502
|
id
|
13000
11503
|
clientOrderId
|
@@ -13015,9 +11518,6 @@ export const Asset = {
|
|
13015
11518
|
createdAt
|
13016
11519
|
updatedAt
|
13017
11520
|
orderId
|
13018
|
-
Order {
|
13019
|
-
id
|
13020
|
-
}
|
13021
11521
|
}
|
13022
11522
|
takeProfit {
|
13023
11523
|
id
|
@@ -13026,9 +11526,6 @@ export const Asset = {
|
|
13026
11526
|
createdAt
|
13027
11527
|
updatedAt
|
13028
11528
|
orderId
|
13029
|
-
Order {
|
13030
|
-
id
|
13031
|
-
}
|
13032
11529
|
}
|
13033
11530
|
trailPrice
|
13034
11531
|
trailPercent
|
@@ -13040,15 +11537,6 @@ export const Asset = {
|
|
13040
11537
|
filledAt
|
13041
11538
|
filledAvgPrice
|
13042
11539
|
actionId
|
13043
|
-
alpacaAccount {
|
13044
|
-
id
|
13045
|
-
}
|
13046
|
-
action {
|
13047
|
-
id
|
13048
|
-
}
|
13049
|
-
asset {
|
13050
|
-
id
|
13051
|
-
}
|
13052
11540
|
fee
|
13053
11541
|
strikePrice
|
13054
11542
|
expirationDate
|
@@ -13078,9 +11566,6 @@ export const Asset = {
|
|
13078
11566
|
createdAt
|
13079
11567
|
updatedAt
|
13080
11568
|
orderId
|
13081
|
-
Order {
|
13082
|
-
id
|
13083
|
-
}
|
13084
11569
|
}
|
13085
11570
|
takeProfit {
|
13086
11571
|
id
|
@@ -13089,9 +11574,6 @@ export const Asset = {
|
|
13089
11574
|
createdAt
|
13090
11575
|
updatedAt
|
13091
11576
|
orderId
|
13092
|
-
Order {
|
13093
|
-
id
|
13094
|
-
}
|
13095
11577
|
}
|
13096
11578
|
trailPrice
|
13097
11579
|
trailPercent
|
@@ -13103,9 +11585,6 @@ export const Asset = {
|
|
13103
11585
|
filledAt
|
13104
11586
|
filledAvgPrice
|
13105
11587
|
actionId
|
13106
|
-
alpacaAccount {
|
13107
|
-
id
|
13108
|
-
}
|
13109
11588
|
action {
|
13110
11589
|
id
|
13111
11590
|
sequence
|
@@ -13129,22 +11608,7 @@ export const Asset = {
|
|
13129
11608
|
createdAt
|
13130
11609
|
updatedAt
|
13131
11610
|
status
|
13132
|
-
alpacaAccount {
|
13133
|
-
id
|
13134
|
-
}
|
13135
|
-
asset {
|
13136
|
-
id
|
13137
|
-
}
|
13138
|
-
actions {
|
13139
|
-
id
|
13140
|
-
}
|
13141
11611
|
}
|
13142
|
-
order {
|
13143
|
-
id
|
13144
|
-
}
|
13145
|
-
}
|
13146
|
-
asset {
|
13147
|
-
id
|
13148
11612
|
}
|
13149
11613
|
fee
|
13150
11614
|
strikePrice
|
@@ -13153,9 +11617,6 @@ export const Asset = {
|
|
13153
11617
|
stopLossId
|
13154
11618
|
takeProfitId
|
13155
11619
|
}
|
13156
|
-
positions {
|
13157
|
-
id
|
13158
|
-
}
|
13159
11620
|
alerts {
|
13160
11621
|
id
|
13161
11622
|
alpacaAccountId
|
@@ -13164,9 +11625,6 @@ export const Asset = {
|
|
13164
11625
|
isRead
|
13165
11626
|
createdAt
|
13166
11627
|
updatedAt
|
13167
|
-
alpacaAccount {
|
13168
|
-
id
|
13169
|
-
}
|
13170
11628
|
}
|
13171
11629
|
}
|
13172
11630
|
alpacaAccountId
|
@@ -13193,12 +11651,6 @@ export const Asset = {
|
|
13193
11651
|
logo
|
13194
11652
|
createdAt
|
13195
11653
|
updatedAt
|
13196
|
-
assets {
|
13197
|
-
id
|
13198
|
-
}
|
13199
|
-
}
|
13200
|
-
asset {
|
13201
|
-
id
|
13202
11654
|
}
|
13203
11655
|
relevancyScore
|
13204
11656
|
sentimentScore
|