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/Asset.mjs
CHANGED
@@ -81,6 +81,7 @@ export const Asset = {
|
|
81
81
|
qty
|
82
82
|
price
|
83
83
|
total
|
84
|
+
optionType
|
84
85
|
signal
|
85
86
|
strategy
|
86
87
|
analysis
|
@@ -121,9 +122,6 @@ export const Asset = {
|
|
121
122
|
stripeCurrentPeriodEnd
|
122
123
|
createdAt
|
123
124
|
updatedAt
|
124
|
-
users {
|
125
|
-
id
|
126
|
-
}
|
127
125
|
}
|
128
126
|
customerId
|
129
127
|
accounts {
|
@@ -141,18 +139,12 @@ export const Asset = {
|
|
141
139
|
session_state
|
142
140
|
createdAt
|
143
141
|
updatedAt
|
144
|
-
user {
|
145
|
-
id
|
146
|
-
}
|
147
142
|
}
|
148
143
|
sessions {
|
149
144
|
id
|
150
145
|
sessionToken
|
151
146
|
userId
|
152
147
|
expires
|
153
|
-
user {
|
154
|
-
id
|
155
|
-
}
|
156
148
|
createdAt
|
157
149
|
updatedAt
|
158
150
|
}
|
@@ -162,23 +154,14 @@ export const Asset = {
|
|
162
154
|
credentialID
|
163
155
|
publicKey
|
164
156
|
counter
|
165
|
-
user {
|
166
|
-
id
|
167
|
-
}
|
168
157
|
createdAt
|
169
158
|
updatedAt
|
170
159
|
}
|
171
160
|
plan
|
172
|
-
alpacaAccounts {
|
173
|
-
id
|
174
|
-
}
|
175
161
|
}
|
176
162
|
userId
|
177
163
|
createdAt
|
178
164
|
updatedAt
|
179
|
-
trades {
|
180
|
-
id
|
181
|
-
}
|
182
165
|
orders {
|
183
166
|
id
|
184
167
|
clientOrderId
|
@@ -199,9 +182,6 @@ export const Asset = {
|
|
199
182
|
createdAt
|
200
183
|
updatedAt
|
201
184
|
orderId
|
202
|
-
Order {
|
203
|
-
id
|
204
|
-
}
|
205
185
|
}
|
206
186
|
takeProfit {
|
207
187
|
id
|
@@ -210,9 +190,6 @@ export const Asset = {
|
|
210
190
|
createdAt
|
211
191
|
updatedAt
|
212
192
|
orderId
|
213
|
-
Order {
|
214
|
-
id
|
215
|
-
}
|
216
193
|
}
|
217
194
|
trailPrice
|
218
195
|
trailPercent
|
@@ -224,9 +201,6 @@ export const Asset = {
|
|
224
201
|
filledAt
|
225
202
|
filledAvgPrice
|
226
203
|
actionId
|
227
|
-
alpacaAccount {
|
228
|
-
id
|
229
|
-
}
|
230
204
|
action {
|
231
205
|
id
|
232
206
|
sequence
|
@@ -235,15 +209,6 @@ export const Asset = {
|
|
235
209
|
note
|
236
210
|
status
|
237
211
|
fee
|
238
|
-
trade {
|
239
|
-
id
|
240
|
-
}
|
241
|
-
order {
|
242
|
-
id
|
243
|
-
}
|
244
|
-
}
|
245
|
-
asset {
|
246
|
-
id
|
247
212
|
}
|
248
213
|
fee
|
249
214
|
strikePrice
|
@@ -255,9 +220,6 @@ export const Asset = {
|
|
255
220
|
positions {
|
256
221
|
id
|
257
222
|
assetId
|
258
|
-
asset {
|
259
|
-
id
|
260
|
-
}
|
261
223
|
averageEntryPrice
|
262
224
|
qty
|
263
225
|
qtyAvailable
|
@@ -271,9 +233,6 @@ export const Asset = {
|
|
271
233
|
lastTradePrice
|
272
234
|
changeToday
|
273
235
|
assetMarginable
|
274
|
-
alpacaAccount {
|
275
|
-
id
|
276
|
-
}
|
277
236
|
alpacaAccountId
|
278
237
|
}
|
279
238
|
alerts {
|
@@ -284,14 +243,8 @@ export const Asset = {
|
|
284
243
|
isRead
|
285
244
|
createdAt
|
286
245
|
updatedAt
|
287
|
-
alpacaAccount {
|
288
|
-
id
|
289
|
-
}
|
290
246
|
}
|
291
247
|
}
|
292
|
-
asset {
|
293
|
-
id
|
294
|
-
}
|
295
248
|
actions {
|
296
249
|
id
|
297
250
|
sequence
|
@@ -300,9 +253,6 @@ export const Asset = {
|
|
300
253
|
note
|
301
254
|
status
|
302
255
|
fee
|
303
|
-
trade {
|
304
|
-
id
|
305
|
-
}
|
306
256
|
order {
|
307
257
|
id
|
308
258
|
clientOrderId
|
@@ -323,9 +273,6 @@ export const Asset = {
|
|
323
273
|
createdAt
|
324
274
|
updatedAt
|
325
275
|
orderId
|
326
|
-
Order {
|
327
|
-
id
|
328
|
-
}
|
329
276
|
}
|
330
277
|
takeProfit {
|
331
278
|
id
|
@@ -334,9 +281,6 @@ export const Asset = {
|
|
334
281
|
createdAt
|
335
282
|
updatedAt
|
336
283
|
orderId
|
337
|
-
Order {
|
338
|
-
id
|
339
|
-
}
|
340
284
|
}
|
341
285
|
trailPrice
|
342
286
|
trailPercent
|
@@ -380,9 +324,6 @@ export const Asset = {
|
|
380
324
|
stripeCurrentPeriodEnd
|
381
325
|
createdAt
|
382
326
|
updatedAt
|
383
|
-
users {
|
384
|
-
id
|
385
|
-
}
|
386
327
|
}
|
387
328
|
customerId
|
388
329
|
accounts {
|
@@ -400,18 +341,12 @@ export const Asset = {
|
|
400
341
|
session_state
|
401
342
|
createdAt
|
402
343
|
updatedAt
|
403
|
-
user {
|
404
|
-
id
|
405
|
-
}
|
406
344
|
}
|
407
345
|
sessions {
|
408
346
|
id
|
409
347
|
sessionToken
|
410
348
|
userId
|
411
349
|
expires
|
412
|
-
user {
|
413
|
-
id
|
414
|
-
}
|
415
350
|
createdAt
|
416
351
|
updatedAt
|
417
352
|
}
|
@@ -421,32 +356,17 @@ export const Asset = {
|
|
421
356
|
credentialID
|
422
357
|
publicKey
|
423
358
|
counter
|
424
|
-
user {
|
425
|
-
id
|
426
|
-
}
|
427
359
|
createdAt
|
428
360
|
updatedAt
|
429
361
|
}
|
430
362
|
plan
|
431
|
-
alpacaAccounts {
|
432
|
-
id
|
433
|
-
}
|
434
363
|
}
|
435
364
|
userId
|
436
365
|
createdAt
|
437
366
|
updatedAt
|
438
|
-
trades {
|
439
|
-
id
|
440
|
-
}
|
441
|
-
orders {
|
442
|
-
id
|
443
|
-
}
|
444
367
|
positions {
|
445
368
|
id
|
446
369
|
assetId
|
447
|
-
asset {
|
448
|
-
id
|
449
|
-
}
|
450
370
|
averageEntryPrice
|
451
371
|
qty
|
452
372
|
qtyAvailable
|
@@ -460,9 +380,6 @@ export const Asset = {
|
|
460
380
|
lastTradePrice
|
461
381
|
changeToday
|
462
382
|
assetMarginable
|
463
|
-
alpacaAccount {
|
464
|
-
id
|
465
|
-
}
|
466
383
|
alpacaAccountId
|
467
384
|
}
|
468
385
|
alerts {
|
@@ -473,17 +390,8 @@ export const Asset = {
|
|
473
390
|
isRead
|
474
391
|
createdAt
|
475
392
|
updatedAt
|
476
|
-
alpacaAccount {
|
477
|
-
id
|
478
|
-
}
|
479
393
|
}
|
480
394
|
}
|
481
|
-
action {
|
482
|
-
id
|
483
|
-
}
|
484
|
-
asset {
|
485
|
-
id
|
486
|
-
}
|
487
395
|
fee
|
488
396
|
strikePrice
|
489
397
|
expirationDate
|
@@ -513,9 +421,6 @@ export const Asset = {
|
|
513
421
|
createdAt
|
514
422
|
updatedAt
|
515
423
|
orderId
|
516
|
-
Order {
|
517
|
-
id
|
518
|
-
}
|
519
424
|
}
|
520
425
|
takeProfit {
|
521
426
|
id
|
@@ -524,9 +429,6 @@ export const Asset = {
|
|
524
429
|
createdAt
|
525
430
|
updatedAt
|
526
431
|
orderId
|
527
|
-
Order {
|
528
|
-
id
|
529
|
-
}
|
530
432
|
}
|
531
433
|
trailPrice
|
532
434
|
trailPercent
|
@@ -570,9 +472,6 @@ export const Asset = {
|
|
570
472
|
stripeCurrentPeriodEnd
|
571
473
|
createdAt
|
572
474
|
updatedAt
|
573
|
-
users {
|
574
|
-
id
|
575
|
-
}
|
576
475
|
}
|
577
476
|
customerId
|
578
477
|
accounts {
|
@@ -590,18 +489,12 @@ export const Asset = {
|
|
590
489
|
session_state
|
591
490
|
createdAt
|
592
491
|
updatedAt
|
593
|
-
user {
|
594
|
-
id
|
595
|
-
}
|
596
492
|
}
|
597
493
|
sessions {
|
598
494
|
id
|
599
495
|
sessionToken
|
600
496
|
userId
|
601
497
|
expires
|
602
|
-
user {
|
603
|
-
id
|
604
|
-
}
|
605
498
|
createdAt
|
606
499
|
updatedAt
|
607
500
|
}
|
@@ -611,16 +504,10 @@ export const Asset = {
|
|
611
504
|
credentialID
|
612
505
|
publicKey
|
613
506
|
counter
|
614
|
-
user {
|
615
|
-
id
|
616
|
-
}
|
617
507
|
createdAt
|
618
508
|
updatedAt
|
619
509
|
}
|
620
510
|
plan
|
621
|
-
alpacaAccounts {
|
622
|
-
id
|
623
|
-
}
|
624
511
|
}
|
625
512
|
userId
|
626
513
|
createdAt
|
@@ -632,6 +519,7 @@ export const Asset = {
|
|
632
519
|
qty
|
633
520
|
price
|
634
521
|
total
|
522
|
+
optionType
|
635
523
|
signal
|
636
524
|
strategy
|
637
525
|
analysis
|
@@ -640,12 +528,6 @@ export const Asset = {
|
|
640
528
|
createdAt
|
641
529
|
updatedAt
|
642
530
|
status
|
643
|
-
alpacaAccount {
|
644
|
-
id
|
645
|
-
}
|
646
|
-
asset {
|
647
|
-
id
|
648
|
-
}
|
649
531
|
actions {
|
650
532
|
id
|
651
533
|
sequence
|
@@ -654,23 +536,11 @@ export const Asset = {
|
|
654
536
|
note
|
655
537
|
status
|
656
538
|
fee
|
657
|
-
trade {
|
658
|
-
id
|
659
|
-
}
|
660
|
-
order {
|
661
|
-
id
|
662
|
-
}
|
663
539
|
}
|
664
540
|
}
|
665
|
-
orders {
|
666
|
-
id
|
667
|
-
}
|
668
541
|
positions {
|
669
542
|
id
|
670
543
|
assetId
|
671
|
-
asset {
|
672
|
-
id
|
673
|
-
}
|
674
544
|
averageEntryPrice
|
675
545
|
qty
|
676
546
|
qtyAvailable
|
@@ -684,9 +554,6 @@ export const Asset = {
|
|
684
554
|
lastTradePrice
|
685
555
|
changeToday
|
686
556
|
assetMarginable
|
687
|
-
alpacaAccount {
|
688
|
-
id
|
689
|
-
}
|
690
557
|
alpacaAccountId
|
691
558
|
}
|
692
559
|
alerts {
|
@@ -697,9 +564,6 @@ export const Asset = {
|
|
697
564
|
isRead
|
698
565
|
createdAt
|
699
566
|
updatedAt
|
700
|
-
alpacaAccount {
|
701
|
-
id
|
702
|
-
}
|
703
567
|
}
|
704
568
|
}
|
705
569
|
action {
|
@@ -717,6 +581,7 @@ export const Asset = {
|
|
717
581
|
qty
|
718
582
|
price
|
719
583
|
total
|
584
|
+
optionType
|
720
585
|
signal
|
721
586
|
strategy
|
722
587
|
analysis
|
@@ -757,9 +622,6 @@ export const Asset = {
|
|
757
622
|
stripeCurrentPeriodEnd
|
758
623
|
createdAt
|
759
624
|
updatedAt
|
760
|
-
users {
|
761
|
-
id
|
762
|
-
}
|
763
625
|
}
|
764
626
|
customerId
|
765
627
|
accounts {
|
@@ -777,18 +639,12 @@ export const Asset = {
|
|
777
639
|
session_state
|
778
640
|
createdAt
|
779
641
|
updatedAt
|
780
|
-
user {
|
781
|
-
id
|
782
|
-
}
|
783
642
|
}
|
784
643
|
sessions {
|
785
644
|
id
|
786
645
|
sessionToken
|
787
646
|
userId
|
788
647
|
expires
|
789
|
-
user {
|
790
|
-
id
|
791
|
-
}
|
792
648
|
createdAt
|
793
649
|
updatedAt
|
794
650
|
}
|
@@ -798,32 +654,17 @@ export const Asset = {
|
|
798
654
|
credentialID
|
799
655
|
publicKey
|
800
656
|
counter
|
801
|
-
user {
|
802
|
-
id
|
803
|
-
}
|
804
657
|
createdAt
|
805
658
|
updatedAt
|
806
659
|
}
|
807
660
|
plan
|
808
|
-
alpacaAccounts {
|
809
|
-
id
|
810
|
-
}
|
811
661
|
}
|
812
662
|
userId
|
813
663
|
createdAt
|
814
664
|
updatedAt
|
815
|
-
trades {
|
816
|
-
id
|
817
|
-
}
|
818
|
-
orders {
|
819
|
-
id
|
820
|
-
}
|
821
665
|
positions {
|
822
666
|
id
|
823
667
|
assetId
|
824
|
-
asset {
|
825
|
-
id
|
826
|
-
}
|
827
668
|
averageEntryPrice
|
828
669
|
qty
|
829
670
|
qtyAvailable
|
@@ -837,9 +678,6 @@ export const Asset = {
|
|
837
678
|
lastTradePrice
|
838
679
|
changeToday
|
839
680
|
assetMarginable
|
840
|
-
alpacaAccount {
|
841
|
-
id
|
842
|
-
}
|
843
681
|
alpacaAccountId
|
844
682
|
}
|
845
683
|
alerts {
|
@@ -850,24 +688,9 @@ export const Asset = {
|
|
850
688
|
isRead
|
851
689
|
createdAt
|
852
690
|
updatedAt
|
853
|
-
alpacaAccount {
|
854
|
-
id
|
855
|
-
}
|
856
691
|
}
|
857
692
|
}
|
858
|
-
asset {
|
859
|
-
id
|
860
|
-
}
|
861
|
-
actions {
|
862
|
-
id
|
863
|
-
}
|
864
693
|
}
|
865
|
-
order {
|
866
|
-
id
|
867
|
-
}
|
868
|
-
}
|
869
|
-
asset {
|
870
|
-
id
|
871
694
|
}
|
872
695
|
fee
|
873
696
|
strikePrice
|
@@ -879,9 +702,6 @@ export const Asset = {
|
|
879
702
|
positions {
|
880
703
|
id
|
881
704
|
assetId
|
882
|
-
asset {
|
883
|
-
id
|
884
|
-
}
|
885
705
|
averageEntryPrice
|
886
706
|
qty
|
887
707
|
qtyAvailable
|
@@ -927,9 +747,6 @@ export const Asset = {
|
|
927
747
|
stripeCurrentPeriodEnd
|
928
748
|
createdAt
|
929
749
|
updatedAt
|
930
|
-
users {
|
931
|
-
id
|
932
|
-
}
|
933
750
|
}
|
934
751
|
customerId
|
935
752
|
accounts {
|
@@ -947,18 +764,12 @@ export const Asset = {
|
|
947
764
|
session_state
|
948
765
|
createdAt
|
949
766
|
updatedAt
|
950
|
-
user {
|
951
|
-
id
|
952
|
-
}
|
953
767
|
}
|
954
768
|
sessions {
|
955
769
|
id
|
956
770
|
sessionToken
|
957
771
|
userId
|
958
772
|
expires
|
959
|
-
user {
|
960
|
-
id
|
961
|
-
}
|
962
773
|
createdAt
|
963
774
|
updatedAt
|
964
775
|
}
|
@@ -968,16 +779,10 @@ export const Asset = {
|
|
968
779
|
credentialID
|
969
780
|
publicKey
|
970
781
|
counter
|
971
|
-
user {
|
972
|
-
id
|
973
|
-
}
|
974
782
|
createdAt
|
975
783
|
updatedAt
|
976
784
|
}
|
977
785
|
plan
|
978
|
-
alpacaAccounts {
|
979
|
-
id
|
980
|
-
}
|
981
786
|
}
|
982
787
|
userId
|
983
788
|
createdAt
|
@@ -989,6 +794,7 @@ export const Asset = {
|
|
989
794
|
qty
|
990
795
|
price
|
991
796
|
total
|
797
|
+
optionType
|
992
798
|
signal
|
993
799
|
strategy
|
994
800
|
analysis
|
@@ -997,12 +803,6 @@ export const Asset = {
|
|
997
803
|
createdAt
|
998
804
|
updatedAt
|
999
805
|
status
|
1000
|
-
alpacaAccount {
|
1001
|
-
id
|
1002
|
-
}
|
1003
|
-
asset {
|
1004
|
-
id
|
1005
|
-
}
|
1006
806
|
actions {
|
1007
807
|
id
|
1008
808
|
sequence
|
@@ -1011,9 +811,6 @@ export const Asset = {
|
|
1011
811
|
note
|
1012
812
|
status
|
1013
813
|
fee
|
1014
|
-
trade {
|
1015
|
-
id
|
1016
|
-
}
|
1017
814
|
order {
|
1018
815
|
id
|
1019
816
|
clientOrderId
|
@@ -1034,9 +831,6 @@ export const Asset = {
|
|
1034
831
|
createdAt
|
1035
832
|
updatedAt
|
1036
833
|
orderId
|
1037
|
-
Order {
|
1038
|
-
id
|
1039
|
-
}
|
1040
834
|
}
|
1041
835
|
takeProfit {
|
1042
836
|
id
|
@@ -1045,9 +839,6 @@ export const Asset = {
|
|
1045
839
|
createdAt
|
1046
840
|
updatedAt
|
1047
841
|
orderId
|
1048
|
-
Order {
|
1049
|
-
id
|
1050
|
-
}
|
1051
842
|
}
|
1052
843
|
trailPrice
|
1053
844
|
trailPercent
|
@@ -1059,15 +850,6 @@ export const Asset = {
|
|
1059
850
|
filledAt
|
1060
851
|
filledAvgPrice
|
1061
852
|
actionId
|
1062
|
-
alpacaAccount {
|
1063
|
-
id
|
1064
|
-
}
|
1065
|
-
action {
|
1066
|
-
id
|
1067
|
-
}
|
1068
|
-
asset {
|
1069
|
-
id
|
1070
|
-
}
|
1071
853
|
fee
|
1072
854
|
strikePrice
|
1073
855
|
expirationDate
|
@@ -1097,9 +879,6 @@ export const Asset = {
|
|
1097
879
|
createdAt
|
1098
880
|
updatedAt
|
1099
881
|
orderId
|
1100
|
-
Order {
|
1101
|
-
id
|
1102
|
-
}
|
1103
882
|
}
|
1104
883
|
takeProfit {
|
1105
884
|
id
|
@@ -1108,9 +887,6 @@ export const Asset = {
|
|
1108
887
|
createdAt
|
1109
888
|
updatedAt
|
1110
889
|
orderId
|
1111
|
-
Order {
|
1112
|
-
id
|
1113
|
-
}
|
1114
890
|
}
|
1115
891
|
trailPrice
|
1116
892
|
trailPercent
|
@@ -1122,9 +898,6 @@ export const Asset = {
|
|
1122
898
|
filledAt
|
1123
899
|
filledAvgPrice
|
1124
900
|
actionId
|
1125
|
-
alpacaAccount {
|
1126
|
-
id
|
1127
|
-
}
|
1128
901
|
action {
|
1129
902
|
id
|
1130
903
|
sequence
|
@@ -1140,6 +913,7 @@ export const Asset = {
|
|
1140
913
|
qty
|
1141
914
|
price
|
1142
915
|
total
|
916
|
+
optionType
|
1143
917
|
signal
|
1144
918
|
strategy
|
1145
919
|
analysis
|
@@ -1148,23 +922,8 @@ export const Asset = {
|
|
1148
922
|
createdAt
|
1149
923
|
updatedAt
|
1150
924
|
status
|
1151
|
-
alpacaAccount {
|
1152
|
-
id
|
1153
|
-
}
|
1154
|
-
asset {
|
1155
|
-
id
|
1156
|
-
}
|
1157
|
-
actions {
|
1158
|
-
id
|
1159
|
-
}
|
1160
|
-
}
|
1161
|
-
order {
|
1162
|
-
id
|
1163
925
|
}
|
1164
926
|
}
|
1165
|
-
asset {
|
1166
|
-
id
|
1167
|
-
}
|
1168
927
|
fee
|
1169
928
|
strikePrice
|
1170
929
|
expirationDate
|
@@ -1172,9 +931,6 @@ export const Asset = {
|
|
1172
931
|
stopLossId
|
1173
932
|
takeProfitId
|
1174
933
|
}
|
1175
|
-
positions {
|
1176
|
-
id
|
1177
|
-
}
|
1178
934
|
alerts {
|
1179
935
|
id
|
1180
936
|
alpacaAccountId
|
@@ -1183,9 +939,6 @@ export const Asset = {
|
|
1183
939
|
isRead
|
1184
940
|
createdAt
|
1185
941
|
updatedAt
|
1186
|
-
alpacaAccount {
|
1187
|
-
id
|
1188
|
-
}
|
1189
942
|
}
|
1190
943
|
}
|
1191
944
|
alpacaAccountId
|
@@ -1212,12 +965,6 @@ export const Asset = {
|
|
1212
965
|
logo
|
1213
966
|
createdAt
|
1214
967
|
updatedAt
|
1215
|
-
assets {
|
1216
|
-
id
|
1217
|
-
}
|
1218
|
-
}
|
1219
|
-
asset {
|
1220
|
-
id
|
1221
968
|
}
|
1222
969
|
relevancyScore
|
1223
970
|
sentimentScore
|
@@ -1297,6 +1044,7 @@ export const Asset = {
|
|
1297
1044
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1298
1045
|
price: item.price !== undefined ? item.price : undefined,
|
1299
1046
|
total: item.total !== undefined ? item.total : undefined,
|
1047
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1300
1048
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1301
1049
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1302
1050
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1613,6 +1361,7 @@ export const Asset = {
|
|
1613
1361
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1614
1362
|
price: item.price !== undefined ? item.price : undefined,
|
1615
1363
|
total: item.total !== undefined ? item.total : undefined,
|
1364
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1616
1365
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1617
1366
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1618
1367
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1699,6 +1448,7 @@ export const Asset = {
|
|
1699
1448
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
1700
1449
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
1701
1450
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
1451
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
1702
1452
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
1703
1453
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
1704
1454
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -1797,6 +1547,7 @@ export const Asset = {
|
|
1797
1547
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1798
1548
|
price: item.price !== undefined ? item.price : undefined,
|
1799
1549
|
total: item.total !== undefined ? item.total : undefined,
|
1550
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1800
1551
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1801
1552
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1802
1553
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -2098,6 +1849,7 @@ export const Asset = {
|
|
2098
1849
|
qty
|
2099
1850
|
price
|
2100
1851
|
total
|
1852
|
+
optionType
|
2101
1853
|
signal
|
2102
1854
|
strategy
|
2103
1855
|
analysis
|
@@ -2138,9 +1890,6 @@ export const Asset = {
|
|
2138
1890
|
stripeCurrentPeriodEnd
|
2139
1891
|
createdAt
|
2140
1892
|
updatedAt
|
2141
|
-
users {
|
2142
|
-
id
|
2143
|
-
}
|
2144
1893
|
}
|
2145
1894
|
customerId
|
2146
1895
|
accounts {
|
@@ -2158,18 +1907,12 @@ export const Asset = {
|
|
2158
1907
|
session_state
|
2159
1908
|
createdAt
|
2160
1909
|
updatedAt
|
2161
|
-
user {
|
2162
|
-
id
|
2163
|
-
}
|
2164
1910
|
}
|
2165
1911
|
sessions {
|
2166
1912
|
id
|
2167
1913
|
sessionToken
|
2168
1914
|
userId
|
2169
1915
|
expires
|
2170
|
-
user {
|
2171
|
-
id
|
2172
|
-
}
|
2173
1916
|
createdAt
|
2174
1917
|
updatedAt
|
2175
1918
|
}
|
@@ -2179,23 +1922,14 @@ export const Asset = {
|
|
2179
1922
|
credentialID
|
2180
1923
|
publicKey
|
2181
1924
|
counter
|
2182
|
-
user {
|
2183
|
-
id
|
2184
|
-
}
|
2185
1925
|
createdAt
|
2186
1926
|
updatedAt
|
2187
1927
|
}
|
2188
1928
|
plan
|
2189
|
-
alpacaAccounts {
|
2190
|
-
id
|
2191
|
-
}
|
2192
1929
|
}
|
2193
1930
|
userId
|
2194
1931
|
createdAt
|
2195
1932
|
updatedAt
|
2196
|
-
trades {
|
2197
|
-
id
|
2198
|
-
}
|
2199
1933
|
orders {
|
2200
1934
|
id
|
2201
1935
|
clientOrderId
|
@@ -2216,9 +1950,6 @@ export const Asset = {
|
|
2216
1950
|
createdAt
|
2217
1951
|
updatedAt
|
2218
1952
|
orderId
|
2219
|
-
Order {
|
2220
|
-
id
|
2221
|
-
}
|
2222
1953
|
}
|
2223
1954
|
takeProfit {
|
2224
1955
|
id
|
@@ -2227,9 +1958,6 @@ export const Asset = {
|
|
2227
1958
|
createdAt
|
2228
1959
|
updatedAt
|
2229
1960
|
orderId
|
2230
|
-
Order {
|
2231
|
-
id
|
2232
|
-
}
|
2233
1961
|
}
|
2234
1962
|
trailPrice
|
2235
1963
|
trailPercent
|
@@ -2241,9 +1969,6 @@ export const Asset = {
|
|
2241
1969
|
filledAt
|
2242
1970
|
filledAvgPrice
|
2243
1971
|
actionId
|
2244
|
-
alpacaAccount {
|
2245
|
-
id
|
2246
|
-
}
|
2247
1972
|
action {
|
2248
1973
|
id
|
2249
1974
|
sequence
|
@@ -2252,15 +1977,6 @@ export const Asset = {
|
|
2252
1977
|
note
|
2253
1978
|
status
|
2254
1979
|
fee
|
2255
|
-
trade {
|
2256
|
-
id
|
2257
|
-
}
|
2258
|
-
order {
|
2259
|
-
id
|
2260
|
-
}
|
2261
|
-
}
|
2262
|
-
asset {
|
2263
|
-
id
|
2264
1980
|
}
|
2265
1981
|
fee
|
2266
1982
|
strikePrice
|
@@ -2272,9 +1988,6 @@ export const Asset = {
|
|
2272
1988
|
positions {
|
2273
1989
|
id
|
2274
1990
|
assetId
|
2275
|
-
asset {
|
2276
|
-
id
|
2277
|
-
}
|
2278
1991
|
averageEntryPrice
|
2279
1992
|
qty
|
2280
1993
|
qtyAvailable
|
@@ -2288,9 +2001,6 @@ export const Asset = {
|
|
2288
2001
|
lastTradePrice
|
2289
2002
|
changeToday
|
2290
2003
|
assetMarginable
|
2291
|
-
alpacaAccount {
|
2292
|
-
id
|
2293
|
-
}
|
2294
2004
|
alpacaAccountId
|
2295
2005
|
}
|
2296
2006
|
alerts {
|
@@ -2301,14 +2011,8 @@ export const Asset = {
|
|
2301
2011
|
isRead
|
2302
2012
|
createdAt
|
2303
2013
|
updatedAt
|
2304
|
-
alpacaAccount {
|
2305
|
-
id
|
2306
|
-
}
|
2307
2014
|
}
|
2308
2015
|
}
|
2309
|
-
asset {
|
2310
|
-
id
|
2311
|
-
}
|
2312
2016
|
actions {
|
2313
2017
|
id
|
2314
2018
|
sequence
|
@@ -2317,9 +2021,6 @@ export const Asset = {
|
|
2317
2021
|
note
|
2318
2022
|
status
|
2319
2023
|
fee
|
2320
|
-
trade {
|
2321
|
-
id
|
2322
|
-
}
|
2323
2024
|
order {
|
2324
2025
|
id
|
2325
2026
|
clientOrderId
|
@@ -2340,9 +2041,6 @@ export const Asset = {
|
|
2340
2041
|
createdAt
|
2341
2042
|
updatedAt
|
2342
2043
|
orderId
|
2343
|
-
Order {
|
2344
|
-
id
|
2345
|
-
}
|
2346
2044
|
}
|
2347
2045
|
takeProfit {
|
2348
2046
|
id
|
@@ -2351,9 +2049,6 @@ export const Asset = {
|
|
2351
2049
|
createdAt
|
2352
2050
|
updatedAt
|
2353
2051
|
orderId
|
2354
|
-
Order {
|
2355
|
-
id
|
2356
|
-
}
|
2357
2052
|
}
|
2358
2053
|
trailPrice
|
2359
2054
|
trailPercent
|
@@ -2397,9 +2092,6 @@ export const Asset = {
|
|
2397
2092
|
stripeCurrentPeriodEnd
|
2398
2093
|
createdAt
|
2399
2094
|
updatedAt
|
2400
|
-
users {
|
2401
|
-
id
|
2402
|
-
}
|
2403
2095
|
}
|
2404
2096
|
customerId
|
2405
2097
|
accounts {
|
@@ -2417,18 +2109,12 @@ export const Asset = {
|
|
2417
2109
|
session_state
|
2418
2110
|
createdAt
|
2419
2111
|
updatedAt
|
2420
|
-
user {
|
2421
|
-
id
|
2422
|
-
}
|
2423
2112
|
}
|
2424
2113
|
sessions {
|
2425
2114
|
id
|
2426
2115
|
sessionToken
|
2427
2116
|
userId
|
2428
2117
|
expires
|
2429
|
-
user {
|
2430
|
-
id
|
2431
|
-
}
|
2432
2118
|
createdAt
|
2433
2119
|
updatedAt
|
2434
2120
|
}
|
@@ -2438,32 +2124,17 @@ export const Asset = {
|
|
2438
2124
|
credentialID
|
2439
2125
|
publicKey
|
2440
2126
|
counter
|
2441
|
-
user {
|
2442
|
-
id
|
2443
|
-
}
|
2444
2127
|
createdAt
|
2445
2128
|
updatedAt
|
2446
2129
|
}
|
2447
2130
|
plan
|
2448
|
-
alpacaAccounts {
|
2449
|
-
id
|
2450
|
-
}
|
2451
2131
|
}
|
2452
2132
|
userId
|
2453
2133
|
createdAt
|
2454
2134
|
updatedAt
|
2455
|
-
trades {
|
2456
|
-
id
|
2457
|
-
}
|
2458
|
-
orders {
|
2459
|
-
id
|
2460
|
-
}
|
2461
2135
|
positions {
|
2462
2136
|
id
|
2463
2137
|
assetId
|
2464
|
-
asset {
|
2465
|
-
id
|
2466
|
-
}
|
2467
2138
|
averageEntryPrice
|
2468
2139
|
qty
|
2469
2140
|
qtyAvailable
|
@@ -2477,9 +2148,6 @@ export const Asset = {
|
|
2477
2148
|
lastTradePrice
|
2478
2149
|
changeToday
|
2479
2150
|
assetMarginable
|
2480
|
-
alpacaAccount {
|
2481
|
-
id
|
2482
|
-
}
|
2483
2151
|
alpacaAccountId
|
2484
2152
|
}
|
2485
2153
|
alerts {
|
@@ -2490,17 +2158,8 @@ export const Asset = {
|
|
2490
2158
|
isRead
|
2491
2159
|
createdAt
|
2492
2160
|
updatedAt
|
2493
|
-
alpacaAccount {
|
2494
|
-
id
|
2495
|
-
}
|
2496
2161
|
}
|
2497
2162
|
}
|
2498
|
-
action {
|
2499
|
-
id
|
2500
|
-
}
|
2501
|
-
asset {
|
2502
|
-
id
|
2503
|
-
}
|
2504
2163
|
fee
|
2505
2164
|
strikePrice
|
2506
2165
|
expirationDate
|
@@ -2530,9 +2189,6 @@ export const Asset = {
|
|
2530
2189
|
createdAt
|
2531
2190
|
updatedAt
|
2532
2191
|
orderId
|
2533
|
-
Order {
|
2534
|
-
id
|
2535
|
-
}
|
2536
2192
|
}
|
2537
2193
|
takeProfit {
|
2538
2194
|
id
|
@@ -2541,9 +2197,6 @@ export const Asset = {
|
|
2541
2197
|
createdAt
|
2542
2198
|
updatedAt
|
2543
2199
|
orderId
|
2544
|
-
Order {
|
2545
|
-
id
|
2546
|
-
}
|
2547
2200
|
}
|
2548
2201
|
trailPrice
|
2549
2202
|
trailPercent
|
@@ -2587,9 +2240,6 @@ export const Asset = {
|
|
2587
2240
|
stripeCurrentPeriodEnd
|
2588
2241
|
createdAt
|
2589
2242
|
updatedAt
|
2590
|
-
users {
|
2591
|
-
id
|
2592
|
-
}
|
2593
2243
|
}
|
2594
2244
|
customerId
|
2595
2245
|
accounts {
|
@@ -2607,18 +2257,12 @@ export const Asset = {
|
|
2607
2257
|
session_state
|
2608
2258
|
createdAt
|
2609
2259
|
updatedAt
|
2610
|
-
user {
|
2611
|
-
id
|
2612
|
-
}
|
2613
2260
|
}
|
2614
2261
|
sessions {
|
2615
2262
|
id
|
2616
2263
|
sessionToken
|
2617
2264
|
userId
|
2618
2265
|
expires
|
2619
|
-
user {
|
2620
|
-
id
|
2621
|
-
}
|
2622
2266
|
createdAt
|
2623
2267
|
updatedAt
|
2624
2268
|
}
|
@@ -2628,16 +2272,10 @@ export const Asset = {
|
|
2628
2272
|
credentialID
|
2629
2273
|
publicKey
|
2630
2274
|
counter
|
2631
|
-
user {
|
2632
|
-
id
|
2633
|
-
}
|
2634
2275
|
createdAt
|
2635
2276
|
updatedAt
|
2636
2277
|
}
|
2637
2278
|
plan
|
2638
|
-
alpacaAccounts {
|
2639
|
-
id
|
2640
|
-
}
|
2641
2279
|
}
|
2642
2280
|
userId
|
2643
2281
|
createdAt
|
@@ -2649,6 +2287,7 @@ export const Asset = {
|
|
2649
2287
|
qty
|
2650
2288
|
price
|
2651
2289
|
total
|
2290
|
+
optionType
|
2652
2291
|
signal
|
2653
2292
|
strategy
|
2654
2293
|
analysis
|
@@ -2657,12 +2296,6 @@ export const Asset = {
|
|
2657
2296
|
createdAt
|
2658
2297
|
updatedAt
|
2659
2298
|
status
|
2660
|
-
alpacaAccount {
|
2661
|
-
id
|
2662
|
-
}
|
2663
|
-
asset {
|
2664
|
-
id
|
2665
|
-
}
|
2666
2299
|
actions {
|
2667
2300
|
id
|
2668
2301
|
sequence
|
@@ -2671,23 +2304,11 @@ export const Asset = {
|
|
2671
2304
|
note
|
2672
2305
|
status
|
2673
2306
|
fee
|
2674
|
-
trade {
|
2675
|
-
id
|
2676
|
-
}
|
2677
|
-
order {
|
2678
|
-
id
|
2679
|
-
}
|
2680
2307
|
}
|
2681
2308
|
}
|
2682
|
-
orders {
|
2683
|
-
id
|
2684
|
-
}
|
2685
2309
|
positions {
|
2686
2310
|
id
|
2687
2311
|
assetId
|
2688
|
-
asset {
|
2689
|
-
id
|
2690
|
-
}
|
2691
2312
|
averageEntryPrice
|
2692
2313
|
qty
|
2693
2314
|
qtyAvailable
|
@@ -2701,9 +2322,6 @@ export const Asset = {
|
|
2701
2322
|
lastTradePrice
|
2702
2323
|
changeToday
|
2703
2324
|
assetMarginable
|
2704
|
-
alpacaAccount {
|
2705
|
-
id
|
2706
|
-
}
|
2707
2325
|
alpacaAccountId
|
2708
2326
|
}
|
2709
2327
|
alerts {
|
@@ -2714,9 +2332,6 @@ export const Asset = {
|
|
2714
2332
|
isRead
|
2715
2333
|
createdAt
|
2716
2334
|
updatedAt
|
2717
|
-
alpacaAccount {
|
2718
|
-
id
|
2719
|
-
}
|
2720
2335
|
}
|
2721
2336
|
}
|
2722
2337
|
action {
|
@@ -2734,6 +2349,7 @@ export const Asset = {
|
|
2734
2349
|
qty
|
2735
2350
|
price
|
2736
2351
|
total
|
2352
|
+
optionType
|
2737
2353
|
signal
|
2738
2354
|
strategy
|
2739
2355
|
analysis
|
@@ -2774,9 +2390,6 @@ export const Asset = {
|
|
2774
2390
|
stripeCurrentPeriodEnd
|
2775
2391
|
createdAt
|
2776
2392
|
updatedAt
|
2777
|
-
users {
|
2778
|
-
id
|
2779
|
-
}
|
2780
2393
|
}
|
2781
2394
|
customerId
|
2782
2395
|
accounts {
|
@@ -2794,18 +2407,12 @@ export const Asset = {
|
|
2794
2407
|
session_state
|
2795
2408
|
createdAt
|
2796
2409
|
updatedAt
|
2797
|
-
user {
|
2798
|
-
id
|
2799
|
-
}
|
2800
2410
|
}
|
2801
2411
|
sessions {
|
2802
2412
|
id
|
2803
2413
|
sessionToken
|
2804
2414
|
userId
|
2805
2415
|
expires
|
2806
|
-
user {
|
2807
|
-
id
|
2808
|
-
}
|
2809
2416
|
createdAt
|
2810
2417
|
updatedAt
|
2811
2418
|
}
|
@@ -2815,32 +2422,17 @@ export const Asset = {
|
|
2815
2422
|
credentialID
|
2816
2423
|
publicKey
|
2817
2424
|
counter
|
2818
|
-
user {
|
2819
|
-
id
|
2820
|
-
}
|
2821
2425
|
createdAt
|
2822
2426
|
updatedAt
|
2823
2427
|
}
|
2824
2428
|
plan
|
2825
|
-
alpacaAccounts {
|
2826
|
-
id
|
2827
|
-
}
|
2828
2429
|
}
|
2829
2430
|
userId
|
2830
2431
|
createdAt
|
2831
2432
|
updatedAt
|
2832
|
-
trades {
|
2833
|
-
id
|
2834
|
-
}
|
2835
|
-
orders {
|
2836
|
-
id
|
2837
|
-
}
|
2838
2433
|
positions {
|
2839
2434
|
id
|
2840
2435
|
assetId
|
2841
|
-
asset {
|
2842
|
-
id
|
2843
|
-
}
|
2844
2436
|
averageEntryPrice
|
2845
2437
|
qty
|
2846
2438
|
qtyAvailable
|
@@ -2854,9 +2446,6 @@ export const Asset = {
|
|
2854
2446
|
lastTradePrice
|
2855
2447
|
changeToday
|
2856
2448
|
assetMarginable
|
2857
|
-
alpacaAccount {
|
2858
|
-
id
|
2859
|
-
}
|
2860
2449
|
alpacaAccountId
|
2861
2450
|
}
|
2862
2451
|
alerts {
|
@@ -2867,25 +2456,10 @@ export const Asset = {
|
|
2867
2456
|
isRead
|
2868
2457
|
createdAt
|
2869
2458
|
updatedAt
|
2870
|
-
alpacaAccount {
|
2871
|
-
id
|
2872
|
-
}
|
2873
2459
|
}
|
2874
2460
|
}
|
2875
|
-
asset {
|
2876
|
-
id
|
2877
|
-
}
|
2878
|
-
actions {
|
2879
|
-
id
|
2880
|
-
}
|
2881
|
-
}
|
2882
|
-
order {
|
2883
|
-
id
|
2884
2461
|
}
|
2885
2462
|
}
|
2886
|
-
asset {
|
2887
|
-
id
|
2888
|
-
}
|
2889
2463
|
fee
|
2890
2464
|
strikePrice
|
2891
2465
|
expirationDate
|
@@ -2896,9 +2470,6 @@ export const Asset = {
|
|
2896
2470
|
positions {
|
2897
2471
|
id
|
2898
2472
|
assetId
|
2899
|
-
asset {
|
2900
|
-
id
|
2901
|
-
}
|
2902
2473
|
averageEntryPrice
|
2903
2474
|
qty
|
2904
2475
|
qtyAvailable
|
@@ -2944,9 +2515,6 @@ export const Asset = {
|
|
2944
2515
|
stripeCurrentPeriodEnd
|
2945
2516
|
createdAt
|
2946
2517
|
updatedAt
|
2947
|
-
users {
|
2948
|
-
id
|
2949
|
-
}
|
2950
2518
|
}
|
2951
2519
|
customerId
|
2952
2520
|
accounts {
|
@@ -2964,18 +2532,12 @@ export const Asset = {
|
|
2964
2532
|
session_state
|
2965
2533
|
createdAt
|
2966
2534
|
updatedAt
|
2967
|
-
user {
|
2968
|
-
id
|
2969
|
-
}
|
2970
2535
|
}
|
2971
2536
|
sessions {
|
2972
2537
|
id
|
2973
2538
|
sessionToken
|
2974
2539
|
userId
|
2975
2540
|
expires
|
2976
|
-
user {
|
2977
|
-
id
|
2978
|
-
}
|
2979
2541
|
createdAt
|
2980
2542
|
updatedAt
|
2981
2543
|
}
|
@@ -2985,16 +2547,10 @@ export const Asset = {
|
|
2985
2547
|
credentialID
|
2986
2548
|
publicKey
|
2987
2549
|
counter
|
2988
|
-
user {
|
2989
|
-
id
|
2990
|
-
}
|
2991
2550
|
createdAt
|
2992
2551
|
updatedAt
|
2993
2552
|
}
|
2994
2553
|
plan
|
2995
|
-
alpacaAccounts {
|
2996
|
-
id
|
2997
|
-
}
|
2998
2554
|
}
|
2999
2555
|
userId
|
3000
2556
|
createdAt
|
@@ -3006,6 +2562,7 @@ export const Asset = {
|
|
3006
2562
|
qty
|
3007
2563
|
price
|
3008
2564
|
total
|
2565
|
+
optionType
|
3009
2566
|
signal
|
3010
2567
|
strategy
|
3011
2568
|
analysis
|
@@ -3014,12 +2571,6 @@ export const Asset = {
|
|
3014
2571
|
createdAt
|
3015
2572
|
updatedAt
|
3016
2573
|
status
|
3017
|
-
alpacaAccount {
|
3018
|
-
id
|
3019
|
-
}
|
3020
|
-
asset {
|
3021
|
-
id
|
3022
|
-
}
|
3023
2574
|
actions {
|
3024
2575
|
id
|
3025
2576
|
sequence
|
@@ -3028,9 +2579,6 @@ export const Asset = {
|
|
3028
2579
|
note
|
3029
2580
|
status
|
3030
2581
|
fee
|
3031
|
-
trade {
|
3032
|
-
id
|
3033
|
-
}
|
3034
2582
|
order {
|
3035
2583
|
id
|
3036
2584
|
clientOrderId
|
@@ -3051,9 +2599,6 @@ export const Asset = {
|
|
3051
2599
|
createdAt
|
3052
2600
|
updatedAt
|
3053
2601
|
orderId
|
3054
|
-
Order {
|
3055
|
-
id
|
3056
|
-
}
|
3057
2602
|
}
|
3058
2603
|
takeProfit {
|
3059
2604
|
id
|
@@ -3062,9 +2607,6 @@ export const Asset = {
|
|
3062
2607
|
createdAt
|
3063
2608
|
updatedAt
|
3064
2609
|
orderId
|
3065
|
-
Order {
|
3066
|
-
id
|
3067
|
-
}
|
3068
2610
|
}
|
3069
2611
|
trailPrice
|
3070
2612
|
trailPercent
|
@@ -3076,15 +2618,6 @@ export const Asset = {
|
|
3076
2618
|
filledAt
|
3077
2619
|
filledAvgPrice
|
3078
2620
|
actionId
|
3079
|
-
alpacaAccount {
|
3080
|
-
id
|
3081
|
-
}
|
3082
|
-
action {
|
3083
|
-
id
|
3084
|
-
}
|
3085
|
-
asset {
|
3086
|
-
id
|
3087
|
-
}
|
3088
2621
|
fee
|
3089
2622
|
strikePrice
|
3090
2623
|
expirationDate
|
@@ -3114,9 +2647,6 @@ export const Asset = {
|
|
3114
2647
|
createdAt
|
3115
2648
|
updatedAt
|
3116
2649
|
orderId
|
3117
|
-
Order {
|
3118
|
-
id
|
3119
|
-
}
|
3120
2650
|
}
|
3121
2651
|
takeProfit {
|
3122
2652
|
id
|
@@ -3125,9 +2655,6 @@ export const Asset = {
|
|
3125
2655
|
createdAt
|
3126
2656
|
updatedAt
|
3127
2657
|
orderId
|
3128
|
-
Order {
|
3129
|
-
id
|
3130
|
-
}
|
3131
2658
|
}
|
3132
2659
|
trailPrice
|
3133
2660
|
trailPercent
|
@@ -3139,9 +2666,6 @@ export const Asset = {
|
|
3139
2666
|
filledAt
|
3140
2667
|
filledAvgPrice
|
3141
2668
|
actionId
|
3142
|
-
alpacaAccount {
|
3143
|
-
id
|
3144
|
-
}
|
3145
2669
|
action {
|
3146
2670
|
id
|
3147
2671
|
sequence
|
@@ -3157,6 +2681,7 @@ export const Asset = {
|
|
3157
2681
|
qty
|
3158
2682
|
price
|
3159
2683
|
total
|
2684
|
+
optionType
|
3160
2685
|
signal
|
3161
2686
|
strategy
|
3162
2687
|
analysis
|
@@ -3165,22 +2690,7 @@ export const Asset = {
|
|
3165
2690
|
createdAt
|
3166
2691
|
updatedAt
|
3167
2692
|
status
|
3168
|
-
alpacaAccount {
|
3169
|
-
id
|
3170
|
-
}
|
3171
|
-
asset {
|
3172
|
-
id
|
3173
|
-
}
|
3174
|
-
actions {
|
3175
|
-
id
|
3176
|
-
}
|
3177
2693
|
}
|
3178
|
-
order {
|
3179
|
-
id
|
3180
|
-
}
|
3181
|
-
}
|
3182
|
-
asset {
|
3183
|
-
id
|
3184
2694
|
}
|
3185
2695
|
fee
|
3186
2696
|
strikePrice
|
@@ -3189,9 +2699,6 @@ export const Asset = {
|
|
3189
2699
|
stopLossId
|
3190
2700
|
takeProfitId
|
3191
2701
|
}
|
3192
|
-
positions {
|
3193
|
-
id
|
3194
|
-
}
|
3195
2702
|
alerts {
|
3196
2703
|
id
|
3197
2704
|
alpacaAccountId
|
@@ -3200,9 +2707,6 @@ export const Asset = {
|
|
3200
2707
|
isRead
|
3201
2708
|
createdAt
|
3202
2709
|
updatedAt
|
3203
|
-
alpacaAccount {
|
3204
|
-
id
|
3205
|
-
}
|
3206
2710
|
}
|
3207
2711
|
}
|
3208
2712
|
alpacaAccountId
|
@@ -3229,12 +2733,6 @@ export const Asset = {
|
|
3229
2733
|
logo
|
3230
2734
|
createdAt
|
3231
2735
|
updatedAt
|
3232
|
-
assets {
|
3233
|
-
id
|
3234
|
-
}
|
3235
|
-
}
|
3236
|
-
asset {
|
3237
|
-
id
|
3238
2736
|
}
|
3239
2737
|
relevancyScore
|
3240
2738
|
sentimentScore
|
@@ -3441,6 +2939,9 @@ export const Asset = {
|
|
3441
2939
|
total: item.total !== undefined ? {
|
3442
2940
|
set: item.total
|
3443
2941
|
} : undefined,
|
2942
|
+
optionType: item.optionType !== undefined ? {
|
2943
|
+
set: item.optionType
|
2944
|
+
} : undefined,
|
3444
2945
|
signal: item.signal !== undefined ? {
|
3445
2946
|
set: item.signal
|
3446
2947
|
} : undefined,
|
@@ -4041,6 +3542,7 @@ export const Asset = {
|
|
4041
3542
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4042
3543
|
price: item.price !== undefined ? item.price : undefined,
|
4043
3544
|
total: item.total !== undefined ? item.total : undefined,
|
3545
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4044
3546
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4045
3547
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4046
3548
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4464,6 +3966,9 @@ export const Asset = {
|
|
4464
3966
|
total: item.total !== undefined ? {
|
4465
3967
|
set: item.total
|
4466
3968
|
} : undefined,
|
3969
|
+
optionType: item.optionType !== undefined ? {
|
3970
|
+
set: item.optionType
|
3971
|
+
} : undefined,
|
4467
3972
|
signal: item.signal !== undefined ? {
|
4468
3973
|
set: item.signal
|
4469
3974
|
} : undefined,
|
@@ -4487,6 +3992,7 @@ export const Asset = {
|
|
4487
3992
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4488
3993
|
price: item.price !== undefined ? item.price : undefined,
|
4489
3994
|
total: item.total !== undefined ? item.total : undefined,
|
3995
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4490
3996
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4491
3997
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4492
3998
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4638,6 +4144,7 @@ export const Asset = {
|
|
4638
4144
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4639
4145
|
price: item.price !== undefined ? item.price : undefined,
|
4640
4146
|
total: item.total !== undefined ? item.total : undefined,
|
4147
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4641
4148
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4642
4149
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4643
4150
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4740,6 +4247,9 @@ export const Asset = {
|
|
4740
4247
|
total: item.action.trade.total !== undefined ? {
|
4741
4248
|
set: item.action.trade.total
|
4742
4249
|
} : undefined,
|
4250
|
+
optionType: item.action.trade.optionType !== undefined ? {
|
4251
|
+
set: item.action.trade.optionType
|
4252
|
+
} : undefined,
|
4743
4253
|
signal: item.action.trade.signal !== undefined ? {
|
4744
4254
|
set: item.action.trade.signal
|
4745
4255
|
} : undefined,
|
@@ -4763,6 +4273,7 @@ export const Asset = {
|
|
4763
4273
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
4764
4274
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
4765
4275
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4276
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
4766
4277
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
4767
4278
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
4768
4279
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -4793,6 +4304,7 @@ export const Asset = {
|
|
4793
4304
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
4794
4305
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
4795
4306
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4307
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
4796
4308
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
4797
4309
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
4798
4310
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -4920,6 +4432,7 @@ export const Asset = {
|
|
4920
4432
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4921
4433
|
price: item.price !== undefined ? item.price : undefined,
|
4922
4434
|
total: item.total !== undefined ? item.total : undefined,
|
4435
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4923
4436
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4924
4437
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4925
4438
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5006,6 +4519,7 @@ export const Asset = {
|
|
5006
4519
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
5007
4520
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
5008
4521
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4522
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
5009
4523
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
5010
4524
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
5011
4525
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -5177,6 +4691,9 @@ export const Asset = {
|
|
5177
4691
|
total: item.total !== undefined ? {
|
5178
4692
|
set: item.total
|
5179
4693
|
} : undefined,
|
4694
|
+
optionType: item.optionType !== undefined ? {
|
4695
|
+
set: item.optionType
|
4696
|
+
} : undefined,
|
5180
4697
|
signal: item.signal !== undefined ? {
|
5181
4698
|
set: item.signal
|
5182
4699
|
} : undefined,
|
@@ -5200,6 +4717,7 @@ export const Asset = {
|
|
5200
4717
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5201
4718
|
price: item.price !== undefined ? item.price : undefined,
|
5202
4719
|
total: item.total !== undefined ? item.total : undefined,
|
4720
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5203
4721
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5204
4722
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5205
4723
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5387,6 +4905,7 @@ export const Asset = {
|
|
5387
4905
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5388
4906
|
price: item.price !== undefined ? item.price : undefined,
|
5389
4907
|
total: item.total !== undefined ? item.total : undefined,
|
4908
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5390
4909
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5391
4910
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5392
4911
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5526,6 +5045,7 @@ export const Asset = {
|
|
5526
5045
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5527
5046
|
price: item.price !== undefined ? item.price : undefined,
|
5528
5047
|
total: item.total !== undefined ? item.total : undefined,
|
5048
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5529
5049
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5530
5050
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5531
5051
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5961,6 +5481,9 @@ export const Asset = {
|
|
5961
5481
|
total: item.total !== undefined ? {
|
5962
5482
|
set: item.total
|
5963
5483
|
} : undefined,
|
5484
|
+
optionType: item.optionType !== undefined ? {
|
5485
|
+
set: item.optionType
|
5486
|
+
} : undefined,
|
5964
5487
|
signal: item.signal !== undefined ? {
|
5965
5488
|
set: item.signal
|
5966
5489
|
} : undefined,
|
@@ -6561,6 +6084,7 @@ export const Asset = {
|
|
6561
6084
|
qty: item.qty !== undefined ? item.qty : undefined,
|
6562
6085
|
price: item.price !== undefined ? item.price : undefined,
|
6563
6086
|
total: item.total !== undefined ? item.total : undefined,
|
6087
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
6564
6088
|
signal: item.signal !== undefined ? item.signal : undefined,
|
6565
6089
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
6566
6090
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -6984,6 +6508,9 @@ export const Asset = {
|
|
6984
6508
|
total: item.total !== undefined ? {
|
6985
6509
|
set: item.total
|
6986
6510
|
} : undefined,
|
6511
|
+
optionType: item.optionType !== undefined ? {
|
6512
|
+
set: item.optionType
|
6513
|
+
} : undefined,
|
6987
6514
|
signal: item.signal !== undefined ? {
|
6988
6515
|
set: item.signal
|
6989
6516
|
} : undefined,
|
@@ -7007,6 +6534,7 @@ export const Asset = {
|
|
7007
6534
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7008
6535
|
price: item.price !== undefined ? item.price : undefined,
|
7009
6536
|
total: item.total !== undefined ? item.total : undefined,
|
6537
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7010
6538
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7011
6539
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7012
6540
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -7158,6 +6686,7 @@ export const Asset = {
|
|
7158
6686
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7159
6687
|
price: item.price !== undefined ? item.price : undefined,
|
7160
6688
|
total: item.total !== undefined ? item.total : undefined,
|
6689
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7161
6690
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7162
6691
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7163
6692
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -7260,6 +6789,9 @@ export const Asset = {
|
|
7260
6789
|
total: item.action.trade.total !== undefined ? {
|
7261
6790
|
set: item.action.trade.total
|
7262
6791
|
} : undefined,
|
6792
|
+
optionType: item.action.trade.optionType !== undefined ? {
|
6793
|
+
set: item.action.trade.optionType
|
6794
|
+
} : undefined,
|
7263
6795
|
signal: item.action.trade.signal !== undefined ? {
|
7264
6796
|
set: item.action.trade.signal
|
7265
6797
|
} : undefined,
|
@@ -7283,6 +6815,7 @@ export const Asset = {
|
|
7283
6815
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
7284
6816
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
7285
6817
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
6818
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
7286
6819
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
7287
6820
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
7288
6821
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -7313,6 +6846,7 @@ export const Asset = {
|
|
7313
6846
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
7314
6847
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
7315
6848
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
6849
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
7316
6850
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
7317
6851
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
7318
6852
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -7440,6 +6974,7 @@ export const Asset = {
|
|
7440
6974
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7441
6975
|
price: item.price !== undefined ? item.price : undefined,
|
7442
6976
|
total: item.total !== undefined ? item.total : undefined,
|
6977
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7443
6978
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7444
6979
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7445
6980
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -7526,6 +7061,7 @@ export const Asset = {
|
|
7526
7061
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
7527
7062
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
7528
7063
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
7064
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
7529
7065
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
7530
7066
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
7531
7067
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -7697,6 +7233,9 @@ export const Asset = {
|
|
7697
7233
|
total: item.total !== undefined ? {
|
7698
7234
|
set: item.total
|
7699
7235
|
} : undefined,
|
7236
|
+
optionType: item.optionType !== undefined ? {
|
7237
|
+
set: item.optionType
|
7238
|
+
} : undefined,
|
7700
7239
|
signal: item.signal !== undefined ? {
|
7701
7240
|
set: item.signal
|
7702
7241
|
} : undefined,
|
@@ -7720,6 +7259,7 @@ export const Asset = {
|
|
7720
7259
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7721
7260
|
price: item.price !== undefined ? item.price : undefined,
|
7722
7261
|
total: item.total !== undefined ? item.total : undefined,
|
7262
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7723
7263
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7724
7264
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7725
7265
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -7907,6 +7447,7 @@ export const Asset = {
|
|
7907
7447
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7908
7448
|
price: item.price !== undefined ? item.price : undefined,
|
7909
7449
|
total: item.total !== undefined ? item.total : undefined,
|
7450
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7910
7451
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7911
7452
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7912
7453
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8046,6 +7587,7 @@ export const Asset = {
|
|
8046
7587
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8047
7588
|
price: item.price !== undefined ? item.price : undefined,
|
8048
7589
|
total: item.total !== undefined ? item.total : undefined,
|
7590
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8049
7591
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8050
7592
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8051
7593
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8344,6 +7886,7 @@ export const Asset = {
|
|
8344
7886
|
qty
|
8345
7887
|
price
|
8346
7888
|
total
|
7889
|
+
optionType
|
8347
7890
|
signal
|
8348
7891
|
strategy
|
8349
7892
|
analysis
|
@@ -8384,9 +7927,6 @@ export const Asset = {
|
|
8384
7927
|
stripeCurrentPeriodEnd
|
8385
7928
|
createdAt
|
8386
7929
|
updatedAt
|
8387
|
-
users {
|
8388
|
-
id
|
8389
|
-
}
|
8390
7930
|
}
|
8391
7931
|
customerId
|
8392
7932
|
accounts {
|
@@ -8404,18 +7944,12 @@ export const Asset = {
|
|
8404
7944
|
session_state
|
8405
7945
|
createdAt
|
8406
7946
|
updatedAt
|
8407
|
-
user {
|
8408
|
-
id
|
8409
|
-
}
|
8410
7947
|
}
|
8411
7948
|
sessions {
|
8412
7949
|
id
|
8413
7950
|
sessionToken
|
8414
7951
|
userId
|
8415
7952
|
expires
|
8416
|
-
user {
|
8417
|
-
id
|
8418
|
-
}
|
8419
7953
|
createdAt
|
8420
7954
|
updatedAt
|
8421
7955
|
}
|
@@ -8425,23 +7959,14 @@ export const Asset = {
|
|
8425
7959
|
credentialID
|
8426
7960
|
publicKey
|
8427
7961
|
counter
|
8428
|
-
user {
|
8429
|
-
id
|
8430
|
-
}
|
8431
7962
|
createdAt
|
8432
7963
|
updatedAt
|
8433
7964
|
}
|
8434
7965
|
plan
|
8435
|
-
alpacaAccounts {
|
8436
|
-
id
|
8437
|
-
}
|
8438
7966
|
}
|
8439
7967
|
userId
|
8440
7968
|
createdAt
|
8441
7969
|
updatedAt
|
8442
|
-
trades {
|
8443
|
-
id
|
8444
|
-
}
|
8445
7970
|
orders {
|
8446
7971
|
id
|
8447
7972
|
clientOrderId
|
@@ -8462,9 +7987,6 @@ export const Asset = {
|
|
8462
7987
|
createdAt
|
8463
7988
|
updatedAt
|
8464
7989
|
orderId
|
8465
|
-
Order {
|
8466
|
-
id
|
8467
|
-
}
|
8468
7990
|
}
|
8469
7991
|
takeProfit {
|
8470
7992
|
id
|
@@ -8473,9 +7995,6 @@ export const Asset = {
|
|
8473
7995
|
createdAt
|
8474
7996
|
updatedAt
|
8475
7997
|
orderId
|
8476
|
-
Order {
|
8477
|
-
id
|
8478
|
-
}
|
8479
7998
|
}
|
8480
7999
|
trailPrice
|
8481
8000
|
trailPercent
|
@@ -8487,9 +8006,6 @@ export const Asset = {
|
|
8487
8006
|
filledAt
|
8488
8007
|
filledAvgPrice
|
8489
8008
|
actionId
|
8490
|
-
alpacaAccount {
|
8491
|
-
id
|
8492
|
-
}
|
8493
8009
|
action {
|
8494
8010
|
id
|
8495
8011
|
sequence
|
@@ -8498,15 +8014,6 @@ export const Asset = {
|
|
8498
8014
|
note
|
8499
8015
|
status
|
8500
8016
|
fee
|
8501
|
-
trade {
|
8502
|
-
id
|
8503
|
-
}
|
8504
|
-
order {
|
8505
|
-
id
|
8506
|
-
}
|
8507
|
-
}
|
8508
|
-
asset {
|
8509
|
-
id
|
8510
8017
|
}
|
8511
8018
|
fee
|
8512
8019
|
strikePrice
|
@@ -8518,9 +8025,6 @@ export const Asset = {
|
|
8518
8025
|
positions {
|
8519
8026
|
id
|
8520
8027
|
assetId
|
8521
|
-
asset {
|
8522
|
-
id
|
8523
|
-
}
|
8524
8028
|
averageEntryPrice
|
8525
8029
|
qty
|
8526
8030
|
qtyAvailable
|
@@ -8534,9 +8038,6 @@ export const Asset = {
|
|
8534
8038
|
lastTradePrice
|
8535
8039
|
changeToday
|
8536
8040
|
assetMarginable
|
8537
|
-
alpacaAccount {
|
8538
|
-
id
|
8539
|
-
}
|
8540
8041
|
alpacaAccountId
|
8541
8042
|
}
|
8542
8043
|
alerts {
|
@@ -8547,14 +8048,8 @@ export const Asset = {
|
|
8547
8048
|
isRead
|
8548
8049
|
createdAt
|
8549
8050
|
updatedAt
|
8550
|
-
alpacaAccount {
|
8551
|
-
id
|
8552
|
-
}
|
8553
8051
|
}
|
8554
8052
|
}
|
8555
|
-
asset {
|
8556
|
-
id
|
8557
|
-
}
|
8558
8053
|
actions {
|
8559
8054
|
id
|
8560
8055
|
sequence
|
@@ -8563,9 +8058,6 @@ export const Asset = {
|
|
8563
8058
|
note
|
8564
8059
|
status
|
8565
8060
|
fee
|
8566
|
-
trade {
|
8567
|
-
id
|
8568
|
-
}
|
8569
8061
|
order {
|
8570
8062
|
id
|
8571
8063
|
clientOrderId
|
@@ -8586,9 +8078,6 @@ export const Asset = {
|
|
8586
8078
|
createdAt
|
8587
8079
|
updatedAt
|
8588
8080
|
orderId
|
8589
|
-
Order {
|
8590
|
-
id
|
8591
|
-
}
|
8592
8081
|
}
|
8593
8082
|
takeProfit {
|
8594
8083
|
id
|
@@ -8597,9 +8086,6 @@ export const Asset = {
|
|
8597
8086
|
createdAt
|
8598
8087
|
updatedAt
|
8599
8088
|
orderId
|
8600
|
-
Order {
|
8601
|
-
id
|
8602
|
-
}
|
8603
8089
|
}
|
8604
8090
|
trailPrice
|
8605
8091
|
trailPercent
|
@@ -8643,9 +8129,6 @@ export const Asset = {
|
|
8643
8129
|
stripeCurrentPeriodEnd
|
8644
8130
|
createdAt
|
8645
8131
|
updatedAt
|
8646
|
-
users {
|
8647
|
-
id
|
8648
|
-
}
|
8649
8132
|
}
|
8650
8133
|
customerId
|
8651
8134
|
accounts {
|
@@ -8663,18 +8146,12 @@ export const Asset = {
|
|
8663
8146
|
session_state
|
8664
8147
|
createdAt
|
8665
8148
|
updatedAt
|
8666
|
-
user {
|
8667
|
-
id
|
8668
|
-
}
|
8669
8149
|
}
|
8670
8150
|
sessions {
|
8671
8151
|
id
|
8672
8152
|
sessionToken
|
8673
8153
|
userId
|
8674
8154
|
expires
|
8675
|
-
user {
|
8676
|
-
id
|
8677
|
-
}
|
8678
8155
|
createdAt
|
8679
8156
|
updatedAt
|
8680
8157
|
}
|
@@ -8684,32 +8161,17 @@ export const Asset = {
|
|
8684
8161
|
credentialID
|
8685
8162
|
publicKey
|
8686
8163
|
counter
|
8687
|
-
user {
|
8688
|
-
id
|
8689
|
-
}
|
8690
8164
|
createdAt
|
8691
8165
|
updatedAt
|
8692
8166
|
}
|
8693
8167
|
plan
|
8694
|
-
alpacaAccounts {
|
8695
|
-
id
|
8696
|
-
}
|
8697
8168
|
}
|
8698
8169
|
userId
|
8699
8170
|
createdAt
|
8700
8171
|
updatedAt
|
8701
|
-
trades {
|
8702
|
-
id
|
8703
|
-
}
|
8704
|
-
orders {
|
8705
|
-
id
|
8706
|
-
}
|
8707
8172
|
positions {
|
8708
8173
|
id
|
8709
8174
|
assetId
|
8710
|
-
asset {
|
8711
|
-
id
|
8712
|
-
}
|
8713
8175
|
averageEntryPrice
|
8714
8176
|
qty
|
8715
8177
|
qtyAvailable
|
@@ -8723,9 +8185,6 @@ export const Asset = {
|
|
8723
8185
|
lastTradePrice
|
8724
8186
|
changeToday
|
8725
8187
|
assetMarginable
|
8726
|
-
alpacaAccount {
|
8727
|
-
id
|
8728
|
-
}
|
8729
8188
|
alpacaAccountId
|
8730
8189
|
}
|
8731
8190
|
alerts {
|
@@ -8736,17 +8195,8 @@ export const Asset = {
|
|
8736
8195
|
isRead
|
8737
8196
|
createdAt
|
8738
8197
|
updatedAt
|
8739
|
-
alpacaAccount {
|
8740
|
-
id
|
8741
|
-
}
|
8742
8198
|
}
|
8743
8199
|
}
|
8744
|
-
action {
|
8745
|
-
id
|
8746
|
-
}
|
8747
|
-
asset {
|
8748
|
-
id
|
8749
|
-
}
|
8750
8200
|
fee
|
8751
8201
|
strikePrice
|
8752
8202
|
expirationDate
|
@@ -8776,9 +8226,6 @@ export const Asset = {
|
|
8776
8226
|
createdAt
|
8777
8227
|
updatedAt
|
8778
8228
|
orderId
|
8779
|
-
Order {
|
8780
|
-
id
|
8781
|
-
}
|
8782
8229
|
}
|
8783
8230
|
takeProfit {
|
8784
8231
|
id
|
@@ -8787,9 +8234,6 @@ export const Asset = {
|
|
8787
8234
|
createdAt
|
8788
8235
|
updatedAt
|
8789
8236
|
orderId
|
8790
|
-
Order {
|
8791
|
-
id
|
8792
|
-
}
|
8793
8237
|
}
|
8794
8238
|
trailPrice
|
8795
8239
|
trailPercent
|
@@ -8833,9 +8277,6 @@ export const Asset = {
|
|
8833
8277
|
stripeCurrentPeriodEnd
|
8834
8278
|
createdAt
|
8835
8279
|
updatedAt
|
8836
|
-
users {
|
8837
|
-
id
|
8838
|
-
}
|
8839
8280
|
}
|
8840
8281
|
customerId
|
8841
8282
|
accounts {
|
@@ -8853,18 +8294,12 @@ export const Asset = {
|
|
8853
8294
|
session_state
|
8854
8295
|
createdAt
|
8855
8296
|
updatedAt
|
8856
|
-
user {
|
8857
|
-
id
|
8858
|
-
}
|
8859
8297
|
}
|
8860
8298
|
sessions {
|
8861
8299
|
id
|
8862
8300
|
sessionToken
|
8863
8301
|
userId
|
8864
8302
|
expires
|
8865
|
-
user {
|
8866
|
-
id
|
8867
|
-
}
|
8868
8303
|
createdAt
|
8869
8304
|
updatedAt
|
8870
8305
|
}
|
@@ -8874,16 +8309,10 @@ export const Asset = {
|
|
8874
8309
|
credentialID
|
8875
8310
|
publicKey
|
8876
8311
|
counter
|
8877
|
-
user {
|
8878
|
-
id
|
8879
|
-
}
|
8880
8312
|
createdAt
|
8881
8313
|
updatedAt
|
8882
8314
|
}
|
8883
8315
|
plan
|
8884
|
-
alpacaAccounts {
|
8885
|
-
id
|
8886
|
-
}
|
8887
8316
|
}
|
8888
8317
|
userId
|
8889
8318
|
createdAt
|
@@ -8895,6 +8324,7 @@ export const Asset = {
|
|
8895
8324
|
qty
|
8896
8325
|
price
|
8897
8326
|
total
|
8327
|
+
optionType
|
8898
8328
|
signal
|
8899
8329
|
strategy
|
8900
8330
|
analysis
|
@@ -8903,12 +8333,6 @@ export const Asset = {
|
|
8903
8333
|
createdAt
|
8904
8334
|
updatedAt
|
8905
8335
|
status
|
8906
|
-
alpacaAccount {
|
8907
|
-
id
|
8908
|
-
}
|
8909
|
-
asset {
|
8910
|
-
id
|
8911
|
-
}
|
8912
8336
|
actions {
|
8913
8337
|
id
|
8914
8338
|
sequence
|
@@ -8917,23 +8341,11 @@ export const Asset = {
|
|
8917
8341
|
note
|
8918
8342
|
status
|
8919
8343
|
fee
|
8920
|
-
trade {
|
8921
|
-
id
|
8922
|
-
}
|
8923
|
-
order {
|
8924
|
-
id
|
8925
|
-
}
|
8926
8344
|
}
|
8927
8345
|
}
|
8928
|
-
orders {
|
8929
|
-
id
|
8930
|
-
}
|
8931
8346
|
positions {
|
8932
8347
|
id
|
8933
8348
|
assetId
|
8934
|
-
asset {
|
8935
|
-
id
|
8936
|
-
}
|
8937
8349
|
averageEntryPrice
|
8938
8350
|
qty
|
8939
8351
|
qtyAvailable
|
@@ -8947,9 +8359,6 @@ export const Asset = {
|
|
8947
8359
|
lastTradePrice
|
8948
8360
|
changeToday
|
8949
8361
|
assetMarginable
|
8950
|
-
alpacaAccount {
|
8951
|
-
id
|
8952
|
-
}
|
8953
8362
|
alpacaAccountId
|
8954
8363
|
}
|
8955
8364
|
alerts {
|
@@ -8960,9 +8369,6 @@ export const Asset = {
|
|
8960
8369
|
isRead
|
8961
8370
|
createdAt
|
8962
8371
|
updatedAt
|
8963
|
-
alpacaAccount {
|
8964
|
-
id
|
8965
|
-
}
|
8966
8372
|
}
|
8967
8373
|
}
|
8968
8374
|
action {
|
@@ -8980,6 +8386,7 @@ export const Asset = {
|
|
8980
8386
|
qty
|
8981
8387
|
price
|
8982
8388
|
total
|
8389
|
+
optionType
|
8983
8390
|
signal
|
8984
8391
|
strategy
|
8985
8392
|
analysis
|
@@ -9020,9 +8427,6 @@ export const Asset = {
|
|
9020
8427
|
stripeCurrentPeriodEnd
|
9021
8428
|
createdAt
|
9022
8429
|
updatedAt
|
9023
|
-
users {
|
9024
|
-
id
|
9025
|
-
}
|
9026
8430
|
}
|
9027
8431
|
customerId
|
9028
8432
|
accounts {
|
@@ -9040,18 +8444,12 @@ export const Asset = {
|
|
9040
8444
|
session_state
|
9041
8445
|
createdAt
|
9042
8446
|
updatedAt
|
9043
|
-
user {
|
9044
|
-
id
|
9045
|
-
}
|
9046
8447
|
}
|
9047
8448
|
sessions {
|
9048
8449
|
id
|
9049
8450
|
sessionToken
|
9050
8451
|
userId
|
9051
8452
|
expires
|
9052
|
-
user {
|
9053
|
-
id
|
9054
|
-
}
|
9055
8453
|
createdAt
|
9056
8454
|
updatedAt
|
9057
8455
|
}
|
@@ -9061,32 +8459,17 @@ export const Asset = {
|
|
9061
8459
|
credentialID
|
9062
8460
|
publicKey
|
9063
8461
|
counter
|
9064
|
-
user {
|
9065
|
-
id
|
9066
|
-
}
|
9067
8462
|
createdAt
|
9068
8463
|
updatedAt
|
9069
8464
|
}
|
9070
8465
|
plan
|
9071
|
-
alpacaAccounts {
|
9072
|
-
id
|
9073
|
-
}
|
9074
8466
|
}
|
9075
8467
|
userId
|
9076
8468
|
createdAt
|
9077
8469
|
updatedAt
|
9078
|
-
trades {
|
9079
|
-
id
|
9080
|
-
}
|
9081
|
-
orders {
|
9082
|
-
id
|
9083
|
-
}
|
9084
8470
|
positions {
|
9085
8471
|
id
|
9086
8472
|
assetId
|
9087
|
-
asset {
|
9088
|
-
id
|
9089
|
-
}
|
9090
8473
|
averageEntryPrice
|
9091
8474
|
qty
|
9092
8475
|
qtyAvailable
|
@@ -9100,9 +8483,6 @@ export const Asset = {
|
|
9100
8483
|
lastTradePrice
|
9101
8484
|
changeToday
|
9102
8485
|
assetMarginable
|
9103
|
-
alpacaAccount {
|
9104
|
-
id
|
9105
|
-
}
|
9106
8486
|
alpacaAccountId
|
9107
8487
|
}
|
9108
8488
|
alerts {
|
@@ -9113,25 +8493,10 @@ export const Asset = {
|
|
9113
8493
|
isRead
|
9114
8494
|
createdAt
|
9115
8495
|
updatedAt
|
9116
|
-
alpacaAccount {
|
9117
|
-
id
|
9118
|
-
}
|
9119
8496
|
}
|
9120
8497
|
}
|
9121
|
-
asset {
|
9122
|
-
id
|
9123
|
-
}
|
9124
|
-
actions {
|
9125
|
-
id
|
9126
|
-
}
|
9127
|
-
}
|
9128
|
-
order {
|
9129
|
-
id
|
9130
8498
|
}
|
9131
8499
|
}
|
9132
|
-
asset {
|
9133
|
-
id
|
9134
|
-
}
|
9135
8500
|
fee
|
9136
8501
|
strikePrice
|
9137
8502
|
expirationDate
|
@@ -9142,9 +8507,6 @@ export const Asset = {
|
|
9142
8507
|
positions {
|
9143
8508
|
id
|
9144
8509
|
assetId
|
9145
|
-
asset {
|
9146
|
-
id
|
9147
|
-
}
|
9148
8510
|
averageEntryPrice
|
9149
8511
|
qty
|
9150
8512
|
qtyAvailable
|
@@ -9190,9 +8552,6 @@ export const Asset = {
|
|
9190
8552
|
stripeCurrentPeriodEnd
|
9191
8553
|
createdAt
|
9192
8554
|
updatedAt
|
9193
|
-
users {
|
9194
|
-
id
|
9195
|
-
}
|
9196
8555
|
}
|
9197
8556
|
customerId
|
9198
8557
|
accounts {
|
@@ -9210,18 +8569,12 @@ export const Asset = {
|
|
9210
8569
|
session_state
|
9211
8570
|
createdAt
|
9212
8571
|
updatedAt
|
9213
|
-
user {
|
9214
|
-
id
|
9215
|
-
}
|
9216
8572
|
}
|
9217
8573
|
sessions {
|
9218
8574
|
id
|
9219
8575
|
sessionToken
|
9220
8576
|
userId
|
9221
8577
|
expires
|
9222
|
-
user {
|
9223
|
-
id
|
9224
|
-
}
|
9225
8578
|
createdAt
|
9226
8579
|
updatedAt
|
9227
8580
|
}
|
@@ -9231,16 +8584,10 @@ export const Asset = {
|
|
9231
8584
|
credentialID
|
9232
8585
|
publicKey
|
9233
8586
|
counter
|
9234
|
-
user {
|
9235
|
-
id
|
9236
|
-
}
|
9237
8587
|
createdAt
|
9238
8588
|
updatedAt
|
9239
8589
|
}
|
9240
8590
|
plan
|
9241
|
-
alpacaAccounts {
|
9242
|
-
id
|
9243
|
-
}
|
9244
8591
|
}
|
9245
8592
|
userId
|
9246
8593
|
createdAt
|
@@ -9252,6 +8599,7 @@ export const Asset = {
|
|
9252
8599
|
qty
|
9253
8600
|
price
|
9254
8601
|
total
|
8602
|
+
optionType
|
9255
8603
|
signal
|
9256
8604
|
strategy
|
9257
8605
|
analysis
|
@@ -9260,12 +8608,6 @@ export const Asset = {
|
|
9260
8608
|
createdAt
|
9261
8609
|
updatedAt
|
9262
8610
|
status
|
9263
|
-
alpacaAccount {
|
9264
|
-
id
|
9265
|
-
}
|
9266
|
-
asset {
|
9267
|
-
id
|
9268
|
-
}
|
9269
8611
|
actions {
|
9270
8612
|
id
|
9271
8613
|
sequence
|
@@ -9274,9 +8616,6 @@ export const Asset = {
|
|
9274
8616
|
note
|
9275
8617
|
status
|
9276
8618
|
fee
|
9277
|
-
trade {
|
9278
|
-
id
|
9279
|
-
}
|
9280
8619
|
order {
|
9281
8620
|
id
|
9282
8621
|
clientOrderId
|
@@ -9297,9 +8636,6 @@ export const Asset = {
|
|
9297
8636
|
createdAt
|
9298
8637
|
updatedAt
|
9299
8638
|
orderId
|
9300
|
-
Order {
|
9301
|
-
id
|
9302
|
-
}
|
9303
8639
|
}
|
9304
8640
|
takeProfit {
|
9305
8641
|
id
|
@@ -9308,9 +8644,6 @@ export const Asset = {
|
|
9308
8644
|
createdAt
|
9309
8645
|
updatedAt
|
9310
8646
|
orderId
|
9311
|
-
Order {
|
9312
|
-
id
|
9313
|
-
}
|
9314
8647
|
}
|
9315
8648
|
trailPrice
|
9316
8649
|
trailPercent
|
@@ -9322,15 +8655,6 @@ export const Asset = {
|
|
9322
8655
|
filledAt
|
9323
8656
|
filledAvgPrice
|
9324
8657
|
actionId
|
9325
|
-
alpacaAccount {
|
9326
|
-
id
|
9327
|
-
}
|
9328
|
-
action {
|
9329
|
-
id
|
9330
|
-
}
|
9331
|
-
asset {
|
9332
|
-
id
|
9333
|
-
}
|
9334
8658
|
fee
|
9335
8659
|
strikePrice
|
9336
8660
|
expirationDate
|
@@ -9360,9 +8684,6 @@ export const Asset = {
|
|
9360
8684
|
createdAt
|
9361
8685
|
updatedAt
|
9362
8686
|
orderId
|
9363
|
-
Order {
|
9364
|
-
id
|
9365
|
-
}
|
9366
8687
|
}
|
9367
8688
|
takeProfit {
|
9368
8689
|
id
|
@@ -9371,9 +8692,6 @@ export const Asset = {
|
|
9371
8692
|
createdAt
|
9372
8693
|
updatedAt
|
9373
8694
|
orderId
|
9374
|
-
Order {
|
9375
|
-
id
|
9376
|
-
}
|
9377
8695
|
}
|
9378
8696
|
trailPrice
|
9379
8697
|
trailPercent
|
@@ -9385,9 +8703,6 @@ export const Asset = {
|
|
9385
8703
|
filledAt
|
9386
8704
|
filledAvgPrice
|
9387
8705
|
actionId
|
9388
|
-
alpacaAccount {
|
9389
|
-
id
|
9390
|
-
}
|
9391
8706
|
action {
|
9392
8707
|
id
|
9393
8708
|
sequence
|
@@ -9403,6 +8718,7 @@ export const Asset = {
|
|
9403
8718
|
qty
|
9404
8719
|
price
|
9405
8720
|
total
|
8721
|
+
optionType
|
9406
8722
|
signal
|
9407
8723
|
strategy
|
9408
8724
|
analysis
|
@@ -9411,23 +8727,8 @@ export const Asset = {
|
|
9411
8727
|
createdAt
|
9412
8728
|
updatedAt
|
9413
8729
|
status
|
9414
|
-
alpacaAccount {
|
9415
|
-
id
|
9416
|
-
}
|
9417
|
-
asset {
|
9418
|
-
id
|
9419
|
-
}
|
9420
|
-
actions {
|
9421
|
-
id
|
9422
|
-
}
|
9423
|
-
}
|
9424
|
-
order {
|
9425
|
-
id
|
9426
8730
|
}
|
9427
8731
|
}
|
9428
|
-
asset {
|
9429
|
-
id
|
9430
|
-
}
|
9431
8732
|
fee
|
9432
8733
|
strikePrice
|
9433
8734
|
expirationDate
|
@@ -9435,9 +8736,6 @@ export const Asset = {
|
|
9435
8736
|
stopLossId
|
9436
8737
|
takeProfitId
|
9437
8738
|
}
|
9438
|
-
positions {
|
9439
|
-
id
|
9440
|
-
}
|
9441
8739
|
alerts {
|
9442
8740
|
id
|
9443
8741
|
alpacaAccountId
|
@@ -9446,9 +8744,6 @@ export const Asset = {
|
|
9446
8744
|
isRead
|
9447
8745
|
createdAt
|
9448
8746
|
updatedAt
|
9449
|
-
alpacaAccount {
|
9450
|
-
id
|
9451
|
-
}
|
9452
8747
|
}
|
9453
8748
|
}
|
9454
8749
|
alpacaAccountId
|
@@ -9475,12 +8770,6 @@ export const Asset = {
|
|
9475
8770
|
logo
|
9476
8771
|
createdAt
|
9477
8772
|
updatedAt
|
9478
|
-
assets {
|
9479
|
-
id
|
9480
|
-
}
|
9481
|
-
}
|
9482
|
-
asset {
|
9483
|
-
id
|
9484
8773
|
}
|
9485
8774
|
relevancyScore
|
9486
8775
|
sentimentScore
|
@@ -9585,6 +8874,7 @@ export const Asset = {
|
|
9585
8874
|
qty
|
9586
8875
|
price
|
9587
8876
|
total
|
8877
|
+
optionType
|
9588
8878
|
signal
|
9589
8879
|
strategy
|
9590
8880
|
analysis
|
@@ -9625,9 +8915,6 @@ export const Asset = {
|
|
9625
8915
|
stripeCurrentPeriodEnd
|
9626
8916
|
createdAt
|
9627
8917
|
updatedAt
|
9628
|
-
users {
|
9629
|
-
id
|
9630
|
-
}
|
9631
8918
|
}
|
9632
8919
|
customerId
|
9633
8920
|
accounts {
|
@@ -9645,18 +8932,12 @@ export const Asset = {
|
|
9645
8932
|
session_state
|
9646
8933
|
createdAt
|
9647
8934
|
updatedAt
|
9648
|
-
user {
|
9649
|
-
id
|
9650
|
-
}
|
9651
8935
|
}
|
9652
8936
|
sessions {
|
9653
8937
|
id
|
9654
8938
|
sessionToken
|
9655
8939
|
userId
|
9656
8940
|
expires
|
9657
|
-
user {
|
9658
|
-
id
|
9659
|
-
}
|
9660
8941
|
createdAt
|
9661
8942
|
updatedAt
|
9662
8943
|
}
|
@@ -9666,23 +8947,14 @@ export const Asset = {
|
|
9666
8947
|
credentialID
|
9667
8948
|
publicKey
|
9668
8949
|
counter
|
9669
|
-
user {
|
9670
|
-
id
|
9671
|
-
}
|
9672
8950
|
createdAt
|
9673
8951
|
updatedAt
|
9674
8952
|
}
|
9675
8953
|
plan
|
9676
|
-
alpacaAccounts {
|
9677
|
-
id
|
9678
|
-
}
|
9679
8954
|
}
|
9680
8955
|
userId
|
9681
8956
|
createdAt
|
9682
8957
|
updatedAt
|
9683
|
-
trades {
|
9684
|
-
id
|
9685
|
-
}
|
9686
8958
|
orders {
|
9687
8959
|
id
|
9688
8960
|
clientOrderId
|
@@ -9703,9 +8975,6 @@ export const Asset = {
|
|
9703
8975
|
createdAt
|
9704
8976
|
updatedAt
|
9705
8977
|
orderId
|
9706
|
-
Order {
|
9707
|
-
id
|
9708
|
-
}
|
9709
8978
|
}
|
9710
8979
|
takeProfit {
|
9711
8980
|
id
|
@@ -9714,9 +8983,6 @@ export const Asset = {
|
|
9714
8983
|
createdAt
|
9715
8984
|
updatedAt
|
9716
8985
|
orderId
|
9717
|
-
Order {
|
9718
|
-
id
|
9719
|
-
}
|
9720
8986
|
}
|
9721
8987
|
trailPrice
|
9722
8988
|
trailPercent
|
@@ -9728,9 +8994,6 @@ export const Asset = {
|
|
9728
8994
|
filledAt
|
9729
8995
|
filledAvgPrice
|
9730
8996
|
actionId
|
9731
|
-
alpacaAccount {
|
9732
|
-
id
|
9733
|
-
}
|
9734
8997
|
action {
|
9735
8998
|
id
|
9736
8999
|
sequence
|
@@ -9739,15 +9002,6 @@ export const Asset = {
|
|
9739
9002
|
note
|
9740
9003
|
status
|
9741
9004
|
fee
|
9742
|
-
trade {
|
9743
|
-
id
|
9744
|
-
}
|
9745
|
-
order {
|
9746
|
-
id
|
9747
|
-
}
|
9748
|
-
}
|
9749
|
-
asset {
|
9750
|
-
id
|
9751
9005
|
}
|
9752
9006
|
fee
|
9753
9007
|
strikePrice
|
@@ -9759,9 +9013,6 @@ export const Asset = {
|
|
9759
9013
|
positions {
|
9760
9014
|
id
|
9761
9015
|
assetId
|
9762
|
-
asset {
|
9763
|
-
id
|
9764
|
-
}
|
9765
9016
|
averageEntryPrice
|
9766
9017
|
qty
|
9767
9018
|
qtyAvailable
|
@@ -9775,9 +9026,6 @@ export const Asset = {
|
|
9775
9026
|
lastTradePrice
|
9776
9027
|
changeToday
|
9777
9028
|
assetMarginable
|
9778
|
-
alpacaAccount {
|
9779
|
-
id
|
9780
|
-
}
|
9781
9029
|
alpacaAccountId
|
9782
9030
|
}
|
9783
9031
|
alerts {
|
@@ -9788,14 +9036,8 @@ export const Asset = {
|
|
9788
9036
|
isRead
|
9789
9037
|
createdAt
|
9790
9038
|
updatedAt
|
9791
|
-
alpacaAccount {
|
9792
|
-
id
|
9793
|
-
}
|
9794
9039
|
}
|
9795
9040
|
}
|
9796
|
-
asset {
|
9797
|
-
id
|
9798
|
-
}
|
9799
9041
|
actions {
|
9800
9042
|
id
|
9801
9043
|
sequence
|
@@ -9804,9 +9046,6 @@ export const Asset = {
|
|
9804
9046
|
note
|
9805
9047
|
status
|
9806
9048
|
fee
|
9807
|
-
trade {
|
9808
|
-
id
|
9809
|
-
}
|
9810
9049
|
order {
|
9811
9050
|
id
|
9812
9051
|
clientOrderId
|
@@ -9827,9 +9066,6 @@ export const Asset = {
|
|
9827
9066
|
createdAt
|
9828
9067
|
updatedAt
|
9829
9068
|
orderId
|
9830
|
-
Order {
|
9831
|
-
id
|
9832
|
-
}
|
9833
9069
|
}
|
9834
9070
|
takeProfit {
|
9835
9071
|
id
|
@@ -9838,9 +9074,6 @@ export const Asset = {
|
|
9838
9074
|
createdAt
|
9839
9075
|
updatedAt
|
9840
9076
|
orderId
|
9841
|
-
Order {
|
9842
|
-
id
|
9843
|
-
}
|
9844
9077
|
}
|
9845
9078
|
trailPrice
|
9846
9079
|
trailPercent
|
@@ -9884,9 +9117,6 @@ export const Asset = {
|
|
9884
9117
|
stripeCurrentPeriodEnd
|
9885
9118
|
createdAt
|
9886
9119
|
updatedAt
|
9887
|
-
users {
|
9888
|
-
id
|
9889
|
-
}
|
9890
9120
|
}
|
9891
9121
|
customerId
|
9892
9122
|
accounts {
|
@@ -9904,18 +9134,12 @@ export const Asset = {
|
|
9904
9134
|
session_state
|
9905
9135
|
createdAt
|
9906
9136
|
updatedAt
|
9907
|
-
user {
|
9908
|
-
id
|
9909
|
-
}
|
9910
9137
|
}
|
9911
9138
|
sessions {
|
9912
9139
|
id
|
9913
9140
|
sessionToken
|
9914
9141
|
userId
|
9915
9142
|
expires
|
9916
|
-
user {
|
9917
|
-
id
|
9918
|
-
}
|
9919
9143
|
createdAt
|
9920
9144
|
updatedAt
|
9921
9145
|
}
|
@@ -9925,32 +9149,17 @@ export const Asset = {
|
|
9925
9149
|
credentialID
|
9926
9150
|
publicKey
|
9927
9151
|
counter
|
9928
|
-
user {
|
9929
|
-
id
|
9930
|
-
}
|
9931
9152
|
createdAt
|
9932
9153
|
updatedAt
|
9933
9154
|
}
|
9934
9155
|
plan
|
9935
|
-
alpacaAccounts {
|
9936
|
-
id
|
9937
|
-
}
|
9938
9156
|
}
|
9939
9157
|
userId
|
9940
9158
|
createdAt
|
9941
9159
|
updatedAt
|
9942
|
-
trades {
|
9943
|
-
id
|
9944
|
-
}
|
9945
|
-
orders {
|
9946
|
-
id
|
9947
|
-
}
|
9948
9160
|
positions {
|
9949
9161
|
id
|
9950
9162
|
assetId
|
9951
|
-
asset {
|
9952
|
-
id
|
9953
|
-
}
|
9954
9163
|
averageEntryPrice
|
9955
9164
|
qty
|
9956
9165
|
qtyAvailable
|
@@ -9964,9 +9173,6 @@ export const Asset = {
|
|
9964
9173
|
lastTradePrice
|
9965
9174
|
changeToday
|
9966
9175
|
assetMarginable
|
9967
|
-
alpacaAccount {
|
9968
|
-
id
|
9969
|
-
}
|
9970
9176
|
alpacaAccountId
|
9971
9177
|
}
|
9972
9178
|
alerts {
|
@@ -9977,17 +9183,8 @@ export const Asset = {
|
|
9977
9183
|
isRead
|
9978
9184
|
createdAt
|
9979
9185
|
updatedAt
|
9980
|
-
alpacaAccount {
|
9981
|
-
id
|
9982
|
-
}
|
9983
9186
|
}
|
9984
9187
|
}
|
9985
|
-
action {
|
9986
|
-
id
|
9987
|
-
}
|
9988
|
-
asset {
|
9989
|
-
id
|
9990
|
-
}
|
9991
9188
|
fee
|
9992
9189
|
strikePrice
|
9993
9190
|
expirationDate
|
@@ -10017,9 +9214,6 @@ export const Asset = {
|
|
10017
9214
|
createdAt
|
10018
9215
|
updatedAt
|
10019
9216
|
orderId
|
10020
|
-
Order {
|
10021
|
-
id
|
10022
|
-
}
|
10023
9217
|
}
|
10024
9218
|
takeProfit {
|
10025
9219
|
id
|
@@ -10028,9 +9222,6 @@ export const Asset = {
|
|
10028
9222
|
createdAt
|
10029
9223
|
updatedAt
|
10030
9224
|
orderId
|
10031
|
-
Order {
|
10032
|
-
id
|
10033
|
-
}
|
10034
9225
|
}
|
10035
9226
|
trailPrice
|
10036
9227
|
trailPercent
|
@@ -10074,9 +9265,6 @@ export const Asset = {
|
|
10074
9265
|
stripeCurrentPeriodEnd
|
10075
9266
|
createdAt
|
10076
9267
|
updatedAt
|
10077
|
-
users {
|
10078
|
-
id
|
10079
|
-
}
|
10080
9268
|
}
|
10081
9269
|
customerId
|
10082
9270
|
accounts {
|
@@ -10094,18 +9282,12 @@ export const Asset = {
|
|
10094
9282
|
session_state
|
10095
9283
|
createdAt
|
10096
9284
|
updatedAt
|
10097
|
-
user {
|
10098
|
-
id
|
10099
|
-
}
|
10100
9285
|
}
|
10101
9286
|
sessions {
|
10102
9287
|
id
|
10103
9288
|
sessionToken
|
10104
9289
|
userId
|
10105
9290
|
expires
|
10106
|
-
user {
|
10107
|
-
id
|
10108
|
-
}
|
10109
9291
|
createdAt
|
10110
9292
|
updatedAt
|
10111
9293
|
}
|
@@ -10115,16 +9297,10 @@ export const Asset = {
|
|
10115
9297
|
credentialID
|
10116
9298
|
publicKey
|
10117
9299
|
counter
|
10118
|
-
user {
|
10119
|
-
id
|
10120
|
-
}
|
10121
9300
|
createdAt
|
10122
9301
|
updatedAt
|
10123
9302
|
}
|
10124
9303
|
plan
|
10125
|
-
alpacaAccounts {
|
10126
|
-
id
|
10127
|
-
}
|
10128
9304
|
}
|
10129
9305
|
userId
|
10130
9306
|
createdAt
|
@@ -10136,6 +9312,7 @@ export const Asset = {
|
|
10136
9312
|
qty
|
10137
9313
|
price
|
10138
9314
|
total
|
9315
|
+
optionType
|
10139
9316
|
signal
|
10140
9317
|
strategy
|
10141
9318
|
analysis
|
@@ -10144,12 +9321,6 @@ export const Asset = {
|
|
10144
9321
|
createdAt
|
10145
9322
|
updatedAt
|
10146
9323
|
status
|
10147
|
-
alpacaAccount {
|
10148
|
-
id
|
10149
|
-
}
|
10150
|
-
asset {
|
10151
|
-
id
|
10152
|
-
}
|
10153
9324
|
actions {
|
10154
9325
|
id
|
10155
9326
|
sequence
|
@@ -10158,23 +9329,11 @@ export const Asset = {
|
|
10158
9329
|
note
|
10159
9330
|
status
|
10160
9331
|
fee
|
10161
|
-
trade {
|
10162
|
-
id
|
10163
|
-
}
|
10164
|
-
order {
|
10165
|
-
id
|
10166
|
-
}
|
10167
9332
|
}
|
10168
9333
|
}
|
10169
|
-
orders {
|
10170
|
-
id
|
10171
|
-
}
|
10172
9334
|
positions {
|
10173
9335
|
id
|
10174
9336
|
assetId
|
10175
|
-
asset {
|
10176
|
-
id
|
10177
|
-
}
|
10178
9337
|
averageEntryPrice
|
10179
9338
|
qty
|
10180
9339
|
qtyAvailable
|
@@ -10188,9 +9347,6 @@ export const Asset = {
|
|
10188
9347
|
lastTradePrice
|
10189
9348
|
changeToday
|
10190
9349
|
assetMarginable
|
10191
|
-
alpacaAccount {
|
10192
|
-
id
|
10193
|
-
}
|
10194
9350
|
alpacaAccountId
|
10195
9351
|
}
|
10196
9352
|
alerts {
|
@@ -10201,9 +9357,6 @@ export const Asset = {
|
|
10201
9357
|
isRead
|
10202
9358
|
createdAt
|
10203
9359
|
updatedAt
|
10204
|
-
alpacaAccount {
|
10205
|
-
id
|
10206
|
-
}
|
10207
9360
|
}
|
10208
9361
|
}
|
10209
9362
|
action {
|
@@ -10221,6 +9374,7 @@ export const Asset = {
|
|
10221
9374
|
qty
|
10222
9375
|
price
|
10223
9376
|
total
|
9377
|
+
optionType
|
10224
9378
|
signal
|
10225
9379
|
strategy
|
10226
9380
|
analysis
|
@@ -10261,9 +9415,6 @@ export const Asset = {
|
|
10261
9415
|
stripeCurrentPeriodEnd
|
10262
9416
|
createdAt
|
10263
9417
|
updatedAt
|
10264
|
-
users {
|
10265
|
-
id
|
10266
|
-
}
|
10267
9418
|
}
|
10268
9419
|
customerId
|
10269
9420
|
accounts {
|
@@ -10281,18 +9432,12 @@ export const Asset = {
|
|
10281
9432
|
session_state
|
10282
9433
|
createdAt
|
10283
9434
|
updatedAt
|
10284
|
-
user {
|
10285
|
-
id
|
10286
|
-
}
|
10287
9435
|
}
|
10288
9436
|
sessions {
|
10289
9437
|
id
|
10290
9438
|
sessionToken
|
10291
9439
|
userId
|
10292
9440
|
expires
|
10293
|
-
user {
|
10294
|
-
id
|
10295
|
-
}
|
10296
9441
|
createdAt
|
10297
9442
|
updatedAt
|
10298
9443
|
}
|
@@ -10302,32 +9447,17 @@ export const Asset = {
|
|
10302
9447
|
credentialID
|
10303
9448
|
publicKey
|
10304
9449
|
counter
|
10305
|
-
user {
|
10306
|
-
id
|
10307
|
-
}
|
10308
9450
|
createdAt
|
10309
9451
|
updatedAt
|
10310
9452
|
}
|
10311
9453
|
plan
|
10312
|
-
alpacaAccounts {
|
10313
|
-
id
|
10314
|
-
}
|
10315
9454
|
}
|
10316
9455
|
userId
|
10317
9456
|
createdAt
|
10318
9457
|
updatedAt
|
10319
|
-
trades {
|
10320
|
-
id
|
10321
|
-
}
|
10322
|
-
orders {
|
10323
|
-
id
|
10324
|
-
}
|
10325
9458
|
positions {
|
10326
9459
|
id
|
10327
9460
|
assetId
|
10328
|
-
asset {
|
10329
|
-
id
|
10330
|
-
}
|
10331
9461
|
averageEntryPrice
|
10332
9462
|
qty
|
10333
9463
|
qtyAvailable
|
@@ -10341,9 +9471,6 @@ export const Asset = {
|
|
10341
9471
|
lastTradePrice
|
10342
9472
|
changeToday
|
10343
9473
|
assetMarginable
|
10344
|
-
alpacaAccount {
|
10345
|
-
id
|
10346
|
-
}
|
10347
9474
|
alpacaAccountId
|
10348
9475
|
}
|
10349
9476
|
alerts {
|
@@ -10354,25 +9481,10 @@ export const Asset = {
|
|
10354
9481
|
isRead
|
10355
9482
|
createdAt
|
10356
9483
|
updatedAt
|
10357
|
-
alpacaAccount {
|
10358
|
-
id
|
10359
|
-
}
|
10360
9484
|
}
|
10361
9485
|
}
|
10362
|
-
asset {
|
10363
|
-
id
|
10364
|
-
}
|
10365
|
-
actions {
|
10366
|
-
id
|
10367
|
-
}
|
10368
|
-
}
|
10369
|
-
order {
|
10370
|
-
id
|
10371
9486
|
}
|
10372
9487
|
}
|
10373
|
-
asset {
|
10374
|
-
id
|
10375
|
-
}
|
10376
9488
|
fee
|
10377
9489
|
strikePrice
|
10378
9490
|
expirationDate
|
@@ -10383,9 +9495,6 @@ export const Asset = {
|
|
10383
9495
|
positions {
|
10384
9496
|
id
|
10385
9497
|
assetId
|
10386
|
-
asset {
|
10387
|
-
id
|
10388
|
-
}
|
10389
9498
|
averageEntryPrice
|
10390
9499
|
qty
|
10391
9500
|
qtyAvailable
|
@@ -10431,9 +9540,6 @@ export const Asset = {
|
|
10431
9540
|
stripeCurrentPeriodEnd
|
10432
9541
|
createdAt
|
10433
9542
|
updatedAt
|
10434
|
-
users {
|
10435
|
-
id
|
10436
|
-
}
|
10437
9543
|
}
|
10438
9544
|
customerId
|
10439
9545
|
accounts {
|
@@ -10451,18 +9557,12 @@ export const Asset = {
|
|
10451
9557
|
session_state
|
10452
9558
|
createdAt
|
10453
9559
|
updatedAt
|
10454
|
-
user {
|
10455
|
-
id
|
10456
|
-
}
|
10457
9560
|
}
|
10458
9561
|
sessions {
|
10459
9562
|
id
|
10460
9563
|
sessionToken
|
10461
9564
|
userId
|
10462
9565
|
expires
|
10463
|
-
user {
|
10464
|
-
id
|
10465
|
-
}
|
10466
9566
|
createdAt
|
10467
9567
|
updatedAt
|
10468
9568
|
}
|
@@ -10472,16 +9572,10 @@ export const Asset = {
|
|
10472
9572
|
credentialID
|
10473
9573
|
publicKey
|
10474
9574
|
counter
|
10475
|
-
user {
|
10476
|
-
id
|
10477
|
-
}
|
10478
9575
|
createdAt
|
10479
9576
|
updatedAt
|
10480
9577
|
}
|
10481
9578
|
plan
|
10482
|
-
alpacaAccounts {
|
10483
|
-
id
|
10484
|
-
}
|
10485
9579
|
}
|
10486
9580
|
userId
|
10487
9581
|
createdAt
|
@@ -10493,6 +9587,7 @@ export const Asset = {
|
|
10493
9587
|
qty
|
10494
9588
|
price
|
10495
9589
|
total
|
9590
|
+
optionType
|
10496
9591
|
signal
|
10497
9592
|
strategy
|
10498
9593
|
analysis
|
@@ -10501,12 +9596,6 @@ export const Asset = {
|
|
10501
9596
|
createdAt
|
10502
9597
|
updatedAt
|
10503
9598
|
status
|
10504
|
-
alpacaAccount {
|
10505
|
-
id
|
10506
|
-
}
|
10507
|
-
asset {
|
10508
|
-
id
|
10509
|
-
}
|
10510
9599
|
actions {
|
10511
9600
|
id
|
10512
9601
|
sequence
|
@@ -10515,9 +9604,6 @@ export const Asset = {
|
|
10515
9604
|
note
|
10516
9605
|
status
|
10517
9606
|
fee
|
10518
|
-
trade {
|
10519
|
-
id
|
10520
|
-
}
|
10521
9607
|
order {
|
10522
9608
|
id
|
10523
9609
|
clientOrderId
|
@@ -10538,9 +9624,6 @@ export const Asset = {
|
|
10538
9624
|
createdAt
|
10539
9625
|
updatedAt
|
10540
9626
|
orderId
|
10541
|
-
Order {
|
10542
|
-
id
|
10543
|
-
}
|
10544
9627
|
}
|
10545
9628
|
takeProfit {
|
10546
9629
|
id
|
@@ -10549,9 +9632,6 @@ export const Asset = {
|
|
10549
9632
|
createdAt
|
10550
9633
|
updatedAt
|
10551
9634
|
orderId
|
10552
|
-
Order {
|
10553
|
-
id
|
10554
|
-
}
|
10555
9635
|
}
|
10556
9636
|
trailPrice
|
10557
9637
|
trailPercent
|
@@ -10563,15 +9643,6 @@ export const Asset = {
|
|
10563
9643
|
filledAt
|
10564
9644
|
filledAvgPrice
|
10565
9645
|
actionId
|
10566
|
-
alpacaAccount {
|
10567
|
-
id
|
10568
|
-
}
|
10569
|
-
action {
|
10570
|
-
id
|
10571
|
-
}
|
10572
|
-
asset {
|
10573
|
-
id
|
10574
|
-
}
|
10575
9646
|
fee
|
10576
9647
|
strikePrice
|
10577
9648
|
expirationDate
|
@@ -10601,9 +9672,6 @@ export const Asset = {
|
|
10601
9672
|
createdAt
|
10602
9673
|
updatedAt
|
10603
9674
|
orderId
|
10604
|
-
Order {
|
10605
|
-
id
|
10606
|
-
}
|
10607
9675
|
}
|
10608
9676
|
takeProfit {
|
10609
9677
|
id
|
@@ -10612,9 +9680,6 @@ export const Asset = {
|
|
10612
9680
|
createdAt
|
10613
9681
|
updatedAt
|
10614
9682
|
orderId
|
10615
|
-
Order {
|
10616
|
-
id
|
10617
|
-
}
|
10618
9683
|
}
|
10619
9684
|
trailPrice
|
10620
9685
|
trailPercent
|
@@ -10626,9 +9691,6 @@ export const Asset = {
|
|
10626
9691
|
filledAt
|
10627
9692
|
filledAvgPrice
|
10628
9693
|
actionId
|
10629
|
-
alpacaAccount {
|
10630
|
-
id
|
10631
|
-
}
|
10632
9694
|
action {
|
10633
9695
|
id
|
10634
9696
|
sequence
|
@@ -10644,6 +9706,7 @@ export const Asset = {
|
|
10644
9706
|
qty
|
10645
9707
|
price
|
10646
9708
|
total
|
9709
|
+
optionType
|
10647
9710
|
signal
|
10648
9711
|
strategy
|
10649
9712
|
analysis
|
@@ -10652,22 +9715,7 @@ export const Asset = {
|
|
10652
9715
|
createdAt
|
10653
9716
|
updatedAt
|
10654
9717
|
status
|
10655
|
-
alpacaAccount {
|
10656
|
-
id
|
10657
|
-
}
|
10658
|
-
asset {
|
10659
|
-
id
|
10660
|
-
}
|
10661
|
-
actions {
|
10662
|
-
id
|
10663
|
-
}
|
10664
9718
|
}
|
10665
|
-
order {
|
10666
|
-
id
|
10667
|
-
}
|
10668
|
-
}
|
10669
|
-
asset {
|
10670
|
-
id
|
10671
9719
|
}
|
10672
9720
|
fee
|
10673
9721
|
strikePrice
|
@@ -10676,9 +9724,6 @@ export const Asset = {
|
|
10676
9724
|
stopLossId
|
10677
9725
|
takeProfitId
|
10678
9726
|
}
|
10679
|
-
positions {
|
10680
|
-
id
|
10681
|
-
}
|
10682
9727
|
alerts {
|
10683
9728
|
id
|
10684
9729
|
alpacaAccountId
|
@@ -10687,9 +9732,6 @@ export const Asset = {
|
|
10687
9732
|
isRead
|
10688
9733
|
createdAt
|
10689
9734
|
updatedAt
|
10690
|
-
alpacaAccount {
|
10691
|
-
id
|
10692
|
-
}
|
10693
9735
|
}
|
10694
9736
|
}
|
10695
9737
|
alpacaAccountId
|
@@ -10716,12 +9758,6 @@ export const Asset = {
|
|
10716
9758
|
logo
|
10717
9759
|
createdAt
|
10718
9760
|
updatedAt
|
10719
|
-
assets {
|
10720
|
-
id
|
10721
|
-
}
|
10722
|
-
}
|
10723
|
-
asset {
|
10724
|
-
id
|
10725
9761
|
}
|
10726
9762
|
relevancyScore
|
10727
9763
|
sentimentScore
|
@@ -10827,6 +9863,7 @@ export const Asset = {
|
|
10827
9863
|
qty
|
10828
9864
|
price
|
10829
9865
|
total
|
9866
|
+
optionType
|
10830
9867
|
signal
|
10831
9868
|
strategy
|
10832
9869
|
analysis
|
@@ -10867,9 +9904,6 @@ export const Asset = {
|
|
10867
9904
|
stripeCurrentPeriodEnd
|
10868
9905
|
createdAt
|
10869
9906
|
updatedAt
|
10870
|
-
users {
|
10871
|
-
id
|
10872
|
-
}
|
10873
9907
|
}
|
10874
9908
|
customerId
|
10875
9909
|
accounts {
|
@@ -10887,18 +9921,12 @@ export const Asset = {
|
|
10887
9921
|
session_state
|
10888
9922
|
createdAt
|
10889
9923
|
updatedAt
|
10890
|
-
user {
|
10891
|
-
id
|
10892
|
-
}
|
10893
9924
|
}
|
10894
9925
|
sessions {
|
10895
9926
|
id
|
10896
9927
|
sessionToken
|
10897
9928
|
userId
|
10898
9929
|
expires
|
10899
|
-
user {
|
10900
|
-
id
|
10901
|
-
}
|
10902
9930
|
createdAt
|
10903
9931
|
updatedAt
|
10904
9932
|
}
|
@@ -10908,23 +9936,14 @@ export const Asset = {
|
|
10908
9936
|
credentialID
|
10909
9937
|
publicKey
|
10910
9938
|
counter
|
10911
|
-
user {
|
10912
|
-
id
|
10913
|
-
}
|
10914
9939
|
createdAt
|
10915
9940
|
updatedAt
|
10916
9941
|
}
|
10917
9942
|
plan
|
10918
|
-
alpacaAccounts {
|
10919
|
-
id
|
10920
|
-
}
|
10921
9943
|
}
|
10922
9944
|
userId
|
10923
9945
|
createdAt
|
10924
9946
|
updatedAt
|
10925
|
-
trades {
|
10926
|
-
id
|
10927
|
-
}
|
10928
9947
|
orders {
|
10929
9948
|
id
|
10930
9949
|
clientOrderId
|
@@ -10945,9 +9964,6 @@ export const Asset = {
|
|
10945
9964
|
createdAt
|
10946
9965
|
updatedAt
|
10947
9966
|
orderId
|
10948
|
-
Order {
|
10949
|
-
id
|
10950
|
-
}
|
10951
9967
|
}
|
10952
9968
|
takeProfit {
|
10953
9969
|
id
|
@@ -10956,9 +9972,6 @@ export const Asset = {
|
|
10956
9972
|
createdAt
|
10957
9973
|
updatedAt
|
10958
9974
|
orderId
|
10959
|
-
Order {
|
10960
|
-
id
|
10961
|
-
}
|
10962
9975
|
}
|
10963
9976
|
trailPrice
|
10964
9977
|
trailPercent
|
@@ -10970,9 +9983,6 @@ export const Asset = {
|
|
10970
9983
|
filledAt
|
10971
9984
|
filledAvgPrice
|
10972
9985
|
actionId
|
10973
|
-
alpacaAccount {
|
10974
|
-
id
|
10975
|
-
}
|
10976
9986
|
action {
|
10977
9987
|
id
|
10978
9988
|
sequence
|
@@ -10981,15 +9991,6 @@ export const Asset = {
|
|
10981
9991
|
note
|
10982
9992
|
status
|
10983
9993
|
fee
|
10984
|
-
trade {
|
10985
|
-
id
|
10986
|
-
}
|
10987
|
-
order {
|
10988
|
-
id
|
10989
|
-
}
|
10990
|
-
}
|
10991
|
-
asset {
|
10992
|
-
id
|
10993
9994
|
}
|
10994
9995
|
fee
|
10995
9996
|
strikePrice
|
@@ -11001,9 +10002,6 @@ export const Asset = {
|
|
11001
10002
|
positions {
|
11002
10003
|
id
|
11003
10004
|
assetId
|
11004
|
-
asset {
|
11005
|
-
id
|
11006
|
-
}
|
11007
10005
|
averageEntryPrice
|
11008
10006
|
qty
|
11009
10007
|
qtyAvailable
|
@@ -11017,9 +10015,6 @@ export const Asset = {
|
|
11017
10015
|
lastTradePrice
|
11018
10016
|
changeToday
|
11019
10017
|
assetMarginable
|
11020
|
-
alpacaAccount {
|
11021
|
-
id
|
11022
|
-
}
|
11023
10018
|
alpacaAccountId
|
11024
10019
|
}
|
11025
10020
|
alerts {
|
@@ -11030,14 +10025,8 @@ export const Asset = {
|
|
11030
10025
|
isRead
|
11031
10026
|
createdAt
|
11032
10027
|
updatedAt
|
11033
|
-
alpacaAccount {
|
11034
|
-
id
|
11035
|
-
}
|
11036
10028
|
}
|
11037
10029
|
}
|
11038
|
-
asset {
|
11039
|
-
id
|
11040
|
-
}
|
11041
10030
|
actions {
|
11042
10031
|
id
|
11043
10032
|
sequence
|
@@ -11046,9 +10035,6 @@ export const Asset = {
|
|
11046
10035
|
note
|
11047
10036
|
status
|
11048
10037
|
fee
|
11049
|
-
trade {
|
11050
|
-
id
|
11051
|
-
}
|
11052
10038
|
order {
|
11053
10039
|
id
|
11054
10040
|
clientOrderId
|
@@ -11069,9 +10055,6 @@ export const Asset = {
|
|
11069
10055
|
createdAt
|
11070
10056
|
updatedAt
|
11071
10057
|
orderId
|
11072
|
-
Order {
|
11073
|
-
id
|
11074
|
-
}
|
11075
10058
|
}
|
11076
10059
|
takeProfit {
|
11077
10060
|
id
|
@@ -11080,9 +10063,6 @@ export const Asset = {
|
|
11080
10063
|
createdAt
|
11081
10064
|
updatedAt
|
11082
10065
|
orderId
|
11083
|
-
Order {
|
11084
|
-
id
|
11085
|
-
}
|
11086
10066
|
}
|
11087
10067
|
trailPrice
|
11088
10068
|
trailPercent
|
@@ -11126,9 +10106,6 @@ export const Asset = {
|
|
11126
10106
|
stripeCurrentPeriodEnd
|
11127
10107
|
createdAt
|
11128
10108
|
updatedAt
|
11129
|
-
users {
|
11130
|
-
id
|
11131
|
-
}
|
11132
10109
|
}
|
11133
10110
|
customerId
|
11134
10111
|
accounts {
|
@@ -11146,18 +10123,12 @@ export const Asset = {
|
|
11146
10123
|
session_state
|
11147
10124
|
createdAt
|
11148
10125
|
updatedAt
|
11149
|
-
user {
|
11150
|
-
id
|
11151
|
-
}
|
11152
10126
|
}
|
11153
10127
|
sessions {
|
11154
10128
|
id
|
11155
10129
|
sessionToken
|
11156
10130
|
userId
|
11157
10131
|
expires
|
11158
|
-
user {
|
11159
|
-
id
|
11160
|
-
}
|
11161
10132
|
createdAt
|
11162
10133
|
updatedAt
|
11163
10134
|
}
|
@@ -11167,32 +10138,17 @@ export const Asset = {
|
|
11167
10138
|
credentialID
|
11168
10139
|
publicKey
|
11169
10140
|
counter
|
11170
|
-
user {
|
11171
|
-
id
|
11172
|
-
}
|
11173
10141
|
createdAt
|
11174
10142
|
updatedAt
|
11175
10143
|
}
|
11176
10144
|
plan
|
11177
|
-
alpacaAccounts {
|
11178
|
-
id
|
11179
|
-
}
|
11180
10145
|
}
|
11181
10146
|
userId
|
11182
10147
|
createdAt
|
11183
10148
|
updatedAt
|
11184
|
-
trades {
|
11185
|
-
id
|
11186
|
-
}
|
11187
|
-
orders {
|
11188
|
-
id
|
11189
|
-
}
|
11190
10149
|
positions {
|
11191
10150
|
id
|
11192
10151
|
assetId
|
11193
|
-
asset {
|
11194
|
-
id
|
11195
|
-
}
|
11196
10152
|
averageEntryPrice
|
11197
10153
|
qty
|
11198
10154
|
qtyAvailable
|
@@ -11206,9 +10162,6 @@ export const Asset = {
|
|
11206
10162
|
lastTradePrice
|
11207
10163
|
changeToday
|
11208
10164
|
assetMarginable
|
11209
|
-
alpacaAccount {
|
11210
|
-
id
|
11211
|
-
}
|
11212
10165
|
alpacaAccountId
|
11213
10166
|
}
|
11214
10167
|
alerts {
|
@@ -11219,17 +10172,8 @@ export const Asset = {
|
|
11219
10172
|
isRead
|
11220
10173
|
createdAt
|
11221
10174
|
updatedAt
|
11222
|
-
alpacaAccount {
|
11223
|
-
id
|
11224
|
-
}
|
11225
10175
|
}
|
11226
10176
|
}
|
11227
|
-
action {
|
11228
|
-
id
|
11229
|
-
}
|
11230
|
-
asset {
|
11231
|
-
id
|
11232
|
-
}
|
11233
10177
|
fee
|
11234
10178
|
strikePrice
|
11235
10179
|
expirationDate
|
@@ -11259,9 +10203,6 @@ export const Asset = {
|
|
11259
10203
|
createdAt
|
11260
10204
|
updatedAt
|
11261
10205
|
orderId
|
11262
|
-
Order {
|
11263
|
-
id
|
11264
|
-
}
|
11265
10206
|
}
|
11266
10207
|
takeProfit {
|
11267
10208
|
id
|
@@ -11270,9 +10211,6 @@ export const Asset = {
|
|
11270
10211
|
createdAt
|
11271
10212
|
updatedAt
|
11272
10213
|
orderId
|
11273
|
-
Order {
|
11274
|
-
id
|
11275
|
-
}
|
11276
10214
|
}
|
11277
10215
|
trailPrice
|
11278
10216
|
trailPercent
|
@@ -11316,9 +10254,6 @@ export const Asset = {
|
|
11316
10254
|
stripeCurrentPeriodEnd
|
11317
10255
|
createdAt
|
11318
10256
|
updatedAt
|
11319
|
-
users {
|
11320
|
-
id
|
11321
|
-
}
|
11322
10257
|
}
|
11323
10258
|
customerId
|
11324
10259
|
accounts {
|
@@ -11336,18 +10271,12 @@ export const Asset = {
|
|
11336
10271
|
session_state
|
11337
10272
|
createdAt
|
11338
10273
|
updatedAt
|
11339
|
-
user {
|
11340
|
-
id
|
11341
|
-
}
|
11342
10274
|
}
|
11343
10275
|
sessions {
|
11344
10276
|
id
|
11345
10277
|
sessionToken
|
11346
10278
|
userId
|
11347
10279
|
expires
|
11348
|
-
user {
|
11349
|
-
id
|
11350
|
-
}
|
11351
10280
|
createdAt
|
11352
10281
|
updatedAt
|
11353
10282
|
}
|
@@ -11357,16 +10286,10 @@ export const Asset = {
|
|
11357
10286
|
credentialID
|
11358
10287
|
publicKey
|
11359
10288
|
counter
|
11360
|
-
user {
|
11361
|
-
id
|
11362
|
-
}
|
11363
10289
|
createdAt
|
11364
10290
|
updatedAt
|
11365
10291
|
}
|
11366
10292
|
plan
|
11367
|
-
alpacaAccounts {
|
11368
|
-
id
|
11369
|
-
}
|
11370
10293
|
}
|
11371
10294
|
userId
|
11372
10295
|
createdAt
|
@@ -11378,6 +10301,7 @@ export const Asset = {
|
|
11378
10301
|
qty
|
11379
10302
|
price
|
11380
10303
|
total
|
10304
|
+
optionType
|
11381
10305
|
signal
|
11382
10306
|
strategy
|
11383
10307
|
analysis
|
@@ -11386,12 +10310,6 @@ export const Asset = {
|
|
11386
10310
|
createdAt
|
11387
10311
|
updatedAt
|
11388
10312
|
status
|
11389
|
-
alpacaAccount {
|
11390
|
-
id
|
11391
|
-
}
|
11392
|
-
asset {
|
11393
|
-
id
|
11394
|
-
}
|
11395
10313
|
actions {
|
11396
10314
|
id
|
11397
10315
|
sequence
|
@@ -11400,23 +10318,11 @@ export const Asset = {
|
|
11400
10318
|
note
|
11401
10319
|
status
|
11402
10320
|
fee
|
11403
|
-
trade {
|
11404
|
-
id
|
11405
|
-
}
|
11406
|
-
order {
|
11407
|
-
id
|
11408
|
-
}
|
11409
10321
|
}
|
11410
10322
|
}
|
11411
|
-
orders {
|
11412
|
-
id
|
11413
|
-
}
|
11414
10323
|
positions {
|
11415
10324
|
id
|
11416
10325
|
assetId
|
11417
|
-
asset {
|
11418
|
-
id
|
11419
|
-
}
|
11420
10326
|
averageEntryPrice
|
11421
10327
|
qty
|
11422
10328
|
qtyAvailable
|
@@ -11430,9 +10336,6 @@ export const Asset = {
|
|
11430
10336
|
lastTradePrice
|
11431
10337
|
changeToday
|
11432
10338
|
assetMarginable
|
11433
|
-
alpacaAccount {
|
11434
|
-
id
|
11435
|
-
}
|
11436
10339
|
alpacaAccountId
|
11437
10340
|
}
|
11438
10341
|
alerts {
|
@@ -11443,9 +10346,6 @@ export const Asset = {
|
|
11443
10346
|
isRead
|
11444
10347
|
createdAt
|
11445
10348
|
updatedAt
|
11446
|
-
alpacaAccount {
|
11447
|
-
id
|
11448
|
-
}
|
11449
10349
|
}
|
11450
10350
|
}
|
11451
10351
|
action {
|
@@ -11463,6 +10363,7 @@ export const Asset = {
|
|
11463
10363
|
qty
|
11464
10364
|
price
|
11465
10365
|
total
|
10366
|
+
optionType
|
11466
10367
|
signal
|
11467
10368
|
strategy
|
11468
10369
|
analysis
|
@@ -11503,9 +10404,6 @@ export const Asset = {
|
|
11503
10404
|
stripeCurrentPeriodEnd
|
11504
10405
|
createdAt
|
11505
10406
|
updatedAt
|
11506
|
-
users {
|
11507
|
-
id
|
11508
|
-
}
|
11509
10407
|
}
|
11510
10408
|
customerId
|
11511
10409
|
accounts {
|
@@ -11523,18 +10421,12 @@ export const Asset = {
|
|
11523
10421
|
session_state
|
11524
10422
|
createdAt
|
11525
10423
|
updatedAt
|
11526
|
-
user {
|
11527
|
-
id
|
11528
|
-
}
|
11529
10424
|
}
|
11530
10425
|
sessions {
|
11531
10426
|
id
|
11532
10427
|
sessionToken
|
11533
10428
|
userId
|
11534
10429
|
expires
|
11535
|
-
user {
|
11536
|
-
id
|
11537
|
-
}
|
11538
10430
|
createdAt
|
11539
10431
|
updatedAt
|
11540
10432
|
}
|
@@ -11544,32 +10436,17 @@ export const Asset = {
|
|
11544
10436
|
credentialID
|
11545
10437
|
publicKey
|
11546
10438
|
counter
|
11547
|
-
user {
|
11548
|
-
id
|
11549
|
-
}
|
11550
10439
|
createdAt
|
11551
10440
|
updatedAt
|
11552
10441
|
}
|
11553
10442
|
plan
|
11554
|
-
alpacaAccounts {
|
11555
|
-
id
|
11556
|
-
}
|
11557
10443
|
}
|
11558
10444
|
userId
|
11559
10445
|
createdAt
|
11560
10446
|
updatedAt
|
11561
|
-
trades {
|
11562
|
-
id
|
11563
|
-
}
|
11564
|
-
orders {
|
11565
|
-
id
|
11566
|
-
}
|
11567
10447
|
positions {
|
11568
10448
|
id
|
11569
10449
|
assetId
|
11570
|
-
asset {
|
11571
|
-
id
|
11572
|
-
}
|
11573
10450
|
averageEntryPrice
|
11574
10451
|
qty
|
11575
10452
|
qtyAvailable
|
@@ -11583,9 +10460,6 @@ export const Asset = {
|
|
11583
10460
|
lastTradePrice
|
11584
10461
|
changeToday
|
11585
10462
|
assetMarginable
|
11586
|
-
alpacaAccount {
|
11587
|
-
id
|
11588
|
-
}
|
11589
10463
|
alpacaAccountId
|
11590
10464
|
}
|
11591
10465
|
alerts {
|
@@ -11596,25 +10470,10 @@ export const Asset = {
|
|
11596
10470
|
isRead
|
11597
10471
|
createdAt
|
11598
10472
|
updatedAt
|
11599
|
-
alpacaAccount {
|
11600
|
-
id
|
11601
|
-
}
|
11602
10473
|
}
|
11603
10474
|
}
|
11604
|
-
asset {
|
11605
|
-
id
|
11606
|
-
}
|
11607
|
-
actions {
|
11608
|
-
id
|
11609
|
-
}
|
11610
|
-
}
|
11611
|
-
order {
|
11612
|
-
id
|
11613
10475
|
}
|
11614
10476
|
}
|
11615
|
-
asset {
|
11616
|
-
id
|
11617
|
-
}
|
11618
10477
|
fee
|
11619
10478
|
strikePrice
|
11620
10479
|
expirationDate
|
@@ -11625,9 +10484,6 @@ export const Asset = {
|
|
11625
10484
|
positions {
|
11626
10485
|
id
|
11627
10486
|
assetId
|
11628
|
-
asset {
|
11629
|
-
id
|
11630
|
-
}
|
11631
10487
|
averageEntryPrice
|
11632
10488
|
qty
|
11633
10489
|
qtyAvailable
|
@@ -11673,9 +10529,6 @@ export const Asset = {
|
|
11673
10529
|
stripeCurrentPeriodEnd
|
11674
10530
|
createdAt
|
11675
10531
|
updatedAt
|
11676
|
-
users {
|
11677
|
-
id
|
11678
|
-
}
|
11679
10532
|
}
|
11680
10533
|
customerId
|
11681
10534
|
accounts {
|
@@ -11693,18 +10546,12 @@ export const Asset = {
|
|
11693
10546
|
session_state
|
11694
10547
|
createdAt
|
11695
10548
|
updatedAt
|
11696
|
-
user {
|
11697
|
-
id
|
11698
|
-
}
|
11699
10549
|
}
|
11700
10550
|
sessions {
|
11701
10551
|
id
|
11702
10552
|
sessionToken
|
11703
10553
|
userId
|
11704
10554
|
expires
|
11705
|
-
user {
|
11706
|
-
id
|
11707
|
-
}
|
11708
10555
|
createdAt
|
11709
10556
|
updatedAt
|
11710
10557
|
}
|
@@ -11714,16 +10561,10 @@ export const Asset = {
|
|
11714
10561
|
credentialID
|
11715
10562
|
publicKey
|
11716
10563
|
counter
|
11717
|
-
user {
|
11718
|
-
id
|
11719
|
-
}
|
11720
10564
|
createdAt
|
11721
10565
|
updatedAt
|
11722
10566
|
}
|
11723
10567
|
plan
|
11724
|
-
alpacaAccounts {
|
11725
|
-
id
|
11726
|
-
}
|
11727
10568
|
}
|
11728
10569
|
userId
|
11729
10570
|
createdAt
|
@@ -11735,6 +10576,7 @@ export const Asset = {
|
|
11735
10576
|
qty
|
11736
10577
|
price
|
11737
10578
|
total
|
10579
|
+
optionType
|
11738
10580
|
signal
|
11739
10581
|
strategy
|
11740
10582
|
analysis
|
@@ -11743,12 +10585,6 @@ export const Asset = {
|
|
11743
10585
|
createdAt
|
11744
10586
|
updatedAt
|
11745
10587
|
status
|
11746
|
-
alpacaAccount {
|
11747
|
-
id
|
11748
|
-
}
|
11749
|
-
asset {
|
11750
|
-
id
|
11751
|
-
}
|
11752
10588
|
actions {
|
11753
10589
|
id
|
11754
10590
|
sequence
|
@@ -11757,9 +10593,6 @@ export const Asset = {
|
|
11757
10593
|
note
|
11758
10594
|
status
|
11759
10595
|
fee
|
11760
|
-
trade {
|
11761
|
-
id
|
11762
|
-
}
|
11763
10596
|
order {
|
11764
10597
|
id
|
11765
10598
|
clientOrderId
|
@@ -11780,9 +10613,6 @@ export const Asset = {
|
|
11780
10613
|
createdAt
|
11781
10614
|
updatedAt
|
11782
10615
|
orderId
|
11783
|
-
Order {
|
11784
|
-
id
|
11785
|
-
}
|
11786
10616
|
}
|
11787
10617
|
takeProfit {
|
11788
10618
|
id
|
@@ -11791,9 +10621,6 @@ export const Asset = {
|
|
11791
10621
|
createdAt
|
11792
10622
|
updatedAt
|
11793
10623
|
orderId
|
11794
|
-
Order {
|
11795
|
-
id
|
11796
|
-
}
|
11797
10624
|
}
|
11798
10625
|
trailPrice
|
11799
10626
|
trailPercent
|
@@ -11805,15 +10632,6 @@ export const Asset = {
|
|
11805
10632
|
filledAt
|
11806
10633
|
filledAvgPrice
|
11807
10634
|
actionId
|
11808
|
-
alpacaAccount {
|
11809
|
-
id
|
11810
|
-
}
|
11811
|
-
action {
|
11812
|
-
id
|
11813
|
-
}
|
11814
|
-
asset {
|
11815
|
-
id
|
11816
|
-
}
|
11817
10635
|
fee
|
11818
10636
|
strikePrice
|
11819
10637
|
expirationDate
|
@@ -11843,9 +10661,6 @@ export const Asset = {
|
|
11843
10661
|
createdAt
|
11844
10662
|
updatedAt
|
11845
10663
|
orderId
|
11846
|
-
Order {
|
11847
|
-
id
|
11848
|
-
}
|
11849
10664
|
}
|
11850
10665
|
takeProfit {
|
11851
10666
|
id
|
@@ -11854,9 +10669,6 @@ export const Asset = {
|
|
11854
10669
|
createdAt
|
11855
10670
|
updatedAt
|
11856
10671
|
orderId
|
11857
|
-
Order {
|
11858
|
-
id
|
11859
|
-
}
|
11860
10672
|
}
|
11861
10673
|
trailPrice
|
11862
10674
|
trailPercent
|
@@ -11868,9 +10680,6 @@ export const Asset = {
|
|
11868
10680
|
filledAt
|
11869
10681
|
filledAvgPrice
|
11870
10682
|
actionId
|
11871
|
-
alpacaAccount {
|
11872
|
-
id
|
11873
|
-
}
|
11874
10683
|
action {
|
11875
10684
|
id
|
11876
10685
|
sequence
|
@@ -11886,6 +10695,7 @@ export const Asset = {
|
|
11886
10695
|
qty
|
11887
10696
|
price
|
11888
10697
|
total
|
10698
|
+
optionType
|
11889
10699
|
signal
|
11890
10700
|
strategy
|
11891
10701
|
analysis
|
@@ -11894,23 +10704,8 @@ export const Asset = {
|
|
11894
10704
|
createdAt
|
11895
10705
|
updatedAt
|
11896
10706
|
status
|
11897
|
-
alpacaAccount {
|
11898
|
-
id
|
11899
|
-
}
|
11900
|
-
asset {
|
11901
|
-
id
|
11902
|
-
}
|
11903
|
-
actions {
|
11904
|
-
id
|
11905
|
-
}
|
11906
|
-
}
|
11907
|
-
order {
|
11908
|
-
id
|
11909
10707
|
}
|
11910
10708
|
}
|
11911
|
-
asset {
|
11912
|
-
id
|
11913
|
-
}
|
11914
10709
|
fee
|
11915
10710
|
strikePrice
|
11916
10711
|
expirationDate
|
@@ -11918,9 +10713,6 @@ export const Asset = {
|
|
11918
10713
|
stopLossId
|
11919
10714
|
takeProfitId
|
11920
10715
|
}
|
11921
|
-
positions {
|
11922
|
-
id
|
11923
|
-
}
|
11924
10716
|
alerts {
|
11925
10717
|
id
|
11926
10718
|
alpacaAccountId
|
@@ -11929,9 +10721,6 @@ export const Asset = {
|
|
11929
10721
|
isRead
|
11930
10722
|
createdAt
|
11931
10723
|
updatedAt
|
11932
|
-
alpacaAccount {
|
11933
|
-
id
|
11934
|
-
}
|
11935
10724
|
}
|
11936
10725
|
}
|
11937
10726
|
alpacaAccountId
|
@@ -11958,12 +10747,6 @@ export const Asset = {
|
|
11958
10747
|
logo
|
11959
10748
|
createdAt
|
11960
10749
|
updatedAt
|
11961
|
-
assets {
|
11962
|
-
id
|
11963
|
-
}
|
11964
|
-
}
|
11965
|
-
asset {
|
11966
|
-
id
|
11967
10750
|
}
|
11968
10751
|
relevancyScore
|
11969
10752
|
sentimentScore
|
@@ -12062,6 +10845,7 @@ export const Asset = {
|
|
12062
10845
|
qty
|
12063
10846
|
price
|
12064
10847
|
total
|
10848
|
+
optionType
|
12065
10849
|
signal
|
12066
10850
|
strategy
|
12067
10851
|
analysis
|
@@ -12102,9 +10886,6 @@ export const Asset = {
|
|
12102
10886
|
stripeCurrentPeriodEnd
|
12103
10887
|
createdAt
|
12104
10888
|
updatedAt
|
12105
|
-
users {
|
12106
|
-
id
|
12107
|
-
}
|
12108
10889
|
}
|
12109
10890
|
customerId
|
12110
10891
|
accounts {
|
@@ -12122,18 +10903,12 @@ export const Asset = {
|
|
12122
10903
|
session_state
|
12123
10904
|
createdAt
|
12124
10905
|
updatedAt
|
12125
|
-
user {
|
12126
|
-
id
|
12127
|
-
}
|
12128
10906
|
}
|
12129
10907
|
sessions {
|
12130
10908
|
id
|
12131
10909
|
sessionToken
|
12132
10910
|
userId
|
12133
10911
|
expires
|
12134
|
-
user {
|
12135
|
-
id
|
12136
|
-
}
|
12137
10912
|
createdAt
|
12138
10913
|
updatedAt
|
12139
10914
|
}
|
@@ -12143,23 +10918,14 @@ export const Asset = {
|
|
12143
10918
|
credentialID
|
12144
10919
|
publicKey
|
12145
10920
|
counter
|
12146
|
-
user {
|
12147
|
-
id
|
12148
|
-
}
|
12149
10921
|
createdAt
|
12150
10922
|
updatedAt
|
12151
10923
|
}
|
12152
10924
|
plan
|
12153
|
-
alpacaAccounts {
|
12154
|
-
id
|
12155
|
-
}
|
12156
10925
|
}
|
12157
10926
|
userId
|
12158
10927
|
createdAt
|
12159
10928
|
updatedAt
|
12160
|
-
trades {
|
12161
|
-
id
|
12162
|
-
}
|
12163
10929
|
orders {
|
12164
10930
|
id
|
12165
10931
|
clientOrderId
|
@@ -12180,9 +10946,6 @@ export const Asset = {
|
|
12180
10946
|
createdAt
|
12181
10947
|
updatedAt
|
12182
10948
|
orderId
|
12183
|
-
Order {
|
12184
|
-
id
|
12185
|
-
}
|
12186
10949
|
}
|
12187
10950
|
takeProfit {
|
12188
10951
|
id
|
@@ -12191,9 +10954,6 @@ export const Asset = {
|
|
12191
10954
|
createdAt
|
12192
10955
|
updatedAt
|
12193
10956
|
orderId
|
12194
|
-
Order {
|
12195
|
-
id
|
12196
|
-
}
|
12197
10957
|
}
|
12198
10958
|
trailPrice
|
12199
10959
|
trailPercent
|
@@ -12205,9 +10965,6 @@ export const Asset = {
|
|
12205
10965
|
filledAt
|
12206
10966
|
filledAvgPrice
|
12207
10967
|
actionId
|
12208
|
-
alpacaAccount {
|
12209
|
-
id
|
12210
|
-
}
|
12211
10968
|
action {
|
12212
10969
|
id
|
12213
10970
|
sequence
|
@@ -12216,15 +10973,6 @@ export const Asset = {
|
|
12216
10973
|
note
|
12217
10974
|
status
|
12218
10975
|
fee
|
12219
|
-
trade {
|
12220
|
-
id
|
12221
|
-
}
|
12222
|
-
order {
|
12223
|
-
id
|
12224
|
-
}
|
12225
|
-
}
|
12226
|
-
asset {
|
12227
|
-
id
|
12228
10976
|
}
|
12229
10977
|
fee
|
12230
10978
|
strikePrice
|
@@ -12236,9 +10984,6 @@ export const Asset = {
|
|
12236
10984
|
positions {
|
12237
10985
|
id
|
12238
10986
|
assetId
|
12239
|
-
asset {
|
12240
|
-
id
|
12241
|
-
}
|
12242
10987
|
averageEntryPrice
|
12243
10988
|
qty
|
12244
10989
|
qtyAvailable
|
@@ -12252,9 +10997,6 @@ export const Asset = {
|
|
12252
10997
|
lastTradePrice
|
12253
10998
|
changeToday
|
12254
10999
|
assetMarginable
|
12255
|
-
alpacaAccount {
|
12256
|
-
id
|
12257
|
-
}
|
12258
11000
|
alpacaAccountId
|
12259
11001
|
}
|
12260
11002
|
alerts {
|
@@ -12265,14 +11007,8 @@ export const Asset = {
|
|
12265
11007
|
isRead
|
12266
11008
|
createdAt
|
12267
11009
|
updatedAt
|
12268
|
-
alpacaAccount {
|
12269
|
-
id
|
12270
|
-
}
|
12271
11010
|
}
|
12272
11011
|
}
|
12273
|
-
asset {
|
12274
|
-
id
|
12275
|
-
}
|
12276
11012
|
actions {
|
12277
11013
|
id
|
12278
11014
|
sequence
|
@@ -12281,9 +11017,6 @@ export const Asset = {
|
|
12281
11017
|
note
|
12282
11018
|
status
|
12283
11019
|
fee
|
12284
|
-
trade {
|
12285
|
-
id
|
12286
|
-
}
|
12287
11020
|
order {
|
12288
11021
|
id
|
12289
11022
|
clientOrderId
|
@@ -12304,9 +11037,6 @@ export const Asset = {
|
|
12304
11037
|
createdAt
|
12305
11038
|
updatedAt
|
12306
11039
|
orderId
|
12307
|
-
Order {
|
12308
|
-
id
|
12309
|
-
}
|
12310
11040
|
}
|
12311
11041
|
takeProfit {
|
12312
11042
|
id
|
@@ -12315,9 +11045,6 @@ export const Asset = {
|
|
12315
11045
|
createdAt
|
12316
11046
|
updatedAt
|
12317
11047
|
orderId
|
12318
|
-
Order {
|
12319
|
-
id
|
12320
|
-
}
|
12321
11048
|
}
|
12322
11049
|
trailPrice
|
12323
11050
|
trailPercent
|
@@ -12361,9 +11088,6 @@ export const Asset = {
|
|
12361
11088
|
stripeCurrentPeriodEnd
|
12362
11089
|
createdAt
|
12363
11090
|
updatedAt
|
12364
|
-
users {
|
12365
|
-
id
|
12366
|
-
}
|
12367
11091
|
}
|
12368
11092
|
customerId
|
12369
11093
|
accounts {
|
@@ -12381,18 +11105,12 @@ export const Asset = {
|
|
12381
11105
|
session_state
|
12382
11106
|
createdAt
|
12383
11107
|
updatedAt
|
12384
|
-
user {
|
12385
|
-
id
|
12386
|
-
}
|
12387
11108
|
}
|
12388
11109
|
sessions {
|
12389
11110
|
id
|
12390
11111
|
sessionToken
|
12391
11112
|
userId
|
12392
11113
|
expires
|
12393
|
-
user {
|
12394
|
-
id
|
12395
|
-
}
|
12396
11114
|
createdAt
|
12397
11115
|
updatedAt
|
12398
11116
|
}
|
@@ -12402,32 +11120,17 @@ export const Asset = {
|
|
12402
11120
|
credentialID
|
12403
11121
|
publicKey
|
12404
11122
|
counter
|
12405
|
-
user {
|
12406
|
-
id
|
12407
|
-
}
|
12408
11123
|
createdAt
|
12409
11124
|
updatedAt
|
12410
11125
|
}
|
12411
11126
|
plan
|
12412
|
-
alpacaAccounts {
|
12413
|
-
id
|
12414
|
-
}
|
12415
11127
|
}
|
12416
11128
|
userId
|
12417
11129
|
createdAt
|
12418
11130
|
updatedAt
|
12419
|
-
trades {
|
12420
|
-
id
|
12421
|
-
}
|
12422
|
-
orders {
|
12423
|
-
id
|
12424
|
-
}
|
12425
11131
|
positions {
|
12426
11132
|
id
|
12427
11133
|
assetId
|
12428
|
-
asset {
|
12429
|
-
id
|
12430
|
-
}
|
12431
11134
|
averageEntryPrice
|
12432
11135
|
qty
|
12433
11136
|
qtyAvailable
|
@@ -12441,9 +11144,6 @@ export const Asset = {
|
|
12441
11144
|
lastTradePrice
|
12442
11145
|
changeToday
|
12443
11146
|
assetMarginable
|
12444
|
-
alpacaAccount {
|
12445
|
-
id
|
12446
|
-
}
|
12447
11147
|
alpacaAccountId
|
12448
11148
|
}
|
12449
11149
|
alerts {
|
@@ -12454,17 +11154,8 @@ export const Asset = {
|
|
12454
11154
|
isRead
|
12455
11155
|
createdAt
|
12456
11156
|
updatedAt
|
12457
|
-
alpacaAccount {
|
12458
|
-
id
|
12459
|
-
}
|
12460
11157
|
}
|
12461
11158
|
}
|
12462
|
-
action {
|
12463
|
-
id
|
12464
|
-
}
|
12465
|
-
asset {
|
12466
|
-
id
|
12467
|
-
}
|
12468
11159
|
fee
|
12469
11160
|
strikePrice
|
12470
11161
|
expirationDate
|
@@ -12494,9 +11185,6 @@ export const Asset = {
|
|
12494
11185
|
createdAt
|
12495
11186
|
updatedAt
|
12496
11187
|
orderId
|
12497
|
-
Order {
|
12498
|
-
id
|
12499
|
-
}
|
12500
11188
|
}
|
12501
11189
|
takeProfit {
|
12502
11190
|
id
|
@@ -12505,9 +11193,6 @@ export const Asset = {
|
|
12505
11193
|
createdAt
|
12506
11194
|
updatedAt
|
12507
11195
|
orderId
|
12508
|
-
Order {
|
12509
|
-
id
|
12510
|
-
}
|
12511
11196
|
}
|
12512
11197
|
trailPrice
|
12513
11198
|
trailPercent
|
@@ -12551,9 +11236,6 @@ export const Asset = {
|
|
12551
11236
|
stripeCurrentPeriodEnd
|
12552
11237
|
createdAt
|
12553
11238
|
updatedAt
|
12554
|
-
users {
|
12555
|
-
id
|
12556
|
-
}
|
12557
11239
|
}
|
12558
11240
|
customerId
|
12559
11241
|
accounts {
|
@@ -12571,18 +11253,12 @@ export const Asset = {
|
|
12571
11253
|
session_state
|
12572
11254
|
createdAt
|
12573
11255
|
updatedAt
|
12574
|
-
user {
|
12575
|
-
id
|
12576
|
-
}
|
12577
11256
|
}
|
12578
11257
|
sessions {
|
12579
11258
|
id
|
12580
11259
|
sessionToken
|
12581
11260
|
userId
|
12582
11261
|
expires
|
12583
|
-
user {
|
12584
|
-
id
|
12585
|
-
}
|
12586
11262
|
createdAt
|
12587
11263
|
updatedAt
|
12588
11264
|
}
|
@@ -12592,16 +11268,10 @@ export const Asset = {
|
|
12592
11268
|
credentialID
|
12593
11269
|
publicKey
|
12594
11270
|
counter
|
12595
|
-
user {
|
12596
|
-
id
|
12597
|
-
}
|
12598
11271
|
createdAt
|
12599
11272
|
updatedAt
|
12600
11273
|
}
|
12601
11274
|
plan
|
12602
|
-
alpacaAccounts {
|
12603
|
-
id
|
12604
|
-
}
|
12605
11275
|
}
|
12606
11276
|
userId
|
12607
11277
|
createdAt
|
@@ -12613,6 +11283,7 @@ export const Asset = {
|
|
12613
11283
|
qty
|
12614
11284
|
price
|
12615
11285
|
total
|
11286
|
+
optionType
|
12616
11287
|
signal
|
12617
11288
|
strategy
|
12618
11289
|
analysis
|
@@ -12621,12 +11292,6 @@ export const Asset = {
|
|
12621
11292
|
createdAt
|
12622
11293
|
updatedAt
|
12623
11294
|
status
|
12624
|
-
alpacaAccount {
|
12625
|
-
id
|
12626
|
-
}
|
12627
|
-
asset {
|
12628
|
-
id
|
12629
|
-
}
|
12630
11295
|
actions {
|
12631
11296
|
id
|
12632
11297
|
sequence
|
@@ -12635,23 +11300,11 @@ export const Asset = {
|
|
12635
11300
|
note
|
12636
11301
|
status
|
12637
11302
|
fee
|
12638
|
-
trade {
|
12639
|
-
id
|
12640
|
-
}
|
12641
|
-
order {
|
12642
|
-
id
|
12643
|
-
}
|
12644
11303
|
}
|
12645
11304
|
}
|
12646
|
-
orders {
|
12647
|
-
id
|
12648
|
-
}
|
12649
11305
|
positions {
|
12650
11306
|
id
|
12651
11307
|
assetId
|
12652
|
-
asset {
|
12653
|
-
id
|
12654
|
-
}
|
12655
11308
|
averageEntryPrice
|
12656
11309
|
qty
|
12657
11310
|
qtyAvailable
|
@@ -12665,9 +11318,6 @@ export const Asset = {
|
|
12665
11318
|
lastTradePrice
|
12666
11319
|
changeToday
|
12667
11320
|
assetMarginable
|
12668
|
-
alpacaAccount {
|
12669
|
-
id
|
12670
|
-
}
|
12671
11321
|
alpacaAccountId
|
12672
11322
|
}
|
12673
11323
|
alerts {
|
@@ -12678,9 +11328,6 @@ export const Asset = {
|
|
12678
11328
|
isRead
|
12679
11329
|
createdAt
|
12680
11330
|
updatedAt
|
12681
|
-
alpacaAccount {
|
12682
|
-
id
|
12683
|
-
}
|
12684
11331
|
}
|
12685
11332
|
}
|
12686
11333
|
action {
|
@@ -12698,6 +11345,7 @@ export const Asset = {
|
|
12698
11345
|
qty
|
12699
11346
|
price
|
12700
11347
|
total
|
11348
|
+
optionType
|
12701
11349
|
signal
|
12702
11350
|
strategy
|
12703
11351
|
analysis
|
@@ -12738,9 +11386,6 @@ export const Asset = {
|
|
12738
11386
|
stripeCurrentPeriodEnd
|
12739
11387
|
createdAt
|
12740
11388
|
updatedAt
|
12741
|
-
users {
|
12742
|
-
id
|
12743
|
-
}
|
12744
11389
|
}
|
12745
11390
|
customerId
|
12746
11391
|
accounts {
|
@@ -12758,18 +11403,12 @@ export const Asset = {
|
|
12758
11403
|
session_state
|
12759
11404
|
createdAt
|
12760
11405
|
updatedAt
|
12761
|
-
user {
|
12762
|
-
id
|
12763
|
-
}
|
12764
11406
|
}
|
12765
11407
|
sessions {
|
12766
11408
|
id
|
12767
11409
|
sessionToken
|
12768
11410
|
userId
|
12769
11411
|
expires
|
12770
|
-
user {
|
12771
|
-
id
|
12772
|
-
}
|
12773
11412
|
createdAt
|
12774
11413
|
updatedAt
|
12775
11414
|
}
|
@@ -12779,32 +11418,17 @@ export const Asset = {
|
|
12779
11418
|
credentialID
|
12780
11419
|
publicKey
|
12781
11420
|
counter
|
12782
|
-
user {
|
12783
|
-
id
|
12784
|
-
}
|
12785
11421
|
createdAt
|
12786
11422
|
updatedAt
|
12787
11423
|
}
|
12788
11424
|
plan
|
12789
|
-
alpacaAccounts {
|
12790
|
-
id
|
12791
|
-
}
|
12792
11425
|
}
|
12793
11426
|
userId
|
12794
11427
|
createdAt
|
12795
11428
|
updatedAt
|
12796
|
-
trades {
|
12797
|
-
id
|
12798
|
-
}
|
12799
|
-
orders {
|
12800
|
-
id
|
12801
|
-
}
|
12802
11429
|
positions {
|
12803
11430
|
id
|
12804
11431
|
assetId
|
12805
|
-
asset {
|
12806
|
-
id
|
12807
|
-
}
|
12808
11432
|
averageEntryPrice
|
12809
11433
|
qty
|
12810
11434
|
qtyAvailable
|
@@ -12818,9 +11442,6 @@ export const Asset = {
|
|
12818
11442
|
lastTradePrice
|
12819
11443
|
changeToday
|
12820
11444
|
assetMarginable
|
12821
|
-
alpacaAccount {
|
12822
|
-
id
|
12823
|
-
}
|
12824
11445
|
alpacaAccountId
|
12825
11446
|
}
|
12826
11447
|
alerts {
|
@@ -12831,25 +11452,10 @@ export const Asset = {
|
|
12831
11452
|
isRead
|
12832
11453
|
createdAt
|
12833
11454
|
updatedAt
|
12834
|
-
alpacaAccount {
|
12835
|
-
id
|
12836
|
-
}
|
12837
11455
|
}
|
12838
11456
|
}
|
12839
|
-
asset {
|
12840
|
-
id
|
12841
|
-
}
|
12842
|
-
actions {
|
12843
|
-
id
|
12844
|
-
}
|
12845
|
-
}
|
12846
|
-
order {
|
12847
|
-
id
|
12848
11457
|
}
|
12849
11458
|
}
|
12850
|
-
asset {
|
12851
|
-
id
|
12852
|
-
}
|
12853
11459
|
fee
|
12854
11460
|
strikePrice
|
12855
11461
|
expirationDate
|
@@ -12860,9 +11466,6 @@ export const Asset = {
|
|
12860
11466
|
positions {
|
12861
11467
|
id
|
12862
11468
|
assetId
|
12863
|
-
asset {
|
12864
|
-
id
|
12865
|
-
}
|
12866
11469
|
averageEntryPrice
|
12867
11470
|
qty
|
12868
11471
|
qtyAvailable
|
@@ -12908,9 +11511,6 @@ export const Asset = {
|
|
12908
11511
|
stripeCurrentPeriodEnd
|
12909
11512
|
createdAt
|
12910
11513
|
updatedAt
|
12911
|
-
users {
|
12912
|
-
id
|
12913
|
-
}
|
12914
11514
|
}
|
12915
11515
|
customerId
|
12916
11516
|
accounts {
|
@@ -12928,18 +11528,12 @@ export const Asset = {
|
|
12928
11528
|
session_state
|
12929
11529
|
createdAt
|
12930
11530
|
updatedAt
|
12931
|
-
user {
|
12932
|
-
id
|
12933
|
-
}
|
12934
11531
|
}
|
12935
11532
|
sessions {
|
12936
11533
|
id
|
12937
11534
|
sessionToken
|
12938
11535
|
userId
|
12939
11536
|
expires
|
12940
|
-
user {
|
12941
|
-
id
|
12942
|
-
}
|
12943
11537
|
createdAt
|
12944
11538
|
updatedAt
|
12945
11539
|
}
|
@@ -12949,16 +11543,10 @@ export const Asset = {
|
|
12949
11543
|
credentialID
|
12950
11544
|
publicKey
|
12951
11545
|
counter
|
12952
|
-
user {
|
12953
|
-
id
|
12954
|
-
}
|
12955
11546
|
createdAt
|
12956
11547
|
updatedAt
|
12957
11548
|
}
|
12958
11549
|
plan
|
12959
|
-
alpacaAccounts {
|
12960
|
-
id
|
12961
|
-
}
|
12962
11550
|
}
|
12963
11551
|
userId
|
12964
11552
|
createdAt
|
@@ -12970,6 +11558,7 @@ export const Asset = {
|
|
12970
11558
|
qty
|
12971
11559
|
price
|
12972
11560
|
total
|
11561
|
+
optionType
|
12973
11562
|
signal
|
12974
11563
|
strategy
|
12975
11564
|
analysis
|
@@ -12978,12 +11567,6 @@ export const Asset = {
|
|
12978
11567
|
createdAt
|
12979
11568
|
updatedAt
|
12980
11569
|
status
|
12981
|
-
alpacaAccount {
|
12982
|
-
id
|
12983
|
-
}
|
12984
|
-
asset {
|
12985
|
-
id
|
12986
|
-
}
|
12987
11570
|
actions {
|
12988
11571
|
id
|
12989
11572
|
sequence
|
@@ -12992,9 +11575,6 @@ export const Asset = {
|
|
12992
11575
|
note
|
12993
11576
|
status
|
12994
11577
|
fee
|
12995
|
-
trade {
|
12996
|
-
id
|
12997
|
-
}
|
12998
11578
|
order {
|
12999
11579
|
id
|
13000
11580
|
clientOrderId
|
@@ -13015,9 +11595,6 @@ export const Asset = {
|
|
13015
11595
|
createdAt
|
13016
11596
|
updatedAt
|
13017
11597
|
orderId
|
13018
|
-
Order {
|
13019
|
-
id
|
13020
|
-
}
|
13021
11598
|
}
|
13022
11599
|
takeProfit {
|
13023
11600
|
id
|
@@ -13026,9 +11603,6 @@ export const Asset = {
|
|
13026
11603
|
createdAt
|
13027
11604
|
updatedAt
|
13028
11605
|
orderId
|
13029
|
-
Order {
|
13030
|
-
id
|
13031
|
-
}
|
13032
11606
|
}
|
13033
11607
|
trailPrice
|
13034
11608
|
trailPercent
|
@@ -13040,15 +11614,6 @@ export const Asset = {
|
|
13040
11614
|
filledAt
|
13041
11615
|
filledAvgPrice
|
13042
11616
|
actionId
|
13043
|
-
alpacaAccount {
|
13044
|
-
id
|
13045
|
-
}
|
13046
|
-
action {
|
13047
|
-
id
|
13048
|
-
}
|
13049
|
-
asset {
|
13050
|
-
id
|
13051
|
-
}
|
13052
11617
|
fee
|
13053
11618
|
strikePrice
|
13054
11619
|
expirationDate
|
@@ -13078,9 +11643,6 @@ export const Asset = {
|
|
13078
11643
|
createdAt
|
13079
11644
|
updatedAt
|
13080
11645
|
orderId
|
13081
|
-
Order {
|
13082
|
-
id
|
13083
|
-
}
|
13084
11646
|
}
|
13085
11647
|
takeProfit {
|
13086
11648
|
id
|
@@ -13089,9 +11651,6 @@ export const Asset = {
|
|
13089
11651
|
createdAt
|
13090
11652
|
updatedAt
|
13091
11653
|
orderId
|
13092
|
-
Order {
|
13093
|
-
id
|
13094
|
-
}
|
13095
11654
|
}
|
13096
11655
|
trailPrice
|
13097
11656
|
trailPercent
|
@@ -13103,9 +11662,6 @@ export const Asset = {
|
|
13103
11662
|
filledAt
|
13104
11663
|
filledAvgPrice
|
13105
11664
|
actionId
|
13106
|
-
alpacaAccount {
|
13107
|
-
id
|
13108
|
-
}
|
13109
11665
|
action {
|
13110
11666
|
id
|
13111
11667
|
sequence
|
@@ -13121,6 +11677,7 @@ export const Asset = {
|
|
13121
11677
|
qty
|
13122
11678
|
price
|
13123
11679
|
total
|
11680
|
+
optionType
|
13124
11681
|
signal
|
13125
11682
|
strategy
|
13126
11683
|
analysis
|
@@ -13129,23 +11686,8 @@ export const Asset = {
|
|
13129
11686
|
createdAt
|
13130
11687
|
updatedAt
|
13131
11688
|
status
|
13132
|
-
alpacaAccount {
|
13133
|
-
id
|
13134
|
-
}
|
13135
|
-
asset {
|
13136
|
-
id
|
13137
|
-
}
|
13138
|
-
actions {
|
13139
|
-
id
|
13140
|
-
}
|
13141
|
-
}
|
13142
|
-
order {
|
13143
|
-
id
|
13144
11689
|
}
|
13145
11690
|
}
|
13146
|
-
asset {
|
13147
|
-
id
|
13148
|
-
}
|
13149
11691
|
fee
|
13150
11692
|
strikePrice
|
13151
11693
|
expirationDate
|
@@ -13153,9 +11695,6 @@ export const Asset = {
|
|
13153
11695
|
stopLossId
|
13154
11696
|
takeProfitId
|
13155
11697
|
}
|
13156
|
-
positions {
|
13157
|
-
id
|
13158
|
-
}
|
13159
11698
|
alerts {
|
13160
11699
|
id
|
13161
11700
|
alpacaAccountId
|
@@ -13164,9 +11703,6 @@ export const Asset = {
|
|
13164
11703
|
isRead
|
13165
11704
|
createdAt
|
13166
11705
|
updatedAt
|
13167
|
-
alpacaAccount {
|
13168
|
-
id
|
13169
|
-
}
|
13170
11706
|
}
|
13171
11707
|
}
|
13172
11708
|
alpacaAccountId
|
@@ -13193,12 +11729,6 @@ export const Asset = {
|
|
13193
11729
|
logo
|
13194
11730
|
createdAt
|
13195
11731
|
updatedAt
|
13196
|
-
assets {
|
13197
|
-
id
|
13198
|
-
}
|
13199
|
-
}
|
13200
|
-
asset {
|
13201
|
-
id
|
13202
11732
|
}
|
13203
11733
|
relevancyScore
|
13204
11734
|
sentimentScore
|