adaptic-backend 1.0.86 → 1.0.88
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 +43 -1260
- package/Action.cjs +65 -2016
- package/Alert.cjs +41 -1260
- package/AlpacaAccount.cjs +78 -1260
- package/Asset.cjs +78 -1548
- package/Authenticator.cjs +43 -1260
- package/Customer.cjs +43 -1260
- package/NewsArticle.cjs +43 -1548
- package/NewsArticleAssetSentiment.cjs +41 -1548
- package/Order.cjs +65 -1550
- package/Position.cjs +58 -1908
- package/Session.cjs +43 -1260
- package/StopLoss.cjs +70 -1549
- package/TakeProfit.cjs +70 -1549
- package/Trade.cjs +16 -1694
- package/User.cjs +41 -1260
- package/generated/typeStrings/Trade.cjs +7 -5
- package/generated/typeStrings/Trade.d.ts +1 -1
- package/generated/typeStrings/Trade.d.ts.map +1 -1
- package/generated/typeStrings/Trade.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +32 -27
- package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.cjs +8 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.cjs +50 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.cjs +69 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.cjs +89 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.cjs +68 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.cjs +88 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +20 -10
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +43 -1260
- package/server/Action.d.ts.map +1 -1
- package/server/Action.js.map +1 -1
- package/server/Action.mjs +65 -2016
- package/server/Alert.d.ts.map +1 -1
- package/server/Alert.js.map +1 -1
- package/server/Alert.mjs +41 -1260
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +78 -1260
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +78 -1548
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +43 -1260
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +43 -1260
- package/server/NewsArticle.d.ts.map +1 -1
- package/server/NewsArticle.js.map +1 -1
- package/server/NewsArticle.mjs +43 -1548
- package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/server/NewsArticleAssetSentiment.js.map +1 -1
- package/server/NewsArticleAssetSentiment.mjs +41 -1548
- package/server/Order.d.ts.map +1 -1
- package/server/Order.js.map +1 -1
- package/server/Order.mjs +65 -1550
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +58 -1908
- package/server/Session.d.ts.map +1 -1
- package/server/Session.js.map +1 -1
- package/server/Session.mjs +43 -1260
- package/server/StopLoss.d.ts.map +1 -1
- package/server/StopLoss.js.map +1 -1
- package/server/StopLoss.mjs +70 -1549
- package/server/TakeProfit.d.ts.map +1 -1
- package/server/TakeProfit.js.map +1 -1
- package/server/TakeProfit.mjs +70 -1549
- package/server/Trade.d.ts.map +1 -1
- package/server/Trade.js.map +1 -1
- package/server/Trade.mjs +16 -1694
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +41 -1260
- package/server/generated/typeStrings/Trade.d.ts +1 -1
- package/server/generated/typeStrings/Trade.d.ts.map +1 -1
- package/server/generated/typeStrings/Trade.js.map +1 -1
- package/server/generated/typeStrings/Trade.mjs +7 -5
- package/server/generated/typeStrings/index.d.ts +1 -1
- package/server/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.mjs +32 -27
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +1 -0
- package/server/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
- package/server/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.mjs +12 -0
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.mjs +25 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.mjs +47 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.mjs +70 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.mjs +46 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.mjs +69 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.mjs +5 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
package/server/User.mjs
CHANGED
@@ -38,9 +38,6 @@ export const User = {
|
|
38
38
|
stripeCurrentPeriodEnd
|
39
39
|
createdAt
|
40
40
|
updatedAt
|
41
|
-
users {
|
42
|
-
id
|
43
|
-
}
|
44
41
|
}
|
45
42
|
customerId
|
46
43
|
accounts {
|
@@ -58,18 +55,12 @@ export const User = {
|
|
58
55
|
session_state
|
59
56
|
createdAt
|
60
57
|
updatedAt
|
61
|
-
user {
|
62
|
-
id
|
63
|
-
}
|
64
58
|
}
|
65
59
|
sessions {
|
66
60
|
id
|
67
61
|
sessionToken
|
68
62
|
userId
|
69
63
|
expires
|
70
|
-
user {
|
71
|
-
id
|
72
|
-
}
|
73
64
|
createdAt
|
74
65
|
updatedAt
|
75
66
|
}
|
@@ -79,9 +70,6 @@ export const User = {
|
|
79
70
|
credentialID
|
80
71
|
publicKey
|
81
72
|
counter
|
82
|
-
user {
|
83
|
-
id
|
84
|
-
}
|
85
73
|
createdAt
|
86
74
|
updatedAt
|
87
75
|
}
|
@@ -95,9 +83,6 @@ export const User = {
|
|
95
83
|
marketOpen
|
96
84
|
minOrderSize
|
97
85
|
maxOrderSize
|
98
|
-
user {
|
99
|
-
id
|
100
|
-
}
|
101
86
|
userId
|
102
87
|
createdAt
|
103
88
|
updatedAt
|
@@ -108,6 +93,7 @@ export const User = {
|
|
108
93
|
qty
|
109
94
|
price
|
110
95
|
total
|
96
|
+
optionType
|
111
97
|
signal
|
112
98
|
strategy
|
113
99
|
analysis
|
@@ -116,9 +102,6 @@ export const User = {
|
|
116
102
|
createdAt
|
117
103
|
updatedAt
|
118
104
|
status
|
119
|
-
alpacaAccount {
|
120
|
-
id
|
121
|
-
}
|
122
105
|
asset {
|
123
106
|
id
|
124
107
|
symbol
|
@@ -178,9 +161,6 @@ export const User = {
|
|
178
161
|
buyPrice
|
179
162
|
createdAt
|
180
163
|
updatedAt
|
181
|
-
trades {
|
182
|
-
id
|
183
|
-
}
|
184
164
|
orders {
|
185
165
|
id
|
186
166
|
clientOrderId
|
@@ -201,9 +181,6 @@ export const User = {
|
|
201
181
|
createdAt
|
202
182
|
updatedAt
|
203
183
|
orderId
|
204
|
-
Order {
|
205
|
-
id
|
206
|
-
}
|
207
184
|
}
|
208
185
|
takeProfit {
|
209
186
|
id
|
@@ -212,9 +189,6 @@ export const User = {
|
|
212
189
|
createdAt
|
213
190
|
updatedAt
|
214
191
|
orderId
|
215
|
-
Order {
|
216
|
-
id
|
217
|
-
}
|
218
192
|
}
|
219
193
|
trailPrice
|
220
194
|
trailPercent
|
@@ -226,9 +200,6 @@ export const User = {
|
|
226
200
|
filledAt
|
227
201
|
filledAvgPrice
|
228
202
|
actionId
|
229
|
-
alpacaAccount {
|
230
|
-
id
|
231
|
-
}
|
232
203
|
action {
|
233
204
|
id
|
234
205
|
sequence
|
@@ -237,15 +208,6 @@ export const User = {
|
|
237
208
|
note
|
238
209
|
status
|
239
210
|
fee
|
240
|
-
trade {
|
241
|
-
id
|
242
|
-
}
|
243
|
-
order {
|
244
|
-
id
|
245
|
-
}
|
246
|
-
}
|
247
|
-
asset {
|
248
|
-
id
|
249
211
|
}
|
250
212
|
fee
|
251
213
|
strikePrice
|
@@ -257,9 +219,6 @@ export const User = {
|
|
257
219
|
positions {
|
258
220
|
id
|
259
221
|
assetId
|
260
|
-
asset {
|
261
|
-
id
|
262
|
-
}
|
263
222
|
averageEntryPrice
|
264
223
|
qty
|
265
224
|
qtyAvailable
|
@@ -273,9 +232,6 @@ export const User = {
|
|
273
232
|
lastTradePrice
|
274
233
|
changeToday
|
275
234
|
assetMarginable
|
276
|
-
alpacaAccount {
|
277
|
-
id
|
278
|
-
}
|
279
235
|
alpacaAccountId
|
280
236
|
}
|
281
237
|
newsMentions {
|
@@ -300,12 +256,6 @@ export const User = {
|
|
300
256
|
logo
|
301
257
|
createdAt
|
302
258
|
updatedAt
|
303
|
-
assets {
|
304
|
-
id
|
305
|
-
}
|
306
|
-
}
|
307
|
-
asset {
|
308
|
-
id
|
309
259
|
}
|
310
260
|
relevancyScore
|
311
261
|
sentimentScore
|
@@ -320,9 +270,6 @@ export const User = {
|
|
320
270
|
note
|
321
271
|
status
|
322
272
|
fee
|
323
|
-
trade {
|
324
|
-
id
|
325
|
-
}
|
326
273
|
order {
|
327
274
|
id
|
328
275
|
clientOrderId
|
@@ -343,9 +290,6 @@ export const User = {
|
|
343
290
|
createdAt
|
344
291
|
updatedAt
|
345
292
|
orderId
|
346
|
-
Order {
|
347
|
-
id
|
348
|
-
}
|
349
293
|
}
|
350
294
|
takeProfit {
|
351
295
|
id
|
@@ -354,9 +298,6 @@ export const User = {
|
|
354
298
|
createdAt
|
355
299
|
updatedAt
|
356
300
|
orderId
|
357
|
-
Order {
|
358
|
-
id
|
359
|
-
}
|
360
301
|
}
|
361
302
|
trailPrice
|
362
303
|
trailPercent
|
@@ -368,12 +309,6 @@ export const User = {
|
|
368
309
|
filledAt
|
369
310
|
filledAvgPrice
|
370
311
|
actionId
|
371
|
-
alpacaAccount {
|
372
|
-
id
|
373
|
-
}
|
374
|
-
action {
|
375
|
-
id
|
376
|
-
}
|
377
312
|
asset {
|
378
313
|
id
|
379
314
|
symbol
|
@@ -433,18 +368,9 @@ export const User = {
|
|
433
368
|
buyPrice
|
434
369
|
createdAt
|
435
370
|
updatedAt
|
436
|
-
trades {
|
437
|
-
id
|
438
|
-
}
|
439
|
-
orders {
|
440
|
-
id
|
441
|
-
}
|
442
371
|
positions {
|
443
372
|
id
|
444
373
|
assetId
|
445
|
-
asset {
|
446
|
-
id
|
447
|
-
}
|
448
374
|
averageEntryPrice
|
449
375
|
qty
|
450
376
|
qtyAvailable
|
@@ -458,9 +384,6 @@ export const User = {
|
|
458
384
|
lastTradePrice
|
459
385
|
changeToday
|
460
386
|
assetMarginable
|
461
|
-
alpacaAccount {
|
462
|
-
id
|
463
|
-
}
|
464
387
|
alpacaAccountId
|
465
388
|
}
|
466
389
|
newsMentions {
|
@@ -485,12 +408,6 @@ export const User = {
|
|
485
408
|
logo
|
486
409
|
createdAt
|
487
410
|
updatedAt
|
488
|
-
assets {
|
489
|
-
id
|
490
|
-
}
|
491
|
-
}
|
492
|
-
asset {
|
493
|
-
id
|
494
411
|
}
|
495
412
|
relevancyScore
|
496
413
|
sentimentScore
|
@@ -526,9 +443,6 @@ export const User = {
|
|
526
443
|
createdAt
|
527
444
|
updatedAt
|
528
445
|
orderId
|
529
|
-
Order {
|
530
|
-
id
|
531
|
-
}
|
532
446
|
}
|
533
447
|
takeProfit {
|
534
448
|
id
|
@@ -537,9 +451,6 @@ export const User = {
|
|
537
451
|
createdAt
|
538
452
|
updatedAt
|
539
453
|
orderId
|
540
|
-
Order {
|
541
|
-
id
|
542
|
-
}
|
543
454
|
}
|
544
455
|
trailPrice
|
545
456
|
trailPercent
|
@@ -551,9 +462,6 @@ export const User = {
|
|
551
462
|
filledAt
|
552
463
|
filledAvgPrice
|
553
464
|
actionId
|
554
|
-
alpacaAccount {
|
555
|
-
id
|
556
|
-
}
|
557
465
|
action {
|
558
466
|
id
|
559
467
|
sequence
|
@@ -569,6 +477,7 @@ export const User = {
|
|
569
477
|
qty
|
570
478
|
price
|
571
479
|
total
|
480
|
+
optionType
|
572
481
|
signal
|
573
482
|
strategy
|
574
483
|
analysis
|
@@ -577,9 +486,6 @@ export const User = {
|
|
577
486
|
createdAt
|
578
487
|
updatedAt
|
579
488
|
status
|
580
|
-
alpacaAccount {
|
581
|
-
id
|
582
|
-
}
|
583
489
|
asset {
|
584
490
|
id
|
585
491
|
symbol
|
@@ -639,18 +545,9 @@ export const User = {
|
|
639
545
|
buyPrice
|
640
546
|
createdAt
|
641
547
|
updatedAt
|
642
|
-
trades {
|
643
|
-
id
|
644
|
-
}
|
645
|
-
orders {
|
646
|
-
id
|
647
|
-
}
|
648
548
|
positions {
|
649
549
|
id
|
650
550
|
assetId
|
651
|
-
asset {
|
652
|
-
id
|
653
|
-
}
|
654
551
|
averageEntryPrice
|
655
552
|
qty
|
656
553
|
qtyAvailable
|
@@ -664,9 +561,6 @@ export const User = {
|
|
664
561
|
lastTradePrice
|
665
562
|
changeToday
|
666
563
|
assetMarginable
|
667
|
-
alpacaAccount {
|
668
|
-
id
|
669
|
-
}
|
670
564
|
alpacaAccountId
|
671
565
|
}
|
672
566
|
newsMentions {
|
@@ -691,24 +585,12 @@ export const User = {
|
|
691
585
|
logo
|
692
586
|
createdAt
|
693
587
|
updatedAt
|
694
|
-
assets {
|
695
|
-
id
|
696
|
-
}
|
697
|
-
}
|
698
|
-
asset {
|
699
|
-
id
|
700
588
|
}
|
701
589
|
relevancyScore
|
702
590
|
sentimentScore
|
703
591
|
sentimentLabel
|
704
592
|
}
|
705
593
|
}
|
706
|
-
actions {
|
707
|
-
id
|
708
|
-
}
|
709
|
-
}
|
710
|
-
order {
|
711
|
-
id
|
712
594
|
}
|
713
595
|
}
|
714
596
|
asset {
|
@@ -777,6 +659,7 @@ export const User = {
|
|
777
659
|
qty
|
778
660
|
price
|
779
661
|
total
|
662
|
+
optionType
|
780
663
|
signal
|
781
664
|
strategy
|
782
665
|
analysis
|
@@ -785,12 +668,6 @@ export const User = {
|
|
785
668
|
createdAt
|
786
669
|
updatedAt
|
787
670
|
status
|
788
|
-
alpacaAccount {
|
789
|
-
id
|
790
|
-
}
|
791
|
-
asset {
|
792
|
-
id
|
793
|
-
}
|
794
671
|
actions {
|
795
672
|
id
|
796
673
|
sequence
|
@@ -799,23 +676,11 @@ export const User = {
|
|
799
676
|
note
|
800
677
|
status
|
801
678
|
fee
|
802
|
-
trade {
|
803
|
-
id
|
804
|
-
}
|
805
|
-
order {
|
806
|
-
id
|
807
|
-
}
|
808
679
|
}
|
809
680
|
}
|
810
|
-
orders {
|
811
|
-
id
|
812
|
-
}
|
813
681
|
positions {
|
814
682
|
id
|
815
683
|
assetId
|
816
|
-
asset {
|
817
|
-
id
|
818
|
-
}
|
819
684
|
averageEntryPrice
|
820
685
|
qty
|
821
686
|
qtyAvailable
|
@@ -829,9 +694,6 @@ export const User = {
|
|
829
694
|
lastTradePrice
|
830
695
|
changeToday
|
831
696
|
assetMarginable
|
832
|
-
alpacaAccount {
|
833
|
-
id
|
834
|
-
}
|
835
697
|
alpacaAccountId
|
836
698
|
}
|
837
699
|
newsMentions {
|
@@ -856,12 +718,6 @@ export const User = {
|
|
856
718
|
logo
|
857
719
|
createdAt
|
858
720
|
updatedAt
|
859
|
-
assets {
|
860
|
-
id
|
861
|
-
}
|
862
|
-
}
|
863
|
-
asset {
|
864
|
-
id
|
865
721
|
}
|
866
722
|
relevancyScore
|
867
723
|
sentimentScore
|
@@ -944,6 +800,7 @@ export const User = {
|
|
944
800
|
qty
|
945
801
|
price
|
946
802
|
total
|
803
|
+
optionType
|
947
804
|
signal
|
948
805
|
strategy
|
949
806
|
analysis
|
@@ -952,12 +809,6 @@ export const User = {
|
|
952
809
|
createdAt
|
953
810
|
updatedAt
|
954
811
|
status
|
955
|
-
alpacaAccount {
|
956
|
-
id
|
957
|
-
}
|
958
|
-
asset {
|
959
|
-
id
|
960
|
-
}
|
961
812
|
actions {
|
962
813
|
id
|
963
814
|
sequence
|
@@ -966,9 +817,6 @@ export const User = {
|
|
966
817
|
note
|
967
818
|
status
|
968
819
|
fee
|
969
|
-
trade {
|
970
|
-
id
|
971
|
-
}
|
972
820
|
order {
|
973
821
|
id
|
974
822
|
clientOrderId
|
@@ -989,9 +837,6 @@ export const User = {
|
|
989
837
|
createdAt
|
990
838
|
updatedAt
|
991
839
|
orderId
|
992
|
-
Order {
|
993
|
-
id
|
994
|
-
}
|
995
840
|
}
|
996
841
|
takeProfit {
|
997
842
|
id
|
@@ -1000,9 +845,6 @@ export const User = {
|
|
1000
845
|
createdAt
|
1001
846
|
updatedAt
|
1002
847
|
orderId
|
1003
|
-
Order {
|
1004
|
-
id
|
1005
|
-
}
|
1006
848
|
}
|
1007
849
|
trailPrice
|
1008
850
|
trailPercent
|
@@ -1014,15 +856,6 @@ export const User = {
|
|
1014
856
|
filledAt
|
1015
857
|
filledAvgPrice
|
1016
858
|
actionId
|
1017
|
-
alpacaAccount {
|
1018
|
-
id
|
1019
|
-
}
|
1020
|
-
action {
|
1021
|
-
id
|
1022
|
-
}
|
1023
|
-
asset {
|
1024
|
-
id
|
1025
|
-
}
|
1026
859
|
fee
|
1027
860
|
strikePrice
|
1028
861
|
expirationDate
|
@@ -1052,9 +885,6 @@ export const User = {
|
|
1052
885
|
createdAt
|
1053
886
|
updatedAt
|
1054
887
|
orderId
|
1055
|
-
Order {
|
1056
|
-
id
|
1057
|
-
}
|
1058
888
|
}
|
1059
889
|
takeProfit {
|
1060
890
|
id
|
@@ -1063,9 +893,6 @@ export const User = {
|
|
1063
893
|
createdAt
|
1064
894
|
updatedAt
|
1065
895
|
orderId
|
1066
|
-
Order {
|
1067
|
-
id
|
1068
|
-
}
|
1069
896
|
}
|
1070
897
|
trailPrice
|
1071
898
|
trailPercent
|
@@ -1077,9 +904,6 @@ export const User = {
|
|
1077
904
|
filledAt
|
1078
905
|
filledAvgPrice
|
1079
906
|
actionId
|
1080
|
-
alpacaAccount {
|
1081
|
-
id
|
1082
|
-
}
|
1083
907
|
action {
|
1084
908
|
id
|
1085
909
|
sequence
|
@@ -1095,6 +919,7 @@ export const User = {
|
|
1095
919
|
qty
|
1096
920
|
price
|
1097
921
|
total
|
922
|
+
optionType
|
1098
923
|
signal
|
1099
924
|
strategy
|
1100
925
|
analysis
|
@@ -1103,23 +928,8 @@ export const User = {
|
|
1103
928
|
createdAt
|
1104
929
|
updatedAt
|
1105
930
|
status
|
1106
|
-
alpacaAccount {
|
1107
|
-
id
|
1108
|
-
}
|
1109
|
-
asset {
|
1110
|
-
id
|
1111
|
-
}
|
1112
|
-
actions {
|
1113
|
-
id
|
1114
|
-
}
|
1115
|
-
}
|
1116
|
-
order {
|
1117
|
-
id
|
1118
931
|
}
|
1119
932
|
}
|
1120
|
-
asset {
|
1121
|
-
id
|
1122
|
-
}
|
1123
933
|
fee
|
1124
934
|
strikePrice
|
1125
935
|
expirationDate
|
@@ -1127,9 +937,6 @@ export const User = {
|
|
1127
937
|
stopLossId
|
1128
938
|
takeProfitId
|
1129
939
|
}
|
1130
|
-
positions {
|
1131
|
-
id
|
1132
|
-
}
|
1133
940
|
newsMentions {
|
1134
941
|
id
|
1135
942
|
assetId
|
@@ -1152,12 +959,6 @@ export const User = {
|
|
1152
959
|
logo
|
1153
960
|
createdAt
|
1154
961
|
updatedAt
|
1155
|
-
assets {
|
1156
|
-
id
|
1157
|
-
}
|
1158
|
-
}
|
1159
|
-
asset {
|
1160
|
-
id
|
1161
962
|
}
|
1162
963
|
relevancyScore
|
1163
964
|
sentimentScore
|
@@ -1177,9 +978,6 @@ export const User = {
|
|
1177
978
|
lastTradePrice
|
1178
979
|
changeToday
|
1179
980
|
assetMarginable
|
1180
|
-
alpacaAccount {
|
1181
|
-
id
|
1182
|
-
}
|
1183
981
|
alpacaAccountId
|
1184
982
|
}
|
1185
983
|
alerts {
|
@@ -1190,9 +988,6 @@ export const User = {
|
|
1190
988
|
isRead
|
1191
989
|
createdAt
|
1192
990
|
updatedAt
|
1193
|
-
alpacaAccount {
|
1194
|
-
id
|
1195
|
-
}
|
1196
991
|
}
|
1197
992
|
}
|
1198
993
|
}
|
@@ -1322,6 +1117,7 @@ export const User = {
|
|
1322
1117
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1323
1118
|
price: item.price !== undefined ? item.price : undefined,
|
1324
1119
|
total: item.total !== undefined ? item.total : undefined,
|
1120
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1325
1121
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1326
1122
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1327
1123
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1792,9 +1588,6 @@ export const User = {
|
|
1792
1588
|
stripeCurrentPeriodEnd
|
1793
1589
|
createdAt
|
1794
1590
|
updatedAt
|
1795
|
-
users {
|
1796
|
-
id
|
1797
|
-
}
|
1798
1591
|
}
|
1799
1592
|
customerId
|
1800
1593
|
accounts {
|
@@ -1812,18 +1605,12 @@ export const User = {
|
|
1812
1605
|
session_state
|
1813
1606
|
createdAt
|
1814
1607
|
updatedAt
|
1815
|
-
user {
|
1816
|
-
id
|
1817
|
-
}
|
1818
1608
|
}
|
1819
1609
|
sessions {
|
1820
1610
|
id
|
1821
1611
|
sessionToken
|
1822
1612
|
userId
|
1823
1613
|
expires
|
1824
|
-
user {
|
1825
|
-
id
|
1826
|
-
}
|
1827
1614
|
createdAt
|
1828
1615
|
updatedAt
|
1829
1616
|
}
|
@@ -1833,9 +1620,6 @@ export const User = {
|
|
1833
1620
|
credentialID
|
1834
1621
|
publicKey
|
1835
1622
|
counter
|
1836
|
-
user {
|
1837
|
-
id
|
1838
|
-
}
|
1839
1623
|
createdAt
|
1840
1624
|
updatedAt
|
1841
1625
|
}
|
@@ -1849,9 +1633,6 @@ export const User = {
|
|
1849
1633
|
marketOpen
|
1850
1634
|
minOrderSize
|
1851
1635
|
maxOrderSize
|
1852
|
-
user {
|
1853
|
-
id
|
1854
|
-
}
|
1855
1636
|
userId
|
1856
1637
|
createdAt
|
1857
1638
|
updatedAt
|
@@ -1862,6 +1643,7 @@ export const User = {
|
|
1862
1643
|
qty
|
1863
1644
|
price
|
1864
1645
|
total
|
1646
|
+
optionType
|
1865
1647
|
signal
|
1866
1648
|
strategy
|
1867
1649
|
analysis
|
@@ -1870,9 +1652,6 @@ export const User = {
|
|
1870
1652
|
createdAt
|
1871
1653
|
updatedAt
|
1872
1654
|
status
|
1873
|
-
alpacaAccount {
|
1874
|
-
id
|
1875
|
-
}
|
1876
1655
|
asset {
|
1877
1656
|
id
|
1878
1657
|
symbol
|
@@ -1932,9 +1711,6 @@ export const User = {
|
|
1932
1711
|
buyPrice
|
1933
1712
|
createdAt
|
1934
1713
|
updatedAt
|
1935
|
-
trades {
|
1936
|
-
id
|
1937
|
-
}
|
1938
1714
|
orders {
|
1939
1715
|
id
|
1940
1716
|
clientOrderId
|
@@ -1955,9 +1731,6 @@ export const User = {
|
|
1955
1731
|
createdAt
|
1956
1732
|
updatedAt
|
1957
1733
|
orderId
|
1958
|
-
Order {
|
1959
|
-
id
|
1960
|
-
}
|
1961
1734
|
}
|
1962
1735
|
takeProfit {
|
1963
1736
|
id
|
@@ -1966,9 +1739,6 @@ export const User = {
|
|
1966
1739
|
createdAt
|
1967
1740
|
updatedAt
|
1968
1741
|
orderId
|
1969
|
-
Order {
|
1970
|
-
id
|
1971
|
-
}
|
1972
1742
|
}
|
1973
1743
|
trailPrice
|
1974
1744
|
trailPercent
|
@@ -1980,9 +1750,6 @@ export const User = {
|
|
1980
1750
|
filledAt
|
1981
1751
|
filledAvgPrice
|
1982
1752
|
actionId
|
1983
|
-
alpacaAccount {
|
1984
|
-
id
|
1985
|
-
}
|
1986
1753
|
action {
|
1987
1754
|
id
|
1988
1755
|
sequence
|
@@ -1991,15 +1758,6 @@ export const User = {
|
|
1991
1758
|
note
|
1992
1759
|
status
|
1993
1760
|
fee
|
1994
|
-
trade {
|
1995
|
-
id
|
1996
|
-
}
|
1997
|
-
order {
|
1998
|
-
id
|
1999
|
-
}
|
2000
|
-
}
|
2001
|
-
asset {
|
2002
|
-
id
|
2003
1761
|
}
|
2004
1762
|
fee
|
2005
1763
|
strikePrice
|
@@ -2011,9 +1769,6 @@ export const User = {
|
|
2011
1769
|
positions {
|
2012
1770
|
id
|
2013
1771
|
assetId
|
2014
|
-
asset {
|
2015
|
-
id
|
2016
|
-
}
|
2017
1772
|
averageEntryPrice
|
2018
1773
|
qty
|
2019
1774
|
qtyAvailable
|
@@ -2027,9 +1782,6 @@ export const User = {
|
|
2027
1782
|
lastTradePrice
|
2028
1783
|
changeToday
|
2029
1784
|
assetMarginable
|
2030
|
-
alpacaAccount {
|
2031
|
-
id
|
2032
|
-
}
|
2033
1785
|
alpacaAccountId
|
2034
1786
|
}
|
2035
1787
|
newsMentions {
|
@@ -2054,12 +1806,6 @@ export const User = {
|
|
2054
1806
|
logo
|
2055
1807
|
createdAt
|
2056
1808
|
updatedAt
|
2057
|
-
assets {
|
2058
|
-
id
|
2059
|
-
}
|
2060
|
-
}
|
2061
|
-
asset {
|
2062
|
-
id
|
2063
1809
|
}
|
2064
1810
|
relevancyScore
|
2065
1811
|
sentimentScore
|
@@ -2074,9 +1820,6 @@ export const User = {
|
|
2074
1820
|
note
|
2075
1821
|
status
|
2076
1822
|
fee
|
2077
|
-
trade {
|
2078
|
-
id
|
2079
|
-
}
|
2080
1823
|
order {
|
2081
1824
|
id
|
2082
1825
|
clientOrderId
|
@@ -2097,9 +1840,6 @@ export const User = {
|
|
2097
1840
|
createdAt
|
2098
1841
|
updatedAt
|
2099
1842
|
orderId
|
2100
|
-
Order {
|
2101
|
-
id
|
2102
|
-
}
|
2103
1843
|
}
|
2104
1844
|
takeProfit {
|
2105
1845
|
id
|
@@ -2108,9 +1848,6 @@ export const User = {
|
|
2108
1848
|
createdAt
|
2109
1849
|
updatedAt
|
2110
1850
|
orderId
|
2111
|
-
Order {
|
2112
|
-
id
|
2113
|
-
}
|
2114
1851
|
}
|
2115
1852
|
trailPrice
|
2116
1853
|
trailPercent
|
@@ -2122,12 +1859,6 @@ export const User = {
|
|
2122
1859
|
filledAt
|
2123
1860
|
filledAvgPrice
|
2124
1861
|
actionId
|
2125
|
-
alpacaAccount {
|
2126
|
-
id
|
2127
|
-
}
|
2128
|
-
action {
|
2129
|
-
id
|
2130
|
-
}
|
2131
1862
|
asset {
|
2132
1863
|
id
|
2133
1864
|
symbol
|
@@ -2187,18 +1918,9 @@ export const User = {
|
|
2187
1918
|
buyPrice
|
2188
1919
|
createdAt
|
2189
1920
|
updatedAt
|
2190
|
-
trades {
|
2191
|
-
id
|
2192
|
-
}
|
2193
|
-
orders {
|
2194
|
-
id
|
2195
|
-
}
|
2196
1921
|
positions {
|
2197
1922
|
id
|
2198
1923
|
assetId
|
2199
|
-
asset {
|
2200
|
-
id
|
2201
|
-
}
|
2202
1924
|
averageEntryPrice
|
2203
1925
|
qty
|
2204
1926
|
qtyAvailable
|
@@ -2212,9 +1934,6 @@ export const User = {
|
|
2212
1934
|
lastTradePrice
|
2213
1935
|
changeToday
|
2214
1936
|
assetMarginable
|
2215
|
-
alpacaAccount {
|
2216
|
-
id
|
2217
|
-
}
|
2218
1937
|
alpacaAccountId
|
2219
1938
|
}
|
2220
1939
|
newsMentions {
|
@@ -2239,12 +1958,6 @@ export const User = {
|
|
2239
1958
|
logo
|
2240
1959
|
createdAt
|
2241
1960
|
updatedAt
|
2242
|
-
assets {
|
2243
|
-
id
|
2244
|
-
}
|
2245
|
-
}
|
2246
|
-
asset {
|
2247
|
-
id
|
2248
1961
|
}
|
2249
1962
|
relevancyScore
|
2250
1963
|
sentimentScore
|
@@ -2280,9 +1993,6 @@ export const User = {
|
|
2280
1993
|
createdAt
|
2281
1994
|
updatedAt
|
2282
1995
|
orderId
|
2283
|
-
Order {
|
2284
|
-
id
|
2285
|
-
}
|
2286
1996
|
}
|
2287
1997
|
takeProfit {
|
2288
1998
|
id
|
@@ -2291,9 +2001,6 @@ export const User = {
|
|
2291
2001
|
createdAt
|
2292
2002
|
updatedAt
|
2293
2003
|
orderId
|
2294
|
-
Order {
|
2295
|
-
id
|
2296
|
-
}
|
2297
2004
|
}
|
2298
2005
|
trailPrice
|
2299
2006
|
trailPercent
|
@@ -2305,9 +2012,6 @@ export const User = {
|
|
2305
2012
|
filledAt
|
2306
2013
|
filledAvgPrice
|
2307
2014
|
actionId
|
2308
|
-
alpacaAccount {
|
2309
|
-
id
|
2310
|
-
}
|
2311
2015
|
action {
|
2312
2016
|
id
|
2313
2017
|
sequence
|
@@ -2323,6 +2027,7 @@ export const User = {
|
|
2323
2027
|
qty
|
2324
2028
|
price
|
2325
2029
|
total
|
2030
|
+
optionType
|
2326
2031
|
signal
|
2327
2032
|
strategy
|
2328
2033
|
analysis
|
@@ -2331,9 +2036,6 @@ export const User = {
|
|
2331
2036
|
createdAt
|
2332
2037
|
updatedAt
|
2333
2038
|
status
|
2334
|
-
alpacaAccount {
|
2335
|
-
id
|
2336
|
-
}
|
2337
2039
|
asset {
|
2338
2040
|
id
|
2339
2041
|
symbol
|
@@ -2393,18 +2095,9 @@ export const User = {
|
|
2393
2095
|
buyPrice
|
2394
2096
|
createdAt
|
2395
2097
|
updatedAt
|
2396
|
-
trades {
|
2397
|
-
id
|
2398
|
-
}
|
2399
|
-
orders {
|
2400
|
-
id
|
2401
|
-
}
|
2402
2098
|
positions {
|
2403
2099
|
id
|
2404
2100
|
assetId
|
2405
|
-
asset {
|
2406
|
-
id
|
2407
|
-
}
|
2408
2101
|
averageEntryPrice
|
2409
2102
|
qty
|
2410
2103
|
qtyAvailable
|
@@ -2418,9 +2111,6 @@ export const User = {
|
|
2418
2111
|
lastTradePrice
|
2419
2112
|
changeToday
|
2420
2113
|
assetMarginable
|
2421
|
-
alpacaAccount {
|
2422
|
-
id
|
2423
|
-
}
|
2424
2114
|
alpacaAccountId
|
2425
2115
|
}
|
2426
2116
|
newsMentions {
|
@@ -2445,24 +2135,12 @@ export const User = {
|
|
2445
2135
|
logo
|
2446
2136
|
createdAt
|
2447
2137
|
updatedAt
|
2448
|
-
assets {
|
2449
|
-
id
|
2450
|
-
}
|
2451
|
-
}
|
2452
|
-
asset {
|
2453
|
-
id
|
2454
2138
|
}
|
2455
2139
|
relevancyScore
|
2456
2140
|
sentimentScore
|
2457
2141
|
sentimentLabel
|
2458
2142
|
}
|
2459
2143
|
}
|
2460
|
-
actions {
|
2461
|
-
id
|
2462
|
-
}
|
2463
|
-
}
|
2464
|
-
order {
|
2465
|
-
id
|
2466
2144
|
}
|
2467
2145
|
}
|
2468
2146
|
asset {
|
@@ -2531,6 +2209,7 @@ export const User = {
|
|
2531
2209
|
qty
|
2532
2210
|
price
|
2533
2211
|
total
|
2212
|
+
optionType
|
2534
2213
|
signal
|
2535
2214
|
strategy
|
2536
2215
|
analysis
|
@@ -2539,12 +2218,6 @@ export const User = {
|
|
2539
2218
|
createdAt
|
2540
2219
|
updatedAt
|
2541
2220
|
status
|
2542
|
-
alpacaAccount {
|
2543
|
-
id
|
2544
|
-
}
|
2545
|
-
asset {
|
2546
|
-
id
|
2547
|
-
}
|
2548
2221
|
actions {
|
2549
2222
|
id
|
2550
2223
|
sequence
|
@@ -2553,23 +2226,11 @@ export const User = {
|
|
2553
2226
|
note
|
2554
2227
|
status
|
2555
2228
|
fee
|
2556
|
-
trade {
|
2557
|
-
id
|
2558
|
-
}
|
2559
|
-
order {
|
2560
|
-
id
|
2561
|
-
}
|
2562
2229
|
}
|
2563
2230
|
}
|
2564
|
-
orders {
|
2565
|
-
id
|
2566
|
-
}
|
2567
2231
|
positions {
|
2568
2232
|
id
|
2569
2233
|
assetId
|
2570
|
-
asset {
|
2571
|
-
id
|
2572
|
-
}
|
2573
2234
|
averageEntryPrice
|
2574
2235
|
qty
|
2575
2236
|
qtyAvailable
|
@@ -2583,9 +2244,6 @@ export const User = {
|
|
2583
2244
|
lastTradePrice
|
2584
2245
|
changeToday
|
2585
2246
|
assetMarginable
|
2586
|
-
alpacaAccount {
|
2587
|
-
id
|
2588
|
-
}
|
2589
2247
|
alpacaAccountId
|
2590
2248
|
}
|
2591
2249
|
newsMentions {
|
@@ -2610,12 +2268,6 @@ export const User = {
|
|
2610
2268
|
logo
|
2611
2269
|
createdAt
|
2612
2270
|
updatedAt
|
2613
|
-
assets {
|
2614
|
-
id
|
2615
|
-
}
|
2616
|
-
}
|
2617
|
-
asset {
|
2618
|
-
id
|
2619
2271
|
}
|
2620
2272
|
relevancyScore
|
2621
2273
|
sentimentScore
|
@@ -2698,6 +2350,7 @@ export const User = {
|
|
2698
2350
|
qty
|
2699
2351
|
price
|
2700
2352
|
total
|
2353
|
+
optionType
|
2701
2354
|
signal
|
2702
2355
|
strategy
|
2703
2356
|
analysis
|
@@ -2706,12 +2359,6 @@ export const User = {
|
|
2706
2359
|
createdAt
|
2707
2360
|
updatedAt
|
2708
2361
|
status
|
2709
|
-
alpacaAccount {
|
2710
|
-
id
|
2711
|
-
}
|
2712
|
-
asset {
|
2713
|
-
id
|
2714
|
-
}
|
2715
2362
|
actions {
|
2716
2363
|
id
|
2717
2364
|
sequence
|
@@ -2720,9 +2367,6 @@ export const User = {
|
|
2720
2367
|
note
|
2721
2368
|
status
|
2722
2369
|
fee
|
2723
|
-
trade {
|
2724
|
-
id
|
2725
|
-
}
|
2726
2370
|
order {
|
2727
2371
|
id
|
2728
2372
|
clientOrderId
|
@@ -2743,9 +2387,6 @@ export const User = {
|
|
2743
2387
|
createdAt
|
2744
2388
|
updatedAt
|
2745
2389
|
orderId
|
2746
|
-
Order {
|
2747
|
-
id
|
2748
|
-
}
|
2749
2390
|
}
|
2750
2391
|
takeProfit {
|
2751
2392
|
id
|
@@ -2754,9 +2395,6 @@ export const User = {
|
|
2754
2395
|
createdAt
|
2755
2396
|
updatedAt
|
2756
2397
|
orderId
|
2757
|
-
Order {
|
2758
|
-
id
|
2759
|
-
}
|
2760
2398
|
}
|
2761
2399
|
trailPrice
|
2762
2400
|
trailPercent
|
@@ -2768,15 +2406,6 @@ export const User = {
|
|
2768
2406
|
filledAt
|
2769
2407
|
filledAvgPrice
|
2770
2408
|
actionId
|
2771
|
-
alpacaAccount {
|
2772
|
-
id
|
2773
|
-
}
|
2774
|
-
action {
|
2775
|
-
id
|
2776
|
-
}
|
2777
|
-
asset {
|
2778
|
-
id
|
2779
|
-
}
|
2780
2409
|
fee
|
2781
2410
|
strikePrice
|
2782
2411
|
expirationDate
|
@@ -2806,9 +2435,6 @@ export const User = {
|
|
2806
2435
|
createdAt
|
2807
2436
|
updatedAt
|
2808
2437
|
orderId
|
2809
|
-
Order {
|
2810
|
-
id
|
2811
|
-
}
|
2812
2438
|
}
|
2813
2439
|
takeProfit {
|
2814
2440
|
id
|
@@ -2817,9 +2443,6 @@ export const User = {
|
|
2817
2443
|
createdAt
|
2818
2444
|
updatedAt
|
2819
2445
|
orderId
|
2820
|
-
Order {
|
2821
|
-
id
|
2822
|
-
}
|
2823
2446
|
}
|
2824
2447
|
trailPrice
|
2825
2448
|
trailPercent
|
@@ -2831,9 +2454,6 @@ export const User = {
|
|
2831
2454
|
filledAt
|
2832
2455
|
filledAvgPrice
|
2833
2456
|
actionId
|
2834
|
-
alpacaAccount {
|
2835
|
-
id
|
2836
|
-
}
|
2837
2457
|
action {
|
2838
2458
|
id
|
2839
2459
|
sequence
|
@@ -2849,6 +2469,7 @@ export const User = {
|
|
2849
2469
|
qty
|
2850
2470
|
price
|
2851
2471
|
total
|
2472
|
+
optionType
|
2852
2473
|
signal
|
2853
2474
|
strategy
|
2854
2475
|
analysis
|
@@ -2857,23 +2478,8 @@ export const User = {
|
|
2857
2478
|
createdAt
|
2858
2479
|
updatedAt
|
2859
2480
|
status
|
2860
|
-
alpacaAccount {
|
2861
|
-
id
|
2862
|
-
}
|
2863
|
-
asset {
|
2864
|
-
id
|
2865
|
-
}
|
2866
|
-
actions {
|
2867
|
-
id
|
2868
|
-
}
|
2869
|
-
}
|
2870
|
-
order {
|
2871
|
-
id
|
2872
2481
|
}
|
2873
2482
|
}
|
2874
|
-
asset {
|
2875
|
-
id
|
2876
|
-
}
|
2877
2483
|
fee
|
2878
2484
|
strikePrice
|
2879
2485
|
expirationDate
|
@@ -2881,9 +2487,6 @@ export const User = {
|
|
2881
2487
|
stopLossId
|
2882
2488
|
takeProfitId
|
2883
2489
|
}
|
2884
|
-
positions {
|
2885
|
-
id
|
2886
|
-
}
|
2887
2490
|
newsMentions {
|
2888
2491
|
id
|
2889
2492
|
assetId
|
@@ -2906,12 +2509,6 @@ export const User = {
|
|
2906
2509
|
logo
|
2907
2510
|
createdAt
|
2908
2511
|
updatedAt
|
2909
|
-
assets {
|
2910
|
-
id
|
2911
|
-
}
|
2912
|
-
}
|
2913
|
-
asset {
|
2914
|
-
id
|
2915
2512
|
}
|
2916
2513
|
relevancyScore
|
2917
2514
|
sentimentScore
|
@@ -2931,9 +2528,6 @@ export const User = {
|
|
2931
2528
|
lastTradePrice
|
2932
2529
|
changeToday
|
2933
2530
|
assetMarginable
|
2934
|
-
alpacaAccount {
|
2935
|
-
id
|
2936
|
-
}
|
2937
2531
|
alpacaAccountId
|
2938
2532
|
}
|
2939
2533
|
alerts {
|
@@ -2944,9 +2538,6 @@ export const User = {
|
|
2944
2538
|
isRead
|
2945
2539
|
createdAt
|
2946
2540
|
updatedAt
|
2947
|
-
alpacaAccount {
|
2948
|
-
id
|
2949
|
-
}
|
2950
2541
|
}
|
2951
2542
|
}
|
2952
2543
|
}
|
@@ -3190,6 +2781,9 @@ export const User = {
|
|
3190
2781
|
total: item.total !== undefined ? {
|
3191
2782
|
set: item.total
|
3192
2783
|
} : undefined,
|
2784
|
+
optionType: item.optionType !== undefined ? {
|
2785
|
+
set: item.optionType
|
2786
|
+
} : undefined,
|
3193
2787
|
signal: item.signal !== undefined ? {
|
3194
2788
|
set: item.signal
|
3195
2789
|
} : undefined,
|
@@ -3489,6 +3083,7 @@ export const User = {
|
|
3489
3083
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3490
3084
|
price: item.price !== undefined ? item.price : undefined,
|
3491
3085
|
total: item.total !== undefined ? item.total : undefined,
|
3086
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3492
3087
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3493
3088
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3494
3089
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4566,6 +4161,7 @@ export const User = {
|
|
4566
4161
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4567
4162
|
price: item.price !== undefined ? item.price : undefined,
|
4568
4163
|
total: item.total !== undefined ? item.total : undefined,
|
4164
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4569
4165
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4570
4166
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4571
4167
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5212,6 +4808,9 @@ export const User = {
|
|
5212
4808
|
total: item.total !== undefined ? {
|
5213
4809
|
set: item.total
|
5214
4810
|
} : undefined,
|
4811
|
+
optionType: item.optionType !== undefined ? {
|
4812
|
+
set: item.optionType
|
4813
|
+
} : undefined,
|
5215
4814
|
signal: item.signal !== undefined ? {
|
5216
4815
|
set: item.signal
|
5217
4816
|
} : undefined,
|
@@ -5511,6 +5110,7 @@ export const User = {
|
|
5511
5110
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5512
5111
|
price: item.price !== undefined ? item.price : undefined,
|
5513
5112
|
total: item.total !== undefined ? item.total : undefined,
|
5113
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5514
5114
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5515
5115
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5516
5116
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -6588,6 +6188,7 @@ export const User = {
|
|
6588
6188
|
qty: item.qty !== undefined ? item.qty : undefined,
|
6589
6189
|
price: item.price !== undefined ? item.price : undefined,
|
6590
6190
|
total: item.total !== undefined ? item.total : undefined,
|
6191
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
6591
6192
|
signal: item.signal !== undefined ? item.signal : undefined,
|
6592
6193
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
6593
6194
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -7014,9 +6615,6 @@ export const User = {
|
|
7014
6615
|
stripeCurrentPeriodEnd
|
7015
6616
|
createdAt
|
7016
6617
|
updatedAt
|
7017
|
-
users {
|
7018
|
-
id
|
7019
|
-
}
|
7020
6618
|
}
|
7021
6619
|
customerId
|
7022
6620
|
accounts {
|
@@ -7034,18 +6632,12 @@ export const User = {
|
|
7034
6632
|
session_state
|
7035
6633
|
createdAt
|
7036
6634
|
updatedAt
|
7037
|
-
user {
|
7038
|
-
id
|
7039
|
-
}
|
7040
6635
|
}
|
7041
6636
|
sessions {
|
7042
6637
|
id
|
7043
6638
|
sessionToken
|
7044
6639
|
userId
|
7045
6640
|
expires
|
7046
|
-
user {
|
7047
|
-
id
|
7048
|
-
}
|
7049
6641
|
createdAt
|
7050
6642
|
updatedAt
|
7051
6643
|
}
|
@@ -7055,9 +6647,6 @@ export const User = {
|
|
7055
6647
|
credentialID
|
7056
6648
|
publicKey
|
7057
6649
|
counter
|
7058
|
-
user {
|
7059
|
-
id
|
7060
|
-
}
|
7061
6650
|
createdAt
|
7062
6651
|
updatedAt
|
7063
6652
|
}
|
@@ -7071,9 +6660,6 @@ export const User = {
|
|
7071
6660
|
marketOpen
|
7072
6661
|
minOrderSize
|
7073
6662
|
maxOrderSize
|
7074
|
-
user {
|
7075
|
-
id
|
7076
|
-
}
|
7077
6663
|
userId
|
7078
6664
|
createdAt
|
7079
6665
|
updatedAt
|
@@ -7084,6 +6670,7 @@ export const User = {
|
|
7084
6670
|
qty
|
7085
6671
|
price
|
7086
6672
|
total
|
6673
|
+
optionType
|
7087
6674
|
signal
|
7088
6675
|
strategy
|
7089
6676
|
analysis
|
@@ -7092,9 +6679,6 @@ export const User = {
|
|
7092
6679
|
createdAt
|
7093
6680
|
updatedAt
|
7094
6681
|
status
|
7095
|
-
alpacaAccount {
|
7096
|
-
id
|
7097
|
-
}
|
7098
6682
|
asset {
|
7099
6683
|
id
|
7100
6684
|
symbol
|
@@ -7154,9 +6738,6 @@ export const User = {
|
|
7154
6738
|
buyPrice
|
7155
6739
|
createdAt
|
7156
6740
|
updatedAt
|
7157
|
-
trades {
|
7158
|
-
id
|
7159
|
-
}
|
7160
6741
|
orders {
|
7161
6742
|
id
|
7162
6743
|
clientOrderId
|
@@ -7177,9 +6758,6 @@ export const User = {
|
|
7177
6758
|
createdAt
|
7178
6759
|
updatedAt
|
7179
6760
|
orderId
|
7180
|
-
Order {
|
7181
|
-
id
|
7182
|
-
}
|
7183
6761
|
}
|
7184
6762
|
takeProfit {
|
7185
6763
|
id
|
@@ -7188,9 +6766,6 @@ export const User = {
|
|
7188
6766
|
createdAt
|
7189
6767
|
updatedAt
|
7190
6768
|
orderId
|
7191
|
-
Order {
|
7192
|
-
id
|
7193
|
-
}
|
7194
6769
|
}
|
7195
6770
|
trailPrice
|
7196
6771
|
trailPercent
|
@@ -7202,9 +6777,6 @@ export const User = {
|
|
7202
6777
|
filledAt
|
7203
6778
|
filledAvgPrice
|
7204
6779
|
actionId
|
7205
|
-
alpacaAccount {
|
7206
|
-
id
|
7207
|
-
}
|
7208
6780
|
action {
|
7209
6781
|
id
|
7210
6782
|
sequence
|
@@ -7213,15 +6785,6 @@ export const User = {
|
|
7213
6785
|
note
|
7214
6786
|
status
|
7215
6787
|
fee
|
7216
|
-
trade {
|
7217
|
-
id
|
7218
|
-
}
|
7219
|
-
order {
|
7220
|
-
id
|
7221
|
-
}
|
7222
|
-
}
|
7223
|
-
asset {
|
7224
|
-
id
|
7225
6788
|
}
|
7226
6789
|
fee
|
7227
6790
|
strikePrice
|
@@ -7233,9 +6796,6 @@ export const User = {
|
|
7233
6796
|
positions {
|
7234
6797
|
id
|
7235
6798
|
assetId
|
7236
|
-
asset {
|
7237
|
-
id
|
7238
|
-
}
|
7239
6799
|
averageEntryPrice
|
7240
6800
|
qty
|
7241
6801
|
qtyAvailable
|
@@ -7249,9 +6809,6 @@ export const User = {
|
|
7249
6809
|
lastTradePrice
|
7250
6810
|
changeToday
|
7251
6811
|
assetMarginable
|
7252
|
-
alpacaAccount {
|
7253
|
-
id
|
7254
|
-
}
|
7255
6812
|
alpacaAccountId
|
7256
6813
|
}
|
7257
6814
|
newsMentions {
|
@@ -7276,12 +6833,6 @@ export const User = {
|
|
7276
6833
|
logo
|
7277
6834
|
createdAt
|
7278
6835
|
updatedAt
|
7279
|
-
assets {
|
7280
|
-
id
|
7281
|
-
}
|
7282
|
-
}
|
7283
|
-
asset {
|
7284
|
-
id
|
7285
6836
|
}
|
7286
6837
|
relevancyScore
|
7287
6838
|
sentimentScore
|
@@ -7296,9 +6847,6 @@ export const User = {
|
|
7296
6847
|
note
|
7297
6848
|
status
|
7298
6849
|
fee
|
7299
|
-
trade {
|
7300
|
-
id
|
7301
|
-
}
|
7302
6850
|
order {
|
7303
6851
|
id
|
7304
6852
|
clientOrderId
|
@@ -7319,9 +6867,6 @@ export const User = {
|
|
7319
6867
|
createdAt
|
7320
6868
|
updatedAt
|
7321
6869
|
orderId
|
7322
|
-
Order {
|
7323
|
-
id
|
7324
|
-
}
|
7325
6870
|
}
|
7326
6871
|
takeProfit {
|
7327
6872
|
id
|
@@ -7330,9 +6875,6 @@ export const User = {
|
|
7330
6875
|
createdAt
|
7331
6876
|
updatedAt
|
7332
6877
|
orderId
|
7333
|
-
Order {
|
7334
|
-
id
|
7335
|
-
}
|
7336
6878
|
}
|
7337
6879
|
trailPrice
|
7338
6880
|
trailPercent
|
@@ -7344,12 +6886,6 @@ export const User = {
|
|
7344
6886
|
filledAt
|
7345
6887
|
filledAvgPrice
|
7346
6888
|
actionId
|
7347
|
-
alpacaAccount {
|
7348
|
-
id
|
7349
|
-
}
|
7350
|
-
action {
|
7351
|
-
id
|
7352
|
-
}
|
7353
6889
|
asset {
|
7354
6890
|
id
|
7355
6891
|
symbol
|
@@ -7409,18 +6945,9 @@ export const User = {
|
|
7409
6945
|
buyPrice
|
7410
6946
|
createdAt
|
7411
6947
|
updatedAt
|
7412
|
-
trades {
|
7413
|
-
id
|
7414
|
-
}
|
7415
|
-
orders {
|
7416
|
-
id
|
7417
|
-
}
|
7418
6948
|
positions {
|
7419
6949
|
id
|
7420
6950
|
assetId
|
7421
|
-
asset {
|
7422
|
-
id
|
7423
|
-
}
|
7424
6951
|
averageEntryPrice
|
7425
6952
|
qty
|
7426
6953
|
qtyAvailable
|
@@ -7434,9 +6961,6 @@ export const User = {
|
|
7434
6961
|
lastTradePrice
|
7435
6962
|
changeToday
|
7436
6963
|
assetMarginable
|
7437
|
-
alpacaAccount {
|
7438
|
-
id
|
7439
|
-
}
|
7440
6964
|
alpacaAccountId
|
7441
6965
|
}
|
7442
6966
|
newsMentions {
|
@@ -7461,12 +6985,6 @@ export const User = {
|
|
7461
6985
|
logo
|
7462
6986
|
createdAt
|
7463
6987
|
updatedAt
|
7464
|
-
assets {
|
7465
|
-
id
|
7466
|
-
}
|
7467
|
-
}
|
7468
|
-
asset {
|
7469
|
-
id
|
7470
6988
|
}
|
7471
6989
|
relevancyScore
|
7472
6990
|
sentimentScore
|
@@ -7502,9 +7020,6 @@ export const User = {
|
|
7502
7020
|
createdAt
|
7503
7021
|
updatedAt
|
7504
7022
|
orderId
|
7505
|
-
Order {
|
7506
|
-
id
|
7507
|
-
}
|
7508
7023
|
}
|
7509
7024
|
takeProfit {
|
7510
7025
|
id
|
@@ -7513,9 +7028,6 @@ export const User = {
|
|
7513
7028
|
createdAt
|
7514
7029
|
updatedAt
|
7515
7030
|
orderId
|
7516
|
-
Order {
|
7517
|
-
id
|
7518
|
-
}
|
7519
7031
|
}
|
7520
7032
|
trailPrice
|
7521
7033
|
trailPercent
|
@@ -7527,9 +7039,6 @@ export const User = {
|
|
7527
7039
|
filledAt
|
7528
7040
|
filledAvgPrice
|
7529
7041
|
actionId
|
7530
|
-
alpacaAccount {
|
7531
|
-
id
|
7532
|
-
}
|
7533
7042
|
action {
|
7534
7043
|
id
|
7535
7044
|
sequence
|
@@ -7545,6 +7054,7 @@ export const User = {
|
|
7545
7054
|
qty
|
7546
7055
|
price
|
7547
7056
|
total
|
7057
|
+
optionType
|
7548
7058
|
signal
|
7549
7059
|
strategy
|
7550
7060
|
analysis
|
@@ -7553,9 +7063,6 @@ export const User = {
|
|
7553
7063
|
createdAt
|
7554
7064
|
updatedAt
|
7555
7065
|
status
|
7556
|
-
alpacaAccount {
|
7557
|
-
id
|
7558
|
-
}
|
7559
7066
|
asset {
|
7560
7067
|
id
|
7561
7068
|
symbol
|
@@ -7615,18 +7122,9 @@ export const User = {
|
|
7615
7122
|
buyPrice
|
7616
7123
|
createdAt
|
7617
7124
|
updatedAt
|
7618
|
-
trades {
|
7619
|
-
id
|
7620
|
-
}
|
7621
|
-
orders {
|
7622
|
-
id
|
7623
|
-
}
|
7624
7125
|
positions {
|
7625
7126
|
id
|
7626
7127
|
assetId
|
7627
|
-
asset {
|
7628
|
-
id
|
7629
|
-
}
|
7630
7128
|
averageEntryPrice
|
7631
7129
|
qty
|
7632
7130
|
qtyAvailable
|
@@ -7640,9 +7138,6 @@ export const User = {
|
|
7640
7138
|
lastTradePrice
|
7641
7139
|
changeToday
|
7642
7140
|
assetMarginable
|
7643
|
-
alpacaAccount {
|
7644
|
-
id
|
7645
|
-
}
|
7646
7141
|
alpacaAccountId
|
7647
7142
|
}
|
7648
7143
|
newsMentions {
|
@@ -7667,24 +7162,12 @@ export const User = {
|
|
7667
7162
|
logo
|
7668
7163
|
createdAt
|
7669
7164
|
updatedAt
|
7670
|
-
assets {
|
7671
|
-
id
|
7672
|
-
}
|
7673
|
-
}
|
7674
|
-
asset {
|
7675
|
-
id
|
7676
7165
|
}
|
7677
7166
|
relevancyScore
|
7678
7167
|
sentimentScore
|
7679
7168
|
sentimentLabel
|
7680
7169
|
}
|
7681
7170
|
}
|
7682
|
-
actions {
|
7683
|
-
id
|
7684
|
-
}
|
7685
|
-
}
|
7686
|
-
order {
|
7687
|
-
id
|
7688
7171
|
}
|
7689
7172
|
}
|
7690
7173
|
asset {
|
@@ -7753,6 +7236,7 @@ export const User = {
|
|
7753
7236
|
qty
|
7754
7237
|
price
|
7755
7238
|
total
|
7239
|
+
optionType
|
7756
7240
|
signal
|
7757
7241
|
strategy
|
7758
7242
|
analysis
|
@@ -7761,12 +7245,6 @@ export const User = {
|
|
7761
7245
|
createdAt
|
7762
7246
|
updatedAt
|
7763
7247
|
status
|
7764
|
-
alpacaAccount {
|
7765
|
-
id
|
7766
|
-
}
|
7767
|
-
asset {
|
7768
|
-
id
|
7769
|
-
}
|
7770
7248
|
actions {
|
7771
7249
|
id
|
7772
7250
|
sequence
|
@@ -7775,23 +7253,11 @@ export const User = {
|
|
7775
7253
|
note
|
7776
7254
|
status
|
7777
7255
|
fee
|
7778
|
-
trade {
|
7779
|
-
id
|
7780
|
-
}
|
7781
|
-
order {
|
7782
|
-
id
|
7783
|
-
}
|
7784
7256
|
}
|
7785
7257
|
}
|
7786
|
-
orders {
|
7787
|
-
id
|
7788
|
-
}
|
7789
7258
|
positions {
|
7790
7259
|
id
|
7791
7260
|
assetId
|
7792
|
-
asset {
|
7793
|
-
id
|
7794
|
-
}
|
7795
7261
|
averageEntryPrice
|
7796
7262
|
qty
|
7797
7263
|
qtyAvailable
|
@@ -7805,9 +7271,6 @@ export const User = {
|
|
7805
7271
|
lastTradePrice
|
7806
7272
|
changeToday
|
7807
7273
|
assetMarginable
|
7808
|
-
alpacaAccount {
|
7809
|
-
id
|
7810
|
-
}
|
7811
7274
|
alpacaAccountId
|
7812
7275
|
}
|
7813
7276
|
newsMentions {
|
@@ -7832,12 +7295,6 @@ export const User = {
|
|
7832
7295
|
logo
|
7833
7296
|
createdAt
|
7834
7297
|
updatedAt
|
7835
|
-
assets {
|
7836
|
-
id
|
7837
|
-
}
|
7838
|
-
}
|
7839
|
-
asset {
|
7840
|
-
id
|
7841
7298
|
}
|
7842
7299
|
relevancyScore
|
7843
7300
|
sentimentScore
|
@@ -7920,6 +7377,7 @@ export const User = {
|
|
7920
7377
|
qty
|
7921
7378
|
price
|
7922
7379
|
total
|
7380
|
+
optionType
|
7923
7381
|
signal
|
7924
7382
|
strategy
|
7925
7383
|
analysis
|
@@ -7928,12 +7386,6 @@ export const User = {
|
|
7928
7386
|
createdAt
|
7929
7387
|
updatedAt
|
7930
7388
|
status
|
7931
|
-
alpacaAccount {
|
7932
|
-
id
|
7933
|
-
}
|
7934
|
-
asset {
|
7935
|
-
id
|
7936
|
-
}
|
7937
7389
|
actions {
|
7938
7390
|
id
|
7939
7391
|
sequence
|
@@ -7942,9 +7394,6 @@ export const User = {
|
|
7942
7394
|
note
|
7943
7395
|
status
|
7944
7396
|
fee
|
7945
|
-
trade {
|
7946
|
-
id
|
7947
|
-
}
|
7948
7397
|
order {
|
7949
7398
|
id
|
7950
7399
|
clientOrderId
|
@@ -7965,9 +7414,6 @@ export const User = {
|
|
7965
7414
|
createdAt
|
7966
7415
|
updatedAt
|
7967
7416
|
orderId
|
7968
|
-
Order {
|
7969
|
-
id
|
7970
|
-
}
|
7971
7417
|
}
|
7972
7418
|
takeProfit {
|
7973
7419
|
id
|
@@ -7976,9 +7422,6 @@ export const User = {
|
|
7976
7422
|
createdAt
|
7977
7423
|
updatedAt
|
7978
7424
|
orderId
|
7979
|
-
Order {
|
7980
|
-
id
|
7981
|
-
}
|
7982
7425
|
}
|
7983
7426
|
trailPrice
|
7984
7427
|
trailPercent
|
@@ -7990,15 +7433,6 @@ export const User = {
|
|
7990
7433
|
filledAt
|
7991
7434
|
filledAvgPrice
|
7992
7435
|
actionId
|
7993
|
-
alpacaAccount {
|
7994
|
-
id
|
7995
|
-
}
|
7996
|
-
action {
|
7997
|
-
id
|
7998
|
-
}
|
7999
|
-
asset {
|
8000
|
-
id
|
8001
|
-
}
|
8002
7436
|
fee
|
8003
7437
|
strikePrice
|
8004
7438
|
expirationDate
|
@@ -8028,9 +7462,6 @@ export const User = {
|
|
8028
7462
|
createdAt
|
8029
7463
|
updatedAt
|
8030
7464
|
orderId
|
8031
|
-
Order {
|
8032
|
-
id
|
8033
|
-
}
|
8034
7465
|
}
|
8035
7466
|
takeProfit {
|
8036
7467
|
id
|
@@ -8039,9 +7470,6 @@ export const User = {
|
|
8039
7470
|
createdAt
|
8040
7471
|
updatedAt
|
8041
7472
|
orderId
|
8042
|
-
Order {
|
8043
|
-
id
|
8044
|
-
}
|
8045
7473
|
}
|
8046
7474
|
trailPrice
|
8047
7475
|
trailPercent
|
@@ -8053,9 +7481,6 @@ export const User = {
|
|
8053
7481
|
filledAt
|
8054
7482
|
filledAvgPrice
|
8055
7483
|
actionId
|
8056
|
-
alpacaAccount {
|
8057
|
-
id
|
8058
|
-
}
|
8059
7484
|
action {
|
8060
7485
|
id
|
8061
7486
|
sequence
|
@@ -8071,6 +7496,7 @@ export const User = {
|
|
8071
7496
|
qty
|
8072
7497
|
price
|
8073
7498
|
total
|
7499
|
+
optionType
|
8074
7500
|
signal
|
8075
7501
|
strategy
|
8076
7502
|
analysis
|
@@ -8079,23 +7505,8 @@ export const User = {
|
|
8079
7505
|
createdAt
|
8080
7506
|
updatedAt
|
8081
7507
|
status
|
8082
|
-
alpacaAccount {
|
8083
|
-
id
|
8084
|
-
}
|
8085
|
-
asset {
|
8086
|
-
id
|
8087
|
-
}
|
8088
|
-
actions {
|
8089
|
-
id
|
8090
|
-
}
|
8091
|
-
}
|
8092
|
-
order {
|
8093
|
-
id
|
8094
7508
|
}
|
8095
7509
|
}
|
8096
|
-
asset {
|
8097
|
-
id
|
8098
|
-
}
|
8099
7510
|
fee
|
8100
7511
|
strikePrice
|
8101
7512
|
expirationDate
|
@@ -8103,9 +7514,6 @@ export const User = {
|
|
8103
7514
|
stopLossId
|
8104
7515
|
takeProfitId
|
8105
7516
|
}
|
8106
|
-
positions {
|
8107
|
-
id
|
8108
|
-
}
|
8109
7517
|
newsMentions {
|
8110
7518
|
id
|
8111
7519
|
assetId
|
@@ -8128,12 +7536,6 @@ export const User = {
|
|
8128
7536
|
logo
|
8129
7537
|
createdAt
|
8130
7538
|
updatedAt
|
8131
|
-
assets {
|
8132
|
-
id
|
8133
|
-
}
|
8134
|
-
}
|
8135
|
-
asset {
|
8136
|
-
id
|
8137
7539
|
}
|
8138
7540
|
relevancyScore
|
8139
7541
|
sentimentScore
|
@@ -8153,9 +7555,6 @@ export const User = {
|
|
8153
7555
|
lastTradePrice
|
8154
7556
|
changeToday
|
8155
7557
|
assetMarginable
|
8156
|
-
alpacaAccount {
|
8157
|
-
id
|
8158
|
-
}
|
8159
7558
|
alpacaAccountId
|
8160
7559
|
}
|
8161
7560
|
alerts {
|
@@ -8166,9 +7565,6 @@ export const User = {
|
|
8166
7565
|
isRead
|
8167
7566
|
createdAt
|
8168
7567
|
updatedAt
|
8169
|
-
alpacaAccount {
|
8170
|
-
id
|
8171
|
-
}
|
8172
7568
|
}
|
8173
7569
|
}
|
8174
7570
|
}
|
@@ -8227,9 +7623,6 @@ export const User = {
|
|
8227
7623
|
stripeCurrentPeriodEnd
|
8228
7624
|
createdAt
|
8229
7625
|
updatedAt
|
8230
|
-
users {
|
8231
|
-
id
|
8232
|
-
}
|
8233
7626
|
}
|
8234
7627
|
customerId
|
8235
7628
|
accounts {
|
@@ -8247,18 +7640,12 @@ export const User = {
|
|
8247
7640
|
session_state
|
8248
7641
|
createdAt
|
8249
7642
|
updatedAt
|
8250
|
-
user {
|
8251
|
-
id
|
8252
|
-
}
|
8253
7643
|
}
|
8254
7644
|
sessions {
|
8255
7645
|
id
|
8256
7646
|
sessionToken
|
8257
7647
|
userId
|
8258
7648
|
expires
|
8259
|
-
user {
|
8260
|
-
id
|
8261
|
-
}
|
8262
7649
|
createdAt
|
8263
7650
|
updatedAt
|
8264
7651
|
}
|
@@ -8268,9 +7655,6 @@ export const User = {
|
|
8268
7655
|
credentialID
|
8269
7656
|
publicKey
|
8270
7657
|
counter
|
8271
|
-
user {
|
8272
|
-
id
|
8273
|
-
}
|
8274
7658
|
createdAt
|
8275
7659
|
updatedAt
|
8276
7660
|
}
|
@@ -8284,9 +7668,6 @@ export const User = {
|
|
8284
7668
|
marketOpen
|
8285
7669
|
minOrderSize
|
8286
7670
|
maxOrderSize
|
8287
|
-
user {
|
8288
|
-
id
|
8289
|
-
}
|
8290
7671
|
userId
|
8291
7672
|
createdAt
|
8292
7673
|
updatedAt
|
@@ -8297,6 +7678,7 @@ export const User = {
|
|
8297
7678
|
qty
|
8298
7679
|
price
|
8299
7680
|
total
|
7681
|
+
optionType
|
8300
7682
|
signal
|
8301
7683
|
strategy
|
8302
7684
|
analysis
|
@@ -8305,9 +7687,6 @@ export const User = {
|
|
8305
7687
|
createdAt
|
8306
7688
|
updatedAt
|
8307
7689
|
status
|
8308
|
-
alpacaAccount {
|
8309
|
-
id
|
8310
|
-
}
|
8311
7690
|
asset {
|
8312
7691
|
id
|
8313
7692
|
symbol
|
@@ -8367,9 +7746,6 @@ export const User = {
|
|
8367
7746
|
buyPrice
|
8368
7747
|
createdAt
|
8369
7748
|
updatedAt
|
8370
|
-
trades {
|
8371
|
-
id
|
8372
|
-
}
|
8373
7749
|
orders {
|
8374
7750
|
id
|
8375
7751
|
clientOrderId
|
@@ -8390,9 +7766,6 @@ export const User = {
|
|
8390
7766
|
createdAt
|
8391
7767
|
updatedAt
|
8392
7768
|
orderId
|
8393
|
-
Order {
|
8394
|
-
id
|
8395
|
-
}
|
8396
7769
|
}
|
8397
7770
|
takeProfit {
|
8398
7771
|
id
|
@@ -8401,9 +7774,6 @@ export const User = {
|
|
8401
7774
|
createdAt
|
8402
7775
|
updatedAt
|
8403
7776
|
orderId
|
8404
|
-
Order {
|
8405
|
-
id
|
8406
|
-
}
|
8407
7777
|
}
|
8408
7778
|
trailPrice
|
8409
7779
|
trailPercent
|
@@ -8415,9 +7785,6 @@ export const User = {
|
|
8415
7785
|
filledAt
|
8416
7786
|
filledAvgPrice
|
8417
7787
|
actionId
|
8418
|
-
alpacaAccount {
|
8419
|
-
id
|
8420
|
-
}
|
8421
7788
|
action {
|
8422
7789
|
id
|
8423
7790
|
sequence
|
@@ -8426,15 +7793,6 @@ export const User = {
|
|
8426
7793
|
note
|
8427
7794
|
status
|
8428
7795
|
fee
|
8429
|
-
trade {
|
8430
|
-
id
|
8431
|
-
}
|
8432
|
-
order {
|
8433
|
-
id
|
8434
|
-
}
|
8435
|
-
}
|
8436
|
-
asset {
|
8437
|
-
id
|
8438
7796
|
}
|
8439
7797
|
fee
|
8440
7798
|
strikePrice
|
@@ -8446,9 +7804,6 @@ export const User = {
|
|
8446
7804
|
positions {
|
8447
7805
|
id
|
8448
7806
|
assetId
|
8449
|
-
asset {
|
8450
|
-
id
|
8451
|
-
}
|
8452
7807
|
averageEntryPrice
|
8453
7808
|
qty
|
8454
7809
|
qtyAvailable
|
@@ -8462,9 +7817,6 @@ export const User = {
|
|
8462
7817
|
lastTradePrice
|
8463
7818
|
changeToday
|
8464
7819
|
assetMarginable
|
8465
|
-
alpacaAccount {
|
8466
|
-
id
|
8467
|
-
}
|
8468
7820
|
alpacaAccountId
|
8469
7821
|
}
|
8470
7822
|
newsMentions {
|
@@ -8489,12 +7841,6 @@ export const User = {
|
|
8489
7841
|
logo
|
8490
7842
|
createdAt
|
8491
7843
|
updatedAt
|
8492
|
-
assets {
|
8493
|
-
id
|
8494
|
-
}
|
8495
|
-
}
|
8496
|
-
asset {
|
8497
|
-
id
|
8498
7844
|
}
|
8499
7845
|
relevancyScore
|
8500
7846
|
sentimentScore
|
@@ -8509,9 +7855,6 @@ export const User = {
|
|
8509
7855
|
note
|
8510
7856
|
status
|
8511
7857
|
fee
|
8512
|
-
trade {
|
8513
|
-
id
|
8514
|
-
}
|
8515
7858
|
order {
|
8516
7859
|
id
|
8517
7860
|
clientOrderId
|
@@ -8532,9 +7875,6 @@ export const User = {
|
|
8532
7875
|
createdAt
|
8533
7876
|
updatedAt
|
8534
7877
|
orderId
|
8535
|
-
Order {
|
8536
|
-
id
|
8537
|
-
}
|
8538
7878
|
}
|
8539
7879
|
takeProfit {
|
8540
7880
|
id
|
@@ -8543,9 +7883,6 @@ export const User = {
|
|
8543
7883
|
createdAt
|
8544
7884
|
updatedAt
|
8545
7885
|
orderId
|
8546
|
-
Order {
|
8547
|
-
id
|
8548
|
-
}
|
8549
7886
|
}
|
8550
7887
|
trailPrice
|
8551
7888
|
trailPercent
|
@@ -8557,12 +7894,6 @@ export const User = {
|
|
8557
7894
|
filledAt
|
8558
7895
|
filledAvgPrice
|
8559
7896
|
actionId
|
8560
|
-
alpacaAccount {
|
8561
|
-
id
|
8562
|
-
}
|
8563
|
-
action {
|
8564
|
-
id
|
8565
|
-
}
|
8566
7897
|
asset {
|
8567
7898
|
id
|
8568
7899
|
symbol
|
@@ -8622,18 +7953,9 @@ export const User = {
|
|
8622
7953
|
buyPrice
|
8623
7954
|
createdAt
|
8624
7955
|
updatedAt
|
8625
|
-
trades {
|
8626
|
-
id
|
8627
|
-
}
|
8628
|
-
orders {
|
8629
|
-
id
|
8630
|
-
}
|
8631
7956
|
positions {
|
8632
7957
|
id
|
8633
7958
|
assetId
|
8634
|
-
asset {
|
8635
|
-
id
|
8636
|
-
}
|
8637
7959
|
averageEntryPrice
|
8638
7960
|
qty
|
8639
7961
|
qtyAvailable
|
@@ -8647,9 +7969,6 @@ export const User = {
|
|
8647
7969
|
lastTradePrice
|
8648
7970
|
changeToday
|
8649
7971
|
assetMarginable
|
8650
|
-
alpacaAccount {
|
8651
|
-
id
|
8652
|
-
}
|
8653
7972
|
alpacaAccountId
|
8654
7973
|
}
|
8655
7974
|
newsMentions {
|
@@ -8674,12 +7993,6 @@ export const User = {
|
|
8674
7993
|
logo
|
8675
7994
|
createdAt
|
8676
7995
|
updatedAt
|
8677
|
-
assets {
|
8678
|
-
id
|
8679
|
-
}
|
8680
|
-
}
|
8681
|
-
asset {
|
8682
|
-
id
|
8683
7996
|
}
|
8684
7997
|
relevancyScore
|
8685
7998
|
sentimentScore
|
@@ -8715,9 +8028,6 @@ export const User = {
|
|
8715
8028
|
createdAt
|
8716
8029
|
updatedAt
|
8717
8030
|
orderId
|
8718
|
-
Order {
|
8719
|
-
id
|
8720
|
-
}
|
8721
8031
|
}
|
8722
8032
|
takeProfit {
|
8723
8033
|
id
|
@@ -8726,9 +8036,6 @@ export const User = {
|
|
8726
8036
|
createdAt
|
8727
8037
|
updatedAt
|
8728
8038
|
orderId
|
8729
|
-
Order {
|
8730
|
-
id
|
8731
|
-
}
|
8732
8039
|
}
|
8733
8040
|
trailPrice
|
8734
8041
|
trailPercent
|
@@ -8740,9 +8047,6 @@ export const User = {
|
|
8740
8047
|
filledAt
|
8741
8048
|
filledAvgPrice
|
8742
8049
|
actionId
|
8743
|
-
alpacaAccount {
|
8744
|
-
id
|
8745
|
-
}
|
8746
8050
|
action {
|
8747
8051
|
id
|
8748
8052
|
sequence
|
@@ -8758,6 +8062,7 @@ export const User = {
|
|
8758
8062
|
qty
|
8759
8063
|
price
|
8760
8064
|
total
|
8065
|
+
optionType
|
8761
8066
|
signal
|
8762
8067
|
strategy
|
8763
8068
|
analysis
|
@@ -8766,9 +8071,6 @@ export const User = {
|
|
8766
8071
|
createdAt
|
8767
8072
|
updatedAt
|
8768
8073
|
status
|
8769
|
-
alpacaAccount {
|
8770
|
-
id
|
8771
|
-
}
|
8772
8074
|
asset {
|
8773
8075
|
id
|
8774
8076
|
symbol
|
@@ -8828,18 +8130,9 @@ export const User = {
|
|
8828
8130
|
buyPrice
|
8829
8131
|
createdAt
|
8830
8132
|
updatedAt
|
8831
|
-
trades {
|
8832
|
-
id
|
8833
|
-
}
|
8834
|
-
orders {
|
8835
|
-
id
|
8836
|
-
}
|
8837
8133
|
positions {
|
8838
8134
|
id
|
8839
8135
|
assetId
|
8840
|
-
asset {
|
8841
|
-
id
|
8842
|
-
}
|
8843
8136
|
averageEntryPrice
|
8844
8137
|
qty
|
8845
8138
|
qtyAvailable
|
@@ -8853,9 +8146,6 @@ export const User = {
|
|
8853
8146
|
lastTradePrice
|
8854
8147
|
changeToday
|
8855
8148
|
assetMarginable
|
8856
|
-
alpacaAccount {
|
8857
|
-
id
|
8858
|
-
}
|
8859
8149
|
alpacaAccountId
|
8860
8150
|
}
|
8861
8151
|
newsMentions {
|
@@ -8880,24 +8170,12 @@ export const User = {
|
|
8880
8170
|
logo
|
8881
8171
|
createdAt
|
8882
8172
|
updatedAt
|
8883
|
-
assets {
|
8884
|
-
id
|
8885
|
-
}
|
8886
|
-
}
|
8887
|
-
asset {
|
8888
|
-
id
|
8889
8173
|
}
|
8890
8174
|
relevancyScore
|
8891
8175
|
sentimentScore
|
8892
8176
|
sentimentLabel
|
8893
8177
|
}
|
8894
8178
|
}
|
8895
|
-
actions {
|
8896
|
-
id
|
8897
|
-
}
|
8898
|
-
}
|
8899
|
-
order {
|
8900
|
-
id
|
8901
8179
|
}
|
8902
8180
|
}
|
8903
8181
|
asset {
|
@@ -8966,6 +8244,7 @@ export const User = {
|
|
8966
8244
|
qty
|
8967
8245
|
price
|
8968
8246
|
total
|
8247
|
+
optionType
|
8969
8248
|
signal
|
8970
8249
|
strategy
|
8971
8250
|
analysis
|
@@ -8974,12 +8253,6 @@ export const User = {
|
|
8974
8253
|
createdAt
|
8975
8254
|
updatedAt
|
8976
8255
|
status
|
8977
|
-
alpacaAccount {
|
8978
|
-
id
|
8979
|
-
}
|
8980
|
-
asset {
|
8981
|
-
id
|
8982
|
-
}
|
8983
8256
|
actions {
|
8984
8257
|
id
|
8985
8258
|
sequence
|
@@ -8988,23 +8261,11 @@ export const User = {
|
|
8988
8261
|
note
|
8989
8262
|
status
|
8990
8263
|
fee
|
8991
|
-
trade {
|
8992
|
-
id
|
8993
|
-
}
|
8994
|
-
order {
|
8995
|
-
id
|
8996
|
-
}
|
8997
8264
|
}
|
8998
8265
|
}
|
8999
|
-
orders {
|
9000
|
-
id
|
9001
|
-
}
|
9002
8266
|
positions {
|
9003
8267
|
id
|
9004
8268
|
assetId
|
9005
|
-
asset {
|
9006
|
-
id
|
9007
|
-
}
|
9008
8269
|
averageEntryPrice
|
9009
8270
|
qty
|
9010
8271
|
qtyAvailable
|
@@ -9018,9 +8279,6 @@ export const User = {
|
|
9018
8279
|
lastTradePrice
|
9019
8280
|
changeToday
|
9020
8281
|
assetMarginable
|
9021
|
-
alpacaAccount {
|
9022
|
-
id
|
9023
|
-
}
|
9024
8282
|
alpacaAccountId
|
9025
8283
|
}
|
9026
8284
|
newsMentions {
|
@@ -9045,12 +8303,6 @@ export const User = {
|
|
9045
8303
|
logo
|
9046
8304
|
createdAt
|
9047
8305
|
updatedAt
|
9048
|
-
assets {
|
9049
|
-
id
|
9050
|
-
}
|
9051
|
-
}
|
9052
|
-
asset {
|
9053
|
-
id
|
9054
8306
|
}
|
9055
8307
|
relevancyScore
|
9056
8308
|
sentimentScore
|
@@ -9133,6 +8385,7 @@ export const User = {
|
|
9133
8385
|
qty
|
9134
8386
|
price
|
9135
8387
|
total
|
8388
|
+
optionType
|
9136
8389
|
signal
|
9137
8390
|
strategy
|
9138
8391
|
analysis
|
@@ -9141,12 +8394,6 @@ export const User = {
|
|
9141
8394
|
createdAt
|
9142
8395
|
updatedAt
|
9143
8396
|
status
|
9144
|
-
alpacaAccount {
|
9145
|
-
id
|
9146
|
-
}
|
9147
|
-
asset {
|
9148
|
-
id
|
9149
|
-
}
|
9150
8397
|
actions {
|
9151
8398
|
id
|
9152
8399
|
sequence
|
@@ -9155,9 +8402,6 @@ export const User = {
|
|
9155
8402
|
note
|
9156
8403
|
status
|
9157
8404
|
fee
|
9158
|
-
trade {
|
9159
|
-
id
|
9160
|
-
}
|
9161
8405
|
order {
|
9162
8406
|
id
|
9163
8407
|
clientOrderId
|
@@ -9178,9 +8422,6 @@ export const User = {
|
|
9178
8422
|
createdAt
|
9179
8423
|
updatedAt
|
9180
8424
|
orderId
|
9181
|
-
Order {
|
9182
|
-
id
|
9183
|
-
}
|
9184
8425
|
}
|
9185
8426
|
takeProfit {
|
9186
8427
|
id
|
@@ -9189,9 +8430,6 @@ export const User = {
|
|
9189
8430
|
createdAt
|
9190
8431
|
updatedAt
|
9191
8432
|
orderId
|
9192
|
-
Order {
|
9193
|
-
id
|
9194
|
-
}
|
9195
8433
|
}
|
9196
8434
|
trailPrice
|
9197
8435
|
trailPercent
|
@@ -9203,15 +8441,6 @@ export const User = {
|
|
9203
8441
|
filledAt
|
9204
8442
|
filledAvgPrice
|
9205
8443
|
actionId
|
9206
|
-
alpacaAccount {
|
9207
|
-
id
|
9208
|
-
}
|
9209
|
-
action {
|
9210
|
-
id
|
9211
|
-
}
|
9212
|
-
asset {
|
9213
|
-
id
|
9214
|
-
}
|
9215
8444
|
fee
|
9216
8445
|
strikePrice
|
9217
8446
|
expirationDate
|
@@ -9241,9 +8470,6 @@ export const User = {
|
|
9241
8470
|
createdAt
|
9242
8471
|
updatedAt
|
9243
8472
|
orderId
|
9244
|
-
Order {
|
9245
|
-
id
|
9246
|
-
}
|
9247
8473
|
}
|
9248
8474
|
takeProfit {
|
9249
8475
|
id
|
@@ -9252,9 +8478,6 @@ export const User = {
|
|
9252
8478
|
createdAt
|
9253
8479
|
updatedAt
|
9254
8480
|
orderId
|
9255
|
-
Order {
|
9256
|
-
id
|
9257
|
-
}
|
9258
8481
|
}
|
9259
8482
|
trailPrice
|
9260
8483
|
trailPercent
|
@@ -9266,9 +8489,6 @@ export const User = {
|
|
9266
8489
|
filledAt
|
9267
8490
|
filledAvgPrice
|
9268
8491
|
actionId
|
9269
|
-
alpacaAccount {
|
9270
|
-
id
|
9271
|
-
}
|
9272
8492
|
action {
|
9273
8493
|
id
|
9274
8494
|
sequence
|
@@ -9284,6 +8504,7 @@ export const User = {
|
|
9284
8504
|
qty
|
9285
8505
|
price
|
9286
8506
|
total
|
8507
|
+
optionType
|
9287
8508
|
signal
|
9288
8509
|
strategy
|
9289
8510
|
analysis
|
@@ -9292,23 +8513,8 @@ export const User = {
|
|
9292
8513
|
createdAt
|
9293
8514
|
updatedAt
|
9294
8515
|
status
|
9295
|
-
alpacaAccount {
|
9296
|
-
id
|
9297
|
-
}
|
9298
|
-
asset {
|
9299
|
-
id
|
9300
|
-
}
|
9301
|
-
actions {
|
9302
|
-
id
|
9303
|
-
}
|
9304
|
-
}
|
9305
|
-
order {
|
9306
|
-
id
|
9307
8516
|
}
|
9308
8517
|
}
|
9309
|
-
asset {
|
9310
|
-
id
|
9311
|
-
}
|
9312
8518
|
fee
|
9313
8519
|
strikePrice
|
9314
8520
|
expirationDate
|
@@ -9316,9 +8522,6 @@ export const User = {
|
|
9316
8522
|
stopLossId
|
9317
8523
|
takeProfitId
|
9318
8524
|
}
|
9319
|
-
positions {
|
9320
|
-
id
|
9321
|
-
}
|
9322
8525
|
newsMentions {
|
9323
8526
|
id
|
9324
8527
|
assetId
|
@@ -9341,12 +8544,6 @@ export const User = {
|
|
9341
8544
|
logo
|
9342
8545
|
createdAt
|
9343
8546
|
updatedAt
|
9344
|
-
assets {
|
9345
|
-
id
|
9346
|
-
}
|
9347
|
-
}
|
9348
|
-
asset {
|
9349
|
-
id
|
9350
8547
|
}
|
9351
8548
|
relevancyScore
|
9352
8549
|
sentimentScore
|
@@ -9366,9 +8563,6 @@ export const User = {
|
|
9366
8563
|
lastTradePrice
|
9367
8564
|
changeToday
|
9368
8565
|
assetMarginable
|
9369
|
-
alpacaAccount {
|
9370
|
-
id
|
9371
|
-
}
|
9372
8566
|
alpacaAccountId
|
9373
8567
|
}
|
9374
8568
|
alerts {
|
@@ -9379,9 +8573,6 @@ export const User = {
|
|
9379
8573
|
isRead
|
9380
8574
|
createdAt
|
9381
8575
|
updatedAt
|
9382
|
-
alpacaAccount {
|
9383
|
-
id
|
9384
|
-
}
|
9385
8576
|
}
|
9386
8577
|
}
|
9387
8578
|
}
|
@@ -9443,9 +8634,6 @@ export const User = {
|
|
9443
8634
|
stripeCurrentPeriodEnd
|
9444
8635
|
createdAt
|
9445
8636
|
updatedAt
|
9446
|
-
users {
|
9447
|
-
id
|
9448
|
-
}
|
9449
8637
|
}
|
9450
8638
|
customerId
|
9451
8639
|
accounts {
|
@@ -9463,18 +8651,12 @@ export const User = {
|
|
9463
8651
|
session_state
|
9464
8652
|
createdAt
|
9465
8653
|
updatedAt
|
9466
|
-
user {
|
9467
|
-
id
|
9468
|
-
}
|
9469
8654
|
}
|
9470
8655
|
sessions {
|
9471
8656
|
id
|
9472
8657
|
sessionToken
|
9473
8658
|
userId
|
9474
8659
|
expires
|
9475
|
-
user {
|
9476
|
-
id
|
9477
|
-
}
|
9478
8660
|
createdAt
|
9479
8661
|
updatedAt
|
9480
8662
|
}
|
@@ -9484,9 +8666,6 @@ export const User = {
|
|
9484
8666
|
credentialID
|
9485
8667
|
publicKey
|
9486
8668
|
counter
|
9487
|
-
user {
|
9488
|
-
id
|
9489
|
-
}
|
9490
8669
|
createdAt
|
9491
8670
|
updatedAt
|
9492
8671
|
}
|
@@ -9500,9 +8679,6 @@ export const User = {
|
|
9500
8679
|
marketOpen
|
9501
8680
|
minOrderSize
|
9502
8681
|
maxOrderSize
|
9503
|
-
user {
|
9504
|
-
id
|
9505
|
-
}
|
9506
8682
|
userId
|
9507
8683
|
createdAt
|
9508
8684
|
updatedAt
|
@@ -9513,6 +8689,7 @@ export const User = {
|
|
9513
8689
|
qty
|
9514
8690
|
price
|
9515
8691
|
total
|
8692
|
+
optionType
|
9516
8693
|
signal
|
9517
8694
|
strategy
|
9518
8695
|
analysis
|
@@ -9521,9 +8698,6 @@ export const User = {
|
|
9521
8698
|
createdAt
|
9522
8699
|
updatedAt
|
9523
8700
|
status
|
9524
|
-
alpacaAccount {
|
9525
|
-
id
|
9526
|
-
}
|
9527
8701
|
asset {
|
9528
8702
|
id
|
9529
8703
|
symbol
|
@@ -9583,9 +8757,6 @@ export const User = {
|
|
9583
8757
|
buyPrice
|
9584
8758
|
createdAt
|
9585
8759
|
updatedAt
|
9586
|
-
trades {
|
9587
|
-
id
|
9588
|
-
}
|
9589
8760
|
orders {
|
9590
8761
|
id
|
9591
8762
|
clientOrderId
|
@@ -9606,9 +8777,6 @@ export const User = {
|
|
9606
8777
|
createdAt
|
9607
8778
|
updatedAt
|
9608
8779
|
orderId
|
9609
|
-
Order {
|
9610
|
-
id
|
9611
|
-
}
|
9612
8780
|
}
|
9613
8781
|
takeProfit {
|
9614
8782
|
id
|
@@ -9617,9 +8785,6 @@ export const User = {
|
|
9617
8785
|
createdAt
|
9618
8786
|
updatedAt
|
9619
8787
|
orderId
|
9620
|
-
Order {
|
9621
|
-
id
|
9622
|
-
}
|
9623
8788
|
}
|
9624
8789
|
trailPrice
|
9625
8790
|
trailPercent
|
@@ -9631,9 +8796,6 @@ export const User = {
|
|
9631
8796
|
filledAt
|
9632
8797
|
filledAvgPrice
|
9633
8798
|
actionId
|
9634
|
-
alpacaAccount {
|
9635
|
-
id
|
9636
|
-
}
|
9637
8799
|
action {
|
9638
8800
|
id
|
9639
8801
|
sequence
|
@@ -9642,15 +8804,6 @@ export const User = {
|
|
9642
8804
|
note
|
9643
8805
|
status
|
9644
8806
|
fee
|
9645
|
-
trade {
|
9646
|
-
id
|
9647
|
-
}
|
9648
|
-
order {
|
9649
|
-
id
|
9650
|
-
}
|
9651
|
-
}
|
9652
|
-
asset {
|
9653
|
-
id
|
9654
8807
|
}
|
9655
8808
|
fee
|
9656
8809
|
strikePrice
|
@@ -9662,9 +8815,6 @@ export const User = {
|
|
9662
8815
|
positions {
|
9663
8816
|
id
|
9664
8817
|
assetId
|
9665
|
-
asset {
|
9666
|
-
id
|
9667
|
-
}
|
9668
8818
|
averageEntryPrice
|
9669
8819
|
qty
|
9670
8820
|
qtyAvailable
|
@@ -9678,9 +8828,6 @@ export const User = {
|
|
9678
8828
|
lastTradePrice
|
9679
8829
|
changeToday
|
9680
8830
|
assetMarginable
|
9681
|
-
alpacaAccount {
|
9682
|
-
id
|
9683
|
-
}
|
9684
8831
|
alpacaAccountId
|
9685
8832
|
}
|
9686
8833
|
newsMentions {
|
@@ -9705,12 +8852,6 @@ export const User = {
|
|
9705
8852
|
logo
|
9706
8853
|
createdAt
|
9707
8854
|
updatedAt
|
9708
|
-
assets {
|
9709
|
-
id
|
9710
|
-
}
|
9711
|
-
}
|
9712
|
-
asset {
|
9713
|
-
id
|
9714
8855
|
}
|
9715
8856
|
relevancyScore
|
9716
8857
|
sentimentScore
|
@@ -9725,9 +8866,6 @@ export const User = {
|
|
9725
8866
|
note
|
9726
8867
|
status
|
9727
8868
|
fee
|
9728
|
-
trade {
|
9729
|
-
id
|
9730
|
-
}
|
9731
8869
|
order {
|
9732
8870
|
id
|
9733
8871
|
clientOrderId
|
@@ -9748,9 +8886,6 @@ export const User = {
|
|
9748
8886
|
createdAt
|
9749
8887
|
updatedAt
|
9750
8888
|
orderId
|
9751
|
-
Order {
|
9752
|
-
id
|
9753
|
-
}
|
9754
8889
|
}
|
9755
8890
|
takeProfit {
|
9756
8891
|
id
|
@@ -9759,9 +8894,6 @@ export const User = {
|
|
9759
8894
|
createdAt
|
9760
8895
|
updatedAt
|
9761
8896
|
orderId
|
9762
|
-
Order {
|
9763
|
-
id
|
9764
|
-
}
|
9765
8897
|
}
|
9766
8898
|
trailPrice
|
9767
8899
|
trailPercent
|
@@ -9773,12 +8905,6 @@ export const User = {
|
|
9773
8905
|
filledAt
|
9774
8906
|
filledAvgPrice
|
9775
8907
|
actionId
|
9776
|
-
alpacaAccount {
|
9777
|
-
id
|
9778
|
-
}
|
9779
|
-
action {
|
9780
|
-
id
|
9781
|
-
}
|
9782
8908
|
asset {
|
9783
8909
|
id
|
9784
8910
|
symbol
|
@@ -9838,18 +8964,9 @@ export const User = {
|
|
9838
8964
|
buyPrice
|
9839
8965
|
createdAt
|
9840
8966
|
updatedAt
|
9841
|
-
trades {
|
9842
|
-
id
|
9843
|
-
}
|
9844
|
-
orders {
|
9845
|
-
id
|
9846
|
-
}
|
9847
8967
|
positions {
|
9848
8968
|
id
|
9849
8969
|
assetId
|
9850
|
-
asset {
|
9851
|
-
id
|
9852
|
-
}
|
9853
8970
|
averageEntryPrice
|
9854
8971
|
qty
|
9855
8972
|
qtyAvailable
|
@@ -9863,9 +8980,6 @@ export const User = {
|
|
9863
8980
|
lastTradePrice
|
9864
8981
|
changeToday
|
9865
8982
|
assetMarginable
|
9866
|
-
alpacaAccount {
|
9867
|
-
id
|
9868
|
-
}
|
9869
8983
|
alpacaAccountId
|
9870
8984
|
}
|
9871
8985
|
newsMentions {
|
@@ -9890,12 +9004,6 @@ export const User = {
|
|
9890
9004
|
logo
|
9891
9005
|
createdAt
|
9892
9006
|
updatedAt
|
9893
|
-
assets {
|
9894
|
-
id
|
9895
|
-
}
|
9896
|
-
}
|
9897
|
-
asset {
|
9898
|
-
id
|
9899
9007
|
}
|
9900
9008
|
relevancyScore
|
9901
9009
|
sentimentScore
|
@@ -9931,9 +9039,6 @@ export const User = {
|
|
9931
9039
|
createdAt
|
9932
9040
|
updatedAt
|
9933
9041
|
orderId
|
9934
|
-
Order {
|
9935
|
-
id
|
9936
|
-
}
|
9937
9042
|
}
|
9938
9043
|
takeProfit {
|
9939
9044
|
id
|
@@ -9942,9 +9047,6 @@ export const User = {
|
|
9942
9047
|
createdAt
|
9943
9048
|
updatedAt
|
9944
9049
|
orderId
|
9945
|
-
Order {
|
9946
|
-
id
|
9947
|
-
}
|
9948
9050
|
}
|
9949
9051
|
trailPrice
|
9950
9052
|
trailPercent
|
@@ -9956,9 +9058,6 @@ export const User = {
|
|
9956
9058
|
filledAt
|
9957
9059
|
filledAvgPrice
|
9958
9060
|
actionId
|
9959
|
-
alpacaAccount {
|
9960
|
-
id
|
9961
|
-
}
|
9962
9061
|
action {
|
9963
9062
|
id
|
9964
9063
|
sequence
|
@@ -9974,6 +9073,7 @@ export const User = {
|
|
9974
9073
|
qty
|
9975
9074
|
price
|
9976
9075
|
total
|
9076
|
+
optionType
|
9977
9077
|
signal
|
9978
9078
|
strategy
|
9979
9079
|
analysis
|
@@ -9982,9 +9082,6 @@ export const User = {
|
|
9982
9082
|
createdAt
|
9983
9083
|
updatedAt
|
9984
9084
|
status
|
9985
|
-
alpacaAccount {
|
9986
|
-
id
|
9987
|
-
}
|
9988
9085
|
asset {
|
9989
9086
|
id
|
9990
9087
|
symbol
|
@@ -10044,18 +9141,9 @@ export const User = {
|
|
10044
9141
|
buyPrice
|
10045
9142
|
createdAt
|
10046
9143
|
updatedAt
|
10047
|
-
trades {
|
10048
|
-
id
|
10049
|
-
}
|
10050
|
-
orders {
|
10051
|
-
id
|
10052
|
-
}
|
10053
9144
|
positions {
|
10054
9145
|
id
|
10055
9146
|
assetId
|
10056
|
-
asset {
|
10057
|
-
id
|
10058
|
-
}
|
10059
9147
|
averageEntryPrice
|
10060
9148
|
qty
|
10061
9149
|
qtyAvailable
|
@@ -10069,9 +9157,6 @@ export const User = {
|
|
10069
9157
|
lastTradePrice
|
10070
9158
|
changeToday
|
10071
9159
|
assetMarginable
|
10072
|
-
alpacaAccount {
|
10073
|
-
id
|
10074
|
-
}
|
10075
9160
|
alpacaAccountId
|
10076
9161
|
}
|
10077
9162
|
newsMentions {
|
@@ -10096,24 +9181,12 @@ export const User = {
|
|
10096
9181
|
logo
|
10097
9182
|
createdAt
|
10098
9183
|
updatedAt
|
10099
|
-
assets {
|
10100
|
-
id
|
10101
|
-
}
|
10102
|
-
}
|
10103
|
-
asset {
|
10104
|
-
id
|
10105
9184
|
}
|
10106
9185
|
relevancyScore
|
10107
9186
|
sentimentScore
|
10108
9187
|
sentimentLabel
|
10109
9188
|
}
|
10110
9189
|
}
|
10111
|
-
actions {
|
10112
|
-
id
|
10113
|
-
}
|
10114
|
-
}
|
10115
|
-
order {
|
10116
|
-
id
|
10117
9190
|
}
|
10118
9191
|
}
|
10119
9192
|
asset {
|
@@ -10182,6 +9255,7 @@ export const User = {
|
|
10182
9255
|
qty
|
10183
9256
|
price
|
10184
9257
|
total
|
9258
|
+
optionType
|
10185
9259
|
signal
|
10186
9260
|
strategy
|
10187
9261
|
analysis
|
@@ -10190,12 +9264,6 @@ export const User = {
|
|
10190
9264
|
createdAt
|
10191
9265
|
updatedAt
|
10192
9266
|
status
|
10193
|
-
alpacaAccount {
|
10194
|
-
id
|
10195
|
-
}
|
10196
|
-
asset {
|
10197
|
-
id
|
10198
|
-
}
|
10199
9267
|
actions {
|
10200
9268
|
id
|
10201
9269
|
sequence
|
@@ -10204,23 +9272,11 @@ export const User = {
|
|
10204
9272
|
note
|
10205
9273
|
status
|
10206
9274
|
fee
|
10207
|
-
trade {
|
10208
|
-
id
|
10209
|
-
}
|
10210
|
-
order {
|
10211
|
-
id
|
10212
|
-
}
|
10213
9275
|
}
|
10214
9276
|
}
|
10215
|
-
orders {
|
10216
|
-
id
|
10217
|
-
}
|
10218
9277
|
positions {
|
10219
9278
|
id
|
10220
9279
|
assetId
|
10221
|
-
asset {
|
10222
|
-
id
|
10223
|
-
}
|
10224
9280
|
averageEntryPrice
|
10225
9281
|
qty
|
10226
9282
|
qtyAvailable
|
@@ -10234,9 +9290,6 @@ export const User = {
|
|
10234
9290
|
lastTradePrice
|
10235
9291
|
changeToday
|
10236
9292
|
assetMarginable
|
10237
|
-
alpacaAccount {
|
10238
|
-
id
|
10239
|
-
}
|
10240
9293
|
alpacaAccountId
|
10241
9294
|
}
|
10242
9295
|
newsMentions {
|
@@ -10261,12 +9314,6 @@ export const User = {
|
|
10261
9314
|
logo
|
10262
9315
|
createdAt
|
10263
9316
|
updatedAt
|
10264
|
-
assets {
|
10265
|
-
id
|
10266
|
-
}
|
10267
|
-
}
|
10268
|
-
asset {
|
10269
|
-
id
|
10270
9317
|
}
|
10271
9318
|
relevancyScore
|
10272
9319
|
sentimentScore
|
@@ -10349,6 +9396,7 @@ export const User = {
|
|
10349
9396
|
qty
|
10350
9397
|
price
|
10351
9398
|
total
|
9399
|
+
optionType
|
10352
9400
|
signal
|
10353
9401
|
strategy
|
10354
9402
|
analysis
|
@@ -10357,12 +9405,6 @@ export const User = {
|
|
10357
9405
|
createdAt
|
10358
9406
|
updatedAt
|
10359
9407
|
status
|
10360
|
-
alpacaAccount {
|
10361
|
-
id
|
10362
|
-
}
|
10363
|
-
asset {
|
10364
|
-
id
|
10365
|
-
}
|
10366
9408
|
actions {
|
10367
9409
|
id
|
10368
9410
|
sequence
|
@@ -10371,9 +9413,6 @@ export const User = {
|
|
10371
9413
|
note
|
10372
9414
|
status
|
10373
9415
|
fee
|
10374
|
-
trade {
|
10375
|
-
id
|
10376
|
-
}
|
10377
9416
|
order {
|
10378
9417
|
id
|
10379
9418
|
clientOrderId
|
@@ -10394,9 +9433,6 @@ export const User = {
|
|
10394
9433
|
createdAt
|
10395
9434
|
updatedAt
|
10396
9435
|
orderId
|
10397
|
-
Order {
|
10398
|
-
id
|
10399
|
-
}
|
10400
9436
|
}
|
10401
9437
|
takeProfit {
|
10402
9438
|
id
|
@@ -10405,9 +9441,6 @@ export const User = {
|
|
10405
9441
|
createdAt
|
10406
9442
|
updatedAt
|
10407
9443
|
orderId
|
10408
|
-
Order {
|
10409
|
-
id
|
10410
|
-
}
|
10411
9444
|
}
|
10412
9445
|
trailPrice
|
10413
9446
|
trailPercent
|
@@ -10419,15 +9452,6 @@ export const User = {
|
|
10419
9452
|
filledAt
|
10420
9453
|
filledAvgPrice
|
10421
9454
|
actionId
|
10422
|
-
alpacaAccount {
|
10423
|
-
id
|
10424
|
-
}
|
10425
|
-
action {
|
10426
|
-
id
|
10427
|
-
}
|
10428
|
-
asset {
|
10429
|
-
id
|
10430
|
-
}
|
10431
9455
|
fee
|
10432
9456
|
strikePrice
|
10433
9457
|
expirationDate
|
@@ -10457,9 +9481,6 @@ export const User = {
|
|
10457
9481
|
createdAt
|
10458
9482
|
updatedAt
|
10459
9483
|
orderId
|
10460
|
-
Order {
|
10461
|
-
id
|
10462
|
-
}
|
10463
9484
|
}
|
10464
9485
|
takeProfit {
|
10465
9486
|
id
|
@@ -10468,9 +9489,6 @@ export const User = {
|
|
10468
9489
|
createdAt
|
10469
9490
|
updatedAt
|
10470
9491
|
orderId
|
10471
|
-
Order {
|
10472
|
-
id
|
10473
|
-
}
|
10474
9492
|
}
|
10475
9493
|
trailPrice
|
10476
9494
|
trailPercent
|
@@ -10482,9 +9500,6 @@ export const User = {
|
|
10482
9500
|
filledAt
|
10483
9501
|
filledAvgPrice
|
10484
9502
|
actionId
|
10485
|
-
alpacaAccount {
|
10486
|
-
id
|
10487
|
-
}
|
10488
9503
|
action {
|
10489
9504
|
id
|
10490
9505
|
sequence
|
@@ -10500,6 +9515,7 @@ export const User = {
|
|
10500
9515
|
qty
|
10501
9516
|
price
|
10502
9517
|
total
|
9518
|
+
optionType
|
10503
9519
|
signal
|
10504
9520
|
strategy
|
10505
9521
|
analysis
|
@@ -10508,23 +9524,8 @@ export const User = {
|
|
10508
9524
|
createdAt
|
10509
9525
|
updatedAt
|
10510
9526
|
status
|
10511
|
-
alpacaAccount {
|
10512
|
-
id
|
10513
|
-
}
|
10514
|
-
asset {
|
10515
|
-
id
|
10516
|
-
}
|
10517
|
-
actions {
|
10518
|
-
id
|
10519
|
-
}
|
10520
|
-
}
|
10521
|
-
order {
|
10522
|
-
id
|
10523
9527
|
}
|
10524
9528
|
}
|
10525
|
-
asset {
|
10526
|
-
id
|
10527
|
-
}
|
10528
9529
|
fee
|
10529
9530
|
strikePrice
|
10530
9531
|
expirationDate
|
@@ -10532,9 +9533,6 @@ export const User = {
|
|
10532
9533
|
stopLossId
|
10533
9534
|
takeProfitId
|
10534
9535
|
}
|
10535
|
-
positions {
|
10536
|
-
id
|
10537
|
-
}
|
10538
9536
|
newsMentions {
|
10539
9537
|
id
|
10540
9538
|
assetId
|
@@ -10557,12 +9555,6 @@ export const User = {
|
|
10557
9555
|
logo
|
10558
9556
|
createdAt
|
10559
9557
|
updatedAt
|
10560
|
-
assets {
|
10561
|
-
id
|
10562
|
-
}
|
10563
|
-
}
|
10564
|
-
asset {
|
10565
|
-
id
|
10566
9558
|
}
|
10567
9559
|
relevancyScore
|
10568
9560
|
sentimentScore
|
@@ -10582,9 +9574,6 @@ export const User = {
|
|
10582
9574
|
lastTradePrice
|
10583
9575
|
changeToday
|
10584
9576
|
assetMarginable
|
10585
|
-
alpacaAccount {
|
10586
|
-
id
|
10587
|
-
}
|
10588
9577
|
alpacaAccountId
|
10589
9578
|
}
|
10590
9579
|
alerts {
|
@@ -10595,9 +9584,6 @@ export const User = {
|
|
10595
9584
|
isRead
|
10596
9585
|
createdAt
|
10597
9586
|
updatedAt
|
10598
|
-
alpacaAccount {
|
10599
|
-
id
|
10600
|
-
}
|
10601
9587
|
}
|
10602
9588
|
}
|
10603
9589
|
}
|
@@ -10650,9 +9636,6 @@ export const User = {
|
|
10650
9636
|
stripeCurrentPeriodEnd
|
10651
9637
|
createdAt
|
10652
9638
|
updatedAt
|
10653
|
-
users {
|
10654
|
-
id
|
10655
|
-
}
|
10656
9639
|
}
|
10657
9640
|
customerId
|
10658
9641
|
accounts {
|
@@ -10670,18 +9653,12 @@ export const User = {
|
|
10670
9653
|
session_state
|
10671
9654
|
createdAt
|
10672
9655
|
updatedAt
|
10673
|
-
user {
|
10674
|
-
id
|
10675
|
-
}
|
10676
9656
|
}
|
10677
9657
|
sessions {
|
10678
9658
|
id
|
10679
9659
|
sessionToken
|
10680
9660
|
userId
|
10681
9661
|
expires
|
10682
|
-
user {
|
10683
|
-
id
|
10684
|
-
}
|
10685
9662
|
createdAt
|
10686
9663
|
updatedAt
|
10687
9664
|
}
|
@@ -10691,9 +9668,6 @@ export const User = {
|
|
10691
9668
|
credentialID
|
10692
9669
|
publicKey
|
10693
9670
|
counter
|
10694
|
-
user {
|
10695
|
-
id
|
10696
|
-
}
|
10697
9671
|
createdAt
|
10698
9672
|
updatedAt
|
10699
9673
|
}
|
@@ -10707,9 +9681,6 @@ export const User = {
|
|
10707
9681
|
marketOpen
|
10708
9682
|
minOrderSize
|
10709
9683
|
maxOrderSize
|
10710
|
-
user {
|
10711
|
-
id
|
10712
|
-
}
|
10713
9684
|
userId
|
10714
9685
|
createdAt
|
10715
9686
|
updatedAt
|
@@ -10720,6 +9691,7 @@ export const User = {
|
|
10720
9691
|
qty
|
10721
9692
|
price
|
10722
9693
|
total
|
9694
|
+
optionType
|
10723
9695
|
signal
|
10724
9696
|
strategy
|
10725
9697
|
analysis
|
@@ -10728,9 +9700,6 @@ export const User = {
|
|
10728
9700
|
createdAt
|
10729
9701
|
updatedAt
|
10730
9702
|
status
|
10731
|
-
alpacaAccount {
|
10732
|
-
id
|
10733
|
-
}
|
10734
9703
|
asset {
|
10735
9704
|
id
|
10736
9705
|
symbol
|
@@ -10790,9 +9759,6 @@ export const User = {
|
|
10790
9759
|
buyPrice
|
10791
9760
|
createdAt
|
10792
9761
|
updatedAt
|
10793
|
-
trades {
|
10794
|
-
id
|
10795
|
-
}
|
10796
9762
|
orders {
|
10797
9763
|
id
|
10798
9764
|
clientOrderId
|
@@ -10813,9 +9779,6 @@ export const User = {
|
|
10813
9779
|
createdAt
|
10814
9780
|
updatedAt
|
10815
9781
|
orderId
|
10816
|
-
Order {
|
10817
|
-
id
|
10818
|
-
}
|
10819
9782
|
}
|
10820
9783
|
takeProfit {
|
10821
9784
|
id
|
@@ -10824,9 +9787,6 @@ export const User = {
|
|
10824
9787
|
createdAt
|
10825
9788
|
updatedAt
|
10826
9789
|
orderId
|
10827
|
-
Order {
|
10828
|
-
id
|
10829
|
-
}
|
10830
9790
|
}
|
10831
9791
|
trailPrice
|
10832
9792
|
trailPercent
|
@@ -10838,9 +9798,6 @@ export const User = {
|
|
10838
9798
|
filledAt
|
10839
9799
|
filledAvgPrice
|
10840
9800
|
actionId
|
10841
|
-
alpacaAccount {
|
10842
|
-
id
|
10843
|
-
}
|
10844
9801
|
action {
|
10845
9802
|
id
|
10846
9803
|
sequence
|
@@ -10849,15 +9806,6 @@ export const User = {
|
|
10849
9806
|
note
|
10850
9807
|
status
|
10851
9808
|
fee
|
10852
|
-
trade {
|
10853
|
-
id
|
10854
|
-
}
|
10855
|
-
order {
|
10856
|
-
id
|
10857
|
-
}
|
10858
|
-
}
|
10859
|
-
asset {
|
10860
|
-
id
|
10861
9809
|
}
|
10862
9810
|
fee
|
10863
9811
|
strikePrice
|
@@ -10869,9 +9817,6 @@ export const User = {
|
|
10869
9817
|
positions {
|
10870
9818
|
id
|
10871
9819
|
assetId
|
10872
|
-
asset {
|
10873
|
-
id
|
10874
|
-
}
|
10875
9820
|
averageEntryPrice
|
10876
9821
|
qty
|
10877
9822
|
qtyAvailable
|
@@ -10885,9 +9830,6 @@ export const User = {
|
|
10885
9830
|
lastTradePrice
|
10886
9831
|
changeToday
|
10887
9832
|
assetMarginable
|
10888
|
-
alpacaAccount {
|
10889
|
-
id
|
10890
|
-
}
|
10891
9833
|
alpacaAccountId
|
10892
9834
|
}
|
10893
9835
|
newsMentions {
|
@@ -10912,12 +9854,6 @@ export const User = {
|
|
10912
9854
|
logo
|
10913
9855
|
createdAt
|
10914
9856
|
updatedAt
|
10915
|
-
assets {
|
10916
|
-
id
|
10917
|
-
}
|
10918
|
-
}
|
10919
|
-
asset {
|
10920
|
-
id
|
10921
9857
|
}
|
10922
9858
|
relevancyScore
|
10923
9859
|
sentimentScore
|
@@ -10932,9 +9868,6 @@ export const User = {
|
|
10932
9868
|
note
|
10933
9869
|
status
|
10934
9870
|
fee
|
10935
|
-
trade {
|
10936
|
-
id
|
10937
|
-
}
|
10938
9871
|
order {
|
10939
9872
|
id
|
10940
9873
|
clientOrderId
|
@@ -10955,9 +9888,6 @@ export const User = {
|
|
10955
9888
|
createdAt
|
10956
9889
|
updatedAt
|
10957
9890
|
orderId
|
10958
|
-
Order {
|
10959
|
-
id
|
10960
|
-
}
|
10961
9891
|
}
|
10962
9892
|
takeProfit {
|
10963
9893
|
id
|
@@ -10966,9 +9896,6 @@ export const User = {
|
|
10966
9896
|
createdAt
|
10967
9897
|
updatedAt
|
10968
9898
|
orderId
|
10969
|
-
Order {
|
10970
|
-
id
|
10971
|
-
}
|
10972
9899
|
}
|
10973
9900
|
trailPrice
|
10974
9901
|
trailPercent
|
@@ -10980,12 +9907,6 @@ export const User = {
|
|
10980
9907
|
filledAt
|
10981
9908
|
filledAvgPrice
|
10982
9909
|
actionId
|
10983
|
-
alpacaAccount {
|
10984
|
-
id
|
10985
|
-
}
|
10986
|
-
action {
|
10987
|
-
id
|
10988
|
-
}
|
10989
9910
|
asset {
|
10990
9911
|
id
|
10991
9912
|
symbol
|
@@ -11045,18 +9966,9 @@ export const User = {
|
|
11045
9966
|
buyPrice
|
11046
9967
|
createdAt
|
11047
9968
|
updatedAt
|
11048
|
-
trades {
|
11049
|
-
id
|
11050
|
-
}
|
11051
|
-
orders {
|
11052
|
-
id
|
11053
|
-
}
|
11054
9969
|
positions {
|
11055
9970
|
id
|
11056
9971
|
assetId
|
11057
|
-
asset {
|
11058
|
-
id
|
11059
|
-
}
|
11060
9972
|
averageEntryPrice
|
11061
9973
|
qty
|
11062
9974
|
qtyAvailable
|
@@ -11070,9 +9982,6 @@ export const User = {
|
|
11070
9982
|
lastTradePrice
|
11071
9983
|
changeToday
|
11072
9984
|
assetMarginable
|
11073
|
-
alpacaAccount {
|
11074
|
-
id
|
11075
|
-
}
|
11076
9985
|
alpacaAccountId
|
11077
9986
|
}
|
11078
9987
|
newsMentions {
|
@@ -11097,12 +10006,6 @@ export const User = {
|
|
11097
10006
|
logo
|
11098
10007
|
createdAt
|
11099
10008
|
updatedAt
|
11100
|
-
assets {
|
11101
|
-
id
|
11102
|
-
}
|
11103
|
-
}
|
11104
|
-
asset {
|
11105
|
-
id
|
11106
10009
|
}
|
11107
10010
|
relevancyScore
|
11108
10011
|
sentimentScore
|
@@ -11138,9 +10041,6 @@ export const User = {
|
|
11138
10041
|
createdAt
|
11139
10042
|
updatedAt
|
11140
10043
|
orderId
|
11141
|
-
Order {
|
11142
|
-
id
|
11143
|
-
}
|
11144
10044
|
}
|
11145
10045
|
takeProfit {
|
11146
10046
|
id
|
@@ -11149,9 +10049,6 @@ export const User = {
|
|
11149
10049
|
createdAt
|
11150
10050
|
updatedAt
|
11151
10051
|
orderId
|
11152
|
-
Order {
|
11153
|
-
id
|
11154
|
-
}
|
11155
10052
|
}
|
11156
10053
|
trailPrice
|
11157
10054
|
trailPercent
|
@@ -11163,9 +10060,6 @@ export const User = {
|
|
11163
10060
|
filledAt
|
11164
10061
|
filledAvgPrice
|
11165
10062
|
actionId
|
11166
|
-
alpacaAccount {
|
11167
|
-
id
|
11168
|
-
}
|
11169
10063
|
action {
|
11170
10064
|
id
|
11171
10065
|
sequence
|
@@ -11181,6 +10075,7 @@ export const User = {
|
|
11181
10075
|
qty
|
11182
10076
|
price
|
11183
10077
|
total
|
10078
|
+
optionType
|
11184
10079
|
signal
|
11185
10080
|
strategy
|
11186
10081
|
analysis
|
@@ -11189,9 +10084,6 @@ export const User = {
|
|
11189
10084
|
createdAt
|
11190
10085
|
updatedAt
|
11191
10086
|
status
|
11192
|
-
alpacaAccount {
|
11193
|
-
id
|
11194
|
-
}
|
11195
10087
|
asset {
|
11196
10088
|
id
|
11197
10089
|
symbol
|
@@ -11251,18 +10143,9 @@ export const User = {
|
|
11251
10143
|
buyPrice
|
11252
10144
|
createdAt
|
11253
10145
|
updatedAt
|
11254
|
-
trades {
|
11255
|
-
id
|
11256
|
-
}
|
11257
|
-
orders {
|
11258
|
-
id
|
11259
|
-
}
|
11260
10146
|
positions {
|
11261
10147
|
id
|
11262
10148
|
assetId
|
11263
|
-
asset {
|
11264
|
-
id
|
11265
|
-
}
|
11266
10149
|
averageEntryPrice
|
11267
10150
|
qty
|
11268
10151
|
qtyAvailable
|
@@ -11276,9 +10159,6 @@ export const User = {
|
|
11276
10159
|
lastTradePrice
|
11277
10160
|
changeToday
|
11278
10161
|
assetMarginable
|
11279
|
-
alpacaAccount {
|
11280
|
-
id
|
11281
|
-
}
|
11282
10162
|
alpacaAccountId
|
11283
10163
|
}
|
11284
10164
|
newsMentions {
|
@@ -11303,24 +10183,12 @@ export const User = {
|
|
11303
10183
|
logo
|
11304
10184
|
createdAt
|
11305
10185
|
updatedAt
|
11306
|
-
assets {
|
11307
|
-
id
|
11308
|
-
}
|
11309
|
-
}
|
11310
|
-
asset {
|
11311
|
-
id
|
11312
10186
|
}
|
11313
10187
|
relevancyScore
|
11314
10188
|
sentimentScore
|
11315
10189
|
sentimentLabel
|
11316
10190
|
}
|
11317
10191
|
}
|
11318
|
-
actions {
|
11319
|
-
id
|
11320
|
-
}
|
11321
|
-
}
|
11322
|
-
order {
|
11323
|
-
id
|
11324
10192
|
}
|
11325
10193
|
}
|
11326
10194
|
asset {
|
@@ -11389,6 +10257,7 @@ export const User = {
|
|
11389
10257
|
qty
|
11390
10258
|
price
|
11391
10259
|
total
|
10260
|
+
optionType
|
11392
10261
|
signal
|
11393
10262
|
strategy
|
11394
10263
|
analysis
|
@@ -11397,12 +10266,6 @@ export const User = {
|
|
11397
10266
|
createdAt
|
11398
10267
|
updatedAt
|
11399
10268
|
status
|
11400
|
-
alpacaAccount {
|
11401
|
-
id
|
11402
|
-
}
|
11403
|
-
asset {
|
11404
|
-
id
|
11405
|
-
}
|
11406
10269
|
actions {
|
11407
10270
|
id
|
11408
10271
|
sequence
|
@@ -11411,23 +10274,11 @@ export const User = {
|
|
11411
10274
|
note
|
11412
10275
|
status
|
11413
10276
|
fee
|
11414
|
-
trade {
|
11415
|
-
id
|
11416
|
-
}
|
11417
|
-
order {
|
11418
|
-
id
|
11419
|
-
}
|
11420
10277
|
}
|
11421
10278
|
}
|
11422
|
-
orders {
|
11423
|
-
id
|
11424
|
-
}
|
11425
10279
|
positions {
|
11426
10280
|
id
|
11427
10281
|
assetId
|
11428
|
-
asset {
|
11429
|
-
id
|
11430
|
-
}
|
11431
10282
|
averageEntryPrice
|
11432
10283
|
qty
|
11433
10284
|
qtyAvailable
|
@@ -11441,9 +10292,6 @@ export const User = {
|
|
11441
10292
|
lastTradePrice
|
11442
10293
|
changeToday
|
11443
10294
|
assetMarginable
|
11444
|
-
alpacaAccount {
|
11445
|
-
id
|
11446
|
-
}
|
11447
10295
|
alpacaAccountId
|
11448
10296
|
}
|
11449
10297
|
newsMentions {
|
@@ -11468,12 +10316,6 @@ export const User = {
|
|
11468
10316
|
logo
|
11469
10317
|
createdAt
|
11470
10318
|
updatedAt
|
11471
|
-
assets {
|
11472
|
-
id
|
11473
|
-
}
|
11474
|
-
}
|
11475
|
-
asset {
|
11476
|
-
id
|
11477
10319
|
}
|
11478
10320
|
relevancyScore
|
11479
10321
|
sentimentScore
|
@@ -11556,6 +10398,7 @@ export const User = {
|
|
11556
10398
|
qty
|
11557
10399
|
price
|
11558
10400
|
total
|
10401
|
+
optionType
|
11559
10402
|
signal
|
11560
10403
|
strategy
|
11561
10404
|
analysis
|
@@ -11564,12 +10407,6 @@ export const User = {
|
|
11564
10407
|
createdAt
|
11565
10408
|
updatedAt
|
11566
10409
|
status
|
11567
|
-
alpacaAccount {
|
11568
|
-
id
|
11569
|
-
}
|
11570
|
-
asset {
|
11571
|
-
id
|
11572
|
-
}
|
11573
10410
|
actions {
|
11574
10411
|
id
|
11575
10412
|
sequence
|
@@ -11578,9 +10415,6 @@ export const User = {
|
|
11578
10415
|
note
|
11579
10416
|
status
|
11580
10417
|
fee
|
11581
|
-
trade {
|
11582
|
-
id
|
11583
|
-
}
|
11584
10418
|
order {
|
11585
10419
|
id
|
11586
10420
|
clientOrderId
|
@@ -11601,9 +10435,6 @@ export const User = {
|
|
11601
10435
|
createdAt
|
11602
10436
|
updatedAt
|
11603
10437
|
orderId
|
11604
|
-
Order {
|
11605
|
-
id
|
11606
|
-
}
|
11607
10438
|
}
|
11608
10439
|
takeProfit {
|
11609
10440
|
id
|
@@ -11612,9 +10443,6 @@ export const User = {
|
|
11612
10443
|
createdAt
|
11613
10444
|
updatedAt
|
11614
10445
|
orderId
|
11615
|
-
Order {
|
11616
|
-
id
|
11617
|
-
}
|
11618
10446
|
}
|
11619
10447
|
trailPrice
|
11620
10448
|
trailPercent
|
@@ -11626,15 +10454,6 @@ export const User = {
|
|
11626
10454
|
filledAt
|
11627
10455
|
filledAvgPrice
|
11628
10456
|
actionId
|
11629
|
-
alpacaAccount {
|
11630
|
-
id
|
11631
|
-
}
|
11632
|
-
action {
|
11633
|
-
id
|
11634
|
-
}
|
11635
|
-
asset {
|
11636
|
-
id
|
11637
|
-
}
|
11638
10457
|
fee
|
11639
10458
|
strikePrice
|
11640
10459
|
expirationDate
|
@@ -11664,9 +10483,6 @@ export const User = {
|
|
11664
10483
|
createdAt
|
11665
10484
|
updatedAt
|
11666
10485
|
orderId
|
11667
|
-
Order {
|
11668
|
-
id
|
11669
|
-
}
|
11670
10486
|
}
|
11671
10487
|
takeProfit {
|
11672
10488
|
id
|
@@ -11675,9 +10491,6 @@ export const User = {
|
|
11675
10491
|
createdAt
|
11676
10492
|
updatedAt
|
11677
10493
|
orderId
|
11678
|
-
Order {
|
11679
|
-
id
|
11680
|
-
}
|
11681
10494
|
}
|
11682
10495
|
trailPrice
|
11683
10496
|
trailPercent
|
@@ -11689,9 +10502,6 @@ export const User = {
|
|
11689
10502
|
filledAt
|
11690
10503
|
filledAvgPrice
|
11691
10504
|
actionId
|
11692
|
-
alpacaAccount {
|
11693
|
-
id
|
11694
|
-
}
|
11695
10505
|
action {
|
11696
10506
|
id
|
11697
10507
|
sequence
|
@@ -11707,6 +10517,7 @@ export const User = {
|
|
11707
10517
|
qty
|
11708
10518
|
price
|
11709
10519
|
total
|
10520
|
+
optionType
|
11710
10521
|
signal
|
11711
10522
|
strategy
|
11712
10523
|
analysis
|
@@ -11715,22 +10526,7 @@ export const User = {
|
|
11715
10526
|
createdAt
|
11716
10527
|
updatedAt
|
11717
10528
|
status
|
11718
|
-
alpacaAccount {
|
11719
|
-
id
|
11720
|
-
}
|
11721
|
-
asset {
|
11722
|
-
id
|
11723
|
-
}
|
11724
|
-
actions {
|
11725
|
-
id
|
11726
|
-
}
|
11727
10529
|
}
|
11728
|
-
order {
|
11729
|
-
id
|
11730
|
-
}
|
11731
|
-
}
|
11732
|
-
asset {
|
11733
|
-
id
|
11734
10530
|
}
|
11735
10531
|
fee
|
11736
10532
|
strikePrice
|
@@ -11739,9 +10535,6 @@ export const User = {
|
|
11739
10535
|
stopLossId
|
11740
10536
|
takeProfitId
|
11741
10537
|
}
|
11742
|
-
positions {
|
11743
|
-
id
|
11744
|
-
}
|
11745
10538
|
newsMentions {
|
11746
10539
|
id
|
11747
10540
|
assetId
|
@@ -11764,12 +10557,6 @@ export const User = {
|
|
11764
10557
|
logo
|
11765
10558
|
createdAt
|
11766
10559
|
updatedAt
|
11767
|
-
assets {
|
11768
|
-
id
|
11769
|
-
}
|
11770
|
-
}
|
11771
|
-
asset {
|
11772
|
-
id
|
11773
10560
|
}
|
11774
10561
|
relevancyScore
|
11775
10562
|
sentimentScore
|
@@ -11789,9 +10576,6 @@ export const User = {
|
|
11789
10576
|
lastTradePrice
|
11790
10577
|
changeToday
|
11791
10578
|
assetMarginable
|
11792
|
-
alpacaAccount {
|
11793
|
-
id
|
11794
|
-
}
|
11795
10579
|
alpacaAccountId
|
11796
10580
|
}
|
11797
10581
|
alerts {
|
@@ -11802,9 +10586,6 @@ export const User = {
|
|
11802
10586
|
isRead
|
11803
10587
|
createdAt
|
11804
10588
|
updatedAt
|
11805
|
-
alpacaAccount {
|
11806
|
-
id
|
11807
|
-
}
|
11808
10589
|
}
|
11809
10590
|
}
|
11810
10591
|
}
|