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/Account.mjs
CHANGED
@@ -53,22 +53,13 @@ export const Account = {
|
|
53
53
|
stripeCurrentPeriodEnd
|
54
54
|
createdAt
|
55
55
|
updatedAt
|
56
|
-
users {
|
57
|
-
id
|
58
|
-
}
|
59
56
|
}
|
60
57
|
customerId
|
61
|
-
accounts {
|
62
|
-
id
|
63
|
-
}
|
64
58
|
sessions {
|
65
59
|
id
|
66
60
|
sessionToken
|
67
61
|
userId
|
68
62
|
expires
|
69
|
-
user {
|
70
|
-
id
|
71
|
-
}
|
72
63
|
createdAt
|
73
64
|
updatedAt
|
74
65
|
}
|
@@ -78,9 +69,6 @@ export const Account = {
|
|
78
69
|
credentialID
|
79
70
|
publicKey
|
80
71
|
counter
|
81
|
-
user {
|
82
|
-
id
|
83
|
-
}
|
84
72
|
createdAt
|
85
73
|
updatedAt
|
86
74
|
}
|
@@ -94,9 +82,6 @@ export const Account = {
|
|
94
82
|
marketOpen
|
95
83
|
minOrderSize
|
96
84
|
maxOrderSize
|
97
|
-
user {
|
98
|
-
id
|
99
|
-
}
|
100
85
|
userId
|
101
86
|
createdAt
|
102
87
|
updatedAt
|
@@ -107,6 +92,7 @@ export const Account = {
|
|
107
92
|
qty
|
108
93
|
price
|
109
94
|
total
|
95
|
+
optionType
|
110
96
|
signal
|
111
97
|
strategy
|
112
98
|
analysis
|
@@ -115,9 +101,6 @@ export const Account = {
|
|
115
101
|
createdAt
|
116
102
|
updatedAt
|
117
103
|
status
|
118
|
-
alpacaAccount {
|
119
|
-
id
|
120
|
-
}
|
121
104
|
asset {
|
122
105
|
id
|
123
106
|
symbol
|
@@ -177,9 +160,6 @@ export const Account = {
|
|
177
160
|
buyPrice
|
178
161
|
createdAt
|
179
162
|
updatedAt
|
180
|
-
trades {
|
181
|
-
id
|
182
|
-
}
|
183
163
|
orders {
|
184
164
|
id
|
185
165
|
clientOrderId
|
@@ -200,9 +180,6 @@ export const Account = {
|
|
200
180
|
createdAt
|
201
181
|
updatedAt
|
202
182
|
orderId
|
203
|
-
Order {
|
204
|
-
id
|
205
|
-
}
|
206
183
|
}
|
207
184
|
takeProfit {
|
208
185
|
id
|
@@ -211,9 +188,6 @@ export const Account = {
|
|
211
188
|
createdAt
|
212
189
|
updatedAt
|
213
190
|
orderId
|
214
|
-
Order {
|
215
|
-
id
|
216
|
-
}
|
217
191
|
}
|
218
192
|
trailPrice
|
219
193
|
trailPercent
|
@@ -225,9 +199,6 @@ export const Account = {
|
|
225
199
|
filledAt
|
226
200
|
filledAvgPrice
|
227
201
|
actionId
|
228
|
-
alpacaAccount {
|
229
|
-
id
|
230
|
-
}
|
231
202
|
action {
|
232
203
|
id
|
233
204
|
sequence
|
@@ -236,15 +207,6 @@ export const Account = {
|
|
236
207
|
note
|
237
208
|
status
|
238
209
|
fee
|
239
|
-
trade {
|
240
|
-
id
|
241
|
-
}
|
242
|
-
order {
|
243
|
-
id
|
244
|
-
}
|
245
|
-
}
|
246
|
-
asset {
|
247
|
-
id
|
248
210
|
}
|
249
211
|
fee
|
250
212
|
strikePrice
|
@@ -256,9 +218,6 @@ export const Account = {
|
|
256
218
|
positions {
|
257
219
|
id
|
258
220
|
assetId
|
259
|
-
asset {
|
260
|
-
id
|
261
|
-
}
|
262
221
|
averageEntryPrice
|
263
222
|
qty
|
264
223
|
qtyAvailable
|
@@ -272,9 +231,6 @@ export const Account = {
|
|
272
231
|
lastTradePrice
|
273
232
|
changeToday
|
274
233
|
assetMarginable
|
275
|
-
alpacaAccount {
|
276
|
-
id
|
277
|
-
}
|
278
234
|
alpacaAccountId
|
279
235
|
}
|
280
236
|
newsMentions {
|
@@ -299,12 +255,6 @@ export const Account = {
|
|
299
255
|
logo
|
300
256
|
createdAt
|
301
257
|
updatedAt
|
302
|
-
assets {
|
303
|
-
id
|
304
|
-
}
|
305
|
-
}
|
306
|
-
asset {
|
307
|
-
id
|
308
258
|
}
|
309
259
|
relevancyScore
|
310
260
|
sentimentScore
|
@@ -319,9 +269,6 @@ export const Account = {
|
|
319
269
|
note
|
320
270
|
status
|
321
271
|
fee
|
322
|
-
trade {
|
323
|
-
id
|
324
|
-
}
|
325
272
|
order {
|
326
273
|
id
|
327
274
|
clientOrderId
|
@@ -342,9 +289,6 @@ export const Account = {
|
|
342
289
|
createdAt
|
343
290
|
updatedAt
|
344
291
|
orderId
|
345
|
-
Order {
|
346
|
-
id
|
347
|
-
}
|
348
292
|
}
|
349
293
|
takeProfit {
|
350
294
|
id
|
@@ -353,9 +297,6 @@ export const Account = {
|
|
353
297
|
createdAt
|
354
298
|
updatedAt
|
355
299
|
orderId
|
356
|
-
Order {
|
357
|
-
id
|
358
|
-
}
|
359
300
|
}
|
360
301
|
trailPrice
|
361
302
|
trailPercent
|
@@ -367,12 +308,6 @@ export const Account = {
|
|
367
308
|
filledAt
|
368
309
|
filledAvgPrice
|
369
310
|
actionId
|
370
|
-
alpacaAccount {
|
371
|
-
id
|
372
|
-
}
|
373
|
-
action {
|
374
|
-
id
|
375
|
-
}
|
376
311
|
asset {
|
377
312
|
id
|
378
313
|
symbol
|
@@ -432,18 +367,9 @@ export const Account = {
|
|
432
367
|
buyPrice
|
433
368
|
createdAt
|
434
369
|
updatedAt
|
435
|
-
trades {
|
436
|
-
id
|
437
|
-
}
|
438
|
-
orders {
|
439
|
-
id
|
440
|
-
}
|
441
370
|
positions {
|
442
371
|
id
|
443
372
|
assetId
|
444
|
-
asset {
|
445
|
-
id
|
446
|
-
}
|
447
373
|
averageEntryPrice
|
448
374
|
qty
|
449
375
|
qtyAvailable
|
@@ -457,9 +383,6 @@ export const Account = {
|
|
457
383
|
lastTradePrice
|
458
384
|
changeToday
|
459
385
|
assetMarginable
|
460
|
-
alpacaAccount {
|
461
|
-
id
|
462
|
-
}
|
463
386
|
alpacaAccountId
|
464
387
|
}
|
465
388
|
newsMentions {
|
@@ -484,12 +407,6 @@ export const Account = {
|
|
484
407
|
logo
|
485
408
|
createdAt
|
486
409
|
updatedAt
|
487
|
-
assets {
|
488
|
-
id
|
489
|
-
}
|
490
|
-
}
|
491
|
-
asset {
|
492
|
-
id
|
493
410
|
}
|
494
411
|
relevancyScore
|
495
412
|
sentimentScore
|
@@ -525,9 +442,6 @@ export const Account = {
|
|
525
442
|
createdAt
|
526
443
|
updatedAt
|
527
444
|
orderId
|
528
|
-
Order {
|
529
|
-
id
|
530
|
-
}
|
531
445
|
}
|
532
446
|
takeProfit {
|
533
447
|
id
|
@@ -536,9 +450,6 @@ export const Account = {
|
|
536
450
|
createdAt
|
537
451
|
updatedAt
|
538
452
|
orderId
|
539
|
-
Order {
|
540
|
-
id
|
541
|
-
}
|
542
453
|
}
|
543
454
|
trailPrice
|
544
455
|
trailPercent
|
@@ -550,9 +461,6 @@ export const Account = {
|
|
550
461
|
filledAt
|
551
462
|
filledAvgPrice
|
552
463
|
actionId
|
553
|
-
alpacaAccount {
|
554
|
-
id
|
555
|
-
}
|
556
464
|
action {
|
557
465
|
id
|
558
466
|
sequence
|
@@ -568,6 +476,7 @@ export const Account = {
|
|
568
476
|
qty
|
569
477
|
price
|
570
478
|
total
|
479
|
+
optionType
|
571
480
|
signal
|
572
481
|
strategy
|
573
482
|
analysis
|
@@ -576,9 +485,6 @@ export const Account = {
|
|
576
485
|
createdAt
|
577
486
|
updatedAt
|
578
487
|
status
|
579
|
-
alpacaAccount {
|
580
|
-
id
|
581
|
-
}
|
582
488
|
asset {
|
583
489
|
id
|
584
490
|
symbol
|
@@ -638,18 +544,9 @@ export const Account = {
|
|
638
544
|
buyPrice
|
639
545
|
createdAt
|
640
546
|
updatedAt
|
641
|
-
trades {
|
642
|
-
id
|
643
|
-
}
|
644
|
-
orders {
|
645
|
-
id
|
646
|
-
}
|
647
547
|
positions {
|
648
548
|
id
|
649
549
|
assetId
|
650
|
-
asset {
|
651
|
-
id
|
652
|
-
}
|
653
550
|
averageEntryPrice
|
654
551
|
qty
|
655
552
|
qtyAvailable
|
@@ -663,9 +560,6 @@ export const Account = {
|
|
663
560
|
lastTradePrice
|
664
561
|
changeToday
|
665
562
|
assetMarginable
|
666
|
-
alpacaAccount {
|
667
|
-
id
|
668
|
-
}
|
669
563
|
alpacaAccountId
|
670
564
|
}
|
671
565
|
newsMentions {
|
@@ -690,24 +584,12 @@ export const Account = {
|
|
690
584
|
logo
|
691
585
|
createdAt
|
692
586
|
updatedAt
|
693
|
-
assets {
|
694
|
-
id
|
695
|
-
}
|
696
|
-
}
|
697
|
-
asset {
|
698
|
-
id
|
699
587
|
}
|
700
588
|
relevancyScore
|
701
589
|
sentimentScore
|
702
590
|
sentimentLabel
|
703
591
|
}
|
704
592
|
}
|
705
|
-
actions {
|
706
|
-
id
|
707
|
-
}
|
708
|
-
}
|
709
|
-
order {
|
710
|
-
id
|
711
593
|
}
|
712
594
|
}
|
713
595
|
asset {
|
@@ -776,6 +658,7 @@ export const Account = {
|
|
776
658
|
qty
|
777
659
|
price
|
778
660
|
total
|
661
|
+
optionType
|
779
662
|
signal
|
780
663
|
strategy
|
781
664
|
analysis
|
@@ -784,12 +667,6 @@ export const Account = {
|
|
784
667
|
createdAt
|
785
668
|
updatedAt
|
786
669
|
status
|
787
|
-
alpacaAccount {
|
788
|
-
id
|
789
|
-
}
|
790
|
-
asset {
|
791
|
-
id
|
792
|
-
}
|
793
670
|
actions {
|
794
671
|
id
|
795
672
|
sequence
|
@@ -798,23 +675,11 @@ export const Account = {
|
|
798
675
|
note
|
799
676
|
status
|
800
677
|
fee
|
801
|
-
trade {
|
802
|
-
id
|
803
|
-
}
|
804
|
-
order {
|
805
|
-
id
|
806
|
-
}
|
807
678
|
}
|
808
679
|
}
|
809
|
-
orders {
|
810
|
-
id
|
811
|
-
}
|
812
680
|
positions {
|
813
681
|
id
|
814
682
|
assetId
|
815
|
-
asset {
|
816
|
-
id
|
817
|
-
}
|
818
683
|
averageEntryPrice
|
819
684
|
qty
|
820
685
|
qtyAvailable
|
@@ -828,9 +693,6 @@ export const Account = {
|
|
828
693
|
lastTradePrice
|
829
694
|
changeToday
|
830
695
|
assetMarginable
|
831
|
-
alpacaAccount {
|
832
|
-
id
|
833
|
-
}
|
834
696
|
alpacaAccountId
|
835
697
|
}
|
836
698
|
newsMentions {
|
@@ -855,12 +717,6 @@ export const Account = {
|
|
855
717
|
logo
|
856
718
|
createdAt
|
857
719
|
updatedAt
|
858
|
-
assets {
|
859
|
-
id
|
860
|
-
}
|
861
|
-
}
|
862
|
-
asset {
|
863
|
-
id
|
864
720
|
}
|
865
721
|
relevancyScore
|
866
722
|
sentimentScore
|
@@ -943,6 +799,7 @@ export const Account = {
|
|
943
799
|
qty
|
944
800
|
price
|
945
801
|
total
|
802
|
+
optionType
|
946
803
|
signal
|
947
804
|
strategy
|
948
805
|
analysis
|
@@ -951,12 +808,6 @@ export const Account = {
|
|
951
808
|
createdAt
|
952
809
|
updatedAt
|
953
810
|
status
|
954
|
-
alpacaAccount {
|
955
|
-
id
|
956
|
-
}
|
957
|
-
asset {
|
958
|
-
id
|
959
|
-
}
|
960
811
|
actions {
|
961
812
|
id
|
962
813
|
sequence
|
@@ -965,9 +816,6 @@ export const Account = {
|
|
965
816
|
note
|
966
817
|
status
|
967
818
|
fee
|
968
|
-
trade {
|
969
|
-
id
|
970
|
-
}
|
971
819
|
order {
|
972
820
|
id
|
973
821
|
clientOrderId
|
@@ -988,9 +836,6 @@ export const Account = {
|
|
988
836
|
createdAt
|
989
837
|
updatedAt
|
990
838
|
orderId
|
991
|
-
Order {
|
992
|
-
id
|
993
|
-
}
|
994
839
|
}
|
995
840
|
takeProfit {
|
996
841
|
id
|
@@ -999,9 +844,6 @@ export const Account = {
|
|
999
844
|
createdAt
|
1000
845
|
updatedAt
|
1001
846
|
orderId
|
1002
|
-
Order {
|
1003
|
-
id
|
1004
|
-
}
|
1005
847
|
}
|
1006
848
|
trailPrice
|
1007
849
|
trailPercent
|
@@ -1013,15 +855,6 @@ export const Account = {
|
|
1013
855
|
filledAt
|
1014
856
|
filledAvgPrice
|
1015
857
|
actionId
|
1016
|
-
alpacaAccount {
|
1017
|
-
id
|
1018
|
-
}
|
1019
|
-
action {
|
1020
|
-
id
|
1021
|
-
}
|
1022
|
-
asset {
|
1023
|
-
id
|
1024
|
-
}
|
1025
858
|
fee
|
1026
859
|
strikePrice
|
1027
860
|
expirationDate
|
@@ -1051,9 +884,6 @@ export const Account = {
|
|
1051
884
|
createdAt
|
1052
885
|
updatedAt
|
1053
886
|
orderId
|
1054
|
-
Order {
|
1055
|
-
id
|
1056
|
-
}
|
1057
887
|
}
|
1058
888
|
takeProfit {
|
1059
889
|
id
|
@@ -1062,9 +892,6 @@ export const Account = {
|
|
1062
892
|
createdAt
|
1063
893
|
updatedAt
|
1064
894
|
orderId
|
1065
|
-
Order {
|
1066
|
-
id
|
1067
|
-
}
|
1068
895
|
}
|
1069
896
|
trailPrice
|
1070
897
|
trailPercent
|
@@ -1076,9 +903,6 @@ export const Account = {
|
|
1076
903
|
filledAt
|
1077
904
|
filledAvgPrice
|
1078
905
|
actionId
|
1079
|
-
alpacaAccount {
|
1080
|
-
id
|
1081
|
-
}
|
1082
906
|
action {
|
1083
907
|
id
|
1084
908
|
sequence
|
@@ -1094,6 +918,7 @@ export const Account = {
|
|
1094
918
|
qty
|
1095
919
|
price
|
1096
920
|
total
|
921
|
+
optionType
|
1097
922
|
signal
|
1098
923
|
strategy
|
1099
924
|
analysis
|
@@ -1102,23 +927,8 @@ export const Account = {
|
|
1102
927
|
createdAt
|
1103
928
|
updatedAt
|
1104
929
|
status
|
1105
|
-
alpacaAccount {
|
1106
|
-
id
|
1107
|
-
}
|
1108
|
-
asset {
|
1109
|
-
id
|
1110
|
-
}
|
1111
|
-
actions {
|
1112
|
-
id
|
1113
|
-
}
|
1114
|
-
}
|
1115
|
-
order {
|
1116
|
-
id
|
1117
930
|
}
|
1118
931
|
}
|
1119
|
-
asset {
|
1120
|
-
id
|
1121
|
-
}
|
1122
932
|
fee
|
1123
933
|
strikePrice
|
1124
934
|
expirationDate
|
@@ -1126,9 +936,6 @@ export const Account = {
|
|
1126
936
|
stopLossId
|
1127
937
|
takeProfitId
|
1128
938
|
}
|
1129
|
-
positions {
|
1130
|
-
id
|
1131
|
-
}
|
1132
939
|
newsMentions {
|
1133
940
|
id
|
1134
941
|
assetId
|
@@ -1151,12 +958,6 @@ export const Account = {
|
|
1151
958
|
logo
|
1152
959
|
createdAt
|
1153
960
|
updatedAt
|
1154
|
-
assets {
|
1155
|
-
id
|
1156
|
-
}
|
1157
|
-
}
|
1158
|
-
asset {
|
1159
|
-
id
|
1160
961
|
}
|
1161
962
|
relevancyScore
|
1162
963
|
sentimentScore
|
@@ -1176,9 +977,6 @@ export const Account = {
|
|
1176
977
|
lastTradePrice
|
1177
978
|
changeToday
|
1178
979
|
assetMarginable
|
1179
|
-
alpacaAccount {
|
1180
|
-
id
|
1181
|
-
}
|
1182
980
|
alpacaAccountId
|
1183
981
|
}
|
1184
982
|
alerts {
|
@@ -1189,9 +987,6 @@ export const Account = {
|
|
1189
987
|
isRead
|
1190
988
|
createdAt
|
1191
989
|
updatedAt
|
1192
|
-
alpacaAccount {
|
1193
|
-
id
|
1194
|
-
}
|
1195
990
|
}
|
1196
991
|
}
|
1197
992
|
}
|
@@ -1323,6 +1118,7 @@ export const Account = {
|
|
1323
1118
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1324
1119
|
price: item.price !== undefined ? item.price : undefined,
|
1325
1120
|
total: item.total !== undefined ? item.total : undefined,
|
1121
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1326
1122
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1327
1123
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1328
1124
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1529,22 +1325,13 @@ export const Account = {
|
|
1529
1325
|
stripeCurrentPeriodEnd
|
1530
1326
|
createdAt
|
1531
1327
|
updatedAt
|
1532
|
-
users {
|
1533
|
-
id
|
1534
|
-
}
|
1535
1328
|
}
|
1536
1329
|
customerId
|
1537
|
-
accounts {
|
1538
|
-
id
|
1539
|
-
}
|
1540
1330
|
sessions {
|
1541
1331
|
id
|
1542
1332
|
sessionToken
|
1543
1333
|
userId
|
1544
1334
|
expires
|
1545
|
-
user {
|
1546
|
-
id
|
1547
|
-
}
|
1548
1335
|
createdAt
|
1549
1336
|
updatedAt
|
1550
1337
|
}
|
@@ -1554,9 +1341,6 @@ export const Account = {
|
|
1554
1341
|
credentialID
|
1555
1342
|
publicKey
|
1556
1343
|
counter
|
1557
|
-
user {
|
1558
|
-
id
|
1559
|
-
}
|
1560
1344
|
createdAt
|
1561
1345
|
updatedAt
|
1562
1346
|
}
|
@@ -1570,9 +1354,6 @@ export const Account = {
|
|
1570
1354
|
marketOpen
|
1571
1355
|
minOrderSize
|
1572
1356
|
maxOrderSize
|
1573
|
-
user {
|
1574
|
-
id
|
1575
|
-
}
|
1576
1357
|
userId
|
1577
1358
|
createdAt
|
1578
1359
|
updatedAt
|
@@ -1583,6 +1364,7 @@ export const Account = {
|
|
1583
1364
|
qty
|
1584
1365
|
price
|
1585
1366
|
total
|
1367
|
+
optionType
|
1586
1368
|
signal
|
1587
1369
|
strategy
|
1588
1370
|
analysis
|
@@ -1591,9 +1373,6 @@ export const Account = {
|
|
1591
1373
|
createdAt
|
1592
1374
|
updatedAt
|
1593
1375
|
status
|
1594
|
-
alpacaAccount {
|
1595
|
-
id
|
1596
|
-
}
|
1597
1376
|
asset {
|
1598
1377
|
id
|
1599
1378
|
symbol
|
@@ -1653,9 +1432,6 @@ export const Account = {
|
|
1653
1432
|
buyPrice
|
1654
1433
|
createdAt
|
1655
1434
|
updatedAt
|
1656
|
-
trades {
|
1657
|
-
id
|
1658
|
-
}
|
1659
1435
|
orders {
|
1660
1436
|
id
|
1661
1437
|
clientOrderId
|
@@ -1676,9 +1452,6 @@ export const Account = {
|
|
1676
1452
|
createdAt
|
1677
1453
|
updatedAt
|
1678
1454
|
orderId
|
1679
|
-
Order {
|
1680
|
-
id
|
1681
|
-
}
|
1682
1455
|
}
|
1683
1456
|
takeProfit {
|
1684
1457
|
id
|
@@ -1687,9 +1460,6 @@ export const Account = {
|
|
1687
1460
|
createdAt
|
1688
1461
|
updatedAt
|
1689
1462
|
orderId
|
1690
|
-
Order {
|
1691
|
-
id
|
1692
|
-
}
|
1693
1463
|
}
|
1694
1464
|
trailPrice
|
1695
1465
|
trailPercent
|
@@ -1701,9 +1471,6 @@ export const Account = {
|
|
1701
1471
|
filledAt
|
1702
1472
|
filledAvgPrice
|
1703
1473
|
actionId
|
1704
|
-
alpacaAccount {
|
1705
|
-
id
|
1706
|
-
}
|
1707
1474
|
action {
|
1708
1475
|
id
|
1709
1476
|
sequence
|
@@ -1712,15 +1479,6 @@ export const Account = {
|
|
1712
1479
|
note
|
1713
1480
|
status
|
1714
1481
|
fee
|
1715
|
-
trade {
|
1716
|
-
id
|
1717
|
-
}
|
1718
|
-
order {
|
1719
|
-
id
|
1720
|
-
}
|
1721
|
-
}
|
1722
|
-
asset {
|
1723
|
-
id
|
1724
1482
|
}
|
1725
1483
|
fee
|
1726
1484
|
strikePrice
|
@@ -1732,9 +1490,6 @@ export const Account = {
|
|
1732
1490
|
positions {
|
1733
1491
|
id
|
1734
1492
|
assetId
|
1735
|
-
asset {
|
1736
|
-
id
|
1737
|
-
}
|
1738
1493
|
averageEntryPrice
|
1739
1494
|
qty
|
1740
1495
|
qtyAvailable
|
@@ -1748,9 +1503,6 @@ export const Account = {
|
|
1748
1503
|
lastTradePrice
|
1749
1504
|
changeToday
|
1750
1505
|
assetMarginable
|
1751
|
-
alpacaAccount {
|
1752
|
-
id
|
1753
|
-
}
|
1754
1506
|
alpacaAccountId
|
1755
1507
|
}
|
1756
1508
|
newsMentions {
|
@@ -1775,12 +1527,6 @@ export const Account = {
|
|
1775
1527
|
logo
|
1776
1528
|
createdAt
|
1777
1529
|
updatedAt
|
1778
|
-
assets {
|
1779
|
-
id
|
1780
|
-
}
|
1781
|
-
}
|
1782
|
-
asset {
|
1783
|
-
id
|
1784
1530
|
}
|
1785
1531
|
relevancyScore
|
1786
1532
|
sentimentScore
|
@@ -1795,9 +1541,6 @@ export const Account = {
|
|
1795
1541
|
note
|
1796
1542
|
status
|
1797
1543
|
fee
|
1798
|
-
trade {
|
1799
|
-
id
|
1800
|
-
}
|
1801
1544
|
order {
|
1802
1545
|
id
|
1803
1546
|
clientOrderId
|
@@ -1818,9 +1561,6 @@ export const Account = {
|
|
1818
1561
|
createdAt
|
1819
1562
|
updatedAt
|
1820
1563
|
orderId
|
1821
|
-
Order {
|
1822
|
-
id
|
1823
|
-
}
|
1824
1564
|
}
|
1825
1565
|
takeProfit {
|
1826
1566
|
id
|
@@ -1829,9 +1569,6 @@ export const Account = {
|
|
1829
1569
|
createdAt
|
1830
1570
|
updatedAt
|
1831
1571
|
orderId
|
1832
|
-
Order {
|
1833
|
-
id
|
1834
|
-
}
|
1835
1572
|
}
|
1836
1573
|
trailPrice
|
1837
1574
|
trailPercent
|
@@ -1843,12 +1580,6 @@ export const Account = {
|
|
1843
1580
|
filledAt
|
1844
1581
|
filledAvgPrice
|
1845
1582
|
actionId
|
1846
|
-
alpacaAccount {
|
1847
|
-
id
|
1848
|
-
}
|
1849
|
-
action {
|
1850
|
-
id
|
1851
|
-
}
|
1852
1583
|
asset {
|
1853
1584
|
id
|
1854
1585
|
symbol
|
@@ -1908,18 +1639,9 @@ export const Account = {
|
|
1908
1639
|
buyPrice
|
1909
1640
|
createdAt
|
1910
1641
|
updatedAt
|
1911
|
-
trades {
|
1912
|
-
id
|
1913
|
-
}
|
1914
|
-
orders {
|
1915
|
-
id
|
1916
|
-
}
|
1917
1642
|
positions {
|
1918
1643
|
id
|
1919
1644
|
assetId
|
1920
|
-
asset {
|
1921
|
-
id
|
1922
|
-
}
|
1923
1645
|
averageEntryPrice
|
1924
1646
|
qty
|
1925
1647
|
qtyAvailable
|
@@ -1933,9 +1655,6 @@ export const Account = {
|
|
1933
1655
|
lastTradePrice
|
1934
1656
|
changeToday
|
1935
1657
|
assetMarginable
|
1936
|
-
alpacaAccount {
|
1937
|
-
id
|
1938
|
-
}
|
1939
1658
|
alpacaAccountId
|
1940
1659
|
}
|
1941
1660
|
newsMentions {
|
@@ -1960,12 +1679,6 @@ export const Account = {
|
|
1960
1679
|
logo
|
1961
1680
|
createdAt
|
1962
1681
|
updatedAt
|
1963
|
-
assets {
|
1964
|
-
id
|
1965
|
-
}
|
1966
|
-
}
|
1967
|
-
asset {
|
1968
|
-
id
|
1969
1682
|
}
|
1970
1683
|
relevancyScore
|
1971
1684
|
sentimentScore
|
@@ -2001,9 +1714,6 @@ export const Account = {
|
|
2001
1714
|
createdAt
|
2002
1715
|
updatedAt
|
2003
1716
|
orderId
|
2004
|
-
Order {
|
2005
|
-
id
|
2006
|
-
}
|
2007
1717
|
}
|
2008
1718
|
takeProfit {
|
2009
1719
|
id
|
@@ -2012,9 +1722,6 @@ export const Account = {
|
|
2012
1722
|
createdAt
|
2013
1723
|
updatedAt
|
2014
1724
|
orderId
|
2015
|
-
Order {
|
2016
|
-
id
|
2017
|
-
}
|
2018
1725
|
}
|
2019
1726
|
trailPrice
|
2020
1727
|
trailPercent
|
@@ -2026,9 +1733,6 @@ export const Account = {
|
|
2026
1733
|
filledAt
|
2027
1734
|
filledAvgPrice
|
2028
1735
|
actionId
|
2029
|
-
alpacaAccount {
|
2030
|
-
id
|
2031
|
-
}
|
2032
1736
|
action {
|
2033
1737
|
id
|
2034
1738
|
sequence
|
@@ -2044,6 +1748,7 @@ export const Account = {
|
|
2044
1748
|
qty
|
2045
1749
|
price
|
2046
1750
|
total
|
1751
|
+
optionType
|
2047
1752
|
signal
|
2048
1753
|
strategy
|
2049
1754
|
analysis
|
@@ -2052,9 +1757,6 @@ export const Account = {
|
|
2052
1757
|
createdAt
|
2053
1758
|
updatedAt
|
2054
1759
|
status
|
2055
|
-
alpacaAccount {
|
2056
|
-
id
|
2057
|
-
}
|
2058
1760
|
asset {
|
2059
1761
|
id
|
2060
1762
|
symbol
|
@@ -2114,18 +1816,9 @@ export const Account = {
|
|
2114
1816
|
buyPrice
|
2115
1817
|
createdAt
|
2116
1818
|
updatedAt
|
2117
|
-
trades {
|
2118
|
-
id
|
2119
|
-
}
|
2120
|
-
orders {
|
2121
|
-
id
|
2122
|
-
}
|
2123
1819
|
positions {
|
2124
1820
|
id
|
2125
1821
|
assetId
|
2126
|
-
asset {
|
2127
|
-
id
|
2128
|
-
}
|
2129
1822
|
averageEntryPrice
|
2130
1823
|
qty
|
2131
1824
|
qtyAvailable
|
@@ -2139,9 +1832,6 @@ export const Account = {
|
|
2139
1832
|
lastTradePrice
|
2140
1833
|
changeToday
|
2141
1834
|
assetMarginable
|
2142
|
-
alpacaAccount {
|
2143
|
-
id
|
2144
|
-
}
|
2145
1835
|
alpacaAccountId
|
2146
1836
|
}
|
2147
1837
|
newsMentions {
|
@@ -2166,24 +1856,12 @@ export const Account = {
|
|
2166
1856
|
logo
|
2167
1857
|
createdAt
|
2168
1858
|
updatedAt
|
2169
|
-
assets {
|
2170
|
-
id
|
2171
|
-
}
|
2172
|
-
}
|
2173
|
-
asset {
|
2174
|
-
id
|
2175
1859
|
}
|
2176
1860
|
relevancyScore
|
2177
1861
|
sentimentScore
|
2178
1862
|
sentimentLabel
|
2179
1863
|
}
|
2180
1864
|
}
|
2181
|
-
actions {
|
2182
|
-
id
|
2183
|
-
}
|
2184
|
-
}
|
2185
|
-
order {
|
2186
|
-
id
|
2187
1865
|
}
|
2188
1866
|
}
|
2189
1867
|
asset {
|
@@ -2252,6 +1930,7 @@ export const Account = {
|
|
2252
1930
|
qty
|
2253
1931
|
price
|
2254
1932
|
total
|
1933
|
+
optionType
|
2255
1934
|
signal
|
2256
1935
|
strategy
|
2257
1936
|
analysis
|
@@ -2260,12 +1939,6 @@ export const Account = {
|
|
2260
1939
|
createdAt
|
2261
1940
|
updatedAt
|
2262
1941
|
status
|
2263
|
-
alpacaAccount {
|
2264
|
-
id
|
2265
|
-
}
|
2266
|
-
asset {
|
2267
|
-
id
|
2268
|
-
}
|
2269
1942
|
actions {
|
2270
1943
|
id
|
2271
1944
|
sequence
|
@@ -2274,23 +1947,11 @@ export const Account = {
|
|
2274
1947
|
note
|
2275
1948
|
status
|
2276
1949
|
fee
|
2277
|
-
trade {
|
2278
|
-
id
|
2279
|
-
}
|
2280
|
-
order {
|
2281
|
-
id
|
2282
|
-
}
|
2283
1950
|
}
|
2284
1951
|
}
|
2285
|
-
orders {
|
2286
|
-
id
|
2287
|
-
}
|
2288
1952
|
positions {
|
2289
1953
|
id
|
2290
1954
|
assetId
|
2291
|
-
asset {
|
2292
|
-
id
|
2293
|
-
}
|
2294
1955
|
averageEntryPrice
|
2295
1956
|
qty
|
2296
1957
|
qtyAvailable
|
@@ -2304,9 +1965,6 @@ export const Account = {
|
|
2304
1965
|
lastTradePrice
|
2305
1966
|
changeToday
|
2306
1967
|
assetMarginable
|
2307
|
-
alpacaAccount {
|
2308
|
-
id
|
2309
|
-
}
|
2310
1968
|
alpacaAccountId
|
2311
1969
|
}
|
2312
1970
|
newsMentions {
|
@@ -2331,12 +1989,6 @@ export const Account = {
|
|
2331
1989
|
logo
|
2332
1990
|
createdAt
|
2333
1991
|
updatedAt
|
2334
|
-
assets {
|
2335
|
-
id
|
2336
|
-
}
|
2337
|
-
}
|
2338
|
-
asset {
|
2339
|
-
id
|
2340
1992
|
}
|
2341
1993
|
relevancyScore
|
2342
1994
|
sentimentScore
|
@@ -2419,6 +2071,7 @@ export const Account = {
|
|
2419
2071
|
qty
|
2420
2072
|
price
|
2421
2073
|
total
|
2074
|
+
optionType
|
2422
2075
|
signal
|
2423
2076
|
strategy
|
2424
2077
|
analysis
|
@@ -2427,12 +2080,6 @@ export const Account = {
|
|
2427
2080
|
createdAt
|
2428
2081
|
updatedAt
|
2429
2082
|
status
|
2430
|
-
alpacaAccount {
|
2431
|
-
id
|
2432
|
-
}
|
2433
|
-
asset {
|
2434
|
-
id
|
2435
|
-
}
|
2436
2083
|
actions {
|
2437
2084
|
id
|
2438
2085
|
sequence
|
@@ -2441,9 +2088,6 @@ export const Account = {
|
|
2441
2088
|
note
|
2442
2089
|
status
|
2443
2090
|
fee
|
2444
|
-
trade {
|
2445
|
-
id
|
2446
|
-
}
|
2447
2091
|
order {
|
2448
2092
|
id
|
2449
2093
|
clientOrderId
|
@@ -2464,9 +2108,6 @@ export const Account = {
|
|
2464
2108
|
createdAt
|
2465
2109
|
updatedAt
|
2466
2110
|
orderId
|
2467
|
-
Order {
|
2468
|
-
id
|
2469
|
-
}
|
2470
2111
|
}
|
2471
2112
|
takeProfit {
|
2472
2113
|
id
|
@@ -2475,9 +2116,6 @@ export const Account = {
|
|
2475
2116
|
createdAt
|
2476
2117
|
updatedAt
|
2477
2118
|
orderId
|
2478
|
-
Order {
|
2479
|
-
id
|
2480
|
-
}
|
2481
2119
|
}
|
2482
2120
|
trailPrice
|
2483
2121
|
trailPercent
|
@@ -2489,15 +2127,6 @@ export const Account = {
|
|
2489
2127
|
filledAt
|
2490
2128
|
filledAvgPrice
|
2491
2129
|
actionId
|
2492
|
-
alpacaAccount {
|
2493
|
-
id
|
2494
|
-
}
|
2495
|
-
action {
|
2496
|
-
id
|
2497
|
-
}
|
2498
|
-
asset {
|
2499
|
-
id
|
2500
|
-
}
|
2501
2130
|
fee
|
2502
2131
|
strikePrice
|
2503
2132
|
expirationDate
|
@@ -2527,9 +2156,6 @@ export const Account = {
|
|
2527
2156
|
createdAt
|
2528
2157
|
updatedAt
|
2529
2158
|
orderId
|
2530
|
-
Order {
|
2531
|
-
id
|
2532
|
-
}
|
2533
2159
|
}
|
2534
2160
|
takeProfit {
|
2535
2161
|
id
|
@@ -2538,9 +2164,6 @@ export const Account = {
|
|
2538
2164
|
createdAt
|
2539
2165
|
updatedAt
|
2540
2166
|
orderId
|
2541
|
-
Order {
|
2542
|
-
id
|
2543
|
-
}
|
2544
2167
|
}
|
2545
2168
|
trailPrice
|
2546
2169
|
trailPercent
|
@@ -2552,9 +2175,6 @@ export const Account = {
|
|
2552
2175
|
filledAt
|
2553
2176
|
filledAvgPrice
|
2554
2177
|
actionId
|
2555
|
-
alpacaAccount {
|
2556
|
-
id
|
2557
|
-
}
|
2558
2178
|
action {
|
2559
2179
|
id
|
2560
2180
|
sequence
|
@@ -2570,6 +2190,7 @@ export const Account = {
|
|
2570
2190
|
qty
|
2571
2191
|
price
|
2572
2192
|
total
|
2193
|
+
optionType
|
2573
2194
|
signal
|
2574
2195
|
strategy
|
2575
2196
|
analysis
|
@@ -2578,23 +2199,8 @@ export const Account = {
|
|
2578
2199
|
createdAt
|
2579
2200
|
updatedAt
|
2580
2201
|
status
|
2581
|
-
alpacaAccount {
|
2582
|
-
id
|
2583
|
-
}
|
2584
|
-
asset {
|
2585
|
-
id
|
2586
|
-
}
|
2587
|
-
actions {
|
2588
|
-
id
|
2589
|
-
}
|
2590
|
-
}
|
2591
|
-
order {
|
2592
|
-
id
|
2593
2202
|
}
|
2594
2203
|
}
|
2595
|
-
asset {
|
2596
|
-
id
|
2597
|
-
}
|
2598
2204
|
fee
|
2599
2205
|
strikePrice
|
2600
2206
|
expirationDate
|
@@ -2602,9 +2208,6 @@ export const Account = {
|
|
2602
2208
|
stopLossId
|
2603
2209
|
takeProfitId
|
2604
2210
|
}
|
2605
|
-
positions {
|
2606
|
-
id
|
2607
|
-
}
|
2608
2211
|
newsMentions {
|
2609
2212
|
id
|
2610
2213
|
assetId
|
@@ -2627,12 +2230,6 @@ export const Account = {
|
|
2627
2230
|
logo
|
2628
2231
|
createdAt
|
2629
2232
|
updatedAt
|
2630
|
-
assets {
|
2631
|
-
id
|
2632
|
-
}
|
2633
|
-
}
|
2634
|
-
asset {
|
2635
|
-
id
|
2636
2233
|
}
|
2637
2234
|
relevancyScore
|
2638
2235
|
sentimentScore
|
@@ -2652,9 +2249,6 @@ export const Account = {
|
|
2652
2249
|
lastTradePrice
|
2653
2250
|
changeToday
|
2654
2251
|
assetMarginable
|
2655
|
-
alpacaAccount {
|
2656
|
-
id
|
2657
|
-
}
|
2658
2252
|
alpacaAccountId
|
2659
2253
|
}
|
2660
2254
|
alerts {
|
@@ -2665,9 +2259,6 @@ export const Account = {
|
|
2665
2259
|
isRead
|
2666
2260
|
createdAt
|
2667
2261
|
updatedAt
|
2668
|
-
alpacaAccount {
|
2669
|
-
id
|
2670
|
-
}
|
2671
2262
|
}
|
2672
2263
|
}
|
2673
2264
|
}
|
@@ -2901,6 +2492,9 @@ export const Account = {
|
|
2901
2492
|
total: item.total !== undefined ? {
|
2902
2493
|
set: item.total
|
2903
2494
|
} : undefined,
|
2495
|
+
optionType: item.optionType !== undefined ? {
|
2496
|
+
set: item.optionType
|
2497
|
+
} : undefined,
|
2904
2498
|
signal: item.signal !== undefined ? {
|
2905
2499
|
set: item.signal
|
2906
2500
|
} : undefined,
|
@@ -2924,6 +2518,7 @@ export const Account = {
|
|
2924
2518
|
qty: item.qty !== undefined ? item.qty : undefined,
|
2925
2519
|
price: item.price !== undefined ? item.price : undefined,
|
2926
2520
|
total: item.total !== undefined ? item.total : undefined,
|
2521
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
2927
2522
|
signal: item.signal !== undefined ? item.signal : undefined,
|
2928
2523
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
2929
2524
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3150,6 +2745,7 @@ export const Account = {
|
|
3150
2745
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3151
2746
|
price: item.price !== undefined ? item.price : undefined,
|
3152
2747
|
total: item.total !== undefined ? item.total : undefined,
|
2748
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3153
2749
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3154
2750
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3155
2751
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3342,6 +2938,7 @@ export const Account = {
|
|
3342
2938
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3343
2939
|
price: item.price !== undefined ? item.price : undefined,
|
3344
2940
|
total: item.total !== undefined ? item.total : undefined,
|
2941
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3345
2942
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3346
2943
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3347
2944
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3697,6 +3294,9 @@ export const Account = {
|
|
3697
3294
|
total: item.total !== undefined ? {
|
3698
3295
|
set: item.total
|
3699
3296
|
} : undefined,
|
3297
|
+
optionType: item.optionType !== undefined ? {
|
3298
|
+
set: item.optionType
|
3299
|
+
} : undefined,
|
3700
3300
|
signal: item.signal !== undefined ? {
|
3701
3301
|
set: item.signal
|
3702
3302
|
} : undefined,
|
@@ -3720,6 +3320,7 @@ export const Account = {
|
|
3720
3320
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3721
3321
|
price: item.price !== undefined ? item.price : undefined,
|
3722
3322
|
total: item.total !== undefined ? item.total : undefined,
|
3323
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3723
3324
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3724
3325
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3725
3326
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3946,6 +3547,7 @@ export const Account = {
|
|
3946
3547
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3947
3548
|
price: item.price !== undefined ? item.price : undefined,
|
3948
3549
|
total: item.total !== undefined ? item.total : undefined,
|
3550
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3949
3551
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3950
3552
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3951
3553
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4138,6 +3740,7 @@ export const Account = {
|
|
4138
3740
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4139
3741
|
price: item.price !== undefined ? item.price : undefined,
|
4140
3742
|
total: item.total !== undefined ? item.total : undefined,
|
3743
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4141
3744
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4142
3745
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4143
3746
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4299,22 +3902,13 @@ export const Account = {
|
|
4299
3902
|
stripeCurrentPeriodEnd
|
4300
3903
|
createdAt
|
4301
3904
|
updatedAt
|
4302
|
-
users {
|
4303
|
-
id
|
4304
|
-
}
|
4305
3905
|
}
|
4306
3906
|
customerId
|
4307
|
-
accounts {
|
4308
|
-
id
|
4309
|
-
}
|
4310
3907
|
sessions {
|
4311
3908
|
id
|
4312
3909
|
sessionToken
|
4313
3910
|
userId
|
4314
3911
|
expires
|
4315
|
-
user {
|
4316
|
-
id
|
4317
|
-
}
|
4318
3912
|
createdAt
|
4319
3913
|
updatedAt
|
4320
3914
|
}
|
@@ -4324,9 +3918,6 @@ export const Account = {
|
|
4324
3918
|
credentialID
|
4325
3919
|
publicKey
|
4326
3920
|
counter
|
4327
|
-
user {
|
4328
|
-
id
|
4329
|
-
}
|
4330
3921
|
createdAt
|
4331
3922
|
updatedAt
|
4332
3923
|
}
|
@@ -4340,9 +3931,6 @@ export const Account = {
|
|
4340
3931
|
marketOpen
|
4341
3932
|
minOrderSize
|
4342
3933
|
maxOrderSize
|
4343
|
-
user {
|
4344
|
-
id
|
4345
|
-
}
|
4346
3934
|
userId
|
4347
3935
|
createdAt
|
4348
3936
|
updatedAt
|
@@ -4353,6 +3941,7 @@ export const Account = {
|
|
4353
3941
|
qty
|
4354
3942
|
price
|
4355
3943
|
total
|
3944
|
+
optionType
|
4356
3945
|
signal
|
4357
3946
|
strategy
|
4358
3947
|
analysis
|
@@ -4361,9 +3950,6 @@ export const Account = {
|
|
4361
3950
|
createdAt
|
4362
3951
|
updatedAt
|
4363
3952
|
status
|
4364
|
-
alpacaAccount {
|
4365
|
-
id
|
4366
|
-
}
|
4367
3953
|
asset {
|
4368
3954
|
id
|
4369
3955
|
symbol
|
@@ -4423,9 +4009,6 @@ export const Account = {
|
|
4423
4009
|
buyPrice
|
4424
4010
|
createdAt
|
4425
4011
|
updatedAt
|
4426
|
-
trades {
|
4427
|
-
id
|
4428
|
-
}
|
4429
4012
|
orders {
|
4430
4013
|
id
|
4431
4014
|
clientOrderId
|
@@ -4446,9 +4029,6 @@ export const Account = {
|
|
4446
4029
|
createdAt
|
4447
4030
|
updatedAt
|
4448
4031
|
orderId
|
4449
|
-
Order {
|
4450
|
-
id
|
4451
|
-
}
|
4452
4032
|
}
|
4453
4033
|
takeProfit {
|
4454
4034
|
id
|
@@ -4457,9 +4037,6 @@ export const Account = {
|
|
4457
4037
|
createdAt
|
4458
4038
|
updatedAt
|
4459
4039
|
orderId
|
4460
|
-
Order {
|
4461
|
-
id
|
4462
|
-
}
|
4463
4040
|
}
|
4464
4041
|
trailPrice
|
4465
4042
|
trailPercent
|
@@ -4471,9 +4048,6 @@ export const Account = {
|
|
4471
4048
|
filledAt
|
4472
4049
|
filledAvgPrice
|
4473
4050
|
actionId
|
4474
|
-
alpacaAccount {
|
4475
|
-
id
|
4476
|
-
}
|
4477
4051
|
action {
|
4478
4052
|
id
|
4479
4053
|
sequence
|
@@ -4482,15 +4056,6 @@ export const Account = {
|
|
4482
4056
|
note
|
4483
4057
|
status
|
4484
4058
|
fee
|
4485
|
-
trade {
|
4486
|
-
id
|
4487
|
-
}
|
4488
|
-
order {
|
4489
|
-
id
|
4490
|
-
}
|
4491
|
-
}
|
4492
|
-
asset {
|
4493
|
-
id
|
4494
4059
|
}
|
4495
4060
|
fee
|
4496
4061
|
strikePrice
|
@@ -4502,9 +4067,6 @@ export const Account = {
|
|
4502
4067
|
positions {
|
4503
4068
|
id
|
4504
4069
|
assetId
|
4505
|
-
asset {
|
4506
|
-
id
|
4507
|
-
}
|
4508
4070
|
averageEntryPrice
|
4509
4071
|
qty
|
4510
4072
|
qtyAvailable
|
@@ -4518,9 +4080,6 @@ export const Account = {
|
|
4518
4080
|
lastTradePrice
|
4519
4081
|
changeToday
|
4520
4082
|
assetMarginable
|
4521
|
-
alpacaAccount {
|
4522
|
-
id
|
4523
|
-
}
|
4524
4083
|
alpacaAccountId
|
4525
4084
|
}
|
4526
4085
|
newsMentions {
|
@@ -4545,12 +4104,6 @@ export const Account = {
|
|
4545
4104
|
logo
|
4546
4105
|
createdAt
|
4547
4106
|
updatedAt
|
4548
|
-
assets {
|
4549
|
-
id
|
4550
|
-
}
|
4551
|
-
}
|
4552
|
-
asset {
|
4553
|
-
id
|
4554
4107
|
}
|
4555
4108
|
relevancyScore
|
4556
4109
|
sentimentScore
|
@@ -4565,9 +4118,6 @@ export const Account = {
|
|
4565
4118
|
note
|
4566
4119
|
status
|
4567
4120
|
fee
|
4568
|
-
trade {
|
4569
|
-
id
|
4570
|
-
}
|
4571
4121
|
order {
|
4572
4122
|
id
|
4573
4123
|
clientOrderId
|
@@ -4588,9 +4138,6 @@ export const Account = {
|
|
4588
4138
|
createdAt
|
4589
4139
|
updatedAt
|
4590
4140
|
orderId
|
4591
|
-
Order {
|
4592
|
-
id
|
4593
|
-
}
|
4594
4141
|
}
|
4595
4142
|
takeProfit {
|
4596
4143
|
id
|
@@ -4599,9 +4146,6 @@ export const Account = {
|
|
4599
4146
|
createdAt
|
4600
4147
|
updatedAt
|
4601
4148
|
orderId
|
4602
|
-
Order {
|
4603
|
-
id
|
4604
|
-
}
|
4605
4149
|
}
|
4606
4150
|
trailPrice
|
4607
4151
|
trailPercent
|
@@ -4613,12 +4157,6 @@ export const Account = {
|
|
4613
4157
|
filledAt
|
4614
4158
|
filledAvgPrice
|
4615
4159
|
actionId
|
4616
|
-
alpacaAccount {
|
4617
|
-
id
|
4618
|
-
}
|
4619
|
-
action {
|
4620
|
-
id
|
4621
|
-
}
|
4622
4160
|
asset {
|
4623
4161
|
id
|
4624
4162
|
symbol
|
@@ -4678,18 +4216,9 @@ export const Account = {
|
|
4678
4216
|
buyPrice
|
4679
4217
|
createdAt
|
4680
4218
|
updatedAt
|
4681
|
-
trades {
|
4682
|
-
id
|
4683
|
-
}
|
4684
|
-
orders {
|
4685
|
-
id
|
4686
|
-
}
|
4687
4219
|
positions {
|
4688
4220
|
id
|
4689
4221
|
assetId
|
4690
|
-
asset {
|
4691
|
-
id
|
4692
|
-
}
|
4693
4222
|
averageEntryPrice
|
4694
4223
|
qty
|
4695
4224
|
qtyAvailable
|
@@ -4703,9 +4232,6 @@ export const Account = {
|
|
4703
4232
|
lastTradePrice
|
4704
4233
|
changeToday
|
4705
4234
|
assetMarginable
|
4706
|
-
alpacaAccount {
|
4707
|
-
id
|
4708
|
-
}
|
4709
4235
|
alpacaAccountId
|
4710
4236
|
}
|
4711
4237
|
newsMentions {
|
@@ -4730,12 +4256,6 @@ export const Account = {
|
|
4730
4256
|
logo
|
4731
4257
|
createdAt
|
4732
4258
|
updatedAt
|
4733
|
-
assets {
|
4734
|
-
id
|
4735
|
-
}
|
4736
|
-
}
|
4737
|
-
asset {
|
4738
|
-
id
|
4739
4259
|
}
|
4740
4260
|
relevancyScore
|
4741
4261
|
sentimentScore
|
@@ -4771,9 +4291,6 @@ export const Account = {
|
|
4771
4291
|
createdAt
|
4772
4292
|
updatedAt
|
4773
4293
|
orderId
|
4774
|
-
Order {
|
4775
|
-
id
|
4776
|
-
}
|
4777
4294
|
}
|
4778
4295
|
takeProfit {
|
4779
4296
|
id
|
@@ -4782,9 +4299,6 @@ export const Account = {
|
|
4782
4299
|
createdAt
|
4783
4300
|
updatedAt
|
4784
4301
|
orderId
|
4785
|
-
Order {
|
4786
|
-
id
|
4787
|
-
}
|
4788
4302
|
}
|
4789
4303
|
trailPrice
|
4790
4304
|
trailPercent
|
@@ -4796,9 +4310,6 @@ export const Account = {
|
|
4796
4310
|
filledAt
|
4797
4311
|
filledAvgPrice
|
4798
4312
|
actionId
|
4799
|
-
alpacaAccount {
|
4800
|
-
id
|
4801
|
-
}
|
4802
4313
|
action {
|
4803
4314
|
id
|
4804
4315
|
sequence
|
@@ -4814,6 +4325,7 @@ export const Account = {
|
|
4814
4325
|
qty
|
4815
4326
|
price
|
4816
4327
|
total
|
4328
|
+
optionType
|
4817
4329
|
signal
|
4818
4330
|
strategy
|
4819
4331
|
analysis
|
@@ -4822,9 +4334,6 @@ export const Account = {
|
|
4822
4334
|
createdAt
|
4823
4335
|
updatedAt
|
4824
4336
|
status
|
4825
|
-
alpacaAccount {
|
4826
|
-
id
|
4827
|
-
}
|
4828
4337
|
asset {
|
4829
4338
|
id
|
4830
4339
|
symbol
|
@@ -4884,18 +4393,9 @@ export const Account = {
|
|
4884
4393
|
buyPrice
|
4885
4394
|
createdAt
|
4886
4395
|
updatedAt
|
4887
|
-
trades {
|
4888
|
-
id
|
4889
|
-
}
|
4890
|
-
orders {
|
4891
|
-
id
|
4892
|
-
}
|
4893
4396
|
positions {
|
4894
4397
|
id
|
4895
4398
|
assetId
|
4896
|
-
asset {
|
4897
|
-
id
|
4898
|
-
}
|
4899
4399
|
averageEntryPrice
|
4900
4400
|
qty
|
4901
4401
|
qtyAvailable
|
@@ -4909,9 +4409,6 @@ export const Account = {
|
|
4909
4409
|
lastTradePrice
|
4910
4410
|
changeToday
|
4911
4411
|
assetMarginable
|
4912
|
-
alpacaAccount {
|
4913
|
-
id
|
4914
|
-
}
|
4915
4412
|
alpacaAccountId
|
4916
4413
|
}
|
4917
4414
|
newsMentions {
|
@@ -4936,24 +4433,12 @@ export const Account = {
|
|
4936
4433
|
logo
|
4937
4434
|
createdAt
|
4938
4435
|
updatedAt
|
4939
|
-
assets {
|
4940
|
-
id
|
4941
|
-
}
|
4942
|
-
}
|
4943
|
-
asset {
|
4944
|
-
id
|
4945
4436
|
}
|
4946
4437
|
relevancyScore
|
4947
4438
|
sentimentScore
|
4948
4439
|
sentimentLabel
|
4949
4440
|
}
|
4950
4441
|
}
|
4951
|
-
actions {
|
4952
|
-
id
|
4953
|
-
}
|
4954
|
-
}
|
4955
|
-
order {
|
4956
|
-
id
|
4957
4442
|
}
|
4958
4443
|
}
|
4959
4444
|
asset {
|
@@ -5022,6 +4507,7 @@ export const Account = {
|
|
5022
4507
|
qty
|
5023
4508
|
price
|
5024
4509
|
total
|
4510
|
+
optionType
|
5025
4511
|
signal
|
5026
4512
|
strategy
|
5027
4513
|
analysis
|
@@ -5030,12 +4516,6 @@ export const Account = {
|
|
5030
4516
|
createdAt
|
5031
4517
|
updatedAt
|
5032
4518
|
status
|
5033
|
-
alpacaAccount {
|
5034
|
-
id
|
5035
|
-
}
|
5036
|
-
asset {
|
5037
|
-
id
|
5038
|
-
}
|
5039
4519
|
actions {
|
5040
4520
|
id
|
5041
4521
|
sequence
|
@@ -5044,23 +4524,11 @@ export const Account = {
|
|
5044
4524
|
note
|
5045
4525
|
status
|
5046
4526
|
fee
|
5047
|
-
trade {
|
5048
|
-
id
|
5049
|
-
}
|
5050
|
-
order {
|
5051
|
-
id
|
5052
|
-
}
|
5053
4527
|
}
|
5054
4528
|
}
|
5055
|
-
orders {
|
5056
|
-
id
|
5057
|
-
}
|
5058
4529
|
positions {
|
5059
4530
|
id
|
5060
4531
|
assetId
|
5061
|
-
asset {
|
5062
|
-
id
|
5063
|
-
}
|
5064
4532
|
averageEntryPrice
|
5065
4533
|
qty
|
5066
4534
|
qtyAvailable
|
@@ -5074,9 +4542,6 @@ export const Account = {
|
|
5074
4542
|
lastTradePrice
|
5075
4543
|
changeToday
|
5076
4544
|
assetMarginable
|
5077
|
-
alpacaAccount {
|
5078
|
-
id
|
5079
|
-
}
|
5080
4545
|
alpacaAccountId
|
5081
4546
|
}
|
5082
4547
|
newsMentions {
|
@@ -5101,12 +4566,6 @@ export const Account = {
|
|
5101
4566
|
logo
|
5102
4567
|
createdAt
|
5103
4568
|
updatedAt
|
5104
|
-
assets {
|
5105
|
-
id
|
5106
|
-
}
|
5107
|
-
}
|
5108
|
-
asset {
|
5109
|
-
id
|
5110
4569
|
}
|
5111
4570
|
relevancyScore
|
5112
4571
|
sentimentScore
|
@@ -5189,6 +4648,7 @@ export const Account = {
|
|
5189
4648
|
qty
|
5190
4649
|
price
|
5191
4650
|
total
|
4651
|
+
optionType
|
5192
4652
|
signal
|
5193
4653
|
strategy
|
5194
4654
|
analysis
|
@@ -5197,12 +4657,6 @@ export const Account = {
|
|
5197
4657
|
createdAt
|
5198
4658
|
updatedAt
|
5199
4659
|
status
|
5200
|
-
alpacaAccount {
|
5201
|
-
id
|
5202
|
-
}
|
5203
|
-
asset {
|
5204
|
-
id
|
5205
|
-
}
|
5206
4660
|
actions {
|
5207
4661
|
id
|
5208
4662
|
sequence
|
@@ -5211,9 +4665,6 @@ export const Account = {
|
|
5211
4665
|
note
|
5212
4666
|
status
|
5213
4667
|
fee
|
5214
|
-
trade {
|
5215
|
-
id
|
5216
|
-
}
|
5217
4668
|
order {
|
5218
4669
|
id
|
5219
4670
|
clientOrderId
|
@@ -5234,9 +4685,6 @@ export const Account = {
|
|
5234
4685
|
createdAt
|
5235
4686
|
updatedAt
|
5236
4687
|
orderId
|
5237
|
-
Order {
|
5238
|
-
id
|
5239
|
-
}
|
5240
4688
|
}
|
5241
4689
|
takeProfit {
|
5242
4690
|
id
|
@@ -5245,9 +4693,6 @@ export const Account = {
|
|
5245
4693
|
createdAt
|
5246
4694
|
updatedAt
|
5247
4695
|
orderId
|
5248
|
-
Order {
|
5249
|
-
id
|
5250
|
-
}
|
5251
4696
|
}
|
5252
4697
|
trailPrice
|
5253
4698
|
trailPercent
|
@@ -5259,15 +4704,6 @@ export const Account = {
|
|
5259
4704
|
filledAt
|
5260
4705
|
filledAvgPrice
|
5261
4706
|
actionId
|
5262
|
-
alpacaAccount {
|
5263
|
-
id
|
5264
|
-
}
|
5265
|
-
action {
|
5266
|
-
id
|
5267
|
-
}
|
5268
|
-
asset {
|
5269
|
-
id
|
5270
|
-
}
|
5271
4707
|
fee
|
5272
4708
|
strikePrice
|
5273
4709
|
expirationDate
|
@@ -5297,9 +4733,6 @@ export const Account = {
|
|
5297
4733
|
createdAt
|
5298
4734
|
updatedAt
|
5299
4735
|
orderId
|
5300
|
-
Order {
|
5301
|
-
id
|
5302
|
-
}
|
5303
4736
|
}
|
5304
4737
|
takeProfit {
|
5305
4738
|
id
|
@@ -5308,9 +4741,6 @@ export const Account = {
|
|
5308
4741
|
createdAt
|
5309
4742
|
updatedAt
|
5310
4743
|
orderId
|
5311
|
-
Order {
|
5312
|
-
id
|
5313
|
-
}
|
5314
4744
|
}
|
5315
4745
|
trailPrice
|
5316
4746
|
trailPercent
|
@@ -5322,9 +4752,6 @@ export const Account = {
|
|
5322
4752
|
filledAt
|
5323
4753
|
filledAvgPrice
|
5324
4754
|
actionId
|
5325
|
-
alpacaAccount {
|
5326
|
-
id
|
5327
|
-
}
|
5328
4755
|
action {
|
5329
4756
|
id
|
5330
4757
|
sequence
|
@@ -5340,6 +4767,7 @@ export const Account = {
|
|
5340
4767
|
qty
|
5341
4768
|
price
|
5342
4769
|
total
|
4770
|
+
optionType
|
5343
4771
|
signal
|
5344
4772
|
strategy
|
5345
4773
|
analysis
|
@@ -5348,22 +4776,7 @@ export const Account = {
|
|
5348
4776
|
createdAt
|
5349
4777
|
updatedAt
|
5350
4778
|
status
|
5351
|
-
alpacaAccount {
|
5352
|
-
id
|
5353
|
-
}
|
5354
|
-
asset {
|
5355
|
-
id
|
5356
|
-
}
|
5357
|
-
actions {
|
5358
|
-
id
|
5359
|
-
}
|
5360
4779
|
}
|
5361
|
-
order {
|
5362
|
-
id
|
5363
|
-
}
|
5364
|
-
}
|
5365
|
-
asset {
|
5366
|
-
id
|
5367
4780
|
}
|
5368
4781
|
fee
|
5369
4782
|
strikePrice
|
@@ -5372,9 +4785,6 @@ export const Account = {
|
|
5372
4785
|
stopLossId
|
5373
4786
|
takeProfitId
|
5374
4787
|
}
|
5375
|
-
positions {
|
5376
|
-
id
|
5377
|
-
}
|
5378
4788
|
newsMentions {
|
5379
4789
|
id
|
5380
4790
|
assetId
|
@@ -5397,12 +4807,6 @@ export const Account = {
|
|
5397
4807
|
logo
|
5398
4808
|
createdAt
|
5399
4809
|
updatedAt
|
5400
|
-
assets {
|
5401
|
-
id
|
5402
|
-
}
|
5403
|
-
}
|
5404
|
-
asset {
|
5405
|
-
id
|
5406
4810
|
}
|
5407
4811
|
relevancyScore
|
5408
4812
|
sentimentScore
|
@@ -5422,9 +4826,6 @@ export const Account = {
|
|
5422
4826
|
lastTradePrice
|
5423
4827
|
changeToday
|
5424
4828
|
assetMarginable
|
5425
|
-
alpacaAccount {
|
5426
|
-
id
|
5427
|
-
}
|
5428
4829
|
alpacaAccountId
|
5429
4830
|
}
|
5430
4831
|
alerts {
|
@@ -5435,9 +4836,6 @@ export const Account = {
|
|
5435
4836
|
isRead
|
5436
4837
|
createdAt
|
5437
4838
|
updatedAt
|
5438
|
-
alpacaAccount {
|
5439
|
-
id
|
5440
|
-
}
|
5441
4839
|
}
|
5442
4840
|
}
|
5443
4841
|
}
|
@@ -5512,22 +4910,13 @@ export const Account = {
|
|
5512
4910
|
stripeCurrentPeriodEnd
|
5513
4911
|
createdAt
|
5514
4912
|
updatedAt
|
5515
|
-
users {
|
5516
|
-
id
|
5517
|
-
}
|
5518
4913
|
}
|
5519
4914
|
customerId
|
5520
|
-
accounts {
|
5521
|
-
id
|
5522
|
-
}
|
5523
4915
|
sessions {
|
5524
4916
|
id
|
5525
4917
|
sessionToken
|
5526
4918
|
userId
|
5527
4919
|
expires
|
5528
|
-
user {
|
5529
|
-
id
|
5530
|
-
}
|
5531
4920
|
createdAt
|
5532
4921
|
updatedAt
|
5533
4922
|
}
|
@@ -5537,9 +4926,6 @@ export const Account = {
|
|
5537
4926
|
credentialID
|
5538
4927
|
publicKey
|
5539
4928
|
counter
|
5540
|
-
user {
|
5541
|
-
id
|
5542
|
-
}
|
5543
4929
|
createdAt
|
5544
4930
|
updatedAt
|
5545
4931
|
}
|
@@ -5553,9 +4939,6 @@ export const Account = {
|
|
5553
4939
|
marketOpen
|
5554
4940
|
minOrderSize
|
5555
4941
|
maxOrderSize
|
5556
|
-
user {
|
5557
|
-
id
|
5558
|
-
}
|
5559
4942
|
userId
|
5560
4943
|
createdAt
|
5561
4944
|
updatedAt
|
@@ -5566,6 +4949,7 @@ export const Account = {
|
|
5566
4949
|
qty
|
5567
4950
|
price
|
5568
4951
|
total
|
4952
|
+
optionType
|
5569
4953
|
signal
|
5570
4954
|
strategy
|
5571
4955
|
analysis
|
@@ -5574,9 +4958,6 @@ export const Account = {
|
|
5574
4958
|
createdAt
|
5575
4959
|
updatedAt
|
5576
4960
|
status
|
5577
|
-
alpacaAccount {
|
5578
|
-
id
|
5579
|
-
}
|
5580
4961
|
asset {
|
5581
4962
|
id
|
5582
4963
|
symbol
|
@@ -5636,9 +5017,6 @@ export const Account = {
|
|
5636
5017
|
buyPrice
|
5637
5018
|
createdAt
|
5638
5019
|
updatedAt
|
5639
|
-
trades {
|
5640
|
-
id
|
5641
|
-
}
|
5642
5020
|
orders {
|
5643
5021
|
id
|
5644
5022
|
clientOrderId
|
@@ -5659,9 +5037,6 @@ export const Account = {
|
|
5659
5037
|
createdAt
|
5660
5038
|
updatedAt
|
5661
5039
|
orderId
|
5662
|
-
Order {
|
5663
|
-
id
|
5664
|
-
}
|
5665
5040
|
}
|
5666
5041
|
takeProfit {
|
5667
5042
|
id
|
@@ -5670,9 +5045,6 @@ export const Account = {
|
|
5670
5045
|
createdAt
|
5671
5046
|
updatedAt
|
5672
5047
|
orderId
|
5673
|
-
Order {
|
5674
|
-
id
|
5675
|
-
}
|
5676
5048
|
}
|
5677
5049
|
trailPrice
|
5678
5050
|
trailPercent
|
@@ -5684,9 +5056,6 @@ export const Account = {
|
|
5684
5056
|
filledAt
|
5685
5057
|
filledAvgPrice
|
5686
5058
|
actionId
|
5687
|
-
alpacaAccount {
|
5688
|
-
id
|
5689
|
-
}
|
5690
5059
|
action {
|
5691
5060
|
id
|
5692
5061
|
sequence
|
@@ -5695,15 +5064,6 @@ export const Account = {
|
|
5695
5064
|
note
|
5696
5065
|
status
|
5697
5066
|
fee
|
5698
|
-
trade {
|
5699
|
-
id
|
5700
|
-
}
|
5701
|
-
order {
|
5702
|
-
id
|
5703
|
-
}
|
5704
|
-
}
|
5705
|
-
asset {
|
5706
|
-
id
|
5707
5067
|
}
|
5708
5068
|
fee
|
5709
5069
|
strikePrice
|
@@ -5715,9 +5075,6 @@ export const Account = {
|
|
5715
5075
|
positions {
|
5716
5076
|
id
|
5717
5077
|
assetId
|
5718
|
-
asset {
|
5719
|
-
id
|
5720
|
-
}
|
5721
5078
|
averageEntryPrice
|
5722
5079
|
qty
|
5723
5080
|
qtyAvailable
|
@@ -5731,9 +5088,6 @@ export const Account = {
|
|
5731
5088
|
lastTradePrice
|
5732
5089
|
changeToday
|
5733
5090
|
assetMarginable
|
5734
|
-
alpacaAccount {
|
5735
|
-
id
|
5736
|
-
}
|
5737
5091
|
alpacaAccountId
|
5738
5092
|
}
|
5739
5093
|
newsMentions {
|
@@ -5758,12 +5112,6 @@ export const Account = {
|
|
5758
5112
|
logo
|
5759
5113
|
createdAt
|
5760
5114
|
updatedAt
|
5761
|
-
assets {
|
5762
|
-
id
|
5763
|
-
}
|
5764
|
-
}
|
5765
|
-
asset {
|
5766
|
-
id
|
5767
5115
|
}
|
5768
5116
|
relevancyScore
|
5769
5117
|
sentimentScore
|
@@ -5778,9 +5126,6 @@ export const Account = {
|
|
5778
5126
|
note
|
5779
5127
|
status
|
5780
5128
|
fee
|
5781
|
-
trade {
|
5782
|
-
id
|
5783
|
-
}
|
5784
5129
|
order {
|
5785
5130
|
id
|
5786
5131
|
clientOrderId
|
@@ -5801,9 +5146,6 @@ export const Account = {
|
|
5801
5146
|
createdAt
|
5802
5147
|
updatedAt
|
5803
5148
|
orderId
|
5804
|
-
Order {
|
5805
|
-
id
|
5806
|
-
}
|
5807
5149
|
}
|
5808
5150
|
takeProfit {
|
5809
5151
|
id
|
@@ -5812,9 +5154,6 @@ export const Account = {
|
|
5812
5154
|
createdAt
|
5813
5155
|
updatedAt
|
5814
5156
|
orderId
|
5815
|
-
Order {
|
5816
|
-
id
|
5817
|
-
}
|
5818
5157
|
}
|
5819
5158
|
trailPrice
|
5820
5159
|
trailPercent
|
@@ -5826,12 +5165,6 @@ export const Account = {
|
|
5826
5165
|
filledAt
|
5827
5166
|
filledAvgPrice
|
5828
5167
|
actionId
|
5829
|
-
alpacaAccount {
|
5830
|
-
id
|
5831
|
-
}
|
5832
|
-
action {
|
5833
|
-
id
|
5834
|
-
}
|
5835
5168
|
asset {
|
5836
5169
|
id
|
5837
5170
|
symbol
|
@@ -5891,18 +5224,9 @@ export const Account = {
|
|
5891
5224
|
buyPrice
|
5892
5225
|
createdAt
|
5893
5226
|
updatedAt
|
5894
|
-
trades {
|
5895
|
-
id
|
5896
|
-
}
|
5897
|
-
orders {
|
5898
|
-
id
|
5899
|
-
}
|
5900
5227
|
positions {
|
5901
5228
|
id
|
5902
5229
|
assetId
|
5903
|
-
asset {
|
5904
|
-
id
|
5905
|
-
}
|
5906
5230
|
averageEntryPrice
|
5907
5231
|
qty
|
5908
5232
|
qtyAvailable
|
@@ -5916,9 +5240,6 @@ export const Account = {
|
|
5916
5240
|
lastTradePrice
|
5917
5241
|
changeToday
|
5918
5242
|
assetMarginable
|
5919
|
-
alpacaAccount {
|
5920
|
-
id
|
5921
|
-
}
|
5922
5243
|
alpacaAccountId
|
5923
5244
|
}
|
5924
5245
|
newsMentions {
|
@@ -5943,12 +5264,6 @@ export const Account = {
|
|
5943
5264
|
logo
|
5944
5265
|
createdAt
|
5945
5266
|
updatedAt
|
5946
|
-
assets {
|
5947
|
-
id
|
5948
|
-
}
|
5949
|
-
}
|
5950
|
-
asset {
|
5951
|
-
id
|
5952
5267
|
}
|
5953
5268
|
relevancyScore
|
5954
5269
|
sentimentScore
|
@@ -5984,9 +5299,6 @@ export const Account = {
|
|
5984
5299
|
createdAt
|
5985
5300
|
updatedAt
|
5986
5301
|
orderId
|
5987
|
-
Order {
|
5988
|
-
id
|
5989
|
-
}
|
5990
5302
|
}
|
5991
5303
|
takeProfit {
|
5992
5304
|
id
|
@@ -5995,9 +5307,6 @@ export const Account = {
|
|
5995
5307
|
createdAt
|
5996
5308
|
updatedAt
|
5997
5309
|
orderId
|
5998
|
-
Order {
|
5999
|
-
id
|
6000
|
-
}
|
6001
5310
|
}
|
6002
5311
|
trailPrice
|
6003
5312
|
trailPercent
|
@@ -6009,9 +5318,6 @@ export const Account = {
|
|
6009
5318
|
filledAt
|
6010
5319
|
filledAvgPrice
|
6011
5320
|
actionId
|
6012
|
-
alpacaAccount {
|
6013
|
-
id
|
6014
|
-
}
|
6015
5321
|
action {
|
6016
5322
|
id
|
6017
5323
|
sequence
|
@@ -6027,6 +5333,7 @@ export const Account = {
|
|
6027
5333
|
qty
|
6028
5334
|
price
|
6029
5335
|
total
|
5336
|
+
optionType
|
6030
5337
|
signal
|
6031
5338
|
strategy
|
6032
5339
|
analysis
|
@@ -6035,9 +5342,6 @@ export const Account = {
|
|
6035
5342
|
createdAt
|
6036
5343
|
updatedAt
|
6037
5344
|
status
|
6038
|
-
alpacaAccount {
|
6039
|
-
id
|
6040
|
-
}
|
6041
5345
|
asset {
|
6042
5346
|
id
|
6043
5347
|
symbol
|
@@ -6097,18 +5401,9 @@ export const Account = {
|
|
6097
5401
|
buyPrice
|
6098
5402
|
createdAt
|
6099
5403
|
updatedAt
|
6100
|
-
trades {
|
6101
|
-
id
|
6102
|
-
}
|
6103
|
-
orders {
|
6104
|
-
id
|
6105
|
-
}
|
6106
5404
|
positions {
|
6107
5405
|
id
|
6108
5406
|
assetId
|
6109
|
-
asset {
|
6110
|
-
id
|
6111
|
-
}
|
6112
5407
|
averageEntryPrice
|
6113
5408
|
qty
|
6114
5409
|
qtyAvailable
|
@@ -6122,9 +5417,6 @@ export const Account = {
|
|
6122
5417
|
lastTradePrice
|
6123
5418
|
changeToday
|
6124
5419
|
assetMarginable
|
6125
|
-
alpacaAccount {
|
6126
|
-
id
|
6127
|
-
}
|
6128
5420
|
alpacaAccountId
|
6129
5421
|
}
|
6130
5422
|
newsMentions {
|
@@ -6149,24 +5441,12 @@ export const Account = {
|
|
6149
5441
|
logo
|
6150
5442
|
createdAt
|
6151
5443
|
updatedAt
|
6152
|
-
assets {
|
6153
|
-
id
|
6154
|
-
}
|
6155
|
-
}
|
6156
|
-
asset {
|
6157
|
-
id
|
6158
5444
|
}
|
6159
5445
|
relevancyScore
|
6160
5446
|
sentimentScore
|
6161
5447
|
sentimentLabel
|
6162
5448
|
}
|
6163
5449
|
}
|
6164
|
-
actions {
|
6165
|
-
id
|
6166
|
-
}
|
6167
|
-
}
|
6168
|
-
order {
|
6169
|
-
id
|
6170
5450
|
}
|
6171
5451
|
}
|
6172
5452
|
asset {
|
@@ -6235,6 +5515,7 @@ export const Account = {
|
|
6235
5515
|
qty
|
6236
5516
|
price
|
6237
5517
|
total
|
5518
|
+
optionType
|
6238
5519
|
signal
|
6239
5520
|
strategy
|
6240
5521
|
analysis
|
@@ -6243,12 +5524,6 @@ export const Account = {
|
|
6243
5524
|
createdAt
|
6244
5525
|
updatedAt
|
6245
5526
|
status
|
6246
|
-
alpacaAccount {
|
6247
|
-
id
|
6248
|
-
}
|
6249
|
-
asset {
|
6250
|
-
id
|
6251
|
-
}
|
6252
5527
|
actions {
|
6253
5528
|
id
|
6254
5529
|
sequence
|
@@ -6257,23 +5532,11 @@ export const Account = {
|
|
6257
5532
|
note
|
6258
5533
|
status
|
6259
5534
|
fee
|
6260
|
-
trade {
|
6261
|
-
id
|
6262
|
-
}
|
6263
|
-
order {
|
6264
|
-
id
|
6265
|
-
}
|
6266
5535
|
}
|
6267
5536
|
}
|
6268
|
-
orders {
|
6269
|
-
id
|
6270
|
-
}
|
6271
5537
|
positions {
|
6272
5538
|
id
|
6273
5539
|
assetId
|
6274
|
-
asset {
|
6275
|
-
id
|
6276
|
-
}
|
6277
5540
|
averageEntryPrice
|
6278
5541
|
qty
|
6279
5542
|
qtyAvailable
|
@@ -6287,9 +5550,6 @@ export const Account = {
|
|
6287
5550
|
lastTradePrice
|
6288
5551
|
changeToday
|
6289
5552
|
assetMarginable
|
6290
|
-
alpacaAccount {
|
6291
|
-
id
|
6292
|
-
}
|
6293
5553
|
alpacaAccountId
|
6294
5554
|
}
|
6295
5555
|
newsMentions {
|
@@ -6314,12 +5574,6 @@ export const Account = {
|
|
6314
5574
|
logo
|
6315
5575
|
createdAt
|
6316
5576
|
updatedAt
|
6317
|
-
assets {
|
6318
|
-
id
|
6319
|
-
}
|
6320
|
-
}
|
6321
|
-
asset {
|
6322
|
-
id
|
6323
5577
|
}
|
6324
5578
|
relevancyScore
|
6325
5579
|
sentimentScore
|
@@ -6402,6 +5656,7 @@ export const Account = {
|
|
6402
5656
|
qty
|
6403
5657
|
price
|
6404
5658
|
total
|
5659
|
+
optionType
|
6405
5660
|
signal
|
6406
5661
|
strategy
|
6407
5662
|
analysis
|
@@ -6410,12 +5665,6 @@ export const Account = {
|
|
6410
5665
|
createdAt
|
6411
5666
|
updatedAt
|
6412
5667
|
status
|
6413
|
-
alpacaAccount {
|
6414
|
-
id
|
6415
|
-
}
|
6416
|
-
asset {
|
6417
|
-
id
|
6418
|
-
}
|
6419
5668
|
actions {
|
6420
5669
|
id
|
6421
5670
|
sequence
|
@@ -6424,9 +5673,6 @@ export const Account = {
|
|
6424
5673
|
note
|
6425
5674
|
status
|
6426
5675
|
fee
|
6427
|
-
trade {
|
6428
|
-
id
|
6429
|
-
}
|
6430
5676
|
order {
|
6431
5677
|
id
|
6432
5678
|
clientOrderId
|
@@ -6447,9 +5693,6 @@ export const Account = {
|
|
6447
5693
|
createdAt
|
6448
5694
|
updatedAt
|
6449
5695
|
orderId
|
6450
|
-
Order {
|
6451
|
-
id
|
6452
|
-
}
|
6453
5696
|
}
|
6454
5697
|
takeProfit {
|
6455
5698
|
id
|
@@ -6458,9 +5701,6 @@ export const Account = {
|
|
6458
5701
|
createdAt
|
6459
5702
|
updatedAt
|
6460
5703
|
orderId
|
6461
|
-
Order {
|
6462
|
-
id
|
6463
|
-
}
|
6464
5704
|
}
|
6465
5705
|
trailPrice
|
6466
5706
|
trailPercent
|
@@ -6472,15 +5712,6 @@ export const Account = {
|
|
6472
5712
|
filledAt
|
6473
5713
|
filledAvgPrice
|
6474
5714
|
actionId
|
6475
|
-
alpacaAccount {
|
6476
|
-
id
|
6477
|
-
}
|
6478
|
-
action {
|
6479
|
-
id
|
6480
|
-
}
|
6481
|
-
asset {
|
6482
|
-
id
|
6483
|
-
}
|
6484
5715
|
fee
|
6485
5716
|
strikePrice
|
6486
5717
|
expirationDate
|
@@ -6510,9 +5741,6 @@ export const Account = {
|
|
6510
5741
|
createdAt
|
6511
5742
|
updatedAt
|
6512
5743
|
orderId
|
6513
|
-
Order {
|
6514
|
-
id
|
6515
|
-
}
|
6516
5744
|
}
|
6517
5745
|
takeProfit {
|
6518
5746
|
id
|
@@ -6521,9 +5749,6 @@ export const Account = {
|
|
6521
5749
|
createdAt
|
6522
5750
|
updatedAt
|
6523
5751
|
orderId
|
6524
|
-
Order {
|
6525
|
-
id
|
6526
|
-
}
|
6527
5752
|
}
|
6528
5753
|
trailPrice
|
6529
5754
|
trailPercent
|
@@ -6535,9 +5760,6 @@ export const Account = {
|
|
6535
5760
|
filledAt
|
6536
5761
|
filledAvgPrice
|
6537
5762
|
actionId
|
6538
|
-
alpacaAccount {
|
6539
|
-
id
|
6540
|
-
}
|
6541
5763
|
action {
|
6542
5764
|
id
|
6543
5765
|
sequence
|
@@ -6553,6 +5775,7 @@ export const Account = {
|
|
6553
5775
|
qty
|
6554
5776
|
price
|
6555
5777
|
total
|
5778
|
+
optionType
|
6556
5779
|
signal
|
6557
5780
|
strategy
|
6558
5781
|
analysis
|
@@ -6561,23 +5784,8 @@ export const Account = {
|
|
6561
5784
|
createdAt
|
6562
5785
|
updatedAt
|
6563
5786
|
status
|
6564
|
-
alpacaAccount {
|
6565
|
-
id
|
6566
|
-
}
|
6567
|
-
asset {
|
6568
|
-
id
|
6569
|
-
}
|
6570
|
-
actions {
|
6571
|
-
id
|
6572
|
-
}
|
6573
|
-
}
|
6574
|
-
order {
|
6575
|
-
id
|
6576
5787
|
}
|
6577
5788
|
}
|
6578
|
-
asset {
|
6579
|
-
id
|
6580
|
-
}
|
6581
5789
|
fee
|
6582
5790
|
strikePrice
|
6583
5791
|
expirationDate
|
@@ -6585,9 +5793,6 @@ export const Account = {
|
|
6585
5793
|
stopLossId
|
6586
5794
|
takeProfitId
|
6587
5795
|
}
|
6588
|
-
positions {
|
6589
|
-
id
|
6590
|
-
}
|
6591
5796
|
newsMentions {
|
6592
5797
|
id
|
6593
5798
|
assetId
|
@@ -6610,12 +5815,6 @@ export const Account = {
|
|
6610
5815
|
logo
|
6611
5816
|
createdAt
|
6612
5817
|
updatedAt
|
6613
|
-
assets {
|
6614
|
-
id
|
6615
|
-
}
|
6616
|
-
}
|
6617
|
-
asset {
|
6618
|
-
id
|
6619
5818
|
}
|
6620
5819
|
relevancyScore
|
6621
5820
|
sentimentScore
|
@@ -6635,9 +5834,6 @@ export const Account = {
|
|
6635
5834
|
lastTradePrice
|
6636
5835
|
changeToday
|
6637
5836
|
assetMarginable
|
6638
|
-
alpacaAccount {
|
6639
|
-
id
|
6640
|
-
}
|
6641
5837
|
alpacaAccountId
|
6642
5838
|
}
|
6643
5839
|
alerts {
|
@@ -6648,9 +5844,6 @@ export const Account = {
|
|
6648
5844
|
isRead
|
6649
5845
|
createdAt
|
6650
5846
|
updatedAt
|
6651
|
-
alpacaAccount {
|
6652
|
-
id
|
6653
|
-
}
|
6654
5847
|
}
|
6655
5848
|
}
|
6656
5849
|
}
|
@@ -6724,22 +5917,13 @@ export const Account = {
|
|
6724
5917
|
stripeCurrentPeriodEnd
|
6725
5918
|
createdAt
|
6726
5919
|
updatedAt
|
6727
|
-
users {
|
6728
|
-
id
|
6729
|
-
}
|
6730
5920
|
}
|
6731
5921
|
customerId
|
6732
|
-
accounts {
|
6733
|
-
id
|
6734
|
-
}
|
6735
5922
|
sessions {
|
6736
5923
|
id
|
6737
5924
|
sessionToken
|
6738
5925
|
userId
|
6739
5926
|
expires
|
6740
|
-
user {
|
6741
|
-
id
|
6742
|
-
}
|
6743
5927
|
createdAt
|
6744
5928
|
updatedAt
|
6745
5929
|
}
|
@@ -6749,9 +5933,6 @@ export const Account = {
|
|
6749
5933
|
credentialID
|
6750
5934
|
publicKey
|
6751
5935
|
counter
|
6752
|
-
user {
|
6753
|
-
id
|
6754
|
-
}
|
6755
5936
|
createdAt
|
6756
5937
|
updatedAt
|
6757
5938
|
}
|
@@ -6765,9 +5946,6 @@ export const Account = {
|
|
6765
5946
|
marketOpen
|
6766
5947
|
minOrderSize
|
6767
5948
|
maxOrderSize
|
6768
|
-
user {
|
6769
|
-
id
|
6770
|
-
}
|
6771
5949
|
userId
|
6772
5950
|
createdAt
|
6773
5951
|
updatedAt
|
@@ -6778,6 +5956,7 @@ export const Account = {
|
|
6778
5956
|
qty
|
6779
5957
|
price
|
6780
5958
|
total
|
5959
|
+
optionType
|
6781
5960
|
signal
|
6782
5961
|
strategy
|
6783
5962
|
analysis
|
@@ -6786,9 +5965,6 @@ export const Account = {
|
|
6786
5965
|
createdAt
|
6787
5966
|
updatedAt
|
6788
5967
|
status
|
6789
|
-
alpacaAccount {
|
6790
|
-
id
|
6791
|
-
}
|
6792
5968
|
asset {
|
6793
5969
|
id
|
6794
5970
|
symbol
|
@@ -6848,9 +6024,6 @@ export const Account = {
|
|
6848
6024
|
buyPrice
|
6849
6025
|
createdAt
|
6850
6026
|
updatedAt
|
6851
|
-
trades {
|
6852
|
-
id
|
6853
|
-
}
|
6854
6027
|
orders {
|
6855
6028
|
id
|
6856
6029
|
clientOrderId
|
@@ -6871,9 +6044,6 @@ export const Account = {
|
|
6871
6044
|
createdAt
|
6872
6045
|
updatedAt
|
6873
6046
|
orderId
|
6874
|
-
Order {
|
6875
|
-
id
|
6876
|
-
}
|
6877
6047
|
}
|
6878
6048
|
takeProfit {
|
6879
6049
|
id
|
@@ -6882,9 +6052,6 @@ export const Account = {
|
|
6882
6052
|
createdAt
|
6883
6053
|
updatedAt
|
6884
6054
|
orderId
|
6885
|
-
Order {
|
6886
|
-
id
|
6887
|
-
}
|
6888
6055
|
}
|
6889
6056
|
trailPrice
|
6890
6057
|
trailPercent
|
@@ -6896,9 +6063,6 @@ export const Account = {
|
|
6896
6063
|
filledAt
|
6897
6064
|
filledAvgPrice
|
6898
6065
|
actionId
|
6899
|
-
alpacaAccount {
|
6900
|
-
id
|
6901
|
-
}
|
6902
6066
|
action {
|
6903
6067
|
id
|
6904
6068
|
sequence
|
@@ -6907,15 +6071,6 @@ export const Account = {
|
|
6907
6071
|
note
|
6908
6072
|
status
|
6909
6073
|
fee
|
6910
|
-
trade {
|
6911
|
-
id
|
6912
|
-
}
|
6913
|
-
order {
|
6914
|
-
id
|
6915
|
-
}
|
6916
|
-
}
|
6917
|
-
asset {
|
6918
|
-
id
|
6919
6074
|
}
|
6920
6075
|
fee
|
6921
6076
|
strikePrice
|
@@ -6927,9 +6082,6 @@ export const Account = {
|
|
6927
6082
|
positions {
|
6928
6083
|
id
|
6929
6084
|
assetId
|
6930
|
-
asset {
|
6931
|
-
id
|
6932
|
-
}
|
6933
6085
|
averageEntryPrice
|
6934
6086
|
qty
|
6935
6087
|
qtyAvailable
|
@@ -6943,9 +6095,6 @@ export const Account = {
|
|
6943
6095
|
lastTradePrice
|
6944
6096
|
changeToday
|
6945
6097
|
assetMarginable
|
6946
|
-
alpacaAccount {
|
6947
|
-
id
|
6948
|
-
}
|
6949
6098
|
alpacaAccountId
|
6950
6099
|
}
|
6951
6100
|
newsMentions {
|
@@ -6970,12 +6119,6 @@ export const Account = {
|
|
6970
6119
|
logo
|
6971
6120
|
createdAt
|
6972
6121
|
updatedAt
|
6973
|
-
assets {
|
6974
|
-
id
|
6975
|
-
}
|
6976
|
-
}
|
6977
|
-
asset {
|
6978
|
-
id
|
6979
6122
|
}
|
6980
6123
|
relevancyScore
|
6981
6124
|
sentimentScore
|
@@ -6990,9 +6133,6 @@ export const Account = {
|
|
6990
6133
|
note
|
6991
6134
|
status
|
6992
6135
|
fee
|
6993
|
-
trade {
|
6994
|
-
id
|
6995
|
-
}
|
6996
6136
|
order {
|
6997
6137
|
id
|
6998
6138
|
clientOrderId
|
@@ -7013,9 +6153,6 @@ export const Account = {
|
|
7013
6153
|
createdAt
|
7014
6154
|
updatedAt
|
7015
6155
|
orderId
|
7016
|
-
Order {
|
7017
|
-
id
|
7018
|
-
}
|
7019
6156
|
}
|
7020
6157
|
takeProfit {
|
7021
6158
|
id
|
@@ -7024,9 +6161,6 @@ export const Account = {
|
|
7024
6161
|
createdAt
|
7025
6162
|
updatedAt
|
7026
6163
|
orderId
|
7027
|
-
Order {
|
7028
|
-
id
|
7029
|
-
}
|
7030
6164
|
}
|
7031
6165
|
trailPrice
|
7032
6166
|
trailPercent
|
@@ -7038,12 +6172,6 @@ export const Account = {
|
|
7038
6172
|
filledAt
|
7039
6173
|
filledAvgPrice
|
7040
6174
|
actionId
|
7041
|
-
alpacaAccount {
|
7042
|
-
id
|
7043
|
-
}
|
7044
|
-
action {
|
7045
|
-
id
|
7046
|
-
}
|
7047
6175
|
asset {
|
7048
6176
|
id
|
7049
6177
|
symbol
|
@@ -7103,18 +6231,9 @@ export const Account = {
|
|
7103
6231
|
buyPrice
|
7104
6232
|
createdAt
|
7105
6233
|
updatedAt
|
7106
|
-
trades {
|
7107
|
-
id
|
7108
|
-
}
|
7109
|
-
orders {
|
7110
|
-
id
|
7111
|
-
}
|
7112
6234
|
positions {
|
7113
6235
|
id
|
7114
6236
|
assetId
|
7115
|
-
asset {
|
7116
|
-
id
|
7117
|
-
}
|
7118
6237
|
averageEntryPrice
|
7119
6238
|
qty
|
7120
6239
|
qtyAvailable
|
@@ -7128,9 +6247,6 @@ export const Account = {
|
|
7128
6247
|
lastTradePrice
|
7129
6248
|
changeToday
|
7130
6249
|
assetMarginable
|
7131
|
-
alpacaAccount {
|
7132
|
-
id
|
7133
|
-
}
|
7134
6250
|
alpacaAccountId
|
7135
6251
|
}
|
7136
6252
|
newsMentions {
|
@@ -7155,12 +6271,6 @@ export const Account = {
|
|
7155
6271
|
logo
|
7156
6272
|
createdAt
|
7157
6273
|
updatedAt
|
7158
|
-
assets {
|
7159
|
-
id
|
7160
|
-
}
|
7161
|
-
}
|
7162
|
-
asset {
|
7163
|
-
id
|
7164
6274
|
}
|
7165
6275
|
relevancyScore
|
7166
6276
|
sentimentScore
|
@@ -7196,9 +6306,6 @@ export const Account = {
|
|
7196
6306
|
createdAt
|
7197
6307
|
updatedAt
|
7198
6308
|
orderId
|
7199
|
-
Order {
|
7200
|
-
id
|
7201
|
-
}
|
7202
6309
|
}
|
7203
6310
|
takeProfit {
|
7204
6311
|
id
|
@@ -7207,9 +6314,6 @@ export const Account = {
|
|
7207
6314
|
createdAt
|
7208
6315
|
updatedAt
|
7209
6316
|
orderId
|
7210
|
-
Order {
|
7211
|
-
id
|
7212
|
-
}
|
7213
6317
|
}
|
7214
6318
|
trailPrice
|
7215
6319
|
trailPercent
|
@@ -7221,9 +6325,6 @@ export const Account = {
|
|
7221
6325
|
filledAt
|
7222
6326
|
filledAvgPrice
|
7223
6327
|
actionId
|
7224
|
-
alpacaAccount {
|
7225
|
-
id
|
7226
|
-
}
|
7227
6328
|
action {
|
7228
6329
|
id
|
7229
6330
|
sequence
|
@@ -7239,6 +6340,7 @@ export const Account = {
|
|
7239
6340
|
qty
|
7240
6341
|
price
|
7241
6342
|
total
|
6343
|
+
optionType
|
7242
6344
|
signal
|
7243
6345
|
strategy
|
7244
6346
|
analysis
|
@@ -7247,9 +6349,6 @@ export const Account = {
|
|
7247
6349
|
createdAt
|
7248
6350
|
updatedAt
|
7249
6351
|
status
|
7250
|
-
alpacaAccount {
|
7251
|
-
id
|
7252
|
-
}
|
7253
6352
|
asset {
|
7254
6353
|
id
|
7255
6354
|
symbol
|
@@ -7309,18 +6408,9 @@ export const Account = {
|
|
7309
6408
|
buyPrice
|
7310
6409
|
createdAt
|
7311
6410
|
updatedAt
|
7312
|
-
trades {
|
7313
|
-
id
|
7314
|
-
}
|
7315
|
-
orders {
|
7316
|
-
id
|
7317
|
-
}
|
7318
6411
|
positions {
|
7319
6412
|
id
|
7320
6413
|
assetId
|
7321
|
-
asset {
|
7322
|
-
id
|
7323
|
-
}
|
7324
6414
|
averageEntryPrice
|
7325
6415
|
qty
|
7326
6416
|
qtyAvailable
|
@@ -7334,9 +6424,6 @@ export const Account = {
|
|
7334
6424
|
lastTradePrice
|
7335
6425
|
changeToday
|
7336
6426
|
assetMarginable
|
7337
|
-
alpacaAccount {
|
7338
|
-
id
|
7339
|
-
}
|
7340
6427
|
alpacaAccountId
|
7341
6428
|
}
|
7342
6429
|
newsMentions {
|
@@ -7361,24 +6448,12 @@ export const Account = {
|
|
7361
6448
|
logo
|
7362
6449
|
createdAt
|
7363
6450
|
updatedAt
|
7364
|
-
assets {
|
7365
|
-
id
|
7366
|
-
}
|
7367
|
-
}
|
7368
|
-
asset {
|
7369
|
-
id
|
7370
6451
|
}
|
7371
6452
|
relevancyScore
|
7372
6453
|
sentimentScore
|
7373
6454
|
sentimentLabel
|
7374
6455
|
}
|
7375
6456
|
}
|
7376
|
-
actions {
|
7377
|
-
id
|
7378
|
-
}
|
7379
|
-
}
|
7380
|
-
order {
|
7381
|
-
id
|
7382
6457
|
}
|
7383
6458
|
}
|
7384
6459
|
asset {
|
@@ -7447,6 +6522,7 @@ export const Account = {
|
|
7447
6522
|
qty
|
7448
6523
|
price
|
7449
6524
|
total
|
6525
|
+
optionType
|
7450
6526
|
signal
|
7451
6527
|
strategy
|
7452
6528
|
analysis
|
@@ -7455,12 +6531,6 @@ export const Account = {
|
|
7455
6531
|
createdAt
|
7456
6532
|
updatedAt
|
7457
6533
|
status
|
7458
|
-
alpacaAccount {
|
7459
|
-
id
|
7460
|
-
}
|
7461
|
-
asset {
|
7462
|
-
id
|
7463
|
-
}
|
7464
6534
|
actions {
|
7465
6535
|
id
|
7466
6536
|
sequence
|
@@ -7469,23 +6539,11 @@ export const Account = {
|
|
7469
6539
|
note
|
7470
6540
|
status
|
7471
6541
|
fee
|
7472
|
-
trade {
|
7473
|
-
id
|
7474
|
-
}
|
7475
|
-
order {
|
7476
|
-
id
|
7477
|
-
}
|
7478
6542
|
}
|
7479
6543
|
}
|
7480
|
-
orders {
|
7481
|
-
id
|
7482
|
-
}
|
7483
6544
|
positions {
|
7484
6545
|
id
|
7485
6546
|
assetId
|
7486
|
-
asset {
|
7487
|
-
id
|
7488
|
-
}
|
7489
6547
|
averageEntryPrice
|
7490
6548
|
qty
|
7491
6549
|
qtyAvailable
|
@@ -7499,9 +6557,6 @@ export const Account = {
|
|
7499
6557
|
lastTradePrice
|
7500
6558
|
changeToday
|
7501
6559
|
assetMarginable
|
7502
|
-
alpacaAccount {
|
7503
|
-
id
|
7504
|
-
}
|
7505
6560
|
alpacaAccountId
|
7506
6561
|
}
|
7507
6562
|
newsMentions {
|
@@ -7526,12 +6581,6 @@ export const Account = {
|
|
7526
6581
|
logo
|
7527
6582
|
createdAt
|
7528
6583
|
updatedAt
|
7529
|
-
assets {
|
7530
|
-
id
|
7531
|
-
}
|
7532
|
-
}
|
7533
|
-
asset {
|
7534
|
-
id
|
7535
6584
|
}
|
7536
6585
|
relevancyScore
|
7537
6586
|
sentimentScore
|
@@ -7614,6 +6663,7 @@ export const Account = {
|
|
7614
6663
|
qty
|
7615
6664
|
price
|
7616
6665
|
total
|
6666
|
+
optionType
|
7617
6667
|
signal
|
7618
6668
|
strategy
|
7619
6669
|
analysis
|
@@ -7622,12 +6672,6 @@ export const Account = {
|
|
7622
6672
|
createdAt
|
7623
6673
|
updatedAt
|
7624
6674
|
status
|
7625
|
-
alpacaAccount {
|
7626
|
-
id
|
7627
|
-
}
|
7628
|
-
asset {
|
7629
|
-
id
|
7630
|
-
}
|
7631
6675
|
actions {
|
7632
6676
|
id
|
7633
6677
|
sequence
|
@@ -7636,9 +6680,6 @@ export const Account = {
|
|
7636
6680
|
note
|
7637
6681
|
status
|
7638
6682
|
fee
|
7639
|
-
trade {
|
7640
|
-
id
|
7641
|
-
}
|
7642
6683
|
order {
|
7643
6684
|
id
|
7644
6685
|
clientOrderId
|
@@ -7659,9 +6700,6 @@ export const Account = {
|
|
7659
6700
|
createdAt
|
7660
6701
|
updatedAt
|
7661
6702
|
orderId
|
7662
|
-
Order {
|
7663
|
-
id
|
7664
|
-
}
|
7665
6703
|
}
|
7666
6704
|
takeProfit {
|
7667
6705
|
id
|
@@ -7670,9 +6708,6 @@ export const Account = {
|
|
7670
6708
|
createdAt
|
7671
6709
|
updatedAt
|
7672
6710
|
orderId
|
7673
|
-
Order {
|
7674
|
-
id
|
7675
|
-
}
|
7676
6711
|
}
|
7677
6712
|
trailPrice
|
7678
6713
|
trailPercent
|
@@ -7684,15 +6719,6 @@ export const Account = {
|
|
7684
6719
|
filledAt
|
7685
6720
|
filledAvgPrice
|
7686
6721
|
actionId
|
7687
|
-
alpacaAccount {
|
7688
|
-
id
|
7689
|
-
}
|
7690
|
-
action {
|
7691
|
-
id
|
7692
|
-
}
|
7693
|
-
asset {
|
7694
|
-
id
|
7695
|
-
}
|
7696
6722
|
fee
|
7697
6723
|
strikePrice
|
7698
6724
|
expirationDate
|
@@ -7722,9 +6748,6 @@ export const Account = {
|
|
7722
6748
|
createdAt
|
7723
6749
|
updatedAt
|
7724
6750
|
orderId
|
7725
|
-
Order {
|
7726
|
-
id
|
7727
|
-
}
|
7728
6751
|
}
|
7729
6752
|
takeProfit {
|
7730
6753
|
id
|
@@ -7733,9 +6756,6 @@ export const Account = {
|
|
7733
6756
|
createdAt
|
7734
6757
|
updatedAt
|
7735
6758
|
orderId
|
7736
|
-
Order {
|
7737
|
-
id
|
7738
|
-
}
|
7739
6759
|
}
|
7740
6760
|
trailPrice
|
7741
6761
|
trailPercent
|
@@ -7747,9 +6767,6 @@ export const Account = {
|
|
7747
6767
|
filledAt
|
7748
6768
|
filledAvgPrice
|
7749
6769
|
actionId
|
7750
|
-
alpacaAccount {
|
7751
|
-
id
|
7752
|
-
}
|
7753
6770
|
action {
|
7754
6771
|
id
|
7755
6772
|
sequence
|
@@ -7765,6 +6782,7 @@ export const Account = {
|
|
7765
6782
|
qty
|
7766
6783
|
price
|
7767
6784
|
total
|
6785
|
+
optionType
|
7768
6786
|
signal
|
7769
6787
|
strategy
|
7770
6788
|
analysis
|
@@ -7773,23 +6791,8 @@ export const Account = {
|
|
7773
6791
|
createdAt
|
7774
6792
|
updatedAt
|
7775
6793
|
status
|
7776
|
-
alpacaAccount {
|
7777
|
-
id
|
7778
|
-
}
|
7779
|
-
asset {
|
7780
|
-
id
|
7781
|
-
}
|
7782
|
-
actions {
|
7783
|
-
id
|
7784
|
-
}
|
7785
|
-
}
|
7786
|
-
order {
|
7787
|
-
id
|
7788
6794
|
}
|
7789
6795
|
}
|
7790
|
-
asset {
|
7791
|
-
id
|
7792
|
-
}
|
7793
6796
|
fee
|
7794
6797
|
strikePrice
|
7795
6798
|
expirationDate
|
@@ -7797,9 +6800,6 @@ export const Account = {
|
|
7797
6800
|
stopLossId
|
7798
6801
|
takeProfitId
|
7799
6802
|
}
|
7800
|
-
positions {
|
7801
|
-
id
|
7802
|
-
}
|
7803
6803
|
newsMentions {
|
7804
6804
|
id
|
7805
6805
|
assetId
|
@@ -7822,12 +6822,6 @@ export const Account = {
|
|
7822
6822
|
logo
|
7823
6823
|
createdAt
|
7824
6824
|
updatedAt
|
7825
|
-
assets {
|
7826
|
-
id
|
7827
|
-
}
|
7828
|
-
}
|
7829
|
-
asset {
|
7830
|
-
id
|
7831
6825
|
}
|
7832
6826
|
relevancyScore
|
7833
6827
|
sentimentScore
|
@@ -7847,9 +6841,6 @@ export const Account = {
|
|
7847
6841
|
lastTradePrice
|
7848
6842
|
changeToday
|
7849
6843
|
assetMarginable
|
7850
|
-
alpacaAccount {
|
7851
|
-
id
|
7852
|
-
}
|
7853
6844
|
alpacaAccountId
|
7854
6845
|
}
|
7855
6846
|
alerts {
|
@@ -7860,9 +6851,6 @@ export const Account = {
|
|
7860
6851
|
isRead
|
7861
6852
|
createdAt
|
7862
6853
|
updatedAt
|
7863
|
-
alpacaAccount {
|
7864
|
-
id
|
7865
|
-
}
|
7866
6854
|
}
|
7867
6855
|
}
|
7868
6856
|
}
|
@@ -7931,22 +6919,13 @@ export const Account = {
|
|
7931
6919
|
stripeCurrentPeriodEnd
|
7932
6920
|
createdAt
|
7933
6921
|
updatedAt
|
7934
|
-
users {
|
7935
|
-
id
|
7936
|
-
}
|
7937
6922
|
}
|
7938
6923
|
customerId
|
7939
|
-
accounts {
|
7940
|
-
id
|
7941
|
-
}
|
7942
6924
|
sessions {
|
7943
6925
|
id
|
7944
6926
|
sessionToken
|
7945
6927
|
userId
|
7946
6928
|
expires
|
7947
|
-
user {
|
7948
|
-
id
|
7949
|
-
}
|
7950
6929
|
createdAt
|
7951
6930
|
updatedAt
|
7952
6931
|
}
|
@@ -7956,9 +6935,6 @@ export const Account = {
|
|
7956
6935
|
credentialID
|
7957
6936
|
publicKey
|
7958
6937
|
counter
|
7959
|
-
user {
|
7960
|
-
id
|
7961
|
-
}
|
7962
6938
|
createdAt
|
7963
6939
|
updatedAt
|
7964
6940
|
}
|
@@ -7972,9 +6948,6 @@ export const Account = {
|
|
7972
6948
|
marketOpen
|
7973
6949
|
minOrderSize
|
7974
6950
|
maxOrderSize
|
7975
|
-
user {
|
7976
|
-
id
|
7977
|
-
}
|
7978
6951
|
userId
|
7979
6952
|
createdAt
|
7980
6953
|
updatedAt
|
@@ -7985,6 +6958,7 @@ export const Account = {
|
|
7985
6958
|
qty
|
7986
6959
|
price
|
7987
6960
|
total
|
6961
|
+
optionType
|
7988
6962
|
signal
|
7989
6963
|
strategy
|
7990
6964
|
analysis
|
@@ -7993,9 +6967,6 @@ export const Account = {
|
|
7993
6967
|
createdAt
|
7994
6968
|
updatedAt
|
7995
6969
|
status
|
7996
|
-
alpacaAccount {
|
7997
|
-
id
|
7998
|
-
}
|
7999
6970
|
asset {
|
8000
6971
|
id
|
8001
6972
|
symbol
|
@@ -8055,9 +7026,6 @@ export const Account = {
|
|
8055
7026
|
buyPrice
|
8056
7027
|
createdAt
|
8057
7028
|
updatedAt
|
8058
|
-
trades {
|
8059
|
-
id
|
8060
|
-
}
|
8061
7029
|
orders {
|
8062
7030
|
id
|
8063
7031
|
clientOrderId
|
@@ -8078,9 +7046,6 @@ export const Account = {
|
|
8078
7046
|
createdAt
|
8079
7047
|
updatedAt
|
8080
7048
|
orderId
|
8081
|
-
Order {
|
8082
|
-
id
|
8083
|
-
}
|
8084
7049
|
}
|
8085
7050
|
takeProfit {
|
8086
7051
|
id
|
@@ -8089,9 +7054,6 @@ export const Account = {
|
|
8089
7054
|
createdAt
|
8090
7055
|
updatedAt
|
8091
7056
|
orderId
|
8092
|
-
Order {
|
8093
|
-
id
|
8094
|
-
}
|
8095
7057
|
}
|
8096
7058
|
trailPrice
|
8097
7059
|
trailPercent
|
@@ -8103,9 +7065,6 @@ export const Account = {
|
|
8103
7065
|
filledAt
|
8104
7066
|
filledAvgPrice
|
8105
7067
|
actionId
|
8106
|
-
alpacaAccount {
|
8107
|
-
id
|
8108
|
-
}
|
8109
7068
|
action {
|
8110
7069
|
id
|
8111
7070
|
sequence
|
@@ -8114,15 +7073,6 @@ export const Account = {
|
|
8114
7073
|
note
|
8115
7074
|
status
|
8116
7075
|
fee
|
8117
|
-
trade {
|
8118
|
-
id
|
8119
|
-
}
|
8120
|
-
order {
|
8121
|
-
id
|
8122
|
-
}
|
8123
|
-
}
|
8124
|
-
asset {
|
8125
|
-
id
|
8126
7076
|
}
|
8127
7077
|
fee
|
8128
7078
|
strikePrice
|
@@ -8134,9 +7084,6 @@ export const Account = {
|
|
8134
7084
|
positions {
|
8135
7085
|
id
|
8136
7086
|
assetId
|
8137
|
-
asset {
|
8138
|
-
id
|
8139
|
-
}
|
8140
7087
|
averageEntryPrice
|
8141
7088
|
qty
|
8142
7089
|
qtyAvailable
|
@@ -8150,9 +7097,6 @@ export const Account = {
|
|
8150
7097
|
lastTradePrice
|
8151
7098
|
changeToday
|
8152
7099
|
assetMarginable
|
8153
|
-
alpacaAccount {
|
8154
|
-
id
|
8155
|
-
}
|
8156
7100
|
alpacaAccountId
|
8157
7101
|
}
|
8158
7102
|
newsMentions {
|
@@ -8177,12 +7121,6 @@ export const Account = {
|
|
8177
7121
|
logo
|
8178
7122
|
createdAt
|
8179
7123
|
updatedAt
|
8180
|
-
assets {
|
8181
|
-
id
|
8182
|
-
}
|
8183
|
-
}
|
8184
|
-
asset {
|
8185
|
-
id
|
8186
7124
|
}
|
8187
7125
|
relevancyScore
|
8188
7126
|
sentimentScore
|
@@ -8197,9 +7135,6 @@ export const Account = {
|
|
8197
7135
|
note
|
8198
7136
|
status
|
8199
7137
|
fee
|
8200
|
-
trade {
|
8201
|
-
id
|
8202
|
-
}
|
8203
7138
|
order {
|
8204
7139
|
id
|
8205
7140
|
clientOrderId
|
@@ -8220,9 +7155,6 @@ export const Account = {
|
|
8220
7155
|
createdAt
|
8221
7156
|
updatedAt
|
8222
7157
|
orderId
|
8223
|
-
Order {
|
8224
|
-
id
|
8225
|
-
}
|
8226
7158
|
}
|
8227
7159
|
takeProfit {
|
8228
7160
|
id
|
@@ -8231,9 +7163,6 @@ export const Account = {
|
|
8231
7163
|
createdAt
|
8232
7164
|
updatedAt
|
8233
7165
|
orderId
|
8234
|
-
Order {
|
8235
|
-
id
|
8236
|
-
}
|
8237
7166
|
}
|
8238
7167
|
trailPrice
|
8239
7168
|
trailPercent
|
@@ -8245,12 +7174,6 @@ export const Account = {
|
|
8245
7174
|
filledAt
|
8246
7175
|
filledAvgPrice
|
8247
7176
|
actionId
|
8248
|
-
alpacaAccount {
|
8249
|
-
id
|
8250
|
-
}
|
8251
|
-
action {
|
8252
|
-
id
|
8253
|
-
}
|
8254
7177
|
asset {
|
8255
7178
|
id
|
8256
7179
|
symbol
|
@@ -8310,18 +7233,9 @@ export const Account = {
|
|
8310
7233
|
buyPrice
|
8311
7234
|
createdAt
|
8312
7235
|
updatedAt
|
8313
|
-
trades {
|
8314
|
-
id
|
8315
|
-
}
|
8316
|
-
orders {
|
8317
|
-
id
|
8318
|
-
}
|
8319
7236
|
positions {
|
8320
7237
|
id
|
8321
7238
|
assetId
|
8322
|
-
asset {
|
8323
|
-
id
|
8324
|
-
}
|
8325
7239
|
averageEntryPrice
|
8326
7240
|
qty
|
8327
7241
|
qtyAvailable
|
@@ -8335,9 +7249,6 @@ export const Account = {
|
|
8335
7249
|
lastTradePrice
|
8336
7250
|
changeToday
|
8337
7251
|
assetMarginable
|
8338
|
-
alpacaAccount {
|
8339
|
-
id
|
8340
|
-
}
|
8341
7252
|
alpacaAccountId
|
8342
7253
|
}
|
8343
7254
|
newsMentions {
|
@@ -8362,12 +7273,6 @@ export const Account = {
|
|
8362
7273
|
logo
|
8363
7274
|
createdAt
|
8364
7275
|
updatedAt
|
8365
|
-
assets {
|
8366
|
-
id
|
8367
|
-
}
|
8368
|
-
}
|
8369
|
-
asset {
|
8370
|
-
id
|
8371
7276
|
}
|
8372
7277
|
relevancyScore
|
8373
7278
|
sentimentScore
|
@@ -8403,9 +7308,6 @@ export const Account = {
|
|
8403
7308
|
createdAt
|
8404
7309
|
updatedAt
|
8405
7310
|
orderId
|
8406
|
-
Order {
|
8407
|
-
id
|
8408
|
-
}
|
8409
7311
|
}
|
8410
7312
|
takeProfit {
|
8411
7313
|
id
|
@@ -8414,9 +7316,6 @@ export const Account = {
|
|
8414
7316
|
createdAt
|
8415
7317
|
updatedAt
|
8416
7318
|
orderId
|
8417
|
-
Order {
|
8418
|
-
id
|
8419
|
-
}
|
8420
7319
|
}
|
8421
7320
|
trailPrice
|
8422
7321
|
trailPercent
|
@@ -8428,9 +7327,6 @@ export const Account = {
|
|
8428
7327
|
filledAt
|
8429
7328
|
filledAvgPrice
|
8430
7329
|
actionId
|
8431
|
-
alpacaAccount {
|
8432
|
-
id
|
8433
|
-
}
|
8434
7330
|
action {
|
8435
7331
|
id
|
8436
7332
|
sequence
|
@@ -8446,6 +7342,7 @@ export const Account = {
|
|
8446
7342
|
qty
|
8447
7343
|
price
|
8448
7344
|
total
|
7345
|
+
optionType
|
8449
7346
|
signal
|
8450
7347
|
strategy
|
8451
7348
|
analysis
|
@@ -8454,9 +7351,6 @@ export const Account = {
|
|
8454
7351
|
createdAt
|
8455
7352
|
updatedAt
|
8456
7353
|
status
|
8457
|
-
alpacaAccount {
|
8458
|
-
id
|
8459
|
-
}
|
8460
7354
|
asset {
|
8461
7355
|
id
|
8462
7356
|
symbol
|
@@ -8516,18 +7410,9 @@ export const Account = {
|
|
8516
7410
|
buyPrice
|
8517
7411
|
createdAt
|
8518
7412
|
updatedAt
|
8519
|
-
trades {
|
8520
|
-
id
|
8521
|
-
}
|
8522
|
-
orders {
|
8523
|
-
id
|
8524
|
-
}
|
8525
7413
|
positions {
|
8526
7414
|
id
|
8527
7415
|
assetId
|
8528
|
-
asset {
|
8529
|
-
id
|
8530
|
-
}
|
8531
7416
|
averageEntryPrice
|
8532
7417
|
qty
|
8533
7418
|
qtyAvailable
|
@@ -8541,9 +7426,6 @@ export const Account = {
|
|
8541
7426
|
lastTradePrice
|
8542
7427
|
changeToday
|
8543
7428
|
assetMarginable
|
8544
|
-
alpacaAccount {
|
8545
|
-
id
|
8546
|
-
}
|
8547
7429
|
alpacaAccountId
|
8548
7430
|
}
|
8549
7431
|
newsMentions {
|
@@ -8568,24 +7450,12 @@ export const Account = {
|
|
8568
7450
|
logo
|
8569
7451
|
createdAt
|
8570
7452
|
updatedAt
|
8571
|
-
assets {
|
8572
|
-
id
|
8573
|
-
}
|
8574
|
-
}
|
8575
|
-
asset {
|
8576
|
-
id
|
8577
7453
|
}
|
8578
7454
|
relevancyScore
|
8579
7455
|
sentimentScore
|
8580
7456
|
sentimentLabel
|
8581
7457
|
}
|
8582
7458
|
}
|
8583
|
-
actions {
|
8584
|
-
id
|
8585
|
-
}
|
8586
|
-
}
|
8587
|
-
order {
|
8588
|
-
id
|
8589
7459
|
}
|
8590
7460
|
}
|
8591
7461
|
asset {
|
@@ -8654,6 +7524,7 @@ export const Account = {
|
|
8654
7524
|
qty
|
8655
7525
|
price
|
8656
7526
|
total
|
7527
|
+
optionType
|
8657
7528
|
signal
|
8658
7529
|
strategy
|
8659
7530
|
analysis
|
@@ -8662,12 +7533,6 @@ export const Account = {
|
|
8662
7533
|
createdAt
|
8663
7534
|
updatedAt
|
8664
7535
|
status
|
8665
|
-
alpacaAccount {
|
8666
|
-
id
|
8667
|
-
}
|
8668
|
-
asset {
|
8669
|
-
id
|
8670
|
-
}
|
8671
7536
|
actions {
|
8672
7537
|
id
|
8673
7538
|
sequence
|
@@ -8676,23 +7541,11 @@ export const Account = {
|
|
8676
7541
|
note
|
8677
7542
|
status
|
8678
7543
|
fee
|
8679
|
-
trade {
|
8680
|
-
id
|
8681
|
-
}
|
8682
|
-
order {
|
8683
|
-
id
|
8684
|
-
}
|
8685
7544
|
}
|
8686
7545
|
}
|
8687
|
-
orders {
|
8688
|
-
id
|
8689
|
-
}
|
8690
7546
|
positions {
|
8691
7547
|
id
|
8692
7548
|
assetId
|
8693
|
-
asset {
|
8694
|
-
id
|
8695
|
-
}
|
8696
7549
|
averageEntryPrice
|
8697
7550
|
qty
|
8698
7551
|
qtyAvailable
|
@@ -8706,9 +7559,6 @@ export const Account = {
|
|
8706
7559
|
lastTradePrice
|
8707
7560
|
changeToday
|
8708
7561
|
assetMarginable
|
8709
|
-
alpacaAccount {
|
8710
|
-
id
|
8711
|
-
}
|
8712
7562
|
alpacaAccountId
|
8713
7563
|
}
|
8714
7564
|
newsMentions {
|
@@ -8733,12 +7583,6 @@ export const Account = {
|
|
8733
7583
|
logo
|
8734
7584
|
createdAt
|
8735
7585
|
updatedAt
|
8736
|
-
assets {
|
8737
|
-
id
|
8738
|
-
}
|
8739
|
-
}
|
8740
|
-
asset {
|
8741
|
-
id
|
8742
7586
|
}
|
8743
7587
|
relevancyScore
|
8744
7588
|
sentimentScore
|
@@ -8821,6 +7665,7 @@ export const Account = {
|
|
8821
7665
|
qty
|
8822
7666
|
price
|
8823
7667
|
total
|
7668
|
+
optionType
|
8824
7669
|
signal
|
8825
7670
|
strategy
|
8826
7671
|
analysis
|
@@ -8829,12 +7674,6 @@ export const Account = {
|
|
8829
7674
|
createdAt
|
8830
7675
|
updatedAt
|
8831
7676
|
status
|
8832
|
-
alpacaAccount {
|
8833
|
-
id
|
8834
|
-
}
|
8835
|
-
asset {
|
8836
|
-
id
|
8837
|
-
}
|
8838
7677
|
actions {
|
8839
7678
|
id
|
8840
7679
|
sequence
|
@@ -8843,9 +7682,6 @@ export const Account = {
|
|
8843
7682
|
note
|
8844
7683
|
status
|
8845
7684
|
fee
|
8846
|
-
trade {
|
8847
|
-
id
|
8848
|
-
}
|
8849
7685
|
order {
|
8850
7686
|
id
|
8851
7687
|
clientOrderId
|
@@ -8866,9 +7702,6 @@ export const Account = {
|
|
8866
7702
|
createdAt
|
8867
7703
|
updatedAt
|
8868
7704
|
orderId
|
8869
|
-
Order {
|
8870
|
-
id
|
8871
|
-
}
|
8872
7705
|
}
|
8873
7706
|
takeProfit {
|
8874
7707
|
id
|
@@ -8877,9 +7710,6 @@ export const Account = {
|
|
8877
7710
|
createdAt
|
8878
7711
|
updatedAt
|
8879
7712
|
orderId
|
8880
|
-
Order {
|
8881
|
-
id
|
8882
|
-
}
|
8883
7713
|
}
|
8884
7714
|
trailPrice
|
8885
7715
|
trailPercent
|
@@ -8891,15 +7721,6 @@ export const Account = {
|
|
8891
7721
|
filledAt
|
8892
7722
|
filledAvgPrice
|
8893
7723
|
actionId
|
8894
|
-
alpacaAccount {
|
8895
|
-
id
|
8896
|
-
}
|
8897
|
-
action {
|
8898
|
-
id
|
8899
|
-
}
|
8900
|
-
asset {
|
8901
|
-
id
|
8902
|
-
}
|
8903
7724
|
fee
|
8904
7725
|
strikePrice
|
8905
7726
|
expirationDate
|
@@ -8929,9 +7750,6 @@ export const Account = {
|
|
8929
7750
|
createdAt
|
8930
7751
|
updatedAt
|
8931
7752
|
orderId
|
8932
|
-
Order {
|
8933
|
-
id
|
8934
|
-
}
|
8935
7753
|
}
|
8936
7754
|
takeProfit {
|
8937
7755
|
id
|
@@ -8940,9 +7758,6 @@ export const Account = {
|
|
8940
7758
|
createdAt
|
8941
7759
|
updatedAt
|
8942
7760
|
orderId
|
8943
|
-
Order {
|
8944
|
-
id
|
8945
|
-
}
|
8946
7761
|
}
|
8947
7762
|
trailPrice
|
8948
7763
|
trailPercent
|
@@ -8954,9 +7769,6 @@ export const Account = {
|
|
8954
7769
|
filledAt
|
8955
7770
|
filledAvgPrice
|
8956
7771
|
actionId
|
8957
|
-
alpacaAccount {
|
8958
|
-
id
|
8959
|
-
}
|
8960
7772
|
action {
|
8961
7773
|
id
|
8962
7774
|
sequence
|
@@ -8972,6 +7784,7 @@ export const Account = {
|
|
8972
7784
|
qty
|
8973
7785
|
price
|
8974
7786
|
total
|
7787
|
+
optionType
|
8975
7788
|
signal
|
8976
7789
|
strategy
|
8977
7790
|
analysis
|
@@ -8980,22 +7793,7 @@ export const Account = {
|
|
8980
7793
|
createdAt
|
8981
7794
|
updatedAt
|
8982
7795
|
status
|
8983
|
-
alpacaAccount {
|
8984
|
-
id
|
8985
|
-
}
|
8986
|
-
asset {
|
8987
|
-
id
|
8988
|
-
}
|
8989
|
-
actions {
|
8990
|
-
id
|
8991
|
-
}
|
8992
7796
|
}
|
8993
|
-
order {
|
8994
|
-
id
|
8995
|
-
}
|
8996
|
-
}
|
8997
|
-
asset {
|
8998
|
-
id
|
8999
7797
|
}
|
9000
7798
|
fee
|
9001
7799
|
strikePrice
|
@@ -9004,9 +7802,6 @@ export const Account = {
|
|
9004
7802
|
stopLossId
|
9005
7803
|
takeProfitId
|
9006
7804
|
}
|
9007
|
-
positions {
|
9008
|
-
id
|
9009
|
-
}
|
9010
7805
|
newsMentions {
|
9011
7806
|
id
|
9012
7807
|
assetId
|
@@ -9029,12 +7824,6 @@ export const Account = {
|
|
9029
7824
|
logo
|
9030
7825
|
createdAt
|
9031
7826
|
updatedAt
|
9032
|
-
assets {
|
9033
|
-
id
|
9034
|
-
}
|
9035
|
-
}
|
9036
|
-
asset {
|
9037
|
-
id
|
9038
7827
|
}
|
9039
7828
|
relevancyScore
|
9040
7829
|
sentimentScore
|
@@ -9054,9 +7843,6 @@ export const Account = {
|
|
9054
7843
|
lastTradePrice
|
9055
7844
|
changeToday
|
9056
7845
|
assetMarginable
|
9057
|
-
alpacaAccount {
|
9058
|
-
id
|
9059
|
-
}
|
9060
7846
|
alpacaAccountId
|
9061
7847
|
}
|
9062
7848
|
alerts {
|
@@ -9067,9 +7853,6 @@ export const Account = {
|
|
9067
7853
|
isRead
|
9068
7854
|
createdAt
|
9069
7855
|
updatedAt
|
9070
|
-
alpacaAccount {
|
9071
|
-
id
|
9072
|
-
}
|
9073
7856
|
}
|
9074
7857
|
}
|
9075
7858
|
}
|