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/Session.mjs
CHANGED
@@ -43,9 +43,6 @@ export const Session = {
|
|
43
43
|
stripeCurrentPeriodEnd
|
44
44
|
createdAt
|
45
45
|
updatedAt
|
46
|
-
users {
|
47
|
-
id
|
48
|
-
}
|
49
46
|
}
|
50
47
|
customerId
|
51
48
|
accounts {
|
@@ -63,12 +60,6 @@ export const Session = {
|
|
63
60
|
session_state
|
64
61
|
createdAt
|
65
62
|
updatedAt
|
66
|
-
user {
|
67
|
-
id
|
68
|
-
}
|
69
|
-
}
|
70
|
-
sessions {
|
71
|
-
id
|
72
63
|
}
|
73
64
|
authenticators {
|
74
65
|
id
|
@@ -76,9 +67,6 @@ export const Session = {
|
|
76
67
|
credentialID
|
77
68
|
publicKey
|
78
69
|
counter
|
79
|
-
user {
|
80
|
-
id
|
81
|
-
}
|
82
70
|
createdAt
|
83
71
|
updatedAt
|
84
72
|
}
|
@@ -92,9 +80,6 @@ export const Session = {
|
|
92
80
|
marketOpen
|
93
81
|
minOrderSize
|
94
82
|
maxOrderSize
|
95
|
-
user {
|
96
|
-
id
|
97
|
-
}
|
98
83
|
userId
|
99
84
|
createdAt
|
100
85
|
updatedAt
|
@@ -105,6 +90,7 @@ export const Session = {
|
|
105
90
|
qty
|
106
91
|
price
|
107
92
|
total
|
93
|
+
optionType
|
108
94
|
signal
|
109
95
|
strategy
|
110
96
|
analysis
|
@@ -113,9 +99,6 @@ export const Session = {
|
|
113
99
|
createdAt
|
114
100
|
updatedAt
|
115
101
|
status
|
116
|
-
alpacaAccount {
|
117
|
-
id
|
118
|
-
}
|
119
102
|
asset {
|
120
103
|
id
|
121
104
|
symbol
|
@@ -175,9 +158,6 @@ export const Session = {
|
|
175
158
|
buyPrice
|
176
159
|
createdAt
|
177
160
|
updatedAt
|
178
|
-
trades {
|
179
|
-
id
|
180
|
-
}
|
181
161
|
orders {
|
182
162
|
id
|
183
163
|
clientOrderId
|
@@ -198,9 +178,6 @@ export const Session = {
|
|
198
178
|
createdAt
|
199
179
|
updatedAt
|
200
180
|
orderId
|
201
|
-
Order {
|
202
|
-
id
|
203
|
-
}
|
204
181
|
}
|
205
182
|
takeProfit {
|
206
183
|
id
|
@@ -209,9 +186,6 @@ export const Session = {
|
|
209
186
|
createdAt
|
210
187
|
updatedAt
|
211
188
|
orderId
|
212
|
-
Order {
|
213
|
-
id
|
214
|
-
}
|
215
189
|
}
|
216
190
|
trailPrice
|
217
191
|
trailPercent
|
@@ -223,9 +197,6 @@ export const Session = {
|
|
223
197
|
filledAt
|
224
198
|
filledAvgPrice
|
225
199
|
actionId
|
226
|
-
alpacaAccount {
|
227
|
-
id
|
228
|
-
}
|
229
200
|
action {
|
230
201
|
id
|
231
202
|
sequence
|
@@ -234,15 +205,6 @@ export const Session = {
|
|
234
205
|
note
|
235
206
|
status
|
236
207
|
fee
|
237
|
-
trade {
|
238
|
-
id
|
239
|
-
}
|
240
|
-
order {
|
241
|
-
id
|
242
|
-
}
|
243
|
-
}
|
244
|
-
asset {
|
245
|
-
id
|
246
208
|
}
|
247
209
|
fee
|
248
210
|
strikePrice
|
@@ -254,9 +216,6 @@ export const Session = {
|
|
254
216
|
positions {
|
255
217
|
id
|
256
218
|
assetId
|
257
|
-
asset {
|
258
|
-
id
|
259
|
-
}
|
260
219
|
averageEntryPrice
|
261
220
|
qty
|
262
221
|
qtyAvailable
|
@@ -270,9 +229,6 @@ export const Session = {
|
|
270
229
|
lastTradePrice
|
271
230
|
changeToday
|
272
231
|
assetMarginable
|
273
|
-
alpacaAccount {
|
274
|
-
id
|
275
|
-
}
|
276
232
|
alpacaAccountId
|
277
233
|
}
|
278
234
|
newsMentions {
|
@@ -297,12 +253,6 @@ export const Session = {
|
|
297
253
|
logo
|
298
254
|
createdAt
|
299
255
|
updatedAt
|
300
|
-
assets {
|
301
|
-
id
|
302
|
-
}
|
303
|
-
}
|
304
|
-
asset {
|
305
|
-
id
|
306
256
|
}
|
307
257
|
relevancyScore
|
308
258
|
sentimentScore
|
@@ -317,9 +267,6 @@ export const Session = {
|
|
317
267
|
note
|
318
268
|
status
|
319
269
|
fee
|
320
|
-
trade {
|
321
|
-
id
|
322
|
-
}
|
323
270
|
order {
|
324
271
|
id
|
325
272
|
clientOrderId
|
@@ -340,9 +287,6 @@ export const Session = {
|
|
340
287
|
createdAt
|
341
288
|
updatedAt
|
342
289
|
orderId
|
343
|
-
Order {
|
344
|
-
id
|
345
|
-
}
|
346
290
|
}
|
347
291
|
takeProfit {
|
348
292
|
id
|
@@ -351,9 +295,6 @@ export const Session = {
|
|
351
295
|
createdAt
|
352
296
|
updatedAt
|
353
297
|
orderId
|
354
|
-
Order {
|
355
|
-
id
|
356
|
-
}
|
357
298
|
}
|
358
299
|
trailPrice
|
359
300
|
trailPercent
|
@@ -365,12 +306,6 @@ export const Session = {
|
|
365
306
|
filledAt
|
366
307
|
filledAvgPrice
|
367
308
|
actionId
|
368
|
-
alpacaAccount {
|
369
|
-
id
|
370
|
-
}
|
371
|
-
action {
|
372
|
-
id
|
373
|
-
}
|
374
309
|
asset {
|
375
310
|
id
|
376
311
|
symbol
|
@@ -430,18 +365,9 @@ export const Session = {
|
|
430
365
|
buyPrice
|
431
366
|
createdAt
|
432
367
|
updatedAt
|
433
|
-
trades {
|
434
|
-
id
|
435
|
-
}
|
436
|
-
orders {
|
437
|
-
id
|
438
|
-
}
|
439
368
|
positions {
|
440
369
|
id
|
441
370
|
assetId
|
442
|
-
asset {
|
443
|
-
id
|
444
|
-
}
|
445
371
|
averageEntryPrice
|
446
372
|
qty
|
447
373
|
qtyAvailable
|
@@ -455,9 +381,6 @@ export const Session = {
|
|
455
381
|
lastTradePrice
|
456
382
|
changeToday
|
457
383
|
assetMarginable
|
458
|
-
alpacaAccount {
|
459
|
-
id
|
460
|
-
}
|
461
384
|
alpacaAccountId
|
462
385
|
}
|
463
386
|
newsMentions {
|
@@ -482,12 +405,6 @@ export const Session = {
|
|
482
405
|
logo
|
483
406
|
createdAt
|
484
407
|
updatedAt
|
485
|
-
assets {
|
486
|
-
id
|
487
|
-
}
|
488
|
-
}
|
489
|
-
asset {
|
490
|
-
id
|
491
408
|
}
|
492
409
|
relevancyScore
|
493
410
|
sentimentScore
|
@@ -523,9 +440,6 @@ export const Session = {
|
|
523
440
|
createdAt
|
524
441
|
updatedAt
|
525
442
|
orderId
|
526
|
-
Order {
|
527
|
-
id
|
528
|
-
}
|
529
443
|
}
|
530
444
|
takeProfit {
|
531
445
|
id
|
@@ -534,9 +448,6 @@ export const Session = {
|
|
534
448
|
createdAt
|
535
449
|
updatedAt
|
536
450
|
orderId
|
537
|
-
Order {
|
538
|
-
id
|
539
|
-
}
|
540
451
|
}
|
541
452
|
trailPrice
|
542
453
|
trailPercent
|
@@ -548,9 +459,6 @@ export const Session = {
|
|
548
459
|
filledAt
|
549
460
|
filledAvgPrice
|
550
461
|
actionId
|
551
|
-
alpacaAccount {
|
552
|
-
id
|
553
|
-
}
|
554
462
|
action {
|
555
463
|
id
|
556
464
|
sequence
|
@@ -566,6 +474,7 @@ export const Session = {
|
|
566
474
|
qty
|
567
475
|
price
|
568
476
|
total
|
477
|
+
optionType
|
569
478
|
signal
|
570
479
|
strategy
|
571
480
|
analysis
|
@@ -574,9 +483,6 @@ export const Session = {
|
|
574
483
|
createdAt
|
575
484
|
updatedAt
|
576
485
|
status
|
577
|
-
alpacaAccount {
|
578
|
-
id
|
579
|
-
}
|
580
486
|
asset {
|
581
487
|
id
|
582
488
|
symbol
|
@@ -636,18 +542,9 @@ export const Session = {
|
|
636
542
|
buyPrice
|
637
543
|
createdAt
|
638
544
|
updatedAt
|
639
|
-
trades {
|
640
|
-
id
|
641
|
-
}
|
642
|
-
orders {
|
643
|
-
id
|
644
|
-
}
|
645
545
|
positions {
|
646
546
|
id
|
647
547
|
assetId
|
648
|
-
asset {
|
649
|
-
id
|
650
|
-
}
|
651
548
|
averageEntryPrice
|
652
549
|
qty
|
653
550
|
qtyAvailable
|
@@ -661,9 +558,6 @@ export const Session = {
|
|
661
558
|
lastTradePrice
|
662
559
|
changeToday
|
663
560
|
assetMarginable
|
664
|
-
alpacaAccount {
|
665
|
-
id
|
666
|
-
}
|
667
561
|
alpacaAccountId
|
668
562
|
}
|
669
563
|
newsMentions {
|
@@ -688,24 +582,12 @@ export const Session = {
|
|
688
582
|
logo
|
689
583
|
createdAt
|
690
584
|
updatedAt
|
691
|
-
assets {
|
692
|
-
id
|
693
|
-
}
|
694
|
-
}
|
695
|
-
asset {
|
696
|
-
id
|
697
585
|
}
|
698
586
|
relevancyScore
|
699
587
|
sentimentScore
|
700
588
|
sentimentLabel
|
701
589
|
}
|
702
590
|
}
|
703
|
-
actions {
|
704
|
-
id
|
705
|
-
}
|
706
|
-
}
|
707
|
-
order {
|
708
|
-
id
|
709
591
|
}
|
710
592
|
}
|
711
593
|
asset {
|
@@ -774,6 +656,7 @@ export const Session = {
|
|
774
656
|
qty
|
775
657
|
price
|
776
658
|
total
|
659
|
+
optionType
|
777
660
|
signal
|
778
661
|
strategy
|
779
662
|
analysis
|
@@ -782,12 +665,6 @@ export const Session = {
|
|
782
665
|
createdAt
|
783
666
|
updatedAt
|
784
667
|
status
|
785
|
-
alpacaAccount {
|
786
|
-
id
|
787
|
-
}
|
788
|
-
asset {
|
789
|
-
id
|
790
|
-
}
|
791
668
|
actions {
|
792
669
|
id
|
793
670
|
sequence
|
@@ -796,23 +673,11 @@ export const Session = {
|
|
796
673
|
note
|
797
674
|
status
|
798
675
|
fee
|
799
|
-
trade {
|
800
|
-
id
|
801
|
-
}
|
802
|
-
order {
|
803
|
-
id
|
804
|
-
}
|
805
676
|
}
|
806
677
|
}
|
807
|
-
orders {
|
808
|
-
id
|
809
|
-
}
|
810
678
|
positions {
|
811
679
|
id
|
812
680
|
assetId
|
813
|
-
asset {
|
814
|
-
id
|
815
|
-
}
|
816
681
|
averageEntryPrice
|
817
682
|
qty
|
818
683
|
qtyAvailable
|
@@ -826,9 +691,6 @@ export const Session = {
|
|
826
691
|
lastTradePrice
|
827
692
|
changeToday
|
828
693
|
assetMarginable
|
829
|
-
alpacaAccount {
|
830
|
-
id
|
831
|
-
}
|
832
694
|
alpacaAccountId
|
833
695
|
}
|
834
696
|
newsMentions {
|
@@ -853,12 +715,6 @@ export const Session = {
|
|
853
715
|
logo
|
854
716
|
createdAt
|
855
717
|
updatedAt
|
856
|
-
assets {
|
857
|
-
id
|
858
|
-
}
|
859
|
-
}
|
860
|
-
asset {
|
861
|
-
id
|
862
718
|
}
|
863
719
|
relevancyScore
|
864
720
|
sentimentScore
|
@@ -941,6 +797,7 @@ export const Session = {
|
|
941
797
|
qty
|
942
798
|
price
|
943
799
|
total
|
800
|
+
optionType
|
944
801
|
signal
|
945
802
|
strategy
|
946
803
|
analysis
|
@@ -949,12 +806,6 @@ export const Session = {
|
|
949
806
|
createdAt
|
950
807
|
updatedAt
|
951
808
|
status
|
952
|
-
alpacaAccount {
|
953
|
-
id
|
954
|
-
}
|
955
|
-
asset {
|
956
|
-
id
|
957
|
-
}
|
958
809
|
actions {
|
959
810
|
id
|
960
811
|
sequence
|
@@ -963,9 +814,6 @@ export const Session = {
|
|
963
814
|
note
|
964
815
|
status
|
965
816
|
fee
|
966
|
-
trade {
|
967
|
-
id
|
968
|
-
}
|
969
817
|
order {
|
970
818
|
id
|
971
819
|
clientOrderId
|
@@ -986,9 +834,6 @@ export const Session = {
|
|
986
834
|
createdAt
|
987
835
|
updatedAt
|
988
836
|
orderId
|
989
|
-
Order {
|
990
|
-
id
|
991
|
-
}
|
992
837
|
}
|
993
838
|
takeProfit {
|
994
839
|
id
|
@@ -997,9 +842,6 @@ export const Session = {
|
|
997
842
|
createdAt
|
998
843
|
updatedAt
|
999
844
|
orderId
|
1000
|
-
Order {
|
1001
|
-
id
|
1002
|
-
}
|
1003
845
|
}
|
1004
846
|
trailPrice
|
1005
847
|
trailPercent
|
@@ -1011,15 +853,6 @@ export const Session = {
|
|
1011
853
|
filledAt
|
1012
854
|
filledAvgPrice
|
1013
855
|
actionId
|
1014
|
-
alpacaAccount {
|
1015
|
-
id
|
1016
|
-
}
|
1017
|
-
action {
|
1018
|
-
id
|
1019
|
-
}
|
1020
|
-
asset {
|
1021
|
-
id
|
1022
|
-
}
|
1023
856
|
fee
|
1024
857
|
strikePrice
|
1025
858
|
expirationDate
|
@@ -1049,9 +882,6 @@ export const Session = {
|
|
1049
882
|
createdAt
|
1050
883
|
updatedAt
|
1051
884
|
orderId
|
1052
|
-
Order {
|
1053
|
-
id
|
1054
|
-
}
|
1055
885
|
}
|
1056
886
|
takeProfit {
|
1057
887
|
id
|
@@ -1060,9 +890,6 @@ export const Session = {
|
|
1060
890
|
createdAt
|
1061
891
|
updatedAt
|
1062
892
|
orderId
|
1063
|
-
Order {
|
1064
|
-
id
|
1065
|
-
}
|
1066
893
|
}
|
1067
894
|
trailPrice
|
1068
895
|
trailPercent
|
@@ -1074,9 +901,6 @@ export const Session = {
|
|
1074
901
|
filledAt
|
1075
902
|
filledAvgPrice
|
1076
903
|
actionId
|
1077
|
-
alpacaAccount {
|
1078
|
-
id
|
1079
|
-
}
|
1080
904
|
action {
|
1081
905
|
id
|
1082
906
|
sequence
|
@@ -1092,6 +916,7 @@ export const Session = {
|
|
1092
916
|
qty
|
1093
917
|
price
|
1094
918
|
total
|
919
|
+
optionType
|
1095
920
|
signal
|
1096
921
|
strategy
|
1097
922
|
analysis
|
@@ -1100,23 +925,8 @@ export const Session = {
|
|
1100
925
|
createdAt
|
1101
926
|
updatedAt
|
1102
927
|
status
|
1103
|
-
alpacaAccount {
|
1104
|
-
id
|
1105
|
-
}
|
1106
|
-
asset {
|
1107
|
-
id
|
1108
|
-
}
|
1109
|
-
actions {
|
1110
|
-
id
|
1111
|
-
}
|
1112
|
-
}
|
1113
|
-
order {
|
1114
|
-
id
|
1115
928
|
}
|
1116
929
|
}
|
1117
|
-
asset {
|
1118
|
-
id
|
1119
|
-
}
|
1120
930
|
fee
|
1121
931
|
strikePrice
|
1122
932
|
expirationDate
|
@@ -1124,9 +934,6 @@ export const Session = {
|
|
1124
934
|
stopLossId
|
1125
935
|
takeProfitId
|
1126
936
|
}
|
1127
|
-
positions {
|
1128
|
-
id
|
1129
|
-
}
|
1130
937
|
newsMentions {
|
1131
938
|
id
|
1132
939
|
assetId
|
@@ -1149,12 +956,6 @@ export const Session = {
|
|
1149
956
|
logo
|
1150
957
|
createdAt
|
1151
958
|
updatedAt
|
1152
|
-
assets {
|
1153
|
-
id
|
1154
|
-
}
|
1155
|
-
}
|
1156
|
-
asset {
|
1157
|
-
id
|
1158
959
|
}
|
1159
960
|
relevancyScore
|
1160
961
|
sentimentScore
|
@@ -1174,9 +975,6 @@ export const Session = {
|
|
1174
975
|
lastTradePrice
|
1175
976
|
changeToday
|
1176
977
|
assetMarginable
|
1177
|
-
alpacaAccount {
|
1178
|
-
id
|
1179
|
-
}
|
1180
978
|
alpacaAccountId
|
1181
979
|
}
|
1182
980
|
alerts {
|
@@ -1187,9 +985,6 @@ export const Session = {
|
|
1187
985
|
isRead
|
1188
986
|
createdAt
|
1189
987
|
updatedAt
|
1190
|
-
alpacaAccount {
|
1191
|
-
id
|
1192
|
-
}
|
1193
988
|
}
|
1194
989
|
}
|
1195
990
|
}
|
@@ -1323,6 +1118,7 @@ export const Session = {
|
|
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,
|
@@ -1511,9 +1307,6 @@ export const Session = {
|
|
1511
1307
|
stripeCurrentPeriodEnd
|
1512
1308
|
createdAt
|
1513
1309
|
updatedAt
|
1514
|
-
users {
|
1515
|
-
id
|
1516
|
-
}
|
1517
1310
|
}
|
1518
1311
|
customerId
|
1519
1312
|
accounts {
|
@@ -1531,12 +1324,6 @@ export const Session = {
|
|
1531
1324
|
session_state
|
1532
1325
|
createdAt
|
1533
1326
|
updatedAt
|
1534
|
-
user {
|
1535
|
-
id
|
1536
|
-
}
|
1537
|
-
}
|
1538
|
-
sessions {
|
1539
|
-
id
|
1540
1327
|
}
|
1541
1328
|
authenticators {
|
1542
1329
|
id
|
@@ -1544,9 +1331,6 @@ export const Session = {
|
|
1544
1331
|
credentialID
|
1545
1332
|
publicKey
|
1546
1333
|
counter
|
1547
|
-
user {
|
1548
|
-
id
|
1549
|
-
}
|
1550
1334
|
createdAt
|
1551
1335
|
updatedAt
|
1552
1336
|
}
|
@@ -1560,9 +1344,6 @@ export const Session = {
|
|
1560
1344
|
marketOpen
|
1561
1345
|
minOrderSize
|
1562
1346
|
maxOrderSize
|
1563
|
-
user {
|
1564
|
-
id
|
1565
|
-
}
|
1566
1347
|
userId
|
1567
1348
|
createdAt
|
1568
1349
|
updatedAt
|
@@ -1573,6 +1354,7 @@ export const Session = {
|
|
1573
1354
|
qty
|
1574
1355
|
price
|
1575
1356
|
total
|
1357
|
+
optionType
|
1576
1358
|
signal
|
1577
1359
|
strategy
|
1578
1360
|
analysis
|
@@ -1581,9 +1363,6 @@ export const Session = {
|
|
1581
1363
|
createdAt
|
1582
1364
|
updatedAt
|
1583
1365
|
status
|
1584
|
-
alpacaAccount {
|
1585
|
-
id
|
1586
|
-
}
|
1587
1366
|
asset {
|
1588
1367
|
id
|
1589
1368
|
symbol
|
@@ -1643,9 +1422,6 @@ export const Session = {
|
|
1643
1422
|
buyPrice
|
1644
1423
|
createdAt
|
1645
1424
|
updatedAt
|
1646
|
-
trades {
|
1647
|
-
id
|
1648
|
-
}
|
1649
1425
|
orders {
|
1650
1426
|
id
|
1651
1427
|
clientOrderId
|
@@ -1666,9 +1442,6 @@ export const Session = {
|
|
1666
1442
|
createdAt
|
1667
1443
|
updatedAt
|
1668
1444
|
orderId
|
1669
|
-
Order {
|
1670
|
-
id
|
1671
|
-
}
|
1672
1445
|
}
|
1673
1446
|
takeProfit {
|
1674
1447
|
id
|
@@ -1677,9 +1450,6 @@ export const Session = {
|
|
1677
1450
|
createdAt
|
1678
1451
|
updatedAt
|
1679
1452
|
orderId
|
1680
|
-
Order {
|
1681
|
-
id
|
1682
|
-
}
|
1683
1453
|
}
|
1684
1454
|
trailPrice
|
1685
1455
|
trailPercent
|
@@ -1691,9 +1461,6 @@ export const Session = {
|
|
1691
1461
|
filledAt
|
1692
1462
|
filledAvgPrice
|
1693
1463
|
actionId
|
1694
|
-
alpacaAccount {
|
1695
|
-
id
|
1696
|
-
}
|
1697
1464
|
action {
|
1698
1465
|
id
|
1699
1466
|
sequence
|
@@ -1702,15 +1469,6 @@ export const Session = {
|
|
1702
1469
|
note
|
1703
1470
|
status
|
1704
1471
|
fee
|
1705
|
-
trade {
|
1706
|
-
id
|
1707
|
-
}
|
1708
|
-
order {
|
1709
|
-
id
|
1710
|
-
}
|
1711
|
-
}
|
1712
|
-
asset {
|
1713
|
-
id
|
1714
1472
|
}
|
1715
1473
|
fee
|
1716
1474
|
strikePrice
|
@@ -1722,9 +1480,6 @@ export const Session = {
|
|
1722
1480
|
positions {
|
1723
1481
|
id
|
1724
1482
|
assetId
|
1725
|
-
asset {
|
1726
|
-
id
|
1727
|
-
}
|
1728
1483
|
averageEntryPrice
|
1729
1484
|
qty
|
1730
1485
|
qtyAvailable
|
@@ -1738,9 +1493,6 @@ export const Session = {
|
|
1738
1493
|
lastTradePrice
|
1739
1494
|
changeToday
|
1740
1495
|
assetMarginable
|
1741
|
-
alpacaAccount {
|
1742
|
-
id
|
1743
|
-
}
|
1744
1496
|
alpacaAccountId
|
1745
1497
|
}
|
1746
1498
|
newsMentions {
|
@@ -1765,12 +1517,6 @@ export const Session = {
|
|
1765
1517
|
logo
|
1766
1518
|
createdAt
|
1767
1519
|
updatedAt
|
1768
|
-
assets {
|
1769
|
-
id
|
1770
|
-
}
|
1771
|
-
}
|
1772
|
-
asset {
|
1773
|
-
id
|
1774
1520
|
}
|
1775
1521
|
relevancyScore
|
1776
1522
|
sentimentScore
|
@@ -1785,9 +1531,6 @@ export const Session = {
|
|
1785
1531
|
note
|
1786
1532
|
status
|
1787
1533
|
fee
|
1788
|
-
trade {
|
1789
|
-
id
|
1790
|
-
}
|
1791
1534
|
order {
|
1792
1535
|
id
|
1793
1536
|
clientOrderId
|
@@ -1808,9 +1551,6 @@ export const Session = {
|
|
1808
1551
|
createdAt
|
1809
1552
|
updatedAt
|
1810
1553
|
orderId
|
1811
|
-
Order {
|
1812
|
-
id
|
1813
|
-
}
|
1814
1554
|
}
|
1815
1555
|
takeProfit {
|
1816
1556
|
id
|
@@ -1819,9 +1559,6 @@ export const Session = {
|
|
1819
1559
|
createdAt
|
1820
1560
|
updatedAt
|
1821
1561
|
orderId
|
1822
|
-
Order {
|
1823
|
-
id
|
1824
|
-
}
|
1825
1562
|
}
|
1826
1563
|
trailPrice
|
1827
1564
|
trailPercent
|
@@ -1833,12 +1570,6 @@ export const Session = {
|
|
1833
1570
|
filledAt
|
1834
1571
|
filledAvgPrice
|
1835
1572
|
actionId
|
1836
|
-
alpacaAccount {
|
1837
|
-
id
|
1838
|
-
}
|
1839
|
-
action {
|
1840
|
-
id
|
1841
|
-
}
|
1842
1573
|
asset {
|
1843
1574
|
id
|
1844
1575
|
symbol
|
@@ -1898,18 +1629,9 @@ export const Session = {
|
|
1898
1629
|
buyPrice
|
1899
1630
|
createdAt
|
1900
1631
|
updatedAt
|
1901
|
-
trades {
|
1902
|
-
id
|
1903
|
-
}
|
1904
|
-
orders {
|
1905
|
-
id
|
1906
|
-
}
|
1907
1632
|
positions {
|
1908
1633
|
id
|
1909
1634
|
assetId
|
1910
|
-
asset {
|
1911
|
-
id
|
1912
|
-
}
|
1913
1635
|
averageEntryPrice
|
1914
1636
|
qty
|
1915
1637
|
qtyAvailable
|
@@ -1923,9 +1645,6 @@ export const Session = {
|
|
1923
1645
|
lastTradePrice
|
1924
1646
|
changeToday
|
1925
1647
|
assetMarginable
|
1926
|
-
alpacaAccount {
|
1927
|
-
id
|
1928
|
-
}
|
1929
1648
|
alpacaAccountId
|
1930
1649
|
}
|
1931
1650
|
newsMentions {
|
@@ -1950,12 +1669,6 @@ export const Session = {
|
|
1950
1669
|
logo
|
1951
1670
|
createdAt
|
1952
1671
|
updatedAt
|
1953
|
-
assets {
|
1954
|
-
id
|
1955
|
-
}
|
1956
|
-
}
|
1957
|
-
asset {
|
1958
|
-
id
|
1959
1672
|
}
|
1960
1673
|
relevancyScore
|
1961
1674
|
sentimentScore
|
@@ -1991,9 +1704,6 @@ export const Session = {
|
|
1991
1704
|
createdAt
|
1992
1705
|
updatedAt
|
1993
1706
|
orderId
|
1994
|
-
Order {
|
1995
|
-
id
|
1996
|
-
}
|
1997
1707
|
}
|
1998
1708
|
takeProfit {
|
1999
1709
|
id
|
@@ -2002,9 +1712,6 @@ export const Session = {
|
|
2002
1712
|
createdAt
|
2003
1713
|
updatedAt
|
2004
1714
|
orderId
|
2005
|
-
Order {
|
2006
|
-
id
|
2007
|
-
}
|
2008
1715
|
}
|
2009
1716
|
trailPrice
|
2010
1717
|
trailPercent
|
@@ -2016,9 +1723,6 @@ export const Session = {
|
|
2016
1723
|
filledAt
|
2017
1724
|
filledAvgPrice
|
2018
1725
|
actionId
|
2019
|
-
alpacaAccount {
|
2020
|
-
id
|
2021
|
-
}
|
2022
1726
|
action {
|
2023
1727
|
id
|
2024
1728
|
sequence
|
@@ -2034,6 +1738,7 @@ export const Session = {
|
|
2034
1738
|
qty
|
2035
1739
|
price
|
2036
1740
|
total
|
1741
|
+
optionType
|
2037
1742
|
signal
|
2038
1743
|
strategy
|
2039
1744
|
analysis
|
@@ -2042,9 +1747,6 @@ export const Session = {
|
|
2042
1747
|
createdAt
|
2043
1748
|
updatedAt
|
2044
1749
|
status
|
2045
|
-
alpacaAccount {
|
2046
|
-
id
|
2047
|
-
}
|
2048
1750
|
asset {
|
2049
1751
|
id
|
2050
1752
|
symbol
|
@@ -2104,18 +1806,9 @@ export const Session = {
|
|
2104
1806
|
buyPrice
|
2105
1807
|
createdAt
|
2106
1808
|
updatedAt
|
2107
|
-
trades {
|
2108
|
-
id
|
2109
|
-
}
|
2110
|
-
orders {
|
2111
|
-
id
|
2112
|
-
}
|
2113
1809
|
positions {
|
2114
1810
|
id
|
2115
1811
|
assetId
|
2116
|
-
asset {
|
2117
|
-
id
|
2118
|
-
}
|
2119
1812
|
averageEntryPrice
|
2120
1813
|
qty
|
2121
1814
|
qtyAvailable
|
@@ -2129,9 +1822,6 @@ export const Session = {
|
|
2129
1822
|
lastTradePrice
|
2130
1823
|
changeToday
|
2131
1824
|
assetMarginable
|
2132
|
-
alpacaAccount {
|
2133
|
-
id
|
2134
|
-
}
|
2135
1825
|
alpacaAccountId
|
2136
1826
|
}
|
2137
1827
|
newsMentions {
|
@@ -2156,24 +1846,12 @@ export const Session = {
|
|
2156
1846
|
logo
|
2157
1847
|
createdAt
|
2158
1848
|
updatedAt
|
2159
|
-
assets {
|
2160
|
-
id
|
2161
|
-
}
|
2162
|
-
}
|
2163
|
-
asset {
|
2164
|
-
id
|
2165
1849
|
}
|
2166
1850
|
relevancyScore
|
2167
1851
|
sentimentScore
|
2168
1852
|
sentimentLabel
|
2169
1853
|
}
|
2170
1854
|
}
|
2171
|
-
actions {
|
2172
|
-
id
|
2173
|
-
}
|
2174
|
-
}
|
2175
|
-
order {
|
2176
|
-
id
|
2177
1855
|
}
|
2178
1856
|
}
|
2179
1857
|
asset {
|
@@ -2242,6 +1920,7 @@ export const Session = {
|
|
2242
1920
|
qty
|
2243
1921
|
price
|
2244
1922
|
total
|
1923
|
+
optionType
|
2245
1924
|
signal
|
2246
1925
|
strategy
|
2247
1926
|
analysis
|
@@ -2250,12 +1929,6 @@ export const Session = {
|
|
2250
1929
|
createdAt
|
2251
1930
|
updatedAt
|
2252
1931
|
status
|
2253
|
-
alpacaAccount {
|
2254
|
-
id
|
2255
|
-
}
|
2256
|
-
asset {
|
2257
|
-
id
|
2258
|
-
}
|
2259
1932
|
actions {
|
2260
1933
|
id
|
2261
1934
|
sequence
|
@@ -2264,23 +1937,11 @@ export const Session = {
|
|
2264
1937
|
note
|
2265
1938
|
status
|
2266
1939
|
fee
|
2267
|
-
trade {
|
2268
|
-
id
|
2269
|
-
}
|
2270
|
-
order {
|
2271
|
-
id
|
2272
|
-
}
|
2273
1940
|
}
|
2274
1941
|
}
|
2275
|
-
orders {
|
2276
|
-
id
|
2277
|
-
}
|
2278
1942
|
positions {
|
2279
1943
|
id
|
2280
1944
|
assetId
|
2281
|
-
asset {
|
2282
|
-
id
|
2283
|
-
}
|
2284
1945
|
averageEntryPrice
|
2285
1946
|
qty
|
2286
1947
|
qtyAvailable
|
@@ -2294,9 +1955,6 @@ export const Session = {
|
|
2294
1955
|
lastTradePrice
|
2295
1956
|
changeToday
|
2296
1957
|
assetMarginable
|
2297
|
-
alpacaAccount {
|
2298
|
-
id
|
2299
|
-
}
|
2300
1958
|
alpacaAccountId
|
2301
1959
|
}
|
2302
1960
|
newsMentions {
|
@@ -2321,12 +1979,6 @@ export const Session = {
|
|
2321
1979
|
logo
|
2322
1980
|
createdAt
|
2323
1981
|
updatedAt
|
2324
|
-
assets {
|
2325
|
-
id
|
2326
|
-
}
|
2327
|
-
}
|
2328
|
-
asset {
|
2329
|
-
id
|
2330
1982
|
}
|
2331
1983
|
relevancyScore
|
2332
1984
|
sentimentScore
|
@@ -2409,6 +2061,7 @@ export const Session = {
|
|
2409
2061
|
qty
|
2410
2062
|
price
|
2411
2063
|
total
|
2064
|
+
optionType
|
2412
2065
|
signal
|
2413
2066
|
strategy
|
2414
2067
|
analysis
|
@@ -2417,12 +2070,6 @@ export const Session = {
|
|
2417
2070
|
createdAt
|
2418
2071
|
updatedAt
|
2419
2072
|
status
|
2420
|
-
alpacaAccount {
|
2421
|
-
id
|
2422
|
-
}
|
2423
|
-
asset {
|
2424
|
-
id
|
2425
|
-
}
|
2426
2073
|
actions {
|
2427
2074
|
id
|
2428
2075
|
sequence
|
@@ -2431,9 +2078,6 @@ export const Session = {
|
|
2431
2078
|
note
|
2432
2079
|
status
|
2433
2080
|
fee
|
2434
|
-
trade {
|
2435
|
-
id
|
2436
|
-
}
|
2437
2081
|
order {
|
2438
2082
|
id
|
2439
2083
|
clientOrderId
|
@@ -2454,9 +2098,6 @@ export const Session = {
|
|
2454
2098
|
createdAt
|
2455
2099
|
updatedAt
|
2456
2100
|
orderId
|
2457
|
-
Order {
|
2458
|
-
id
|
2459
|
-
}
|
2460
2101
|
}
|
2461
2102
|
takeProfit {
|
2462
2103
|
id
|
@@ -2465,9 +2106,6 @@ export const Session = {
|
|
2465
2106
|
createdAt
|
2466
2107
|
updatedAt
|
2467
2108
|
orderId
|
2468
|
-
Order {
|
2469
|
-
id
|
2470
|
-
}
|
2471
2109
|
}
|
2472
2110
|
trailPrice
|
2473
2111
|
trailPercent
|
@@ -2479,15 +2117,6 @@ export const Session = {
|
|
2479
2117
|
filledAt
|
2480
2118
|
filledAvgPrice
|
2481
2119
|
actionId
|
2482
|
-
alpacaAccount {
|
2483
|
-
id
|
2484
|
-
}
|
2485
|
-
action {
|
2486
|
-
id
|
2487
|
-
}
|
2488
|
-
asset {
|
2489
|
-
id
|
2490
|
-
}
|
2491
2120
|
fee
|
2492
2121
|
strikePrice
|
2493
2122
|
expirationDate
|
@@ -2517,9 +2146,6 @@ export const Session = {
|
|
2517
2146
|
createdAt
|
2518
2147
|
updatedAt
|
2519
2148
|
orderId
|
2520
|
-
Order {
|
2521
|
-
id
|
2522
|
-
}
|
2523
2149
|
}
|
2524
2150
|
takeProfit {
|
2525
2151
|
id
|
@@ -2528,9 +2154,6 @@ export const Session = {
|
|
2528
2154
|
createdAt
|
2529
2155
|
updatedAt
|
2530
2156
|
orderId
|
2531
|
-
Order {
|
2532
|
-
id
|
2533
|
-
}
|
2534
2157
|
}
|
2535
2158
|
trailPrice
|
2536
2159
|
trailPercent
|
@@ -2542,9 +2165,6 @@ export const Session = {
|
|
2542
2165
|
filledAt
|
2543
2166
|
filledAvgPrice
|
2544
2167
|
actionId
|
2545
|
-
alpacaAccount {
|
2546
|
-
id
|
2547
|
-
}
|
2548
2168
|
action {
|
2549
2169
|
id
|
2550
2170
|
sequence
|
@@ -2560,6 +2180,7 @@ export const Session = {
|
|
2560
2180
|
qty
|
2561
2181
|
price
|
2562
2182
|
total
|
2183
|
+
optionType
|
2563
2184
|
signal
|
2564
2185
|
strategy
|
2565
2186
|
analysis
|
@@ -2568,23 +2189,8 @@ export const Session = {
|
|
2568
2189
|
createdAt
|
2569
2190
|
updatedAt
|
2570
2191
|
status
|
2571
|
-
alpacaAccount {
|
2572
|
-
id
|
2573
|
-
}
|
2574
|
-
asset {
|
2575
|
-
id
|
2576
|
-
}
|
2577
|
-
actions {
|
2578
|
-
id
|
2579
|
-
}
|
2580
|
-
}
|
2581
|
-
order {
|
2582
|
-
id
|
2583
2192
|
}
|
2584
2193
|
}
|
2585
|
-
asset {
|
2586
|
-
id
|
2587
|
-
}
|
2588
2194
|
fee
|
2589
2195
|
strikePrice
|
2590
2196
|
expirationDate
|
@@ -2592,9 +2198,6 @@ export const Session = {
|
|
2592
2198
|
stopLossId
|
2593
2199
|
takeProfitId
|
2594
2200
|
}
|
2595
|
-
positions {
|
2596
|
-
id
|
2597
|
-
}
|
2598
2201
|
newsMentions {
|
2599
2202
|
id
|
2600
2203
|
assetId
|
@@ -2617,12 +2220,6 @@ export const Session = {
|
|
2617
2220
|
logo
|
2618
2221
|
createdAt
|
2619
2222
|
updatedAt
|
2620
|
-
assets {
|
2621
|
-
id
|
2622
|
-
}
|
2623
|
-
}
|
2624
|
-
asset {
|
2625
|
-
id
|
2626
2223
|
}
|
2627
2224
|
relevancyScore
|
2628
2225
|
sentimentScore
|
@@ -2642,9 +2239,6 @@ export const Session = {
|
|
2642
2239
|
lastTradePrice
|
2643
2240
|
changeToday
|
2644
2241
|
assetMarginable
|
2645
|
-
alpacaAccount {
|
2646
|
-
id
|
2647
|
-
}
|
2648
2242
|
alpacaAccountId
|
2649
2243
|
}
|
2650
2244
|
alerts {
|
@@ -2655,9 +2249,6 @@ export const Session = {
|
|
2655
2249
|
isRead
|
2656
2250
|
createdAt
|
2657
2251
|
updatedAt
|
2658
|
-
alpacaAccount {
|
2659
|
-
id
|
2660
|
-
}
|
2661
2252
|
}
|
2662
2253
|
}
|
2663
2254
|
}
|
@@ -2901,6 +2492,9 @@ export const Session = {
|
|
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 Session = {
|
|
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 Session = {
|
|
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,
|
@@ -3350,6 +2946,7 @@ export const Session = {
|
|
3350
2946
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3351
2947
|
price: item.price !== undefined ? item.price : undefined,
|
3352
2948
|
total: item.total !== undefined ? item.total : undefined,
|
2949
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3353
2950
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3354
2951
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3355
2952
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3713,6 +3310,9 @@ export const Session = {
|
|
3713
3310
|
total: item.total !== undefined ? {
|
3714
3311
|
set: item.total
|
3715
3312
|
} : undefined,
|
3313
|
+
optionType: item.optionType !== undefined ? {
|
3314
|
+
set: item.optionType
|
3315
|
+
} : undefined,
|
3716
3316
|
signal: item.signal !== undefined ? {
|
3717
3317
|
set: item.signal
|
3718
3318
|
} : undefined,
|
@@ -3736,6 +3336,7 @@ export const Session = {
|
|
3736
3336
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3737
3337
|
price: item.price !== undefined ? item.price : undefined,
|
3738
3338
|
total: item.total !== undefined ? item.total : undefined,
|
3339
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3739
3340
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3740
3341
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3741
3342
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3962,6 +3563,7 @@ export const Session = {
|
|
3962
3563
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3963
3564
|
price: item.price !== undefined ? item.price : undefined,
|
3964
3565
|
total: item.total !== undefined ? item.total : undefined,
|
3566
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3965
3567
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3966
3568
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3967
3569
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4162,6 +3764,7 @@ export const Session = {
|
|
4162
3764
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4163
3765
|
price: item.price !== undefined ? item.price : undefined,
|
4164
3766
|
total: item.total !== undefined ? item.total : undefined,
|
3767
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4165
3768
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4166
3769
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4167
3770
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4313,9 +3916,6 @@ export const Session = {
|
|
4313
3916
|
stripeCurrentPeriodEnd
|
4314
3917
|
createdAt
|
4315
3918
|
updatedAt
|
4316
|
-
users {
|
4317
|
-
id
|
4318
|
-
}
|
4319
3919
|
}
|
4320
3920
|
customerId
|
4321
3921
|
accounts {
|
@@ -4333,12 +3933,6 @@ export const Session = {
|
|
4333
3933
|
session_state
|
4334
3934
|
createdAt
|
4335
3935
|
updatedAt
|
4336
|
-
user {
|
4337
|
-
id
|
4338
|
-
}
|
4339
|
-
}
|
4340
|
-
sessions {
|
4341
|
-
id
|
4342
3936
|
}
|
4343
3937
|
authenticators {
|
4344
3938
|
id
|
@@ -4346,9 +3940,6 @@ export const Session = {
|
|
4346
3940
|
credentialID
|
4347
3941
|
publicKey
|
4348
3942
|
counter
|
4349
|
-
user {
|
4350
|
-
id
|
4351
|
-
}
|
4352
3943
|
createdAt
|
4353
3944
|
updatedAt
|
4354
3945
|
}
|
@@ -4362,9 +3953,6 @@ export const Session = {
|
|
4362
3953
|
marketOpen
|
4363
3954
|
minOrderSize
|
4364
3955
|
maxOrderSize
|
4365
|
-
user {
|
4366
|
-
id
|
4367
|
-
}
|
4368
3956
|
userId
|
4369
3957
|
createdAt
|
4370
3958
|
updatedAt
|
@@ -4375,6 +3963,7 @@ export const Session = {
|
|
4375
3963
|
qty
|
4376
3964
|
price
|
4377
3965
|
total
|
3966
|
+
optionType
|
4378
3967
|
signal
|
4379
3968
|
strategy
|
4380
3969
|
analysis
|
@@ -4383,9 +3972,6 @@ export const Session = {
|
|
4383
3972
|
createdAt
|
4384
3973
|
updatedAt
|
4385
3974
|
status
|
4386
|
-
alpacaAccount {
|
4387
|
-
id
|
4388
|
-
}
|
4389
3975
|
asset {
|
4390
3976
|
id
|
4391
3977
|
symbol
|
@@ -4445,9 +4031,6 @@ export const Session = {
|
|
4445
4031
|
buyPrice
|
4446
4032
|
createdAt
|
4447
4033
|
updatedAt
|
4448
|
-
trades {
|
4449
|
-
id
|
4450
|
-
}
|
4451
4034
|
orders {
|
4452
4035
|
id
|
4453
4036
|
clientOrderId
|
@@ -4468,9 +4051,6 @@ export const Session = {
|
|
4468
4051
|
createdAt
|
4469
4052
|
updatedAt
|
4470
4053
|
orderId
|
4471
|
-
Order {
|
4472
|
-
id
|
4473
|
-
}
|
4474
4054
|
}
|
4475
4055
|
takeProfit {
|
4476
4056
|
id
|
@@ -4479,9 +4059,6 @@ export const Session = {
|
|
4479
4059
|
createdAt
|
4480
4060
|
updatedAt
|
4481
4061
|
orderId
|
4482
|
-
Order {
|
4483
|
-
id
|
4484
|
-
}
|
4485
4062
|
}
|
4486
4063
|
trailPrice
|
4487
4064
|
trailPercent
|
@@ -4493,9 +4070,6 @@ export const Session = {
|
|
4493
4070
|
filledAt
|
4494
4071
|
filledAvgPrice
|
4495
4072
|
actionId
|
4496
|
-
alpacaAccount {
|
4497
|
-
id
|
4498
|
-
}
|
4499
4073
|
action {
|
4500
4074
|
id
|
4501
4075
|
sequence
|
@@ -4504,15 +4078,6 @@ export const Session = {
|
|
4504
4078
|
note
|
4505
4079
|
status
|
4506
4080
|
fee
|
4507
|
-
trade {
|
4508
|
-
id
|
4509
|
-
}
|
4510
|
-
order {
|
4511
|
-
id
|
4512
|
-
}
|
4513
|
-
}
|
4514
|
-
asset {
|
4515
|
-
id
|
4516
4081
|
}
|
4517
4082
|
fee
|
4518
4083
|
strikePrice
|
@@ -4524,9 +4089,6 @@ export const Session = {
|
|
4524
4089
|
positions {
|
4525
4090
|
id
|
4526
4091
|
assetId
|
4527
|
-
asset {
|
4528
|
-
id
|
4529
|
-
}
|
4530
4092
|
averageEntryPrice
|
4531
4093
|
qty
|
4532
4094
|
qtyAvailable
|
@@ -4540,9 +4102,6 @@ export const Session = {
|
|
4540
4102
|
lastTradePrice
|
4541
4103
|
changeToday
|
4542
4104
|
assetMarginable
|
4543
|
-
alpacaAccount {
|
4544
|
-
id
|
4545
|
-
}
|
4546
4105
|
alpacaAccountId
|
4547
4106
|
}
|
4548
4107
|
newsMentions {
|
@@ -4567,12 +4126,6 @@ export const Session = {
|
|
4567
4126
|
logo
|
4568
4127
|
createdAt
|
4569
4128
|
updatedAt
|
4570
|
-
assets {
|
4571
|
-
id
|
4572
|
-
}
|
4573
|
-
}
|
4574
|
-
asset {
|
4575
|
-
id
|
4576
4129
|
}
|
4577
4130
|
relevancyScore
|
4578
4131
|
sentimentScore
|
@@ -4587,9 +4140,6 @@ export const Session = {
|
|
4587
4140
|
note
|
4588
4141
|
status
|
4589
4142
|
fee
|
4590
|
-
trade {
|
4591
|
-
id
|
4592
|
-
}
|
4593
4143
|
order {
|
4594
4144
|
id
|
4595
4145
|
clientOrderId
|
@@ -4610,9 +4160,6 @@ export const Session = {
|
|
4610
4160
|
createdAt
|
4611
4161
|
updatedAt
|
4612
4162
|
orderId
|
4613
|
-
Order {
|
4614
|
-
id
|
4615
|
-
}
|
4616
4163
|
}
|
4617
4164
|
takeProfit {
|
4618
4165
|
id
|
@@ -4621,9 +4168,6 @@ export const Session = {
|
|
4621
4168
|
createdAt
|
4622
4169
|
updatedAt
|
4623
4170
|
orderId
|
4624
|
-
Order {
|
4625
|
-
id
|
4626
|
-
}
|
4627
4171
|
}
|
4628
4172
|
trailPrice
|
4629
4173
|
trailPercent
|
@@ -4635,12 +4179,6 @@ export const Session = {
|
|
4635
4179
|
filledAt
|
4636
4180
|
filledAvgPrice
|
4637
4181
|
actionId
|
4638
|
-
alpacaAccount {
|
4639
|
-
id
|
4640
|
-
}
|
4641
|
-
action {
|
4642
|
-
id
|
4643
|
-
}
|
4644
4182
|
asset {
|
4645
4183
|
id
|
4646
4184
|
symbol
|
@@ -4700,18 +4238,9 @@ export const Session = {
|
|
4700
4238
|
buyPrice
|
4701
4239
|
createdAt
|
4702
4240
|
updatedAt
|
4703
|
-
trades {
|
4704
|
-
id
|
4705
|
-
}
|
4706
|
-
orders {
|
4707
|
-
id
|
4708
|
-
}
|
4709
4241
|
positions {
|
4710
4242
|
id
|
4711
4243
|
assetId
|
4712
|
-
asset {
|
4713
|
-
id
|
4714
|
-
}
|
4715
4244
|
averageEntryPrice
|
4716
4245
|
qty
|
4717
4246
|
qtyAvailable
|
@@ -4725,9 +4254,6 @@ export const Session = {
|
|
4725
4254
|
lastTradePrice
|
4726
4255
|
changeToday
|
4727
4256
|
assetMarginable
|
4728
|
-
alpacaAccount {
|
4729
|
-
id
|
4730
|
-
}
|
4731
4257
|
alpacaAccountId
|
4732
4258
|
}
|
4733
4259
|
newsMentions {
|
@@ -4752,12 +4278,6 @@ export const Session = {
|
|
4752
4278
|
logo
|
4753
4279
|
createdAt
|
4754
4280
|
updatedAt
|
4755
|
-
assets {
|
4756
|
-
id
|
4757
|
-
}
|
4758
|
-
}
|
4759
|
-
asset {
|
4760
|
-
id
|
4761
4281
|
}
|
4762
4282
|
relevancyScore
|
4763
4283
|
sentimentScore
|
@@ -4793,9 +4313,6 @@ export const Session = {
|
|
4793
4313
|
createdAt
|
4794
4314
|
updatedAt
|
4795
4315
|
orderId
|
4796
|
-
Order {
|
4797
|
-
id
|
4798
|
-
}
|
4799
4316
|
}
|
4800
4317
|
takeProfit {
|
4801
4318
|
id
|
@@ -4804,9 +4321,6 @@ export const Session = {
|
|
4804
4321
|
createdAt
|
4805
4322
|
updatedAt
|
4806
4323
|
orderId
|
4807
|
-
Order {
|
4808
|
-
id
|
4809
|
-
}
|
4810
4324
|
}
|
4811
4325
|
trailPrice
|
4812
4326
|
trailPercent
|
@@ -4818,9 +4332,6 @@ export const Session = {
|
|
4818
4332
|
filledAt
|
4819
4333
|
filledAvgPrice
|
4820
4334
|
actionId
|
4821
|
-
alpacaAccount {
|
4822
|
-
id
|
4823
|
-
}
|
4824
4335
|
action {
|
4825
4336
|
id
|
4826
4337
|
sequence
|
@@ -4836,6 +4347,7 @@ export const Session = {
|
|
4836
4347
|
qty
|
4837
4348
|
price
|
4838
4349
|
total
|
4350
|
+
optionType
|
4839
4351
|
signal
|
4840
4352
|
strategy
|
4841
4353
|
analysis
|
@@ -4844,9 +4356,6 @@ export const Session = {
|
|
4844
4356
|
createdAt
|
4845
4357
|
updatedAt
|
4846
4358
|
status
|
4847
|
-
alpacaAccount {
|
4848
|
-
id
|
4849
|
-
}
|
4850
4359
|
asset {
|
4851
4360
|
id
|
4852
4361
|
symbol
|
@@ -4906,18 +4415,9 @@ export const Session = {
|
|
4906
4415
|
buyPrice
|
4907
4416
|
createdAt
|
4908
4417
|
updatedAt
|
4909
|
-
trades {
|
4910
|
-
id
|
4911
|
-
}
|
4912
|
-
orders {
|
4913
|
-
id
|
4914
|
-
}
|
4915
4418
|
positions {
|
4916
4419
|
id
|
4917
4420
|
assetId
|
4918
|
-
asset {
|
4919
|
-
id
|
4920
|
-
}
|
4921
4421
|
averageEntryPrice
|
4922
4422
|
qty
|
4923
4423
|
qtyAvailable
|
@@ -4931,9 +4431,6 @@ export const Session = {
|
|
4931
4431
|
lastTradePrice
|
4932
4432
|
changeToday
|
4933
4433
|
assetMarginable
|
4934
|
-
alpacaAccount {
|
4935
|
-
id
|
4936
|
-
}
|
4937
4434
|
alpacaAccountId
|
4938
4435
|
}
|
4939
4436
|
newsMentions {
|
@@ -4958,24 +4455,12 @@ export const Session = {
|
|
4958
4455
|
logo
|
4959
4456
|
createdAt
|
4960
4457
|
updatedAt
|
4961
|
-
assets {
|
4962
|
-
id
|
4963
|
-
}
|
4964
|
-
}
|
4965
|
-
asset {
|
4966
|
-
id
|
4967
4458
|
}
|
4968
4459
|
relevancyScore
|
4969
4460
|
sentimentScore
|
4970
4461
|
sentimentLabel
|
4971
4462
|
}
|
4972
4463
|
}
|
4973
|
-
actions {
|
4974
|
-
id
|
4975
|
-
}
|
4976
|
-
}
|
4977
|
-
order {
|
4978
|
-
id
|
4979
4464
|
}
|
4980
4465
|
}
|
4981
4466
|
asset {
|
@@ -5044,6 +4529,7 @@ export const Session = {
|
|
5044
4529
|
qty
|
5045
4530
|
price
|
5046
4531
|
total
|
4532
|
+
optionType
|
5047
4533
|
signal
|
5048
4534
|
strategy
|
5049
4535
|
analysis
|
@@ -5052,12 +4538,6 @@ export const Session = {
|
|
5052
4538
|
createdAt
|
5053
4539
|
updatedAt
|
5054
4540
|
status
|
5055
|
-
alpacaAccount {
|
5056
|
-
id
|
5057
|
-
}
|
5058
|
-
asset {
|
5059
|
-
id
|
5060
|
-
}
|
5061
4541
|
actions {
|
5062
4542
|
id
|
5063
4543
|
sequence
|
@@ -5066,23 +4546,11 @@ export const Session = {
|
|
5066
4546
|
note
|
5067
4547
|
status
|
5068
4548
|
fee
|
5069
|
-
trade {
|
5070
|
-
id
|
5071
|
-
}
|
5072
|
-
order {
|
5073
|
-
id
|
5074
|
-
}
|
5075
4549
|
}
|
5076
4550
|
}
|
5077
|
-
orders {
|
5078
|
-
id
|
5079
|
-
}
|
5080
4551
|
positions {
|
5081
4552
|
id
|
5082
4553
|
assetId
|
5083
|
-
asset {
|
5084
|
-
id
|
5085
|
-
}
|
5086
4554
|
averageEntryPrice
|
5087
4555
|
qty
|
5088
4556
|
qtyAvailable
|
@@ -5096,9 +4564,6 @@ export const Session = {
|
|
5096
4564
|
lastTradePrice
|
5097
4565
|
changeToday
|
5098
4566
|
assetMarginable
|
5099
|
-
alpacaAccount {
|
5100
|
-
id
|
5101
|
-
}
|
5102
4567
|
alpacaAccountId
|
5103
4568
|
}
|
5104
4569
|
newsMentions {
|
@@ -5123,12 +4588,6 @@ export const Session = {
|
|
5123
4588
|
logo
|
5124
4589
|
createdAt
|
5125
4590
|
updatedAt
|
5126
|
-
assets {
|
5127
|
-
id
|
5128
|
-
}
|
5129
|
-
}
|
5130
|
-
asset {
|
5131
|
-
id
|
5132
4591
|
}
|
5133
4592
|
relevancyScore
|
5134
4593
|
sentimentScore
|
@@ -5211,6 +4670,7 @@ export const Session = {
|
|
5211
4670
|
qty
|
5212
4671
|
price
|
5213
4672
|
total
|
4673
|
+
optionType
|
5214
4674
|
signal
|
5215
4675
|
strategy
|
5216
4676
|
analysis
|
@@ -5219,12 +4679,6 @@ export const Session = {
|
|
5219
4679
|
createdAt
|
5220
4680
|
updatedAt
|
5221
4681
|
status
|
5222
|
-
alpacaAccount {
|
5223
|
-
id
|
5224
|
-
}
|
5225
|
-
asset {
|
5226
|
-
id
|
5227
|
-
}
|
5228
4682
|
actions {
|
5229
4683
|
id
|
5230
4684
|
sequence
|
@@ -5233,9 +4687,6 @@ export const Session = {
|
|
5233
4687
|
note
|
5234
4688
|
status
|
5235
4689
|
fee
|
5236
|
-
trade {
|
5237
|
-
id
|
5238
|
-
}
|
5239
4690
|
order {
|
5240
4691
|
id
|
5241
4692
|
clientOrderId
|
@@ -5256,9 +4707,6 @@ export const Session = {
|
|
5256
4707
|
createdAt
|
5257
4708
|
updatedAt
|
5258
4709
|
orderId
|
5259
|
-
Order {
|
5260
|
-
id
|
5261
|
-
}
|
5262
4710
|
}
|
5263
4711
|
takeProfit {
|
5264
4712
|
id
|
@@ -5267,9 +4715,6 @@ export const Session = {
|
|
5267
4715
|
createdAt
|
5268
4716
|
updatedAt
|
5269
4717
|
orderId
|
5270
|
-
Order {
|
5271
|
-
id
|
5272
|
-
}
|
5273
4718
|
}
|
5274
4719
|
trailPrice
|
5275
4720
|
trailPercent
|
@@ -5281,15 +4726,6 @@ export const Session = {
|
|
5281
4726
|
filledAt
|
5282
4727
|
filledAvgPrice
|
5283
4728
|
actionId
|
5284
|
-
alpacaAccount {
|
5285
|
-
id
|
5286
|
-
}
|
5287
|
-
action {
|
5288
|
-
id
|
5289
|
-
}
|
5290
|
-
asset {
|
5291
|
-
id
|
5292
|
-
}
|
5293
4729
|
fee
|
5294
4730
|
strikePrice
|
5295
4731
|
expirationDate
|
@@ -5319,9 +4755,6 @@ export const Session = {
|
|
5319
4755
|
createdAt
|
5320
4756
|
updatedAt
|
5321
4757
|
orderId
|
5322
|
-
Order {
|
5323
|
-
id
|
5324
|
-
}
|
5325
4758
|
}
|
5326
4759
|
takeProfit {
|
5327
4760
|
id
|
@@ -5330,9 +4763,6 @@ export const Session = {
|
|
5330
4763
|
createdAt
|
5331
4764
|
updatedAt
|
5332
4765
|
orderId
|
5333
|
-
Order {
|
5334
|
-
id
|
5335
|
-
}
|
5336
4766
|
}
|
5337
4767
|
trailPrice
|
5338
4768
|
trailPercent
|
@@ -5344,9 +4774,6 @@ export const Session = {
|
|
5344
4774
|
filledAt
|
5345
4775
|
filledAvgPrice
|
5346
4776
|
actionId
|
5347
|
-
alpacaAccount {
|
5348
|
-
id
|
5349
|
-
}
|
5350
4777
|
action {
|
5351
4778
|
id
|
5352
4779
|
sequence
|
@@ -5362,6 +4789,7 @@ export const Session = {
|
|
5362
4789
|
qty
|
5363
4790
|
price
|
5364
4791
|
total
|
4792
|
+
optionType
|
5365
4793
|
signal
|
5366
4794
|
strategy
|
5367
4795
|
analysis
|
@@ -5370,22 +4798,7 @@ export const Session = {
|
|
5370
4798
|
createdAt
|
5371
4799
|
updatedAt
|
5372
4800
|
status
|
5373
|
-
alpacaAccount {
|
5374
|
-
id
|
5375
|
-
}
|
5376
|
-
asset {
|
5377
|
-
id
|
5378
|
-
}
|
5379
|
-
actions {
|
5380
|
-
id
|
5381
|
-
}
|
5382
4801
|
}
|
5383
|
-
order {
|
5384
|
-
id
|
5385
|
-
}
|
5386
|
-
}
|
5387
|
-
asset {
|
5388
|
-
id
|
5389
4802
|
}
|
5390
4803
|
fee
|
5391
4804
|
strikePrice
|
@@ -5394,9 +4807,6 @@ export const Session = {
|
|
5394
4807
|
stopLossId
|
5395
4808
|
takeProfitId
|
5396
4809
|
}
|
5397
|
-
positions {
|
5398
|
-
id
|
5399
|
-
}
|
5400
4810
|
newsMentions {
|
5401
4811
|
id
|
5402
4812
|
assetId
|
@@ -5419,12 +4829,6 @@ export const Session = {
|
|
5419
4829
|
logo
|
5420
4830
|
createdAt
|
5421
4831
|
updatedAt
|
5422
|
-
assets {
|
5423
|
-
id
|
5424
|
-
}
|
5425
|
-
}
|
5426
|
-
asset {
|
5427
|
-
id
|
5428
4832
|
}
|
5429
4833
|
relevancyScore
|
5430
4834
|
sentimentScore
|
@@ -5444,9 +4848,6 @@ export const Session = {
|
|
5444
4848
|
lastTradePrice
|
5445
4849
|
changeToday
|
5446
4850
|
assetMarginable
|
5447
|
-
alpacaAccount {
|
5448
|
-
id
|
5449
|
-
}
|
5450
4851
|
alpacaAccountId
|
5451
4852
|
}
|
5452
4853
|
alerts {
|
@@ -5457,9 +4858,6 @@ export const Session = {
|
|
5457
4858
|
isRead
|
5458
4859
|
createdAt
|
5459
4860
|
updatedAt
|
5460
|
-
alpacaAccount {
|
5461
|
-
id
|
5462
|
-
}
|
5463
4861
|
}
|
5464
4862
|
}
|
5465
4863
|
}
|
@@ -5526,9 +4924,6 @@ export const Session = {
|
|
5526
4924
|
stripeCurrentPeriodEnd
|
5527
4925
|
createdAt
|
5528
4926
|
updatedAt
|
5529
|
-
users {
|
5530
|
-
id
|
5531
|
-
}
|
5532
4927
|
}
|
5533
4928
|
customerId
|
5534
4929
|
accounts {
|
@@ -5546,12 +4941,6 @@ export const Session = {
|
|
5546
4941
|
session_state
|
5547
4942
|
createdAt
|
5548
4943
|
updatedAt
|
5549
|
-
user {
|
5550
|
-
id
|
5551
|
-
}
|
5552
|
-
}
|
5553
|
-
sessions {
|
5554
|
-
id
|
5555
4944
|
}
|
5556
4945
|
authenticators {
|
5557
4946
|
id
|
@@ -5559,9 +4948,6 @@ export const Session = {
|
|
5559
4948
|
credentialID
|
5560
4949
|
publicKey
|
5561
4950
|
counter
|
5562
|
-
user {
|
5563
|
-
id
|
5564
|
-
}
|
5565
4951
|
createdAt
|
5566
4952
|
updatedAt
|
5567
4953
|
}
|
@@ -5575,9 +4961,6 @@ export const Session = {
|
|
5575
4961
|
marketOpen
|
5576
4962
|
minOrderSize
|
5577
4963
|
maxOrderSize
|
5578
|
-
user {
|
5579
|
-
id
|
5580
|
-
}
|
5581
4964
|
userId
|
5582
4965
|
createdAt
|
5583
4966
|
updatedAt
|
@@ -5588,6 +4971,7 @@ export const Session = {
|
|
5588
4971
|
qty
|
5589
4972
|
price
|
5590
4973
|
total
|
4974
|
+
optionType
|
5591
4975
|
signal
|
5592
4976
|
strategy
|
5593
4977
|
analysis
|
@@ -5596,9 +4980,6 @@ export const Session = {
|
|
5596
4980
|
createdAt
|
5597
4981
|
updatedAt
|
5598
4982
|
status
|
5599
|
-
alpacaAccount {
|
5600
|
-
id
|
5601
|
-
}
|
5602
4983
|
asset {
|
5603
4984
|
id
|
5604
4985
|
symbol
|
@@ -5658,9 +5039,6 @@ export const Session = {
|
|
5658
5039
|
buyPrice
|
5659
5040
|
createdAt
|
5660
5041
|
updatedAt
|
5661
|
-
trades {
|
5662
|
-
id
|
5663
|
-
}
|
5664
5042
|
orders {
|
5665
5043
|
id
|
5666
5044
|
clientOrderId
|
@@ -5681,9 +5059,6 @@ export const Session = {
|
|
5681
5059
|
createdAt
|
5682
5060
|
updatedAt
|
5683
5061
|
orderId
|
5684
|
-
Order {
|
5685
|
-
id
|
5686
|
-
}
|
5687
5062
|
}
|
5688
5063
|
takeProfit {
|
5689
5064
|
id
|
@@ -5692,9 +5067,6 @@ export const Session = {
|
|
5692
5067
|
createdAt
|
5693
5068
|
updatedAt
|
5694
5069
|
orderId
|
5695
|
-
Order {
|
5696
|
-
id
|
5697
|
-
}
|
5698
5070
|
}
|
5699
5071
|
trailPrice
|
5700
5072
|
trailPercent
|
@@ -5706,9 +5078,6 @@ export const Session = {
|
|
5706
5078
|
filledAt
|
5707
5079
|
filledAvgPrice
|
5708
5080
|
actionId
|
5709
|
-
alpacaAccount {
|
5710
|
-
id
|
5711
|
-
}
|
5712
5081
|
action {
|
5713
5082
|
id
|
5714
5083
|
sequence
|
@@ -5717,15 +5086,6 @@ export const Session = {
|
|
5717
5086
|
note
|
5718
5087
|
status
|
5719
5088
|
fee
|
5720
|
-
trade {
|
5721
|
-
id
|
5722
|
-
}
|
5723
|
-
order {
|
5724
|
-
id
|
5725
|
-
}
|
5726
|
-
}
|
5727
|
-
asset {
|
5728
|
-
id
|
5729
5089
|
}
|
5730
5090
|
fee
|
5731
5091
|
strikePrice
|
@@ -5737,9 +5097,6 @@ export const Session = {
|
|
5737
5097
|
positions {
|
5738
5098
|
id
|
5739
5099
|
assetId
|
5740
|
-
asset {
|
5741
|
-
id
|
5742
|
-
}
|
5743
5100
|
averageEntryPrice
|
5744
5101
|
qty
|
5745
5102
|
qtyAvailable
|
@@ -5753,9 +5110,6 @@ export const Session = {
|
|
5753
5110
|
lastTradePrice
|
5754
5111
|
changeToday
|
5755
5112
|
assetMarginable
|
5756
|
-
alpacaAccount {
|
5757
|
-
id
|
5758
|
-
}
|
5759
5113
|
alpacaAccountId
|
5760
5114
|
}
|
5761
5115
|
newsMentions {
|
@@ -5780,12 +5134,6 @@ export const Session = {
|
|
5780
5134
|
logo
|
5781
5135
|
createdAt
|
5782
5136
|
updatedAt
|
5783
|
-
assets {
|
5784
|
-
id
|
5785
|
-
}
|
5786
|
-
}
|
5787
|
-
asset {
|
5788
|
-
id
|
5789
5137
|
}
|
5790
5138
|
relevancyScore
|
5791
5139
|
sentimentScore
|
@@ -5800,9 +5148,6 @@ export const Session = {
|
|
5800
5148
|
note
|
5801
5149
|
status
|
5802
5150
|
fee
|
5803
|
-
trade {
|
5804
|
-
id
|
5805
|
-
}
|
5806
5151
|
order {
|
5807
5152
|
id
|
5808
5153
|
clientOrderId
|
@@ -5823,9 +5168,6 @@ export const Session = {
|
|
5823
5168
|
createdAt
|
5824
5169
|
updatedAt
|
5825
5170
|
orderId
|
5826
|
-
Order {
|
5827
|
-
id
|
5828
|
-
}
|
5829
5171
|
}
|
5830
5172
|
takeProfit {
|
5831
5173
|
id
|
@@ -5834,9 +5176,6 @@ export const Session = {
|
|
5834
5176
|
createdAt
|
5835
5177
|
updatedAt
|
5836
5178
|
orderId
|
5837
|
-
Order {
|
5838
|
-
id
|
5839
|
-
}
|
5840
5179
|
}
|
5841
5180
|
trailPrice
|
5842
5181
|
trailPercent
|
@@ -5848,12 +5187,6 @@ export const Session = {
|
|
5848
5187
|
filledAt
|
5849
5188
|
filledAvgPrice
|
5850
5189
|
actionId
|
5851
|
-
alpacaAccount {
|
5852
|
-
id
|
5853
|
-
}
|
5854
|
-
action {
|
5855
|
-
id
|
5856
|
-
}
|
5857
5190
|
asset {
|
5858
5191
|
id
|
5859
5192
|
symbol
|
@@ -5913,18 +5246,9 @@ export const Session = {
|
|
5913
5246
|
buyPrice
|
5914
5247
|
createdAt
|
5915
5248
|
updatedAt
|
5916
|
-
trades {
|
5917
|
-
id
|
5918
|
-
}
|
5919
|
-
orders {
|
5920
|
-
id
|
5921
|
-
}
|
5922
5249
|
positions {
|
5923
5250
|
id
|
5924
5251
|
assetId
|
5925
|
-
asset {
|
5926
|
-
id
|
5927
|
-
}
|
5928
5252
|
averageEntryPrice
|
5929
5253
|
qty
|
5930
5254
|
qtyAvailable
|
@@ -5938,9 +5262,6 @@ export const Session = {
|
|
5938
5262
|
lastTradePrice
|
5939
5263
|
changeToday
|
5940
5264
|
assetMarginable
|
5941
|
-
alpacaAccount {
|
5942
|
-
id
|
5943
|
-
}
|
5944
5265
|
alpacaAccountId
|
5945
5266
|
}
|
5946
5267
|
newsMentions {
|
@@ -5965,12 +5286,6 @@ export const Session = {
|
|
5965
5286
|
logo
|
5966
5287
|
createdAt
|
5967
5288
|
updatedAt
|
5968
|
-
assets {
|
5969
|
-
id
|
5970
|
-
}
|
5971
|
-
}
|
5972
|
-
asset {
|
5973
|
-
id
|
5974
5289
|
}
|
5975
5290
|
relevancyScore
|
5976
5291
|
sentimentScore
|
@@ -6006,9 +5321,6 @@ export const Session = {
|
|
6006
5321
|
createdAt
|
6007
5322
|
updatedAt
|
6008
5323
|
orderId
|
6009
|
-
Order {
|
6010
|
-
id
|
6011
|
-
}
|
6012
5324
|
}
|
6013
5325
|
takeProfit {
|
6014
5326
|
id
|
@@ -6017,9 +5329,6 @@ export const Session = {
|
|
6017
5329
|
createdAt
|
6018
5330
|
updatedAt
|
6019
5331
|
orderId
|
6020
|
-
Order {
|
6021
|
-
id
|
6022
|
-
}
|
6023
5332
|
}
|
6024
5333
|
trailPrice
|
6025
5334
|
trailPercent
|
@@ -6031,9 +5340,6 @@ export const Session = {
|
|
6031
5340
|
filledAt
|
6032
5341
|
filledAvgPrice
|
6033
5342
|
actionId
|
6034
|
-
alpacaAccount {
|
6035
|
-
id
|
6036
|
-
}
|
6037
5343
|
action {
|
6038
5344
|
id
|
6039
5345
|
sequence
|
@@ -6049,6 +5355,7 @@ export const Session = {
|
|
6049
5355
|
qty
|
6050
5356
|
price
|
6051
5357
|
total
|
5358
|
+
optionType
|
6052
5359
|
signal
|
6053
5360
|
strategy
|
6054
5361
|
analysis
|
@@ -6057,9 +5364,6 @@ export const Session = {
|
|
6057
5364
|
createdAt
|
6058
5365
|
updatedAt
|
6059
5366
|
status
|
6060
|
-
alpacaAccount {
|
6061
|
-
id
|
6062
|
-
}
|
6063
5367
|
asset {
|
6064
5368
|
id
|
6065
5369
|
symbol
|
@@ -6119,18 +5423,9 @@ export const Session = {
|
|
6119
5423
|
buyPrice
|
6120
5424
|
createdAt
|
6121
5425
|
updatedAt
|
6122
|
-
trades {
|
6123
|
-
id
|
6124
|
-
}
|
6125
|
-
orders {
|
6126
|
-
id
|
6127
|
-
}
|
6128
5426
|
positions {
|
6129
5427
|
id
|
6130
5428
|
assetId
|
6131
|
-
asset {
|
6132
|
-
id
|
6133
|
-
}
|
6134
5429
|
averageEntryPrice
|
6135
5430
|
qty
|
6136
5431
|
qtyAvailable
|
@@ -6144,9 +5439,6 @@ export const Session = {
|
|
6144
5439
|
lastTradePrice
|
6145
5440
|
changeToday
|
6146
5441
|
assetMarginable
|
6147
|
-
alpacaAccount {
|
6148
|
-
id
|
6149
|
-
}
|
6150
5442
|
alpacaAccountId
|
6151
5443
|
}
|
6152
5444
|
newsMentions {
|
@@ -6171,24 +5463,12 @@ export const Session = {
|
|
6171
5463
|
logo
|
6172
5464
|
createdAt
|
6173
5465
|
updatedAt
|
6174
|
-
assets {
|
6175
|
-
id
|
6176
|
-
}
|
6177
|
-
}
|
6178
|
-
asset {
|
6179
|
-
id
|
6180
5466
|
}
|
6181
5467
|
relevancyScore
|
6182
5468
|
sentimentScore
|
6183
5469
|
sentimentLabel
|
6184
5470
|
}
|
6185
5471
|
}
|
6186
|
-
actions {
|
6187
|
-
id
|
6188
|
-
}
|
6189
|
-
}
|
6190
|
-
order {
|
6191
|
-
id
|
6192
5472
|
}
|
6193
5473
|
}
|
6194
5474
|
asset {
|
@@ -6257,6 +5537,7 @@ export const Session = {
|
|
6257
5537
|
qty
|
6258
5538
|
price
|
6259
5539
|
total
|
5540
|
+
optionType
|
6260
5541
|
signal
|
6261
5542
|
strategy
|
6262
5543
|
analysis
|
@@ -6265,12 +5546,6 @@ export const Session = {
|
|
6265
5546
|
createdAt
|
6266
5547
|
updatedAt
|
6267
5548
|
status
|
6268
|
-
alpacaAccount {
|
6269
|
-
id
|
6270
|
-
}
|
6271
|
-
asset {
|
6272
|
-
id
|
6273
|
-
}
|
6274
5549
|
actions {
|
6275
5550
|
id
|
6276
5551
|
sequence
|
@@ -6279,23 +5554,11 @@ export const Session = {
|
|
6279
5554
|
note
|
6280
5555
|
status
|
6281
5556
|
fee
|
6282
|
-
trade {
|
6283
|
-
id
|
6284
|
-
}
|
6285
|
-
order {
|
6286
|
-
id
|
6287
|
-
}
|
6288
5557
|
}
|
6289
5558
|
}
|
6290
|
-
orders {
|
6291
|
-
id
|
6292
|
-
}
|
6293
5559
|
positions {
|
6294
5560
|
id
|
6295
5561
|
assetId
|
6296
|
-
asset {
|
6297
|
-
id
|
6298
|
-
}
|
6299
5562
|
averageEntryPrice
|
6300
5563
|
qty
|
6301
5564
|
qtyAvailable
|
@@ -6309,9 +5572,6 @@ export const Session = {
|
|
6309
5572
|
lastTradePrice
|
6310
5573
|
changeToday
|
6311
5574
|
assetMarginable
|
6312
|
-
alpacaAccount {
|
6313
|
-
id
|
6314
|
-
}
|
6315
5575
|
alpacaAccountId
|
6316
5576
|
}
|
6317
5577
|
newsMentions {
|
@@ -6336,12 +5596,6 @@ export const Session = {
|
|
6336
5596
|
logo
|
6337
5597
|
createdAt
|
6338
5598
|
updatedAt
|
6339
|
-
assets {
|
6340
|
-
id
|
6341
|
-
}
|
6342
|
-
}
|
6343
|
-
asset {
|
6344
|
-
id
|
6345
5599
|
}
|
6346
5600
|
relevancyScore
|
6347
5601
|
sentimentScore
|
@@ -6424,6 +5678,7 @@ export const Session = {
|
|
6424
5678
|
qty
|
6425
5679
|
price
|
6426
5680
|
total
|
5681
|
+
optionType
|
6427
5682
|
signal
|
6428
5683
|
strategy
|
6429
5684
|
analysis
|
@@ -6432,12 +5687,6 @@ export const Session = {
|
|
6432
5687
|
createdAt
|
6433
5688
|
updatedAt
|
6434
5689
|
status
|
6435
|
-
alpacaAccount {
|
6436
|
-
id
|
6437
|
-
}
|
6438
|
-
asset {
|
6439
|
-
id
|
6440
|
-
}
|
6441
5690
|
actions {
|
6442
5691
|
id
|
6443
5692
|
sequence
|
@@ -6446,9 +5695,6 @@ export const Session = {
|
|
6446
5695
|
note
|
6447
5696
|
status
|
6448
5697
|
fee
|
6449
|
-
trade {
|
6450
|
-
id
|
6451
|
-
}
|
6452
5698
|
order {
|
6453
5699
|
id
|
6454
5700
|
clientOrderId
|
@@ -6469,9 +5715,6 @@ export const Session = {
|
|
6469
5715
|
createdAt
|
6470
5716
|
updatedAt
|
6471
5717
|
orderId
|
6472
|
-
Order {
|
6473
|
-
id
|
6474
|
-
}
|
6475
5718
|
}
|
6476
5719
|
takeProfit {
|
6477
5720
|
id
|
@@ -6480,9 +5723,6 @@ export const Session = {
|
|
6480
5723
|
createdAt
|
6481
5724
|
updatedAt
|
6482
5725
|
orderId
|
6483
|
-
Order {
|
6484
|
-
id
|
6485
|
-
}
|
6486
5726
|
}
|
6487
5727
|
trailPrice
|
6488
5728
|
trailPercent
|
@@ -6494,15 +5734,6 @@ export const Session = {
|
|
6494
5734
|
filledAt
|
6495
5735
|
filledAvgPrice
|
6496
5736
|
actionId
|
6497
|
-
alpacaAccount {
|
6498
|
-
id
|
6499
|
-
}
|
6500
|
-
action {
|
6501
|
-
id
|
6502
|
-
}
|
6503
|
-
asset {
|
6504
|
-
id
|
6505
|
-
}
|
6506
5737
|
fee
|
6507
5738
|
strikePrice
|
6508
5739
|
expirationDate
|
@@ -6532,9 +5763,6 @@ export const Session = {
|
|
6532
5763
|
createdAt
|
6533
5764
|
updatedAt
|
6534
5765
|
orderId
|
6535
|
-
Order {
|
6536
|
-
id
|
6537
|
-
}
|
6538
5766
|
}
|
6539
5767
|
takeProfit {
|
6540
5768
|
id
|
@@ -6543,9 +5771,6 @@ export const Session = {
|
|
6543
5771
|
createdAt
|
6544
5772
|
updatedAt
|
6545
5773
|
orderId
|
6546
|
-
Order {
|
6547
|
-
id
|
6548
|
-
}
|
6549
5774
|
}
|
6550
5775
|
trailPrice
|
6551
5776
|
trailPercent
|
@@ -6557,9 +5782,6 @@ export const Session = {
|
|
6557
5782
|
filledAt
|
6558
5783
|
filledAvgPrice
|
6559
5784
|
actionId
|
6560
|
-
alpacaAccount {
|
6561
|
-
id
|
6562
|
-
}
|
6563
5785
|
action {
|
6564
5786
|
id
|
6565
5787
|
sequence
|
@@ -6575,6 +5797,7 @@ export const Session = {
|
|
6575
5797
|
qty
|
6576
5798
|
price
|
6577
5799
|
total
|
5800
|
+
optionType
|
6578
5801
|
signal
|
6579
5802
|
strategy
|
6580
5803
|
analysis
|
@@ -6583,23 +5806,8 @@ export const Session = {
|
|
6583
5806
|
createdAt
|
6584
5807
|
updatedAt
|
6585
5808
|
status
|
6586
|
-
alpacaAccount {
|
6587
|
-
id
|
6588
|
-
}
|
6589
|
-
asset {
|
6590
|
-
id
|
6591
|
-
}
|
6592
|
-
actions {
|
6593
|
-
id
|
6594
|
-
}
|
6595
|
-
}
|
6596
|
-
order {
|
6597
|
-
id
|
6598
5809
|
}
|
6599
5810
|
}
|
6600
|
-
asset {
|
6601
|
-
id
|
6602
|
-
}
|
6603
5811
|
fee
|
6604
5812
|
strikePrice
|
6605
5813
|
expirationDate
|
@@ -6607,9 +5815,6 @@ export const Session = {
|
|
6607
5815
|
stopLossId
|
6608
5816
|
takeProfitId
|
6609
5817
|
}
|
6610
|
-
positions {
|
6611
|
-
id
|
6612
|
-
}
|
6613
5818
|
newsMentions {
|
6614
5819
|
id
|
6615
5820
|
assetId
|
@@ -6632,12 +5837,6 @@ export const Session = {
|
|
6632
5837
|
logo
|
6633
5838
|
createdAt
|
6634
5839
|
updatedAt
|
6635
|
-
assets {
|
6636
|
-
id
|
6637
|
-
}
|
6638
|
-
}
|
6639
|
-
asset {
|
6640
|
-
id
|
6641
5840
|
}
|
6642
5841
|
relevancyScore
|
6643
5842
|
sentimentScore
|
@@ -6657,9 +5856,6 @@ export const Session = {
|
|
6657
5856
|
lastTradePrice
|
6658
5857
|
changeToday
|
6659
5858
|
assetMarginable
|
6660
|
-
alpacaAccount {
|
6661
|
-
id
|
6662
|
-
}
|
6663
5859
|
alpacaAccountId
|
6664
5860
|
}
|
6665
5861
|
alerts {
|
@@ -6670,9 +5866,6 @@ export const Session = {
|
|
6670
5866
|
isRead
|
6671
5867
|
createdAt
|
6672
5868
|
updatedAt
|
6673
|
-
alpacaAccount {
|
6674
|
-
id
|
6675
|
-
}
|
6676
5869
|
}
|
6677
5870
|
}
|
6678
5871
|
}
|
@@ -6738,9 +5931,6 @@ export const Session = {
|
|
6738
5931
|
stripeCurrentPeriodEnd
|
6739
5932
|
createdAt
|
6740
5933
|
updatedAt
|
6741
|
-
users {
|
6742
|
-
id
|
6743
|
-
}
|
6744
5934
|
}
|
6745
5935
|
customerId
|
6746
5936
|
accounts {
|
@@ -6758,12 +5948,6 @@ export const Session = {
|
|
6758
5948
|
session_state
|
6759
5949
|
createdAt
|
6760
5950
|
updatedAt
|
6761
|
-
user {
|
6762
|
-
id
|
6763
|
-
}
|
6764
|
-
}
|
6765
|
-
sessions {
|
6766
|
-
id
|
6767
5951
|
}
|
6768
5952
|
authenticators {
|
6769
5953
|
id
|
@@ -6771,9 +5955,6 @@ export const Session = {
|
|
6771
5955
|
credentialID
|
6772
5956
|
publicKey
|
6773
5957
|
counter
|
6774
|
-
user {
|
6775
|
-
id
|
6776
|
-
}
|
6777
5958
|
createdAt
|
6778
5959
|
updatedAt
|
6779
5960
|
}
|
@@ -6787,9 +5968,6 @@ export const Session = {
|
|
6787
5968
|
marketOpen
|
6788
5969
|
minOrderSize
|
6789
5970
|
maxOrderSize
|
6790
|
-
user {
|
6791
|
-
id
|
6792
|
-
}
|
6793
5971
|
userId
|
6794
5972
|
createdAt
|
6795
5973
|
updatedAt
|
@@ -6800,6 +5978,7 @@ export const Session = {
|
|
6800
5978
|
qty
|
6801
5979
|
price
|
6802
5980
|
total
|
5981
|
+
optionType
|
6803
5982
|
signal
|
6804
5983
|
strategy
|
6805
5984
|
analysis
|
@@ -6808,9 +5987,6 @@ export const Session = {
|
|
6808
5987
|
createdAt
|
6809
5988
|
updatedAt
|
6810
5989
|
status
|
6811
|
-
alpacaAccount {
|
6812
|
-
id
|
6813
|
-
}
|
6814
5990
|
asset {
|
6815
5991
|
id
|
6816
5992
|
symbol
|
@@ -6870,9 +6046,6 @@ export const Session = {
|
|
6870
6046
|
buyPrice
|
6871
6047
|
createdAt
|
6872
6048
|
updatedAt
|
6873
|
-
trades {
|
6874
|
-
id
|
6875
|
-
}
|
6876
6049
|
orders {
|
6877
6050
|
id
|
6878
6051
|
clientOrderId
|
@@ -6893,9 +6066,6 @@ export const Session = {
|
|
6893
6066
|
createdAt
|
6894
6067
|
updatedAt
|
6895
6068
|
orderId
|
6896
|
-
Order {
|
6897
|
-
id
|
6898
|
-
}
|
6899
6069
|
}
|
6900
6070
|
takeProfit {
|
6901
6071
|
id
|
@@ -6904,9 +6074,6 @@ export const Session = {
|
|
6904
6074
|
createdAt
|
6905
6075
|
updatedAt
|
6906
6076
|
orderId
|
6907
|
-
Order {
|
6908
|
-
id
|
6909
|
-
}
|
6910
6077
|
}
|
6911
6078
|
trailPrice
|
6912
6079
|
trailPercent
|
@@ -6918,9 +6085,6 @@ export const Session = {
|
|
6918
6085
|
filledAt
|
6919
6086
|
filledAvgPrice
|
6920
6087
|
actionId
|
6921
|
-
alpacaAccount {
|
6922
|
-
id
|
6923
|
-
}
|
6924
6088
|
action {
|
6925
6089
|
id
|
6926
6090
|
sequence
|
@@ -6929,15 +6093,6 @@ export const Session = {
|
|
6929
6093
|
note
|
6930
6094
|
status
|
6931
6095
|
fee
|
6932
|
-
trade {
|
6933
|
-
id
|
6934
|
-
}
|
6935
|
-
order {
|
6936
|
-
id
|
6937
|
-
}
|
6938
|
-
}
|
6939
|
-
asset {
|
6940
|
-
id
|
6941
6096
|
}
|
6942
6097
|
fee
|
6943
6098
|
strikePrice
|
@@ -6949,9 +6104,6 @@ export const Session = {
|
|
6949
6104
|
positions {
|
6950
6105
|
id
|
6951
6106
|
assetId
|
6952
|
-
asset {
|
6953
|
-
id
|
6954
|
-
}
|
6955
6107
|
averageEntryPrice
|
6956
6108
|
qty
|
6957
6109
|
qtyAvailable
|
@@ -6965,9 +6117,6 @@ export const Session = {
|
|
6965
6117
|
lastTradePrice
|
6966
6118
|
changeToday
|
6967
6119
|
assetMarginable
|
6968
|
-
alpacaAccount {
|
6969
|
-
id
|
6970
|
-
}
|
6971
6120
|
alpacaAccountId
|
6972
6121
|
}
|
6973
6122
|
newsMentions {
|
@@ -6992,12 +6141,6 @@ export const Session = {
|
|
6992
6141
|
logo
|
6993
6142
|
createdAt
|
6994
6143
|
updatedAt
|
6995
|
-
assets {
|
6996
|
-
id
|
6997
|
-
}
|
6998
|
-
}
|
6999
|
-
asset {
|
7000
|
-
id
|
7001
6144
|
}
|
7002
6145
|
relevancyScore
|
7003
6146
|
sentimentScore
|
@@ -7012,9 +6155,6 @@ export const Session = {
|
|
7012
6155
|
note
|
7013
6156
|
status
|
7014
6157
|
fee
|
7015
|
-
trade {
|
7016
|
-
id
|
7017
|
-
}
|
7018
6158
|
order {
|
7019
6159
|
id
|
7020
6160
|
clientOrderId
|
@@ -7035,9 +6175,6 @@ export const Session = {
|
|
7035
6175
|
createdAt
|
7036
6176
|
updatedAt
|
7037
6177
|
orderId
|
7038
|
-
Order {
|
7039
|
-
id
|
7040
|
-
}
|
7041
6178
|
}
|
7042
6179
|
takeProfit {
|
7043
6180
|
id
|
@@ -7046,9 +6183,6 @@ export const Session = {
|
|
7046
6183
|
createdAt
|
7047
6184
|
updatedAt
|
7048
6185
|
orderId
|
7049
|
-
Order {
|
7050
|
-
id
|
7051
|
-
}
|
7052
6186
|
}
|
7053
6187
|
trailPrice
|
7054
6188
|
trailPercent
|
@@ -7060,12 +6194,6 @@ export const Session = {
|
|
7060
6194
|
filledAt
|
7061
6195
|
filledAvgPrice
|
7062
6196
|
actionId
|
7063
|
-
alpacaAccount {
|
7064
|
-
id
|
7065
|
-
}
|
7066
|
-
action {
|
7067
|
-
id
|
7068
|
-
}
|
7069
6197
|
asset {
|
7070
6198
|
id
|
7071
6199
|
symbol
|
@@ -7125,18 +6253,9 @@ export const Session = {
|
|
7125
6253
|
buyPrice
|
7126
6254
|
createdAt
|
7127
6255
|
updatedAt
|
7128
|
-
trades {
|
7129
|
-
id
|
7130
|
-
}
|
7131
|
-
orders {
|
7132
|
-
id
|
7133
|
-
}
|
7134
6256
|
positions {
|
7135
6257
|
id
|
7136
6258
|
assetId
|
7137
|
-
asset {
|
7138
|
-
id
|
7139
|
-
}
|
7140
6259
|
averageEntryPrice
|
7141
6260
|
qty
|
7142
6261
|
qtyAvailable
|
@@ -7150,9 +6269,6 @@ export const Session = {
|
|
7150
6269
|
lastTradePrice
|
7151
6270
|
changeToday
|
7152
6271
|
assetMarginable
|
7153
|
-
alpacaAccount {
|
7154
|
-
id
|
7155
|
-
}
|
7156
6272
|
alpacaAccountId
|
7157
6273
|
}
|
7158
6274
|
newsMentions {
|
@@ -7177,12 +6293,6 @@ export const Session = {
|
|
7177
6293
|
logo
|
7178
6294
|
createdAt
|
7179
6295
|
updatedAt
|
7180
|
-
assets {
|
7181
|
-
id
|
7182
|
-
}
|
7183
|
-
}
|
7184
|
-
asset {
|
7185
|
-
id
|
7186
6296
|
}
|
7187
6297
|
relevancyScore
|
7188
6298
|
sentimentScore
|
@@ -7218,9 +6328,6 @@ export const Session = {
|
|
7218
6328
|
createdAt
|
7219
6329
|
updatedAt
|
7220
6330
|
orderId
|
7221
|
-
Order {
|
7222
|
-
id
|
7223
|
-
}
|
7224
6331
|
}
|
7225
6332
|
takeProfit {
|
7226
6333
|
id
|
@@ -7229,9 +6336,6 @@ export const Session = {
|
|
7229
6336
|
createdAt
|
7230
6337
|
updatedAt
|
7231
6338
|
orderId
|
7232
|
-
Order {
|
7233
|
-
id
|
7234
|
-
}
|
7235
6339
|
}
|
7236
6340
|
trailPrice
|
7237
6341
|
trailPercent
|
@@ -7243,9 +6347,6 @@ export const Session = {
|
|
7243
6347
|
filledAt
|
7244
6348
|
filledAvgPrice
|
7245
6349
|
actionId
|
7246
|
-
alpacaAccount {
|
7247
|
-
id
|
7248
|
-
}
|
7249
6350
|
action {
|
7250
6351
|
id
|
7251
6352
|
sequence
|
@@ -7261,6 +6362,7 @@ export const Session = {
|
|
7261
6362
|
qty
|
7262
6363
|
price
|
7263
6364
|
total
|
6365
|
+
optionType
|
7264
6366
|
signal
|
7265
6367
|
strategy
|
7266
6368
|
analysis
|
@@ -7269,9 +6371,6 @@ export const Session = {
|
|
7269
6371
|
createdAt
|
7270
6372
|
updatedAt
|
7271
6373
|
status
|
7272
|
-
alpacaAccount {
|
7273
|
-
id
|
7274
|
-
}
|
7275
6374
|
asset {
|
7276
6375
|
id
|
7277
6376
|
symbol
|
@@ -7331,18 +6430,9 @@ export const Session = {
|
|
7331
6430
|
buyPrice
|
7332
6431
|
createdAt
|
7333
6432
|
updatedAt
|
7334
|
-
trades {
|
7335
|
-
id
|
7336
|
-
}
|
7337
|
-
orders {
|
7338
|
-
id
|
7339
|
-
}
|
7340
6433
|
positions {
|
7341
6434
|
id
|
7342
6435
|
assetId
|
7343
|
-
asset {
|
7344
|
-
id
|
7345
|
-
}
|
7346
6436
|
averageEntryPrice
|
7347
6437
|
qty
|
7348
6438
|
qtyAvailable
|
@@ -7356,9 +6446,6 @@ export const Session = {
|
|
7356
6446
|
lastTradePrice
|
7357
6447
|
changeToday
|
7358
6448
|
assetMarginable
|
7359
|
-
alpacaAccount {
|
7360
|
-
id
|
7361
|
-
}
|
7362
6449
|
alpacaAccountId
|
7363
6450
|
}
|
7364
6451
|
newsMentions {
|
@@ -7383,24 +6470,12 @@ export const Session = {
|
|
7383
6470
|
logo
|
7384
6471
|
createdAt
|
7385
6472
|
updatedAt
|
7386
|
-
assets {
|
7387
|
-
id
|
7388
|
-
}
|
7389
|
-
}
|
7390
|
-
asset {
|
7391
|
-
id
|
7392
6473
|
}
|
7393
6474
|
relevancyScore
|
7394
6475
|
sentimentScore
|
7395
6476
|
sentimentLabel
|
7396
6477
|
}
|
7397
6478
|
}
|
7398
|
-
actions {
|
7399
|
-
id
|
7400
|
-
}
|
7401
|
-
}
|
7402
|
-
order {
|
7403
|
-
id
|
7404
6479
|
}
|
7405
6480
|
}
|
7406
6481
|
asset {
|
@@ -7469,6 +6544,7 @@ export const Session = {
|
|
7469
6544
|
qty
|
7470
6545
|
price
|
7471
6546
|
total
|
6547
|
+
optionType
|
7472
6548
|
signal
|
7473
6549
|
strategy
|
7474
6550
|
analysis
|
@@ -7477,12 +6553,6 @@ export const Session = {
|
|
7477
6553
|
createdAt
|
7478
6554
|
updatedAt
|
7479
6555
|
status
|
7480
|
-
alpacaAccount {
|
7481
|
-
id
|
7482
|
-
}
|
7483
|
-
asset {
|
7484
|
-
id
|
7485
|
-
}
|
7486
6556
|
actions {
|
7487
6557
|
id
|
7488
6558
|
sequence
|
@@ -7491,23 +6561,11 @@ export const Session = {
|
|
7491
6561
|
note
|
7492
6562
|
status
|
7493
6563
|
fee
|
7494
|
-
trade {
|
7495
|
-
id
|
7496
|
-
}
|
7497
|
-
order {
|
7498
|
-
id
|
7499
|
-
}
|
7500
6564
|
}
|
7501
6565
|
}
|
7502
|
-
orders {
|
7503
|
-
id
|
7504
|
-
}
|
7505
6566
|
positions {
|
7506
6567
|
id
|
7507
6568
|
assetId
|
7508
|
-
asset {
|
7509
|
-
id
|
7510
|
-
}
|
7511
6569
|
averageEntryPrice
|
7512
6570
|
qty
|
7513
6571
|
qtyAvailable
|
@@ -7521,9 +6579,6 @@ export const Session = {
|
|
7521
6579
|
lastTradePrice
|
7522
6580
|
changeToday
|
7523
6581
|
assetMarginable
|
7524
|
-
alpacaAccount {
|
7525
|
-
id
|
7526
|
-
}
|
7527
6582
|
alpacaAccountId
|
7528
6583
|
}
|
7529
6584
|
newsMentions {
|
@@ -7548,12 +6603,6 @@ export const Session = {
|
|
7548
6603
|
logo
|
7549
6604
|
createdAt
|
7550
6605
|
updatedAt
|
7551
|
-
assets {
|
7552
|
-
id
|
7553
|
-
}
|
7554
|
-
}
|
7555
|
-
asset {
|
7556
|
-
id
|
7557
6606
|
}
|
7558
6607
|
relevancyScore
|
7559
6608
|
sentimentScore
|
@@ -7636,6 +6685,7 @@ export const Session = {
|
|
7636
6685
|
qty
|
7637
6686
|
price
|
7638
6687
|
total
|
6688
|
+
optionType
|
7639
6689
|
signal
|
7640
6690
|
strategy
|
7641
6691
|
analysis
|
@@ -7644,12 +6694,6 @@ export const Session = {
|
|
7644
6694
|
createdAt
|
7645
6695
|
updatedAt
|
7646
6696
|
status
|
7647
|
-
alpacaAccount {
|
7648
|
-
id
|
7649
|
-
}
|
7650
|
-
asset {
|
7651
|
-
id
|
7652
|
-
}
|
7653
6697
|
actions {
|
7654
6698
|
id
|
7655
6699
|
sequence
|
@@ -7658,9 +6702,6 @@ export const Session = {
|
|
7658
6702
|
note
|
7659
6703
|
status
|
7660
6704
|
fee
|
7661
|
-
trade {
|
7662
|
-
id
|
7663
|
-
}
|
7664
6705
|
order {
|
7665
6706
|
id
|
7666
6707
|
clientOrderId
|
@@ -7681,9 +6722,6 @@ export const Session = {
|
|
7681
6722
|
createdAt
|
7682
6723
|
updatedAt
|
7683
6724
|
orderId
|
7684
|
-
Order {
|
7685
|
-
id
|
7686
|
-
}
|
7687
6725
|
}
|
7688
6726
|
takeProfit {
|
7689
6727
|
id
|
@@ -7692,9 +6730,6 @@ export const Session = {
|
|
7692
6730
|
createdAt
|
7693
6731
|
updatedAt
|
7694
6732
|
orderId
|
7695
|
-
Order {
|
7696
|
-
id
|
7697
|
-
}
|
7698
6733
|
}
|
7699
6734
|
trailPrice
|
7700
6735
|
trailPercent
|
@@ -7706,15 +6741,6 @@ export const Session = {
|
|
7706
6741
|
filledAt
|
7707
6742
|
filledAvgPrice
|
7708
6743
|
actionId
|
7709
|
-
alpacaAccount {
|
7710
|
-
id
|
7711
|
-
}
|
7712
|
-
action {
|
7713
|
-
id
|
7714
|
-
}
|
7715
|
-
asset {
|
7716
|
-
id
|
7717
|
-
}
|
7718
6744
|
fee
|
7719
6745
|
strikePrice
|
7720
6746
|
expirationDate
|
@@ -7744,9 +6770,6 @@ export const Session = {
|
|
7744
6770
|
createdAt
|
7745
6771
|
updatedAt
|
7746
6772
|
orderId
|
7747
|
-
Order {
|
7748
|
-
id
|
7749
|
-
}
|
7750
6773
|
}
|
7751
6774
|
takeProfit {
|
7752
6775
|
id
|
@@ -7755,9 +6778,6 @@ export const Session = {
|
|
7755
6778
|
createdAt
|
7756
6779
|
updatedAt
|
7757
6780
|
orderId
|
7758
|
-
Order {
|
7759
|
-
id
|
7760
|
-
}
|
7761
6781
|
}
|
7762
6782
|
trailPrice
|
7763
6783
|
trailPercent
|
@@ -7769,9 +6789,6 @@ export const Session = {
|
|
7769
6789
|
filledAt
|
7770
6790
|
filledAvgPrice
|
7771
6791
|
actionId
|
7772
|
-
alpacaAccount {
|
7773
|
-
id
|
7774
|
-
}
|
7775
6792
|
action {
|
7776
6793
|
id
|
7777
6794
|
sequence
|
@@ -7787,6 +6804,7 @@ export const Session = {
|
|
7787
6804
|
qty
|
7788
6805
|
price
|
7789
6806
|
total
|
6807
|
+
optionType
|
7790
6808
|
signal
|
7791
6809
|
strategy
|
7792
6810
|
analysis
|
@@ -7795,23 +6813,8 @@ export const Session = {
|
|
7795
6813
|
createdAt
|
7796
6814
|
updatedAt
|
7797
6815
|
status
|
7798
|
-
alpacaAccount {
|
7799
|
-
id
|
7800
|
-
}
|
7801
|
-
asset {
|
7802
|
-
id
|
7803
|
-
}
|
7804
|
-
actions {
|
7805
|
-
id
|
7806
|
-
}
|
7807
|
-
}
|
7808
|
-
order {
|
7809
|
-
id
|
7810
6816
|
}
|
7811
6817
|
}
|
7812
|
-
asset {
|
7813
|
-
id
|
7814
|
-
}
|
7815
6818
|
fee
|
7816
6819
|
strikePrice
|
7817
6820
|
expirationDate
|
@@ -7819,9 +6822,6 @@ export const Session = {
|
|
7819
6822
|
stopLossId
|
7820
6823
|
takeProfitId
|
7821
6824
|
}
|
7822
|
-
positions {
|
7823
|
-
id
|
7824
|
-
}
|
7825
6825
|
newsMentions {
|
7826
6826
|
id
|
7827
6827
|
assetId
|
@@ -7844,12 +6844,6 @@ export const Session = {
|
|
7844
6844
|
logo
|
7845
6845
|
createdAt
|
7846
6846
|
updatedAt
|
7847
|
-
assets {
|
7848
|
-
id
|
7849
|
-
}
|
7850
|
-
}
|
7851
|
-
asset {
|
7852
|
-
id
|
7853
6847
|
}
|
7854
6848
|
relevancyScore
|
7855
6849
|
sentimentScore
|
@@ -7869,9 +6863,6 @@ export const Session = {
|
|
7869
6863
|
lastTradePrice
|
7870
6864
|
changeToday
|
7871
6865
|
assetMarginable
|
7872
|
-
alpacaAccount {
|
7873
|
-
id
|
7874
|
-
}
|
7875
6866
|
alpacaAccountId
|
7876
6867
|
}
|
7877
6868
|
alerts {
|
@@ -7882,9 +6873,6 @@ export const Session = {
|
|
7882
6873
|
isRead
|
7883
6874
|
createdAt
|
7884
6875
|
updatedAt
|
7885
|
-
alpacaAccount {
|
7886
|
-
id
|
7887
|
-
}
|
7888
6876
|
}
|
7889
6877
|
}
|
7890
6878
|
}
|
@@ -7945,9 +6933,6 @@ export const Session = {
|
|
7945
6933
|
stripeCurrentPeriodEnd
|
7946
6934
|
createdAt
|
7947
6935
|
updatedAt
|
7948
|
-
users {
|
7949
|
-
id
|
7950
|
-
}
|
7951
6936
|
}
|
7952
6937
|
customerId
|
7953
6938
|
accounts {
|
@@ -7965,12 +6950,6 @@ export const Session = {
|
|
7965
6950
|
session_state
|
7966
6951
|
createdAt
|
7967
6952
|
updatedAt
|
7968
|
-
user {
|
7969
|
-
id
|
7970
|
-
}
|
7971
|
-
}
|
7972
|
-
sessions {
|
7973
|
-
id
|
7974
6953
|
}
|
7975
6954
|
authenticators {
|
7976
6955
|
id
|
@@ -7978,9 +6957,6 @@ export const Session = {
|
|
7978
6957
|
credentialID
|
7979
6958
|
publicKey
|
7980
6959
|
counter
|
7981
|
-
user {
|
7982
|
-
id
|
7983
|
-
}
|
7984
6960
|
createdAt
|
7985
6961
|
updatedAt
|
7986
6962
|
}
|
@@ -7994,9 +6970,6 @@ export const Session = {
|
|
7994
6970
|
marketOpen
|
7995
6971
|
minOrderSize
|
7996
6972
|
maxOrderSize
|
7997
|
-
user {
|
7998
|
-
id
|
7999
|
-
}
|
8000
6973
|
userId
|
8001
6974
|
createdAt
|
8002
6975
|
updatedAt
|
@@ -8007,6 +6980,7 @@ export const Session = {
|
|
8007
6980
|
qty
|
8008
6981
|
price
|
8009
6982
|
total
|
6983
|
+
optionType
|
8010
6984
|
signal
|
8011
6985
|
strategy
|
8012
6986
|
analysis
|
@@ -8015,9 +6989,6 @@ export const Session = {
|
|
8015
6989
|
createdAt
|
8016
6990
|
updatedAt
|
8017
6991
|
status
|
8018
|
-
alpacaAccount {
|
8019
|
-
id
|
8020
|
-
}
|
8021
6992
|
asset {
|
8022
6993
|
id
|
8023
6994
|
symbol
|
@@ -8077,9 +7048,6 @@ export const Session = {
|
|
8077
7048
|
buyPrice
|
8078
7049
|
createdAt
|
8079
7050
|
updatedAt
|
8080
|
-
trades {
|
8081
|
-
id
|
8082
|
-
}
|
8083
7051
|
orders {
|
8084
7052
|
id
|
8085
7053
|
clientOrderId
|
@@ -8100,9 +7068,6 @@ export const Session = {
|
|
8100
7068
|
createdAt
|
8101
7069
|
updatedAt
|
8102
7070
|
orderId
|
8103
|
-
Order {
|
8104
|
-
id
|
8105
|
-
}
|
8106
7071
|
}
|
8107
7072
|
takeProfit {
|
8108
7073
|
id
|
@@ -8111,9 +7076,6 @@ export const Session = {
|
|
8111
7076
|
createdAt
|
8112
7077
|
updatedAt
|
8113
7078
|
orderId
|
8114
|
-
Order {
|
8115
|
-
id
|
8116
|
-
}
|
8117
7079
|
}
|
8118
7080
|
trailPrice
|
8119
7081
|
trailPercent
|
@@ -8125,9 +7087,6 @@ export const Session = {
|
|
8125
7087
|
filledAt
|
8126
7088
|
filledAvgPrice
|
8127
7089
|
actionId
|
8128
|
-
alpacaAccount {
|
8129
|
-
id
|
8130
|
-
}
|
8131
7090
|
action {
|
8132
7091
|
id
|
8133
7092
|
sequence
|
@@ -8136,15 +7095,6 @@ export const Session = {
|
|
8136
7095
|
note
|
8137
7096
|
status
|
8138
7097
|
fee
|
8139
|
-
trade {
|
8140
|
-
id
|
8141
|
-
}
|
8142
|
-
order {
|
8143
|
-
id
|
8144
|
-
}
|
8145
|
-
}
|
8146
|
-
asset {
|
8147
|
-
id
|
8148
7098
|
}
|
8149
7099
|
fee
|
8150
7100
|
strikePrice
|
@@ -8156,9 +7106,6 @@ export const Session = {
|
|
8156
7106
|
positions {
|
8157
7107
|
id
|
8158
7108
|
assetId
|
8159
|
-
asset {
|
8160
|
-
id
|
8161
|
-
}
|
8162
7109
|
averageEntryPrice
|
8163
7110
|
qty
|
8164
7111
|
qtyAvailable
|
@@ -8172,9 +7119,6 @@ export const Session = {
|
|
8172
7119
|
lastTradePrice
|
8173
7120
|
changeToday
|
8174
7121
|
assetMarginable
|
8175
|
-
alpacaAccount {
|
8176
|
-
id
|
8177
|
-
}
|
8178
7122
|
alpacaAccountId
|
8179
7123
|
}
|
8180
7124
|
newsMentions {
|
@@ -8199,12 +7143,6 @@ export const Session = {
|
|
8199
7143
|
logo
|
8200
7144
|
createdAt
|
8201
7145
|
updatedAt
|
8202
|
-
assets {
|
8203
|
-
id
|
8204
|
-
}
|
8205
|
-
}
|
8206
|
-
asset {
|
8207
|
-
id
|
8208
7146
|
}
|
8209
7147
|
relevancyScore
|
8210
7148
|
sentimentScore
|
@@ -8219,9 +7157,6 @@ export const Session = {
|
|
8219
7157
|
note
|
8220
7158
|
status
|
8221
7159
|
fee
|
8222
|
-
trade {
|
8223
|
-
id
|
8224
|
-
}
|
8225
7160
|
order {
|
8226
7161
|
id
|
8227
7162
|
clientOrderId
|
@@ -8242,9 +7177,6 @@ export const Session = {
|
|
8242
7177
|
createdAt
|
8243
7178
|
updatedAt
|
8244
7179
|
orderId
|
8245
|
-
Order {
|
8246
|
-
id
|
8247
|
-
}
|
8248
7180
|
}
|
8249
7181
|
takeProfit {
|
8250
7182
|
id
|
@@ -8253,9 +7185,6 @@ export const Session = {
|
|
8253
7185
|
createdAt
|
8254
7186
|
updatedAt
|
8255
7187
|
orderId
|
8256
|
-
Order {
|
8257
|
-
id
|
8258
|
-
}
|
8259
7188
|
}
|
8260
7189
|
trailPrice
|
8261
7190
|
trailPercent
|
@@ -8267,12 +7196,6 @@ export const Session = {
|
|
8267
7196
|
filledAt
|
8268
7197
|
filledAvgPrice
|
8269
7198
|
actionId
|
8270
|
-
alpacaAccount {
|
8271
|
-
id
|
8272
|
-
}
|
8273
|
-
action {
|
8274
|
-
id
|
8275
|
-
}
|
8276
7199
|
asset {
|
8277
7200
|
id
|
8278
7201
|
symbol
|
@@ -8332,18 +7255,9 @@ export const Session = {
|
|
8332
7255
|
buyPrice
|
8333
7256
|
createdAt
|
8334
7257
|
updatedAt
|
8335
|
-
trades {
|
8336
|
-
id
|
8337
|
-
}
|
8338
|
-
orders {
|
8339
|
-
id
|
8340
|
-
}
|
8341
7258
|
positions {
|
8342
7259
|
id
|
8343
7260
|
assetId
|
8344
|
-
asset {
|
8345
|
-
id
|
8346
|
-
}
|
8347
7261
|
averageEntryPrice
|
8348
7262
|
qty
|
8349
7263
|
qtyAvailable
|
@@ -8357,9 +7271,6 @@ export const Session = {
|
|
8357
7271
|
lastTradePrice
|
8358
7272
|
changeToday
|
8359
7273
|
assetMarginable
|
8360
|
-
alpacaAccount {
|
8361
|
-
id
|
8362
|
-
}
|
8363
7274
|
alpacaAccountId
|
8364
7275
|
}
|
8365
7276
|
newsMentions {
|
@@ -8384,12 +7295,6 @@ export const Session = {
|
|
8384
7295
|
logo
|
8385
7296
|
createdAt
|
8386
7297
|
updatedAt
|
8387
|
-
assets {
|
8388
|
-
id
|
8389
|
-
}
|
8390
|
-
}
|
8391
|
-
asset {
|
8392
|
-
id
|
8393
7298
|
}
|
8394
7299
|
relevancyScore
|
8395
7300
|
sentimentScore
|
@@ -8425,9 +7330,6 @@ export const Session = {
|
|
8425
7330
|
createdAt
|
8426
7331
|
updatedAt
|
8427
7332
|
orderId
|
8428
|
-
Order {
|
8429
|
-
id
|
8430
|
-
}
|
8431
7333
|
}
|
8432
7334
|
takeProfit {
|
8433
7335
|
id
|
@@ -8436,9 +7338,6 @@ export const Session = {
|
|
8436
7338
|
createdAt
|
8437
7339
|
updatedAt
|
8438
7340
|
orderId
|
8439
|
-
Order {
|
8440
|
-
id
|
8441
|
-
}
|
8442
7341
|
}
|
8443
7342
|
trailPrice
|
8444
7343
|
trailPercent
|
@@ -8450,9 +7349,6 @@ export const Session = {
|
|
8450
7349
|
filledAt
|
8451
7350
|
filledAvgPrice
|
8452
7351
|
actionId
|
8453
|
-
alpacaAccount {
|
8454
|
-
id
|
8455
|
-
}
|
8456
7352
|
action {
|
8457
7353
|
id
|
8458
7354
|
sequence
|
@@ -8468,6 +7364,7 @@ export const Session = {
|
|
8468
7364
|
qty
|
8469
7365
|
price
|
8470
7366
|
total
|
7367
|
+
optionType
|
8471
7368
|
signal
|
8472
7369
|
strategy
|
8473
7370
|
analysis
|
@@ -8476,9 +7373,6 @@ export const Session = {
|
|
8476
7373
|
createdAt
|
8477
7374
|
updatedAt
|
8478
7375
|
status
|
8479
|
-
alpacaAccount {
|
8480
|
-
id
|
8481
|
-
}
|
8482
7376
|
asset {
|
8483
7377
|
id
|
8484
7378
|
symbol
|
@@ -8538,18 +7432,9 @@ export const Session = {
|
|
8538
7432
|
buyPrice
|
8539
7433
|
createdAt
|
8540
7434
|
updatedAt
|
8541
|
-
trades {
|
8542
|
-
id
|
8543
|
-
}
|
8544
|
-
orders {
|
8545
|
-
id
|
8546
|
-
}
|
8547
7435
|
positions {
|
8548
7436
|
id
|
8549
7437
|
assetId
|
8550
|
-
asset {
|
8551
|
-
id
|
8552
|
-
}
|
8553
7438
|
averageEntryPrice
|
8554
7439
|
qty
|
8555
7440
|
qtyAvailable
|
@@ -8563,9 +7448,6 @@ export const Session = {
|
|
8563
7448
|
lastTradePrice
|
8564
7449
|
changeToday
|
8565
7450
|
assetMarginable
|
8566
|
-
alpacaAccount {
|
8567
|
-
id
|
8568
|
-
}
|
8569
7451
|
alpacaAccountId
|
8570
7452
|
}
|
8571
7453
|
newsMentions {
|
@@ -8590,24 +7472,12 @@ export const Session = {
|
|
8590
7472
|
logo
|
8591
7473
|
createdAt
|
8592
7474
|
updatedAt
|
8593
|
-
assets {
|
8594
|
-
id
|
8595
|
-
}
|
8596
|
-
}
|
8597
|
-
asset {
|
8598
|
-
id
|
8599
7475
|
}
|
8600
7476
|
relevancyScore
|
8601
7477
|
sentimentScore
|
8602
7478
|
sentimentLabel
|
8603
7479
|
}
|
8604
7480
|
}
|
8605
|
-
actions {
|
8606
|
-
id
|
8607
|
-
}
|
8608
|
-
}
|
8609
|
-
order {
|
8610
|
-
id
|
8611
7481
|
}
|
8612
7482
|
}
|
8613
7483
|
asset {
|
@@ -8676,6 +7546,7 @@ export const Session = {
|
|
8676
7546
|
qty
|
8677
7547
|
price
|
8678
7548
|
total
|
7549
|
+
optionType
|
8679
7550
|
signal
|
8680
7551
|
strategy
|
8681
7552
|
analysis
|
@@ -8684,12 +7555,6 @@ export const Session = {
|
|
8684
7555
|
createdAt
|
8685
7556
|
updatedAt
|
8686
7557
|
status
|
8687
|
-
alpacaAccount {
|
8688
|
-
id
|
8689
|
-
}
|
8690
|
-
asset {
|
8691
|
-
id
|
8692
|
-
}
|
8693
7558
|
actions {
|
8694
7559
|
id
|
8695
7560
|
sequence
|
@@ -8698,23 +7563,11 @@ export const Session = {
|
|
8698
7563
|
note
|
8699
7564
|
status
|
8700
7565
|
fee
|
8701
|
-
trade {
|
8702
|
-
id
|
8703
|
-
}
|
8704
|
-
order {
|
8705
|
-
id
|
8706
|
-
}
|
8707
7566
|
}
|
8708
7567
|
}
|
8709
|
-
orders {
|
8710
|
-
id
|
8711
|
-
}
|
8712
7568
|
positions {
|
8713
7569
|
id
|
8714
7570
|
assetId
|
8715
|
-
asset {
|
8716
|
-
id
|
8717
|
-
}
|
8718
7571
|
averageEntryPrice
|
8719
7572
|
qty
|
8720
7573
|
qtyAvailable
|
@@ -8728,9 +7581,6 @@ export const Session = {
|
|
8728
7581
|
lastTradePrice
|
8729
7582
|
changeToday
|
8730
7583
|
assetMarginable
|
8731
|
-
alpacaAccount {
|
8732
|
-
id
|
8733
|
-
}
|
8734
7584
|
alpacaAccountId
|
8735
7585
|
}
|
8736
7586
|
newsMentions {
|
@@ -8755,12 +7605,6 @@ export const Session = {
|
|
8755
7605
|
logo
|
8756
7606
|
createdAt
|
8757
7607
|
updatedAt
|
8758
|
-
assets {
|
8759
|
-
id
|
8760
|
-
}
|
8761
|
-
}
|
8762
|
-
asset {
|
8763
|
-
id
|
8764
7608
|
}
|
8765
7609
|
relevancyScore
|
8766
7610
|
sentimentScore
|
@@ -8843,6 +7687,7 @@ export const Session = {
|
|
8843
7687
|
qty
|
8844
7688
|
price
|
8845
7689
|
total
|
7690
|
+
optionType
|
8846
7691
|
signal
|
8847
7692
|
strategy
|
8848
7693
|
analysis
|
@@ -8851,12 +7696,6 @@ export const Session = {
|
|
8851
7696
|
createdAt
|
8852
7697
|
updatedAt
|
8853
7698
|
status
|
8854
|
-
alpacaAccount {
|
8855
|
-
id
|
8856
|
-
}
|
8857
|
-
asset {
|
8858
|
-
id
|
8859
|
-
}
|
8860
7699
|
actions {
|
8861
7700
|
id
|
8862
7701
|
sequence
|
@@ -8865,9 +7704,6 @@ export const Session = {
|
|
8865
7704
|
note
|
8866
7705
|
status
|
8867
7706
|
fee
|
8868
|
-
trade {
|
8869
|
-
id
|
8870
|
-
}
|
8871
7707
|
order {
|
8872
7708
|
id
|
8873
7709
|
clientOrderId
|
@@ -8888,9 +7724,6 @@ export const Session = {
|
|
8888
7724
|
createdAt
|
8889
7725
|
updatedAt
|
8890
7726
|
orderId
|
8891
|
-
Order {
|
8892
|
-
id
|
8893
|
-
}
|
8894
7727
|
}
|
8895
7728
|
takeProfit {
|
8896
7729
|
id
|
@@ -8899,9 +7732,6 @@ export const Session = {
|
|
8899
7732
|
createdAt
|
8900
7733
|
updatedAt
|
8901
7734
|
orderId
|
8902
|
-
Order {
|
8903
|
-
id
|
8904
|
-
}
|
8905
7735
|
}
|
8906
7736
|
trailPrice
|
8907
7737
|
trailPercent
|
@@ -8913,15 +7743,6 @@ export const Session = {
|
|
8913
7743
|
filledAt
|
8914
7744
|
filledAvgPrice
|
8915
7745
|
actionId
|
8916
|
-
alpacaAccount {
|
8917
|
-
id
|
8918
|
-
}
|
8919
|
-
action {
|
8920
|
-
id
|
8921
|
-
}
|
8922
|
-
asset {
|
8923
|
-
id
|
8924
|
-
}
|
8925
7746
|
fee
|
8926
7747
|
strikePrice
|
8927
7748
|
expirationDate
|
@@ -8951,9 +7772,6 @@ export const Session = {
|
|
8951
7772
|
createdAt
|
8952
7773
|
updatedAt
|
8953
7774
|
orderId
|
8954
|
-
Order {
|
8955
|
-
id
|
8956
|
-
}
|
8957
7775
|
}
|
8958
7776
|
takeProfit {
|
8959
7777
|
id
|
@@ -8962,9 +7780,6 @@ export const Session = {
|
|
8962
7780
|
createdAt
|
8963
7781
|
updatedAt
|
8964
7782
|
orderId
|
8965
|
-
Order {
|
8966
|
-
id
|
8967
|
-
}
|
8968
7783
|
}
|
8969
7784
|
trailPrice
|
8970
7785
|
trailPercent
|
@@ -8976,9 +7791,6 @@ export const Session = {
|
|
8976
7791
|
filledAt
|
8977
7792
|
filledAvgPrice
|
8978
7793
|
actionId
|
8979
|
-
alpacaAccount {
|
8980
|
-
id
|
8981
|
-
}
|
8982
7794
|
action {
|
8983
7795
|
id
|
8984
7796
|
sequence
|
@@ -8994,6 +7806,7 @@ export const Session = {
|
|
8994
7806
|
qty
|
8995
7807
|
price
|
8996
7808
|
total
|
7809
|
+
optionType
|
8997
7810
|
signal
|
8998
7811
|
strategy
|
8999
7812
|
analysis
|
@@ -9002,22 +7815,7 @@ export const Session = {
|
|
9002
7815
|
createdAt
|
9003
7816
|
updatedAt
|
9004
7817
|
status
|
9005
|
-
alpacaAccount {
|
9006
|
-
id
|
9007
|
-
}
|
9008
|
-
asset {
|
9009
|
-
id
|
9010
|
-
}
|
9011
|
-
actions {
|
9012
|
-
id
|
9013
|
-
}
|
9014
7818
|
}
|
9015
|
-
order {
|
9016
|
-
id
|
9017
|
-
}
|
9018
|
-
}
|
9019
|
-
asset {
|
9020
|
-
id
|
9021
7819
|
}
|
9022
7820
|
fee
|
9023
7821
|
strikePrice
|
@@ -9026,9 +7824,6 @@ export const Session = {
|
|
9026
7824
|
stopLossId
|
9027
7825
|
takeProfitId
|
9028
7826
|
}
|
9029
|
-
positions {
|
9030
|
-
id
|
9031
|
-
}
|
9032
7827
|
newsMentions {
|
9033
7828
|
id
|
9034
7829
|
assetId
|
@@ -9051,12 +7846,6 @@ export const Session = {
|
|
9051
7846
|
logo
|
9052
7847
|
createdAt
|
9053
7848
|
updatedAt
|
9054
|
-
assets {
|
9055
|
-
id
|
9056
|
-
}
|
9057
|
-
}
|
9058
|
-
asset {
|
9059
|
-
id
|
9060
7849
|
}
|
9061
7850
|
relevancyScore
|
9062
7851
|
sentimentScore
|
@@ -9076,9 +7865,6 @@ export const Session = {
|
|
9076
7865
|
lastTradePrice
|
9077
7866
|
changeToday
|
9078
7867
|
assetMarginable
|
9079
|
-
alpacaAccount {
|
9080
|
-
id
|
9081
|
-
}
|
9082
7868
|
alpacaAccountId
|
9083
7869
|
}
|
9084
7870
|
alerts {
|
@@ -9089,9 +7875,6 @@ export const Session = {
|
|
9089
7875
|
isRead
|
9090
7876
|
createdAt
|
9091
7877
|
updatedAt
|
9092
|
-
alpacaAccount {
|
9093
|
-
id
|
9094
|
-
}
|
9095
7878
|
}
|
9096
7879
|
}
|
9097
7880
|
}
|