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/Authenticator.cjs
CHANGED
@@ -46,9 +46,6 @@ exports.Authenticator = {
|
|
46
46
|
stripeCurrentPeriodEnd
|
47
47
|
createdAt
|
48
48
|
updatedAt
|
49
|
-
users {
|
50
|
-
id
|
51
|
-
}
|
52
49
|
}
|
53
50
|
customerId
|
54
51
|
accounts {
|
@@ -66,24 +63,15 @@ exports.Authenticator = {
|
|
66
63
|
session_state
|
67
64
|
createdAt
|
68
65
|
updatedAt
|
69
|
-
user {
|
70
|
-
id
|
71
|
-
}
|
72
66
|
}
|
73
67
|
sessions {
|
74
68
|
id
|
75
69
|
sessionToken
|
76
70
|
userId
|
77
71
|
expires
|
78
|
-
user {
|
79
|
-
id
|
80
|
-
}
|
81
72
|
createdAt
|
82
73
|
updatedAt
|
83
74
|
}
|
84
|
-
authenticators {
|
85
|
-
id
|
86
|
-
}
|
87
75
|
plan
|
88
76
|
alpacaAccounts {
|
89
77
|
id
|
@@ -94,9 +82,6 @@ exports.Authenticator = {
|
|
94
82
|
marketOpen
|
95
83
|
minOrderSize
|
96
84
|
maxOrderSize
|
97
|
-
user {
|
98
|
-
id
|
99
|
-
}
|
100
85
|
userId
|
101
86
|
createdAt
|
102
87
|
updatedAt
|
@@ -107,6 +92,7 @@ exports.Authenticator = {
|
|
107
92
|
qty
|
108
93
|
price
|
109
94
|
total
|
95
|
+
optionType
|
110
96
|
signal
|
111
97
|
strategy
|
112
98
|
analysis
|
@@ -115,9 +101,6 @@ exports.Authenticator = {
|
|
115
101
|
createdAt
|
116
102
|
updatedAt
|
117
103
|
status
|
118
|
-
alpacaAccount {
|
119
|
-
id
|
120
|
-
}
|
121
104
|
asset {
|
122
105
|
id
|
123
106
|
symbol
|
@@ -177,9 +160,6 @@ exports.Authenticator = {
|
|
177
160
|
buyPrice
|
178
161
|
createdAt
|
179
162
|
updatedAt
|
180
|
-
trades {
|
181
|
-
id
|
182
|
-
}
|
183
163
|
orders {
|
184
164
|
id
|
185
165
|
clientOrderId
|
@@ -200,9 +180,6 @@ exports.Authenticator = {
|
|
200
180
|
createdAt
|
201
181
|
updatedAt
|
202
182
|
orderId
|
203
|
-
Order {
|
204
|
-
id
|
205
|
-
}
|
206
183
|
}
|
207
184
|
takeProfit {
|
208
185
|
id
|
@@ -211,9 +188,6 @@ exports.Authenticator = {
|
|
211
188
|
createdAt
|
212
189
|
updatedAt
|
213
190
|
orderId
|
214
|
-
Order {
|
215
|
-
id
|
216
|
-
}
|
217
191
|
}
|
218
192
|
trailPrice
|
219
193
|
trailPercent
|
@@ -225,9 +199,6 @@ exports.Authenticator = {
|
|
225
199
|
filledAt
|
226
200
|
filledAvgPrice
|
227
201
|
actionId
|
228
|
-
alpacaAccount {
|
229
|
-
id
|
230
|
-
}
|
231
202
|
action {
|
232
203
|
id
|
233
204
|
sequence
|
@@ -236,15 +207,6 @@ exports.Authenticator = {
|
|
236
207
|
note
|
237
208
|
status
|
238
209
|
fee
|
239
|
-
trade {
|
240
|
-
id
|
241
|
-
}
|
242
|
-
order {
|
243
|
-
id
|
244
|
-
}
|
245
|
-
}
|
246
|
-
asset {
|
247
|
-
id
|
248
210
|
}
|
249
211
|
fee
|
250
212
|
strikePrice
|
@@ -256,9 +218,6 @@ exports.Authenticator = {
|
|
256
218
|
positions {
|
257
219
|
id
|
258
220
|
assetId
|
259
|
-
asset {
|
260
|
-
id
|
261
|
-
}
|
262
221
|
averageEntryPrice
|
263
222
|
qty
|
264
223
|
qtyAvailable
|
@@ -272,9 +231,6 @@ exports.Authenticator = {
|
|
272
231
|
lastTradePrice
|
273
232
|
changeToday
|
274
233
|
assetMarginable
|
275
|
-
alpacaAccount {
|
276
|
-
id
|
277
|
-
}
|
278
234
|
alpacaAccountId
|
279
235
|
}
|
280
236
|
newsMentions {
|
@@ -299,12 +255,6 @@ exports.Authenticator = {
|
|
299
255
|
logo
|
300
256
|
createdAt
|
301
257
|
updatedAt
|
302
|
-
assets {
|
303
|
-
id
|
304
|
-
}
|
305
|
-
}
|
306
|
-
asset {
|
307
|
-
id
|
308
258
|
}
|
309
259
|
relevancyScore
|
310
260
|
sentimentScore
|
@@ -319,9 +269,6 @@ exports.Authenticator = {
|
|
319
269
|
note
|
320
270
|
status
|
321
271
|
fee
|
322
|
-
trade {
|
323
|
-
id
|
324
|
-
}
|
325
272
|
order {
|
326
273
|
id
|
327
274
|
clientOrderId
|
@@ -342,9 +289,6 @@ exports.Authenticator = {
|
|
342
289
|
createdAt
|
343
290
|
updatedAt
|
344
291
|
orderId
|
345
|
-
Order {
|
346
|
-
id
|
347
|
-
}
|
348
292
|
}
|
349
293
|
takeProfit {
|
350
294
|
id
|
@@ -353,9 +297,6 @@ exports.Authenticator = {
|
|
353
297
|
createdAt
|
354
298
|
updatedAt
|
355
299
|
orderId
|
356
|
-
Order {
|
357
|
-
id
|
358
|
-
}
|
359
300
|
}
|
360
301
|
trailPrice
|
361
302
|
trailPercent
|
@@ -367,12 +308,6 @@ exports.Authenticator = {
|
|
367
308
|
filledAt
|
368
309
|
filledAvgPrice
|
369
310
|
actionId
|
370
|
-
alpacaAccount {
|
371
|
-
id
|
372
|
-
}
|
373
|
-
action {
|
374
|
-
id
|
375
|
-
}
|
376
311
|
asset {
|
377
312
|
id
|
378
313
|
symbol
|
@@ -432,18 +367,9 @@ exports.Authenticator = {
|
|
432
367
|
buyPrice
|
433
368
|
createdAt
|
434
369
|
updatedAt
|
435
|
-
trades {
|
436
|
-
id
|
437
|
-
}
|
438
|
-
orders {
|
439
|
-
id
|
440
|
-
}
|
441
370
|
positions {
|
442
371
|
id
|
443
372
|
assetId
|
444
|
-
asset {
|
445
|
-
id
|
446
|
-
}
|
447
373
|
averageEntryPrice
|
448
374
|
qty
|
449
375
|
qtyAvailable
|
@@ -457,9 +383,6 @@ exports.Authenticator = {
|
|
457
383
|
lastTradePrice
|
458
384
|
changeToday
|
459
385
|
assetMarginable
|
460
|
-
alpacaAccount {
|
461
|
-
id
|
462
|
-
}
|
463
386
|
alpacaAccountId
|
464
387
|
}
|
465
388
|
newsMentions {
|
@@ -484,12 +407,6 @@ exports.Authenticator = {
|
|
484
407
|
logo
|
485
408
|
createdAt
|
486
409
|
updatedAt
|
487
|
-
assets {
|
488
|
-
id
|
489
|
-
}
|
490
|
-
}
|
491
|
-
asset {
|
492
|
-
id
|
493
410
|
}
|
494
411
|
relevancyScore
|
495
412
|
sentimentScore
|
@@ -525,9 +442,6 @@ exports.Authenticator = {
|
|
525
442
|
createdAt
|
526
443
|
updatedAt
|
527
444
|
orderId
|
528
|
-
Order {
|
529
|
-
id
|
530
|
-
}
|
531
445
|
}
|
532
446
|
takeProfit {
|
533
447
|
id
|
@@ -536,9 +450,6 @@ exports.Authenticator = {
|
|
536
450
|
createdAt
|
537
451
|
updatedAt
|
538
452
|
orderId
|
539
|
-
Order {
|
540
|
-
id
|
541
|
-
}
|
542
453
|
}
|
543
454
|
trailPrice
|
544
455
|
trailPercent
|
@@ -550,9 +461,6 @@ exports.Authenticator = {
|
|
550
461
|
filledAt
|
551
462
|
filledAvgPrice
|
552
463
|
actionId
|
553
|
-
alpacaAccount {
|
554
|
-
id
|
555
|
-
}
|
556
464
|
action {
|
557
465
|
id
|
558
466
|
sequence
|
@@ -568,6 +476,7 @@ exports.Authenticator = {
|
|
568
476
|
qty
|
569
477
|
price
|
570
478
|
total
|
479
|
+
optionType
|
571
480
|
signal
|
572
481
|
strategy
|
573
482
|
analysis
|
@@ -576,9 +485,6 @@ exports.Authenticator = {
|
|
576
485
|
createdAt
|
577
486
|
updatedAt
|
578
487
|
status
|
579
|
-
alpacaAccount {
|
580
|
-
id
|
581
|
-
}
|
582
488
|
asset {
|
583
489
|
id
|
584
490
|
symbol
|
@@ -638,18 +544,9 @@ exports.Authenticator = {
|
|
638
544
|
buyPrice
|
639
545
|
createdAt
|
640
546
|
updatedAt
|
641
|
-
trades {
|
642
|
-
id
|
643
|
-
}
|
644
|
-
orders {
|
645
|
-
id
|
646
|
-
}
|
647
547
|
positions {
|
648
548
|
id
|
649
549
|
assetId
|
650
|
-
asset {
|
651
|
-
id
|
652
|
-
}
|
653
550
|
averageEntryPrice
|
654
551
|
qty
|
655
552
|
qtyAvailable
|
@@ -663,9 +560,6 @@ exports.Authenticator = {
|
|
663
560
|
lastTradePrice
|
664
561
|
changeToday
|
665
562
|
assetMarginable
|
666
|
-
alpacaAccount {
|
667
|
-
id
|
668
|
-
}
|
669
563
|
alpacaAccountId
|
670
564
|
}
|
671
565
|
newsMentions {
|
@@ -690,24 +584,12 @@ exports.Authenticator = {
|
|
690
584
|
logo
|
691
585
|
createdAt
|
692
586
|
updatedAt
|
693
|
-
assets {
|
694
|
-
id
|
695
|
-
}
|
696
|
-
}
|
697
|
-
asset {
|
698
|
-
id
|
699
587
|
}
|
700
588
|
relevancyScore
|
701
589
|
sentimentScore
|
702
590
|
sentimentLabel
|
703
591
|
}
|
704
592
|
}
|
705
|
-
actions {
|
706
|
-
id
|
707
|
-
}
|
708
|
-
}
|
709
|
-
order {
|
710
|
-
id
|
711
593
|
}
|
712
594
|
}
|
713
595
|
asset {
|
@@ -776,6 +658,7 @@ exports.Authenticator = {
|
|
776
658
|
qty
|
777
659
|
price
|
778
660
|
total
|
661
|
+
optionType
|
779
662
|
signal
|
780
663
|
strategy
|
781
664
|
analysis
|
@@ -784,12 +667,6 @@ exports.Authenticator = {
|
|
784
667
|
createdAt
|
785
668
|
updatedAt
|
786
669
|
status
|
787
|
-
alpacaAccount {
|
788
|
-
id
|
789
|
-
}
|
790
|
-
asset {
|
791
|
-
id
|
792
|
-
}
|
793
670
|
actions {
|
794
671
|
id
|
795
672
|
sequence
|
@@ -798,23 +675,11 @@ exports.Authenticator = {
|
|
798
675
|
note
|
799
676
|
status
|
800
677
|
fee
|
801
|
-
trade {
|
802
|
-
id
|
803
|
-
}
|
804
|
-
order {
|
805
|
-
id
|
806
|
-
}
|
807
678
|
}
|
808
679
|
}
|
809
|
-
orders {
|
810
|
-
id
|
811
|
-
}
|
812
680
|
positions {
|
813
681
|
id
|
814
682
|
assetId
|
815
|
-
asset {
|
816
|
-
id
|
817
|
-
}
|
818
683
|
averageEntryPrice
|
819
684
|
qty
|
820
685
|
qtyAvailable
|
@@ -828,9 +693,6 @@ exports.Authenticator = {
|
|
828
693
|
lastTradePrice
|
829
694
|
changeToday
|
830
695
|
assetMarginable
|
831
|
-
alpacaAccount {
|
832
|
-
id
|
833
|
-
}
|
834
696
|
alpacaAccountId
|
835
697
|
}
|
836
698
|
newsMentions {
|
@@ -855,12 +717,6 @@ exports.Authenticator = {
|
|
855
717
|
logo
|
856
718
|
createdAt
|
857
719
|
updatedAt
|
858
|
-
assets {
|
859
|
-
id
|
860
|
-
}
|
861
|
-
}
|
862
|
-
asset {
|
863
|
-
id
|
864
720
|
}
|
865
721
|
relevancyScore
|
866
722
|
sentimentScore
|
@@ -943,6 +799,7 @@ exports.Authenticator = {
|
|
943
799
|
qty
|
944
800
|
price
|
945
801
|
total
|
802
|
+
optionType
|
946
803
|
signal
|
947
804
|
strategy
|
948
805
|
analysis
|
@@ -951,12 +808,6 @@ exports.Authenticator = {
|
|
951
808
|
createdAt
|
952
809
|
updatedAt
|
953
810
|
status
|
954
|
-
alpacaAccount {
|
955
|
-
id
|
956
|
-
}
|
957
|
-
asset {
|
958
|
-
id
|
959
|
-
}
|
960
811
|
actions {
|
961
812
|
id
|
962
813
|
sequence
|
@@ -965,9 +816,6 @@ exports.Authenticator = {
|
|
965
816
|
note
|
966
817
|
status
|
967
818
|
fee
|
968
|
-
trade {
|
969
|
-
id
|
970
|
-
}
|
971
819
|
order {
|
972
820
|
id
|
973
821
|
clientOrderId
|
@@ -988,9 +836,6 @@ exports.Authenticator = {
|
|
988
836
|
createdAt
|
989
837
|
updatedAt
|
990
838
|
orderId
|
991
|
-
Order {
|
992
|
-
id
|
993
|
-
}
|
994
839
|
}
|
995
840
|
takeProfit {
|
996
841
|
id
|
@@ -999,9 +844,6 @@ exports.Authenticator = {
|
|
999
844
|
createdAt
|
1000
845
|
updatedAt
|
1001
846
|
orderId
|
1002
|
-
Order {
|
1003
|
-
id
|
1004
|
-
}
|
1005
847
|
}
|
1006
848
|
trailPrice
|
1007
849
|
trailPercent
|
@@ -1013,15 +855,6 @@ exports.Authenticator = {
|
|
1013
855
|
filledAt
|
1014
856
|
filledAvgPrice
|
1015
857
|
actionId
|
1016
|
-
alpacaAccount {
|
1017
|
-
id
|
1018
|
-
}
|
1019
|
-
action {
|
1020
|
-
id
|
1021
|
-
}
|
1022
|
-
asset {
|
1023
|
-
id
|
1024
|
-
}
|
1025
858
|
fee
|
1026
859
|
strikePrice
|
1027
860
|
expirationDate
|
@@ -1051,9 +884,6 @@ exports.Authenticator = {
|
|
1051
884
|
createdAt
|
1052
885
|
updatedAt
|
1053
886
|
orderId
|
1054
|
-
Order {
|
1055
|
-
id
|
1056
|
-
}
|
1057
887
|
}
|
1058
888
|
takeProfit {
|
1059
889
|
id
|
@@ -1062,9 +892,6 @@ exports.Authenticator = {
|
|
1062
892
|
createdAt
|
1063
893
|
updatedAt
|
1064
894
|
orderId
|
1065
|
-
Order {
|
1066
|
-
id
|
1067
|
-
}
|
1068
895
|
}
|
1069
896
|
trailPrice
|
1070
897
|
trailPercent
|
@@ -1076,9 +903,6 @@ exports.Authenticator = {
|
|
1076
903
|
filledAt
|
1077
904
|
filledAvgPrice
|
1078
905
|
actionId
|
1079
|
-
alpacaAccount {
|
1080
|
-
id
|
1081
|
-
}
|
1082
906
|
action {
|
1083
907
|
id
|
1084
908
|
sequence
|
@@ -1094,6 +918,7 @@ exports.Authenticator = {
|
|
1094
918
|
qty
|
1095
919
|
price
|
1096
920
|
total
|
921
|
+
optionType
|
1097
922
|
signal
|
1098
923
|
strategy
|
1099
924
|
analysis
|
@@ -1102,23 +927,8 @@ exports.Authenticator = {
|
|
1102
927
|
createdAt
|
1103
928
|
updatedAt
|
1104
929
|
status
|
1105
|
-
alpacaAccount {
|
1106
|
-
id
|
1107
|
-
}
|
1108
|
-
asset {
|
1109
|
-
id
|
1110
|
-
}
|
1111
|
-
actions {
|
1112
|
-
id
|
1113
|
-
}
|
1114
|
-
}
|
1115
|
-
order {
|
1116
|
-
id
|
1117
930
|
}
|
1118
931
|
}
|
1119
|
-
asset {
|
1120
|
-
id
|
1121
|
-
}
|
1122
932
|
fee
|
1123
933
|
strikePrice
|
1124
934
|
expirationDate
|
@@ -1126,9 +936,6 @@ exports.Authenticator = {
|
|
1126
936
|
stopLossId
|
1127
937
|
takeProfitId
|
1128
938
|
}
|
1129
|
-
positions {
|
1130
|
-
id
|
1131
|
-
}
|
1132
939
|
newsMentions {
|
1133
940
|
id
|
1134
941
|
assetId
|
@@ -1151,12 +958,6 @@ exports.Authenticator = {
|
|
1151
958
|
logo
|
1152
959
|
createdAt
|
1153
960
|
updatedAt
|
1154
|
-
assets {
|
1155
|
-
id
|
1156
|
-
}
|
1157
|
-
}
|
1158
|
-
asset {
|
1159
|
-
id
|
1160
961
|
}
|
1161
962
|
relevancyScore
|
1162
963
|
sentimentScore
|
@@ -1176,9 +977,6 @@ exports.Authenticator = {
|
|
1176
977
|
lastTradePrice
|
1177
978
|
changeToday
|
1178
979
|
assetMarginable
|
1179
|
-
alpacaAccount {
|
1180
|
-
id
|
1181
|
-
}
|
1182
980
|
alpacaAccountId
|
1183
981
|
}
|
1184
982
|
alerts {
|
@@ -1189,9 +987,6 @@ exports.Authenticator = {
|
|
1189
987
|
isRead
|
1190
988
|
createdAt
|
1191
989
|
updatedAt
|
1192
|
-
alpacaAccount {
|
1193
|
-
id
|
1194
|
-
}
|
1195
990
|
}
|
1196
991
|
}
|
1197
992
|
}
|
@@ -1325,6 +1120,7 @@ exports.Authenticator = {
|
|
1325
1120
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1326
1121
|
price: item.price !== undefined ? item.price : undefined,
|
1327
1122
|
total: item.total !== undefined ? item.total : undefined,
|
1123
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1328
1124
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1329
1125
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1330
1126
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1515,9 +1311,6 @@ exports.Authenticator = {
|
|
1515
1311
|
stripeCurrentPeriodEnd
|
1516
1312
|
createdAt
|
1517
1313
|
updatedAt
|
1518
|
-
users {
|
1519
|
-
id
|
1520
|
-
}
|
1521
1314
|
}
|
1522
1315
|
customerId
|
1523
1316
|
accounts {
|
@@ -1535,24 +1328,15 @@ exports.Authenticator = {
|
|
1535
1328
|
session_state
|
1536
1329
|
createdAt
|
1537
1330
|
updatedAt
|
1538
|
-
user {
|
1539
|
-
id
|
1540
|
-
}
|
1541
1331
|
}
|
1542
1332
|
sessions {
|
1543
1333
|
id
|
1544
1334
|
sessionToken
|
1545
1335
|
userId
|
1546
1336
|
expires
|
1547
|
-
user {
|
1548
|
-
id
|
1549
|
-
}
|
1550
1337
|
createdAt
|
1551
1338
|
updatedAt
|
1552
1339
|
}
|
1553
|
-
authenticators {
|
1554
|
-
id
|
1555
|
-
}
|
1556
1340
|
plan
|
1557
1341
|
alpacaAccounts {
|
1558
1342
|
id
|
@@ -1563,9 +1347,6 @@ exports.Authenticator = {
|
|
1563
1347
|
marketOpen
|
1564
1348
|
minOrderSize
|
1565
1349
|
maxOrderSize
|
1566
|
-
user {
|
1567
|
-
id
|
1568
|
-
}
|
1569
1350
|
userId
|
1570
1351
|
createdAt
|
1571
1352
|
updatedAt
|
@@ -1576,6 +1357,7 @@ exports.Authenticator = {
|
|
1576
1357
|
qty
|
1577
1358
|
price
|
1578
1359
|
total
|
1360
|
+
optionType
|
1579
1361
|
signal
|
1580
1362
|
strategy
|
1581
1363
|
analysis
|
@@ -1584,9 +1366,6 @@ exports.Authenticator = {
|
|
1584
1366
|
createdAt
|
1585
1367
|
updatedAt
|
1586
1368
|
status
|
1587
|
-
alpacaAccount {
|
1588
|
-
id
|
1589
|
-
}
|
1590
1369
|
asset {
|
1591
1370
|
id
|
1592
1371
|
symbol
|
@@ -1646,9 +1425,6 @@ exports.Authenticator = {
|
|
1646
1425
|
buyPrice
|
1647
1426
|
createdAt
|
1648
1427
|
updatedAt
|
1649
|
-
trades {
|
1650
|
-
id
|
1651
|
-
}
|
1652
1428
|
orders {
|
1653
1429
|
id
|
1654
1430
|
clientOrderId
|
@@ -1669,9 +1445,6 @@ exports.Authenticator = {
|
|
1669
1445
|
createdAt
|
1670
1446
|
updatedAt
|
1671
1447
|
orderId
|
1672
|
-
Order {
|
1673
|
-
id
|
1674
|
-
}
|
1675
1448
|
}
|
1676
1449
|
takeProfit {
|
1677
1450
|
id
|
@@ -1680,9 +1453,6 @@ exports.Authenticator = {
|
|
1680
1453
|
createdAt
|
1681
1454
|
updatedAt
|
1682
1455
|
orderId
|
1683
|
-
Order {
|
1684
|
-
id
|
1685
|
-
}
|
1686
1456
|
}
|
1687
1457
|
trailPrice
|
1688
1458
|
trailPercent
|
@@ -1694,9 +1464,6 @@ exports.Authenticator = {
|
|
1694
1464
|
filledAt
|
1695
1465
|
filledAvgPrice
|
1696
1466
|
actionId
|
1697
|
-
alpacaAccount {
|
1698
|
-
id
|
1699
|
-
}
|
1700
1467
|
action {
|
1701
1468
|
id
|
1702
1469
|
sequence
|
@@ -1705,15 +1472,6 @@ exports.Authenticator = {
|
|
1705
1472
|
note
|
1706
1473
|
status
|
1707
1474
|
fee
|
1708
|
-
trade {
|
1709
|
-
id
|
1710
|
-
}
|
1711
|
-
order {
|
1712
|
-
id
|
1713
|
-
}
|
1714
|
-
}
|
1715
|
-
asset {
|
1716
|
-
id
|
1717
1475
|
}
|
1718
1476
|
fee
|
1719
1477
|
strikePrice
|
@@ -1725,9 +1483,6 @@ exports.Authenticator = {
|
|
1725
1483
|
positions {
|
1726
1484
|
id
|
1727
1485
|
assetId
|
1728
|
-
asset {
|
1729
|
-
id
|
1730
|
-
}
|
1731
1486
|
averageEntryPrice
|
1732
1487
|
qty
|
1733
1488
|
qtyAvailable
|
@@ -1741,9 +1496,6 @@ exports.Authenticator = {
|
|
1741
1496
|
lastTradePrice
|
1742
1497
|
changeToday
|
1743
1498
|
assetMarginable
|
1744
|
-
alpacaAccount {
|
1745
|
-
id
|
1746
|
-
}
|
1747
1499
|
alpacaAccountId
|
1748
1500
|
}
|
1749
1501
|
newsMentions {
|
@@ -1768,12 +1520,6 @@ exports.Authenticator = {
|
|
1768
1520
|
logo
|
1769
1521
|
createdAt
|
1770
1522
|
updatedAt
|
1771
|
-
assets {
|
1772
|
-
id
|
1773
|
-
}
|
1774
|
-
}
|
1775
|
-
asset {
|
1776
|
-
id
|
1777
1523
|
}
|
1778
1524
|
relevancyScore
|
1779
1525
|
sentimentScore
|
@@ -1788,9 +1534,6 @@ exports.Authenticator = {
|
|
1788
1534
|
note
|
1789
1535
|
status
|
1790
1536
|
fee
|
1791
|
-
trade {
|
1792
|
-
id
|
1793
|
-
}
|
1794
1537
|
order {
|
1795
1538
|
id
|
1796
1539
|
clientOrderId
|
@@ -1811,9 +1554,6 @@ exports.Authenticator = {
|
|
1811
1554
|
createdAt
|
1812
1555
|
updatedAt
|
1813
1556
|
orderId
|
1814
|
-
Order {
|
1815
|
-
id
|
1816
|
-
}
|
1817
1557
|
}
|
1818
1558
|
takeProfit {
|
1819
1559
|
id
|
@@ -1822,9 +1562,6 @@ exports.Authenticator = {
|
|
1822
1562
|
createdAt
|
1823
1563
|
updatedAt
|
1824
1564
|
orderId
|
1825
|
-
Order {
|
1826
|
-
id
|
1827
|
-
}
|
1828
1565
|
}
|
1829
1566
|
trailPrice
|
1830
1567
|
trailPercent
|
@@ -1836,12 +1573,6 @@ exports.Authenticator = {
|
|
1836
1573
|
filledAt
|
1837
1574
|
filledAvgPrice
|
1838
1575
|
actionId
|
1839
|
-
alpacaAccount {
|
1840
|
-
id
|
1841
|
-
}
|
1842
|
-
action {
|
1843
|
-
id
|
1844
|
-
}
|
1845
1576
|
asset {
|
1846
1577
|
id
|
1847
1578
|
symbol
|
@@ -1901,18 +1632,9 @@ exports.Authenticator = {
|
|
1901
1632
|
buyPrice
|
1902
1633
|
createdAt
|
1903
1634
|
updatedAt
|
1904
|
-
trades {
|
1905
|
-
id
|
1906
|
-
}
|
1907
|
-
orders {
|
1908
|
-
id
|
1909
|
-
}
|
1910
1635
|
positions {
|
1911
1636
|
id
|
1912
1637
|
assetId
|
1913
|
-
asset {
|
1914
|
-
id
|
1915
|
-
}
|
1916
1638
|
averageEntryPrice
|
1917
1639
|
qty
|
1918
1640
|
qtyAvailable
|
@@ -1926,9 +1648,6 @@ exports.Authenticator = {
|
|
1926
1648
|
lastTradePrice
|
1927
1649
|
changeToday
|
1928
1650
|
assetMarginable
|
1929
|
-
alpacaAccount {
|
1930
|
-
id
|
1931
|
-
}
|
1932
1651
|
alpacaAccountId
|
1933
1652
|
}
|
1934
1653
|
newsMentions {
|
@@ -1953,12 +1672,6 @@ exports.Authenticator = {
|
|
1953
1672
|
logo
|
1954
1673
|
createdAt
|
1955
1674
|
updatedAt
|
1956
|
-
assets {
|
1957
|
-
id
|
1958
|
-
}
|
1959
|
-
}
|
1960
|
-
asset {
|
1961
|
-
id
|
1962
1675
|
}
|
1963
1676
|
relevancyScore
|
1964
1677
|
sentimentScore
|
@@ -1994,9 +1707,6 @@ exports.Authenticator = {
|
|
1994
1707
|
createdAt
|
1995
1708
|
updatedAt
|
1996
1709
|
orderId
|
1997
|
-
Order {
|
1998
|
-
id
|
1999
|
-
}
|
2000
1710
|
}
|
2001
1711
|
takeProfit {
|
2002
1712
|
id
|
@@ -2005,9 +1715,6 @@ exports.Authenticator = {
|
|
2005
1715
|
createdAt
|
2006
1716
|
updatedAt
|
2007
1717
|
orderId
|
2008
|
-
Order {
|
2009
|
-
id
|
2010
|
-
}
|
2011
1718
|
}
|
2012
1719
|
trailPrice
|
2013
1720
|
trailPercent
|
@@ -2019,9 +1726,6 @@ exports.Authenticator = {
|
|
2019
1726
|
filledAt
|
2020
1727
|
filledAvgPrice
|
2021
1728
|
actionId
|
2022
|
-
alpacaAccount {
|
2023
|
-
id
|
2024
|
-
}
|
2025
1729
|
action {
|
2026
1730
|
id
|
2027
1731
|
sequence
|
@@ -2037,6 +1741,7 @@ exports.Authenticator = {
|
|
2037
1741
|
qty
|
2038
1742
|
price
|
2039
1743
|
total
|
1744
|
+
optionType
|
2040
1745
|
signal
|
2041
1746
|
strategy
|
2042
1747
|
analysis
|
@@ -2045,9 +1750,6 @@ exports.Authenticator = {
|
|
2045
1750
|
createdAt
|
2046
1751
|
updatedAt
|
2047
1752
|
status
|
2048
|
-
alpacaAccount {
|
2049
|
-
id
|
2050
|
-
}
|
2051
1753
|
asset {
|
2052
1754
|
id
|
2053
1755
|
symbol
|
@@ -2107,18 +1809,9 @@ exports.Authenticator = {
|
|
2107
1809
|
buyPrice
|
2108
1810
|
createdAt
|
2109
1811
|
updatedAt
|
2110
|
-
trades {
|
2111
|
-
id
|
2112
|
-
}
|
2113
|
-
orders {
|
2114
|
-
id
|
2115
|
-
}
|
2116
1812
|
positions {
|
2117
1813
|
id
|
2118
1814
|
assetId
|
2119
|
-
asset {
|
2120
|
-
id
|
2121
|
-
}
|
2122
1815
|
averageEntryPrice
|
2123
1816
|
qty
|
2124
1817
|
qtyAvailable
|
@@ -2132,9 +1825,6 @@ exports.Authenticator = {
|
|
2132
1825
|
lastTradePrice
|
2133
1826
|
changeToday
|
2134
1827
|
assetMarginable
|
2135
|
-
alpacaAccount {
|
2136
|
-
id
|
2137
|
-
}
|
2138
1828
|
alpacaAccountId
|
2139
1829
|
}
|
2140
1830
|
newsMentions {
|
@@ -2159,24 +1849,12 @@ exports.Authenticator = {
|
|
2159
1849
|
logo
|
2160
1850
|
createdAt
|
2161
1851
|
updatedAt
|
2162
|
-
assets {
|
2163
|
-
id
|
2164
|
-
}
|
2165
|
-
}
|
2166
|
-
asset {
|
2167
|
-
id
|
2168
1852
|
}
|
2169
1853
|
relevancyScore
|
2170
1854
|
sentimentScore
|
2171
1855
|
sentimentLabel
|
2172
1856
|
}
|
2173
1857
|
}
|
2174
|
-
actions {
|
2175
|
-
id
|
2176
|
-
}
|
2177
|
-
}
|
2178
|
-
order {
|
2179
|
-
id
|
2180
1858
|
}
|
2181
1859
|
}
|
2182
1860
|
asset {
|
@@ -2245,6 +1923,7 @@ exports.Authenticator = {
|
|
2245
1923
|
qty
|
2246
1924
|
price
|
2247
1925
|
total
|
1926
|
+
optionType
|
2248
1927
|
signal
|
2249
1928
|
strategy
|
2250
1929
|
analysis
|
@@ -2253,12 +1932,6 @@ exports.Authenticator = {
|
|
2253
1932
|
createdAt
|
2254
1933
|
updatedAt
|
2255
1934
|
status
|
2256
|
-
alpacaAccount {
|
2257
|
-
id
|
2258
|
-
}
|
2259
|
-
asset {
|
2260
|
-
id
|
2261
|
-
}
|
2262
1935
|
actions {
|
2263
1936
|
id
|
2264
1937
|
sequence
|
@@ -2267,23 +1940,11 @@ exports.Authenticator = {
|
|
2267
1940
|
note
|
2268
1941
|
status
|
2269
1942
|
fee
|
2270
|
-
trade {
|
2271
|
-
id
|
2272
|
-
}
|
2273
|
-
order {
|
2274
|
-
id
|
2275
|
-
}
|
2276
1943
|
}
|
2277
1944
|
}
|
2278
|
-
orders {
|
2279
|
-
id
|
2280
|
-
}
|
2281
1945
|
positions {
|
2282
1946
|
id
|
2283
1947
|
assetId
|
2284
|
-
asset {
|
2285
|
-
id
|
2286
|
-
}
|
2287
1948
|
averageEntryPrice
|
2288
1949
|
qty
|
2289
1950
|
qtyAvailable
|
@@ -2297,9 +1958,6 @@ exports.Authenticator = {
|
|
2297
1958
|
lastTradePrice
|
2298
1959
|
changeToday
|
2299
1960
|
assetMarginable
|
2300
|
-
alpacaAccount {
|
2301
|
-
id
|
2302
|
-
}
|
2303
1961
|
alpacaAccountId
|
2304
1962
|
}
|
2305
1963
|
newsMentions {
|
@@ -2324,12 +1982,6 @@ exports.Authenticator = {
|
|
2324
1982
|
logo
|
2325
1983
|
createdAt
|
2326
1984
|
updatedAt
|
2327
|
-
assets {
|
2328
|
-
id
|
2329
|
-
}
|
2330
|
-
}
|
2331
|
-
asset {
|
2332
|
-
id
|
2333
1985
|
}
|
2334
1986
|
relevancyScore
|
2335
1987
|
sentimentScore
|
@@ -2412,6 +2064,7 @@ exports.Authenticator = {
|
|
2412
2064
|
qty
|
2413
2065
|
price
|
2414
2066
|
total
|
2067
|
+
optionType
|
2415
2068
|
signal
|
2416
2069
|
strategy
|
2417
2070
|
analysis
|
@@ -2420,12 +2073,6 @@ exports.Authenticator = {
|
|
2420
2073
|
createdAt
|
2421
2074
|
updatedAt
|
2422
2075
|
status
|
2423
|
-
alpacaAccount {
|
2424
|
-
id
|
2425
|
-
}
|
2426
|
-
asset {
|
2427
|
-
id
|
2428
|
-
}
|
2429
2076
|
actions {
|
2430
2077
|
id
|
2431
2078
|
sequence
|
@@ -2434,9 +2081,6 @@ exports.Authenticator = {
|
|
2434
2081
|
note
|
2435
2082
|
status
|
2436
2083
|
fee
|
2437
|
-
trade {
|
2438
|
-
id
|
2439
|
-
}
|
2440
2084
|
order {
|
2441
2085
|
id
|
2442
2086
|
clientOrderId
|
@@ -2457,9 +2101,6 @@ exports.Authenticator = {
|
|
2457
2101
|
createdAt
|
2458
2102
|
updatedAt
|
2459
2103
|
orderId
|
2460
|
-
Order {
|
2461
|
-
id
|
2462
|
-
}
|
2463
2104
|
}
|
2464
2105
|
takeProfit {
|
2465
2106
|
id
|
@@ -2468,9 +2109,6 @@ exports.Authenticator = {
|
|
2468
2109
|
createdAt
|
2469
2110
|
updatedAt
|
2470
2111
|
orderId
|
2471
|
-
Order {
|
2472
|
-
id
|
2473
|
-
}
|
2474
2112
|
}
|
2475
2113
|
trailPrice
|
2476
2114
|
trailPercent
|
@@ -2482,15 +2120,6 @@ exports.Authenticator = {
|
|
2482
2120
|
filledAt
|
2483
2121
|
filledAvgPrice
|
2484
2122
|
actionId
|
2485
|
-
alpacaAccount {
|
2486
|
-
id
|
2487
|
-
}
|
2488
|
-
action {
|
2489
|
-
id
|
2490
|
-
}
|
2491
|
-
asset {
|
2492
|
-
id
|
2493
|
-
}
|
2494
2123
|
fee
|
2495
2124
|
strikePrice
|
2496
2125
|
expirationDate
|
@@ -2520,9 +2149,6 @@ exports.Authenticator = {
|
|
2520
2149
|
createdAt
|
2521
2150
|
updatedAt
|
2522
2151
|
orderId
|
2523
|
-
Order {
|
2524
|
-
id
|
2525
|
-
}
|
2526
2152
|
}
|
2527
2153
|
takeProfit {
|
2528
2154
|
id
|
@@ -2531,9 +2157,6 @@ exports.Authenticator = {
|
|
2531
2157
|
createdAt
|
2532
2158
|
updatedAt
|
2533
2159
|
orderId
|
2534
|
-
Order {
|
2535
|
-
id
|
2536
|
-
}
|
2537
2160
|
}
|
2538
2161
|
trailPrice
|
2539
2162
|
trailPercent
|
@@ -2545,9 +2168,6 @@ exports.Authenticator = {
|
|
2545
2168
|
filledAt
|
2546
2169
|
filledAvgPrice
|
2547
2170
|
actionId
|
2548
|
-
alpacaAccount {
|
2549
|
-
id
|
2550
|
-
}
|
2551
2171
|
action {
|
2552
2172
|
id
|
2553
2173
|
sequence
|
@@ -2563,6 +2183,7 @@ exports.Authenticator = {
|
|
2563
2183
|
qty
|
2564
2184
|
price
|
2565
2185
|
total
|
2186
|
+
optionType
|
2566
2187
|
signal
|
2567
2188
|
strategy
|
2568
2189
|
analysis
|
@@ -2571,23 +2192,8 @@ exports.Authenticator = {
|
|
2571
2192
|
createdAt
|
2572
2193
|
updatedAt
|
2573
2194
|
status
|
2574
|
-
alpacaAccount {
|
2575
|
-
id
|
2576
|
-
}
|
2577
|
-
asset {
|
2578
|
-
id
|
2579
|
-
}
|
2580
|
-
actions {
|
2581
|
-
id
|
2582
|
-
}
|
2583
|
-
}
|
2584
|
-
order {
|
2585
|
-
id
|
2586
2195
|
}
|
2587
2196
|
}
|
2588
|
-
asset {
|
2589
|
-
id
|
2590
|
-
}
|
2591
2197
|
fee
|
2592
2198
|
strikePrice
|
2593
2199
|
expirationDate
|
@@ -2595,9 +2201,6 @@ exports.Authenticator = {
|
|
2595
2201
|
stopLossId
|
2596
2202
|
takeProfitId
|
2597
2203
|
}
|
2598
|
-
positions {
|
2599
|
-
id
|
2600
|
-
}
|
2601
2204
|
newsMentions {
|
2602
2205
|
id
|
2603
2206
|
assetId
|
@@ -2620,12 +2223,6 @@ exports.Authenticator = {
|
|
2620
2223
|
logo
|
2621
2224
|
createdAt
|
2622
2225
|
updatedAt
|
2623
|
-
assets {
|
2624
|
-
id
|
2625
|
-
}
|
2626
|
-
}
|
2627
|
-
asset {
|
2628
|
-
id
|
2629
2226
|
}
|
2630
2227
|
relevancyScore
|
2631
2228
|
sentimentScore
|
@@ -2645,9 +2242,6 @@ exports.Authenticator = {
|
|
2645
2242
|
lastTradePrice
|
2646
2243
|
changeToday
|
2647
2244
|
assetMarginable
|
2648
|
-
alpacaAccount {
|
2649
|
-
id
|
2650
|
-
}
|
2651
2245
|
alpacaAccountId
|
2652
2246
|
}
|
2653
2247
|
alerts {
|
@@ -2658,9 +2252,6 @@ exports.Authenticator = {
|
|
2658
2252
|
isRead
|
2659
2253
|
createdAt
|
2660
2254
|
updatedAt
|
2661
|
-
alpacaAccount {
|
2662
|
-
id
|
2663
|
-
}
|
2664
2255
|
}
|
2665
2256
|
}
|
2666
2257
|
}
|
@@ -2903,6 +2494,9 @@ exports.Authenticator = {
|
|
2903
2494
|
total: item.total !== undefined ? {
|
2904
2495
|
set: item.total
|
2905
2496
|
} : undefined,
|
2497
|
+
optionType: item.optionType !== undefined ? {
|
2498
|
+
set: item.optionType
|
2499
|
+
} : undefined,
|
2906
2500
|
signal: item.signal !== undefined ? {
|
2907
2501
|
set: item.signal
|
2908
2502
|
} : undefined,
|
@@ -2926,6 +2520,7 @@ exports.Authenticator = {
|
|
2926
2520
|
qty: item.qty !== undefined ? item.qty : undefined,
|
2927
2521
|
price: item.price !== undefined ? item.price : undefined,
|
2928
2522
|
total: item.total !== undefined ? item.total : undefined,
|
2523
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
2929
2524
|
signal: item.signal !== undefined ? item.signal : undefined,
|
2930
2525
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
2931
2526
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3152,6 +2747,7 @@ exports.Authenticator = {
|
|
3152
2747
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3153
2748
|
price: item.price !== undefined ? item.price : undefined,
|
3154
2749
|
total: item.total !== undefined ? item.total : undefined,
|
2750
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3155
2751
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3156
2752
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3157
2753
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3351,6 +2947,7 @@ exports.Authenticator = {
|
|
3351
2947
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3352
2948
|
price: item.price !== undefined ? item.price : undefined,
|
3353
2949
|
total: item.total !== undefined ? item.total : undefined,
|
2950
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3354
2951
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3355
2952
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3356
2953
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3713,6 +3310,9 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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,
|
@@ -4161,6 +3763,7 @@ exports.Authenticator = {
|
|
4161
3763
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4162
3764
|
price: item.price !== undefined ? item.price : undefined,
|
4163
3765
|
total: item.total !== undefined ? item.total : undefined,
|
3766
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4164
3767
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4165
3768
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4166
3769
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4313,9 +3916,6 @@ exports.Authenticator = {
|
|
4313
3916
|
stripeCurrentPeriodEnd
|
4314
3917
|
createdAt
|
4315
3918
|
updatedAt
|
4316
|
-
users {
|
4317
|
-
id
|
4318
|
-
}
|
4319
3919
|
}
|
4320
3920
|
customerId
|
4321
3921
|
accounts {
|
@@ -4333,24 +3933,15 @@ exports.Authenticator = {
|
|
4333
3933
|
session_state
|
4334
3934
|
createdAt
|
4335
3935
|
updatedAt
|
4336
|
-
user {
|
4337
|
-
id
|
4338
|
-
}
|
4339
3936
|
}
|
4340
3937
|
sessions {
|
4341
3938
|
id
|
4342
3939
|
sessionToken
|
4343
3940
|
userId
|
4344
3941
|
expires
|
4345
|
-
user {
|
4346
|
-
id
|
4347
|
-
}
|
4348
3942
|
createdAt
|
4349
3943
|
updatedAt
|
4350
3944
|
}
|
4351
|
-
authenticators {
|
4352
|
-
id
|
4353
|
-
}
|
4354
3945
|
plan
|
4355
3946
|
alpacaAccounts {
|
4356
3947
|
id
|
@@ -4361,9 +3952,6 @@ exports.Authenticator = {
|
|
4361
3952
|
marketOpen
|
4362
3953
|
minOrderSize
|
4363
3954
|
maxOrderSize
|
4364
|
-
user {
|
4365
|
-
id
|
4366
|
-
}
|
4367
3955
|
userId
|
4368
3956
|
createdAt
|
4369
3957
|
updatedAt
|
@@ -4374,6 +3962,7 @@ exports.Authenticator = {
|
|
4374
3962
|
qty
|
4375
3963
|
price
|
4376
3964
|
total
|
3965
|
+
optionType
|
4377
3966
|
signal
|
4378
3967
|
strategy
|
4379
3968
|
analysis
|
@@ -4382,9 +3971,6 @@ exports.Authenticator = {
|
|
4382
3971
|
createdAt
|
4383
3972
|
updatedAt
|
4384
3973
|
status
|
4385
|
-
alpacaAccount {
|
4386
|
-
id
|
4387
|
-
}
|
4388
3974
|
asset {
|
4389
3975
|
id
|
4390
3976
|
symbol
|
@@ -4444,9 +4030,6 @@ exports.Authenticator = {
|
|
4444
4030
|
buyPrice
|
4445
4031
|
createdAt
|
4446
4032
|
updatedAt
|
4447
|
-
trades {
|
4448
|
-
id
|
4449
|
-
}
|
4450
4033
|
orders {
|
4451
4034
|
id
|
4452
4035
|
clientOrderId
|
@@ -4467,9 +4050,6 @@ exports.Authenticator = {
|
|
4467
4050
|
createdAt
|
4468
4051
|
updatedAt
|
4469
4052
|
orderId
|
4470
|
-
Order {
|
4471
|
-
id
|
4472
|
-
}
|
4473
4053
|
}
|
4474
4054
|
takeProfit {
|
4475
4055
|
id
|
@@ -4478,9 +4058,6 @@ exports.Authenticator = {
|
|
4478
4058
|
createdAt
|
4479
4059
|
updatedAt
|
4480
4060
|
orderId
|
4481
|
-
Order {
|
4482
|
-
id
|
4483
|
-
}
|
4484
4061
|
}
|
4485
4062
|
trailPrice
|
4486
4063
|
trailPercent
|
@@ -4492,9 +4069,6 @@ exports.Authenticator = {
|
|
4492
4069
|
filledAt
|
4493
4070
|
filledAvgPrice
|
4494
4071
|
actionId
|
4495
|
-
alpacaAccount {
|
4496
|
-
id
|
4497
|
-
}
|
4498
4072
|
action {
|
4499
4073
|
id
|
4500
4074
|
sequence
|
@@ -4503,15 +4077,6 @@ exports.Authenticator = {
|
|
4503
4077
|
note
|
4504
4078
|
status
|
4505
4079
|
fee
|
4506
|
-
trade {
|
4507
|
-
id
|
4508
|
-
}
|
4509
|
-
order {
|
4510
|
-
id
|
4511
|
-
}
|
4512
|
-
}
|
4513
|
-
asset {
|
4514
|
-
id
|
4515
4080
|
}
|
4516
4081
|
fee
|
4517
4082
|
strikePrice
|
@@ -4523,9 +4088,6 @@ exports.Authenticator = {
|
|
4523
4088
|
positions {
|
4524
4089
|
id
|
4525
4090
|
assetId
|
4526
|
-
asset {
|
4527
|
-
id
|
4528
|
-
}
|
4529
4091
|
averageEntryPrice
|
4530
4092
|
qty
|
4531
4093
|
qtyAvailable
|
@@ -4539,9 +4101,6 @@ exports.Authenticator = {
|
|
4539
4101
|
lastTradePrice
|
4540
4102
|
changeToday
|
4541
4103
|
assetMarginable
|
4542
|
-
alpacaAccount {
|
4543
|
-
id
|
4544
|
-
}
|
4545
4104
|
alpacaAccountId
|
4546
4105
|
}
|
4547
4106
|
newsMentions {
|
@@ -4566,12 +4125,6 @@ exports.Authenticator = {
|
|
4566
4125
|
logo
|
4567
4126
|
createdAt
|
4568
4127
|
updatedAt
|
4569
|
-
assets {
|
4570
|
-
id
|
4571
|
-
}
|
4572
|
-
}
|
4573
|
-
asset {
|
4574
|
-
id
|
4575
4128
|
}
|
4576
4129
|
relevancyScore
|
4577
4130
|
sentimentScore
|
@@ -4586,9 +4139,6 @@ exports.Authenticator = {
|
|
4586
4139
|
note
|
4587
4140
|
status
|
4588
4141
|
fee
|
4589
|
-
trade {
|
4590
|
-
id
|
4591
|
-
}
|
4592
4142
|
order {
|
4593
4143
|
id
|
4594
4144
|
clientOrderId
|
@@ -4609,9 +4159,6 @@ exports.Authenticator = {
|
|
4609
4159
|
createdAt
|
4610
4160
|
updatedAt
|
4611
4161
|
orderId
|
4612
|
-
Order {
|
4613
|
-
id
|
4614
|
-
}
|
4615
4162
|
}
|
4616
4163
|
takeProfit {
|
4617
4164
|
id
|
@@ -4620,9 +4167,6 @@ exports.Authenticator = {
|
|
4620
4167
|
createdAt
|
4621
4168
|
updatedAt
|
4622
4169
|
orderId
|
4623
|
-
Order {
|
4624
|
-
id
|
4625
|
-
}
|
4626
4170
|
}
|
4627
4171
|
trailPrice
|
4628
4172
|
trailPercent
|
@@ -4634,12 +4178,6 @@ exports.Authenticator = {
|
|
4634
4178
|
filledAt
|
4635
4179
|
filledAvgPrice
|
4636
4180
|
actionId
|
4637
|
-
alpacaAccount {
|
4638
|
-
id
|
4639
|
-
}
|
4640
|
-
action {
|
4641
|
-
id
|
4642
|
-
}
|
4643
4181
|
asset {
|
4644
4182
|
id
|
4645
4183
|
symbol
|
@@ -4699,18 +4237,9 @@ exports.Authenticator = {
|
|
4699
4237
|
buyPrice
|
4700
4238
|
createdAt
|
4701
4239
|
updatedAt
|
4702
|
-
trades {
|
4703
|
-
id
|
4704
|
-
}
|
4705
|
-
orders {
|
4706
|
-
id
|
4707
|
-
}
|
4708
4240
|
positions {
|
4709
4241
|
id
|
4710
4242
|
assetId
|
4711
|
-
asset {
|
4712
|
-
id
|
4713
|
-
}
|
4714
4243
|
averageEntryPrice
|
4715
4244
|
qty
|
4716
4245
|
qtyAvailable
|
@@ -4724,9 +4253,6 @@ exports.Authenticator = {
|
|
4724
4253
|
lastTradePrice
|
4725
4254
|
changeToday
|
4726
4255
|
assetMarginable
|
4727
|
-
alpacaAccount {
|
4728
|
-
id
|
4729
|
-
}
|
4730
4256
|
alpacaAccountId
|
4731
4257
|
}
|
4732
4258
|
newsMentions {
|
@@ -4751,12 +4277,6 @@ exports.Authenticator = {
|
|
4751
4277
|
logo
|
4752
4278
|
createdAt
|
4753
4279
|
updatedAt
|
4754
|
-
assets {
|
4755
|
-
id
|
4756
|
-
}
|
4757
|
-
}
|
4758
|
-
asset {
|
4759
|
-
id
|
4760
4280
|
}
|
4761
4281
|
relevancyScore
|
4762
4282
|
sentimentScore
|
@@ -4792,9 +4312,6 @@ exports.Authenticator = {
|
|
4792
4312
|
createdAt
|
4793
4313
|
updatedAt
|
4794
4314
|
orderId
|
4795
|
-
Order {
|
4796
|
-
id
|
4797
|
-
}
|
4798
4315
|
}
|
4799
4316
|
takeProfit {
|
4800
4317
|
id
|
@@ -4803,9 +4320,6 @@ exports.Authenticator = {
|
|
4803
4320
|
createdAt
|
4804
4321
|
updatedAt
|
4805
4322
|
orderId
|
4806
|
-
Order {
|
4807
|
-
id
|
4808
|
-
}
|
4809
4323
|
}
|
4810
4324
|
trailPrice
|
4811
4325
|
trailPercent
|
@@ -4817,9 +4331,6 @@ exports.Authenticator = {
|
|
4817
4331
|
filledAt
|
4818
4332
|
filledAvgPrice
|
4819
4333
|
actionId
|
4820
|
-
alpacaAccount {
|
4821
|
-
id
|
4822
|
-
}
|
4823
4334
|
action {
|
4824
4335
|
id
|
4825
4336
|
sequence
|
@@ -4835,6 +4346,7 @@ exports.Authenticator = {
|
|
4835
4346
|
qty
|
4836
4347
|
price
|
4837
4348
|
total
|
4349
|
+
optionType
|
4838
4350
|
signal
|
4839
4351
|
strategy
|
4840
4352
|
analysis
|
@@ -4843,9 +4355,6 @@ exports.Authenticator = {
|
|
4843
4355
|
createdAt
|
4844
4356
|
updatedAt
|
4845
4357
|
status
|
4846
|
-
alpacaAccount {
|
4847
|
-
id
|
4848
|
-
}
|
4849
4358
|
asset {
|
4850
4359
|
id
|
4851
4360
|
symbol
|
@@ -4905,18 +4414,9 @@ exports.Authenticator = {
|
|
4905
4414
|
buyPrice
|
4906
4415
|
createdAt
|
4907
4416
|
updatedAt
|
4908
|
-
trades {
|
4909
|
-
id
|
4910
|
-
}
|
4911
|
-
orders {
|
4912
|
-
id
|
4913
|
-
}
|
4914
4417
|
positions {
|
4915
4418
|
id
|
4916
4419
|
assetId
|
4917
|
-
asset {
|
4918
|
-
id
|
4919
|
-
}
|
4920
4420
|
averageEntryPrice
|
4921
4421
|
qty
|
4922
4422
|
qtyAvailable
|
@@ -4930,9 +4430,6 @@ exports.Authenticator = {
|
|
4930
4430
|
lastTradePrice
|
4931
4431
|
changeToday
|
4932
4432
|
assetMarginable
|
4933
|
-
alpacaAccount {
|
4934
|
-
id
|
4935
|
-
}
|
4936
4433
|
alpacaAccountId
|
4937
4434
|
}
|
4938
4435
|
newsMentions {
|
@@ -4957,24 +4454,12 @@ exports.Authenticator = {
|
|
4957
4454
|
logo
|
4958
4455
|
createdAt
|
4959
4456
|
updatedAt
|
4960
|
-
assets {
|
4961
|
-
id
|
4962
|
-
}
|
4963
|
-
}
|
4964
|
-
asset {
|
4965
|
-
id
|
4966
4457
|
}
|
4967
4458
|
relevancyScore
|
4968
4459
|
sentimentScore
|
4969
4460
|
sentimentLabel
|
4970
4461
|
}
|
4971
4462
|
}
|
4972
|
-
actions {
|
4973
|
-
id
|
4974
|
-
}
|
4975
|
-
}
|
4976
|
-
order {
|
4977
|
-
id
|
4978
4463
|
}
|
4979
4464
|
}
|
4980
4465
|
asset {
|
@@ -5043,6 +4528,7 @@ exports.Authenticator = {
|
|
5043
4528
|
qty
|
5044
4529
|
price
|
5045
4530
|
total
|
4531
|
+
optionType
|
5046
4532
|
signal
|
5047
4533
|
strategy
|
5048
4534
|
analysis
|
@@ -5051,12 +4537,6 @@ exports.Authenticator = {
|
|
5051
4537
|
createdAt
|
5052
4538
|
updatedAt
|
5053
4539
|
status
|
5054
|
-
alpacaAccount {
|
5055
|
-
id
|
5056
|
-
}
|
5057
|
-
asset {
|
5058
|
-
id
|
5059
|
-
}
|
5060
4540
|
actions {
|
5061
4541
|
id
|
5062
4542
|
sequence
|
@@ -5065,23 +4545,11 @@ exports.Authenticator = {
|
|
5065
4545
|
note
|
5066
4546
|
status
|
5067
4547
|
fee
|
5068
|
-
trade {
|
5069
|
-
id
|
5070
|
-
}
|
5071
|
-
order {
|
5072
|
-
id
|
5073
|
-
}
|
5074
4548
|
}
|
5075
4549
|
}
|
5076
|
-
orders {
|
5077
|
-
id
|
5078
|
-
}
|
5079
4550
|
positions {
|
5080
4551
|
id
|
5081
4552
|
assetId
|
5082
|
-
asset {
|
5083
|
-
id
|
5084
|
-
}
|
5085
4553
|
averageEntryPrice
|
5086
4554
|
qty
|
5087
4555
|
qtyAvailable
|
@@ -5095,9 +4563,6 @@ exports.Authenticator = {
|
|
5095
4563
|
lastTradePrice
|
5096
4564
|
changeToday
|
5097
4565
|
assetMarginable
|
5098
|
-
alpacaAccount {
|
5099
|
-
id
|
5100
|
-
}
|
5101
4566
|
alpacaAccountId
|
5102
4567
|
}
|
5103
4568
|
newsMentions {
|
@@ -5122,12 +4587,6 @@ exports.Authenticator = {
|
|
5122
4587
|
logo
|
5123
4588
|
createdAt
|
5124
4589
|
updatedAt
|
5125
|
-
assets {
|
5126
|
-
id
|
5127
|
-
}
|
5128
|
-
}
|
5129
|
-
asset {
|
5130
|
-
id
|
5131
4590
|
}
|
5132
4591
|
relevancyScore
|
5133
4592
|
sentimentScore
|
@@ -5210,6 +4669,7 @@ exports.Authenticator = {
|
|
5210
4669
|
qty
|
5211
4670
|
price
|
5212
4671
|
total
|
4672
|
+
optionType
|
5213
4673
|
signal
|
5214
4674
|
strategy
|
5215
4675
|
analysis
|
@@ -5218,12 +4678,6 @@ exports.Authenticator = {
|
|
5218
4678
|
createdAt
|
5219
4679
|
updatedAt
|
5220
4680
|
status
|
5221
|
-
alpacaAccount {
|
5222
|
-
id
|
5223
|
-
}
|
5224
|
-
asset {
|
5225
|
-
id
|
5226
|
-
}
|
5227
4681
|
actions {
|
5228
4682
|
id
|
5229
4683
|
sequence
|
@@ -5232,9 +4686,6 @@ exports.Authenticator = {
|
|
5232
4686
|
note
|
5233
4687
|
status
|
5234
4688
|
fee
|
5235
|
-
trade {
|
5236
|
-
id
|
5237
|
-
}
|
5238
4689
|
order {
|
5239
4690
|
id
|
5240
4691
|
clientOrderId
|
@@ -5255,9 +4706,6 @@ exports.Authenticator = {
|
|
5255
4706
|
createdAt
|
5256
4707
|
updatedAt
|
5257
4708
|
orderId
|
5258
|
-
Order {
|
5259
|
-
id
|
5260
|
-
}
|
5261
4709
|
}
|
5262
4710
|
takeProfit {
|
5263
4711
|
id
|
@@ -5266,9 +4714,6 @@ exports.Authenticator = {
|
|
5266
4714
|
createdAt
|
5267
4715
|
updatedAt
|
5268
4716
|
orderId
|
5269
|
-
Order {
|
5270
|
-
id
|
5271
|
-
}
|
5272
4717
|
}
|
5273
4718
|
trailPrice
|
5274
4719
|
trailPercent
|
@@ -5280,15 +4725,6 @@ exports.Authenticator = {
|
|
5280
4725
|
filledAt
|
5281
4726
|
filledAvgPrice
|
5282
4727
|
actionId
|
5283
|
-
alpacaAccount {
|
5284
|
-
id
|
5285
|
-
}
|
5286
|
-
action {
|
5287
|
-
id
|
5288
|
-
}
|
5289
|
-
asset {
|
5290
|
-
id
|
5291
|
-
}
|
5292
4728
|
fee
|
5293
4729
|
strikePrice
|
5294
4730
|
expirationDate
|
@@ -5318,9 +4754,6 @@ exports.Authenticator = {
|
|
5318
4754
|
createdAt
|
5319
4755
|
updatedAt
|
5320
4756
|
orderId
|
5321
|
-
Order {
|
5322
|
-
id
|
5323
|
-
}
|
5324
4757
|
}
|
5325
4758
|
takeProfit {
|
5326
4759
|
id
|
@@ -5329,9 +4762,6 @@ exports.Authenticator = {
|
|
5329
4762
|
createdAt
|
5330
4763
|
updatedAt
|
5331
4764
|
orderId
|
5332
|
-
Order {
|
5333
|
-
id
|
5334
|
-
}
|
5335
4765
|
}
|
5336
4766
|
trailPrice
|
5337
4767
|
trailPercent
|
@@ -5343,9 +4773,6 @@ exports.Authenticator = {
|
|
5343
4773
|
filledAt
|
5344
4774
|
filledAvgPrice
|
5345
4775
|
actionId
|
5346
|
-
alpacaAccount {
|
5347
|
-
id
|
5348
|
-
}
|
5349
4776
|
action {
|
5350
4777
|
id
|
5351
4778
|
sequence
|
@@ -5361,6 +4788,7 @@ exports.Authenticator = {
|
|
5361
4788
|
qty
|
5362
4789
|
price
|
5363
4790
|
total
|
4791
|
+
optionType
|
5364
4792
|
signal
|
5365
4793
|
strategy
|
5366
4794
|
analysis
|
@@ -5369,22 +4797,7 @@ exports.Authenticator = {
|
|
5369
4797
|
createdAt
|
5370
4798
|
updatedAt
|
5371
4799
|
status
|
5372
|
-
alpacaAccount {
|
5373
|
-
id
|
5374
|
-
}
|
5375
|
-
asset {
|
5376
|
-
id
|
5377
|
-
}
|
5378
|
-
actions {
|
5379
|
-
id
|
5380
|
-
}
|
5381
4800
|
}
|
5382
|
-
order {
|
5383
|
-
id
|
5384
|
-
}
|
5385
|
-
}
|
5386
|
-
asset {
|
5387
|
-
id
|
5388
4801
|
}
|
5389
4802
|
fee
|
5390
4803
|
strikePrice
|
@@ -5393,9 +4806,6 @@ exports.Authenticator = {
|
|
5393
4806
|
stopLossId
|
5394
4807
|
takeProfitId
|
5395
4808
|
}
|
5396
|
-
positions {
|
5397
|
-
id
|
5398
|
-
}
|
5399
4809
|
newsMentions {
|
5400
4810
|
id
|
5401
4811
|
assetId
|
@@ -5418,12 +4828,6 @@ exports.Authenticator = {
|
|
5418
4828
|
logo
|
5419
4829
|
createdAt
|
5420
4830
|
updatedAt
|
5421
|
-
assets {
|
5422
|
-
id
|
5423
|
-
}
|
5424
|
-
}
|
5425
|
-
asset {
|
5426
|
-
id
|
5427
4831
|
}
|
5428
4832
|
relevancyScore
|
5429
4833
|
sentimentScore
|
@@ -5443,9 +4847,6 @@ exports.Authenticator = {
|
|
5443
4847
|
lastTradePrice
|
5444
4848
|
changeToday
|
5445
4849
|
assetMarginable
|
5446
|
-
alpacaAccount {
|
5447
|
-
id
|
5448
|
-
}
|
5449
4850
|
alpacaAccountId
|
5450
4851
|
}
|
5451
4852
|
alerts {
|
@@ -5456,9 +4857,6 @@ exports.Authenticator = {
|
|
5456
4857
|
isRead
|
5457
4858
|
createdAt
|
5458
4859
|
updatedAt
|
5459
|
-
alpacaAccount {
|
5460
|
-
id
|
5461
|
-
}
|
5462
4860
|
}
|
5463
4861
|
}
|
5464
4862
|
}
|
@@ -5527,9 +4925,6 @@ exports.Authenticator = {
|
|
5527
4925
|
stripeCurrentPeriodEnd
|
5528
4926
|
createdAt
|
5529
4927
|
updatedAt
|
5530
|
-
users {
|
5531
|
-
id
|
5532
|
-
}
|
5533
4928
|
}
|
5534
4929
|
customerId
|
5535
4930
|
accounts {
|
@@ -5547,24 +4942,15 @@ exports.Authenticator = {
|
|
5547
4942
|
session_state
|
5548
4943
|
createdAt
|
5549
4944
|
updatedAt
|
5550
|
-
user {
|
5551
|
-
id
|
5552
|
-
}
|
5553
4945
|
}
|
5554
4946
|
sessions {
|
5555
4947
|
id
|
5556
4948
|
sessionToken
|
5557
4949
|
userId
|
5558
4950
|
expires
|
5559
|
-
user {
|
5560
|
-
id
|
5561
|
-
}
|
5562
4951
|
createdAt
|
5563
4952
|
updatedAt
|
5564
4953
|
}
|
5565
|
-
authenticators {
|
5566
|
-
id
|
5567
|
-
}
|
5568
4954
|
plan
|
5569
4955
|
alpacaAccounts {
|
5570
4956
|
id
|
@@ -5575,9 +4961,6 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
5588
4971
|
qty
|
5589
4972
|
price
|
5590
4973
|
total
|
4974
|
+
optionType
|
5591
4975
|
signal
|
5592
4976
|
strategy
|
5593
4977
|
analysis
|
@@ -5596,9 +4980,6 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
6049
5355
|
qty
|
6050
5356
|
price
|
6051
5357
|
total
|
5358
|
+
optionType
|
6052
5359
|
signal
|
6053
5360
|
strategy
|
6054
5361
|
analysis
|
@@ -6057,9 +5364,6 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
6257
5537
|
qty
|
6258
5538
|
price
|
6259
5539
|
total
|
5540
|
+
optionType
|
6260
5541
|
signal
|
6261
5542
|
strategy
|
6262
5543
|
analysis
|
@@ -6265,12 +5546,6 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
6424
5678
|
qty
|
6425
5679
|
price
|
6426
5680
|
total
|
5681
|
+
optionType
|
6427
5682
|
signal
|
6428
5683
|
strategy
|
6429
5684
|
analysis
|
@@ -6432,12 +5687,6 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
6575
5797
|
qty
|
6576
5798
|
price
|
6577
5799
|
total
|
5800
|
+
optionType
|
6578
5801
|
signal
|
6579
5802
|
strategy
|
6580
5803
|
analysis
|
@@ -6583,23 +5806,8 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
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 @@ exports.Authenticator = {
|
|
6670
5866
|
isRead
|
6671
5867
|
createdAt
|
6672
5868
|
updatedAt
|
6673
|
-
alpacaAccount {
|
6674
|
-
id
|
6675
|
-
}
|
6676
5869
|
}
|
6677
5870
|
}
|
6678
5871
|
}
|
@@ -6740,9 +5933,6 @@ exports.Authenticator = {
|
|
6740
5933
|
stripeCurrentPeriodEnd
|
6741
5934
|
createdAt
|
6742
5935
|
updatedAt
|
6743
|
-
users {
|
6744
|
-
id
|
6745
|
-
}
|
6746
5936
|
}
|
6747
5937
|
customerId
|
6748
5938
|
accounts {
|
@@ -6760,24 +5950,15 @@ exports.Authenticator = {
|
|
6760
5950
|
session_state
|
6761
5951
|
createdAt
|
6762
5952
|
updatedAt
|
6763
|
-
user {
|
6764
|
-
id
|
6765
|
-
}
|
6766
5953
|
}
|
6767
5954
|
sessions {
|
6768
5955
|
id
|
6769
5956
|
sessionToken
|
6770
5957
|
userId
|
6771
5958
|
expires
|
6772
|
-
user {
|
6773
|
-
id
|
6774
|
-
}
|
6775
5959
|
createdAt
|
6776
5960
|
updatedAt
|
6777
5961
|
}
|
6778
|
-
authenticators {
|
6779
|
-
id
|
6780
|
-
}
|
6781
5962
|
plan
|
6782
5963
|
alpacaAccounts {
|
6783
5964
|
id
|
@@ -6788,9 +5969,6 @@ exports.Authenticator = {
|
|
6788
5969
|
marketOpen
|
6789
5970
|
minOrderSize
|
6790
5971
|
maxOrderSize
|
6791
|
-
user {
|
6792
|
-
id
|
6793
|
-
}
|
6794
5972
|
userId
|
6795
5973
|
createdAt
|
6796
5974
|
updatedAt
|
@@ -6801,6 +5979,7 @@ exports.Authenticator = {
|
|
6801
5979
|
qty
|
6802
5980
|
price
|
6803
5981
|
total
|
5982
|
+
optionType
|
6804
5983
|
signal
|
6805
5984
|
strategy
|
6806
5985
|
analysis
|
@@ -6809,9 +5988,6 @@ exports.Authenticator = {
|
|
6809
5988
|
createdAt
|
6810
5989
|
updatedAt
|
6811
5990
|
status
|
6812
|
-
alpacaAccount {
|
6813
|
-
id
|
6814
|
-
}
|
6815
5991
|
asset {
|
6816
5992
|
id
|
6817
5993
|
symbol
|
@@ -6871,9 +6047,6 @@ exports.Authenticator = {
|
|
6871
6047
|
buyPrice
|
6872
6048
|
createdAt
|
6873
6049
|
updatedAt
|
6874
|
-
trades {
|
6875
|
-
id
|
6876
|
-
}
|
6877
6050
|
orders {
|
6878
6051
|
id
|
6879
6052
|
clientOrderId
|
@@ -6894,9 +6067,6 @@ exports.Authenticator = {
|
|
6894
6067
|
createdAt
|
6895
6068
|
updatedAt
|
6896
6069
|
orderId
|
6897
|
-
Order {
|
6898
|
-
id
|
6899
|
-
}
|
6900
6070
|
}
|
6901
6071
|
takeProfit {
|
6902
6072
|
id
|
@@ -6905,9 +6075,6 @@ exports.Authenticator = {
|
|
6905
6075
|
createdAt
|
6906
6076
|
updatedAt
|
6907
6077
|
orderId
|
6908
|
-
Order {
|
6909
|
-
id
|
6910
|
-
}
|
6911
6078
|
}
|
6912
6079
|
trailPrice
|
6913
6080
|
trailPercent
|
@@ -6919,9 +6086,6 @@ exports.Authenticator = {
|
|
6919
6086
|
filledAt
|
6920
6087
|
filledAvgPrice
|
6921
6088
|
actionId
|
6922
|
-
alpacaAccount {
|
6923
|
-
id
|
6924
|
-
}
|
6925
6089
|
action {
|
6926
6090
|
id
|
6927
6091
|
sequence
|
@@ -6930,15 +6094,6 @@ exports.Authenticator = {
|
|
6930
6094
|
note
|
6931
6095
|
status
|
6932
6096
|
fee
|
6933
|
-
trade {
|
6934
|
-
id
|
6935
|
-
}
|
6936
|
-
order {
|
6937
|
-
id
|
6938
|
-
}
|
6939
|
-
}
|
6940
|
-
asset {
|
6941
|
-
id
|
6942
6097
|
}
|
6943
6098
|
fee
|
6944
6099
|
strikePrice
|
@@ -6950,9 +6105,6 @@ exports.Authenticator = {
|
|
6950
6105
|
positions {
|
6951
6106
|
id
|
6952
6107
|
assetId
|
6953
|
-
asset {
|
6954
|
-
id
|
6955
|
-
}
|
6956
6108
|
averageEntryPrice
|
6957
6109
|
qty
|
6958
6110
|
qtyAvailable
|
@@ -6966,9 +6118,6 @@ exports.Authenticator = {
|
|
6966
6118
|
lastTradePrice
|
6967
6119
|
changeToday
|
6968
6120
|
assetMarginable
|
6969
|
-
alpacaAccount {
|
6970
|
-
id
|
6971
|
-
}
|
6972
6121
|
alpacaAccountId
|
6973
6122
|
}
|
6974
6123
|
newsMentions {
|
@@ -6993,12 +6142,6 @@ exports.Authenticator = {
|
|
6993
6142
|
logo
|
6994
6143
|
createdAt
|
6995
6144
|
updatedAt
|
6996
|
-
assets {
|
6997
|
-
id
|
6998
|
-
}
|
6999
|
-
}
|
7000
|
-
asset {
|
7001
|
-
id
|
7002
6145
|
}
|
7003
6146
|
relevancyScore
|
7004
6147
|
sentimentScore
|
@@ -7013,9 +6156,6 @@ exports.Authenticator = {
|
|
7013
6156
|
note
|
7014
6157
|
status
|
7015
6158
|
fee
|
7016
|
-
trade {
|
7017
|
-
id
|
7018
|
-
}
|
7019
6159
|
order {
|
7020
6160
|
id
|
7021
6161
|
clientOrderId
|
@@ -7036,9 +6176,6 @@ exports.Authenticator = {
|
|
7036
6176
|
createdAt
|
7037
6177
|
updatedAt
|
7038
6178
|
orderId
|
7039
|
-
Order {
|
7040
|
-
id
|
7041
|
-
}
|
7042
6179
|
}
|
7043
6180
|
takeProfit {
|
7044
6181
|
id
|
@@ -7047,9 +6184,6 @@ exports.Authenticator = {
|
|
7047
6184
|
createdAt
|
7048
6185
|
updatedAt
|
7049
6186
|
orderId
|
7050
|
-
Order {
|
7051
|
-
id
|
7052
|
-
}
|
7053
6187
|
}
|
7054
6188
|
trailPrice
|
7055
6189
|
trailPercent
|
@@ -7061,12 +6195,6 @@ exports.Authenticator = {
|
|
7061
6195
|
filledAt
|
7062
6196
|
filledAvgPrice
|
7063
6197
|
actionId
|
7064
|
-
alpacaAccount {
|
7065
|
-
id
|
7066
|
-
}
|
7067
|
-
action {
|
7068
|
-
id
|
7069
|
-
}
|
7070
6198
|
asset {
|
7071
6199
|
id
|
7072
6200
|
symbol
|
@@ -7126,18 +6254,9 @@ exports.Authenticator = {
|
|
7126
6254
|
buyPrice
|
7127
6255
|
createdAt
|
7128
6256
|
updatedAt
|
7129
|
-
trades {
|
7130
|
-
id
|
7131
|
-
}
|
7132
|
-
orders {
|
7133
|
-
id
|
7134
|
-
}
|
7135
6257
|
positions {
|
7136
6258
|
id
|
7137
6259
|
assetId
|
7138
|
-
asset {
|
7139
|
-
id
|
7140
|
-
}
|
7141
6260
|
averageEntryPrice
|
7142
6261
|
qty
|
7143
6262
|
qtyAvailable
|
@@ -7151,9 +6270,6 @@ exports.Authenticator = {
|
|
7151
6270
|
lastTradePrice
|
7152
6271
|
changeToday
|
7153
6272
|
assetMarginable
|
7154
|
-
alpacaAccount {
|
7155
|
-
id
|
7156
|
-
}
|
7157
6273
|
alpacaAccountId
|
7158
6274
|
}
|
7159
6275
|
newsMentions {
|
@@ -7178,12 +6294,6 @@ exports.Authenticator = {
|
|
7178
6294
|
logo
|
7179
6295
|
createdAt
|
7180
6296
|
updatedAt
|
7181
|
-
assets {
|
7182
|
-
id
|
7183
|
-
}
|
7184
|
-
}
|
7185
|
-
asset {
|
7186
|
-
id
|
7187
6297
|
}
|
7188
6298
|
relevancyScore
|
7189
6299
|
sentimentScore
|
@@ -7219,9 +6329,6 @@ exports.Authenticator = {
|
|
7219
6329
|
createdAt
|
7220
6330
|
updatedAt
|
7221
6331
|
orderId
|
7222
|
-
Order {
|
7223
|
-
id
|
7224
|
-
}
|
7225
6332
|
}
|
7226
6333
|
takeProfit {
|
7227
6334
|
id
|
@@ -7230,9 +6337,6 @@ exports.Authenticator = {
|
|
7230
6337
|
createdAt
|
7231
6338
|
updatedAt
|
7232
6339
|
orderId
|
7233
|
-
Order {
|
7234
|
-
id
|
7235
|
-
}
|
7236
6340
|
}
|
7237
6341
|
trailPrice
|
7238
6342
|
trailPercent
|
@@ -7244,9 +6348,6 @@ exports.Authenticator = {
|
|
7244
6348
|
filledAt
|
7245
6349
|
filledAvgPrice
|
7246
6350
|
actionId
|
7247
|
-
alpacaAccount {
|
7248
|
-
id
|
7249
|
-
}
|
7250
6351
|
action {
|
7251
6352
|
id
|
7252
6353
|
sequence
|
@@ -7262,6 +6363,7 @@ exports.Authenticator = {
|
|
7262
6363
|
qty
|
7263
6364
|
price
|
7264
6365
|
total
|
6366
|
+
optionType
|
7265
6367
|
signal
|
7266
6368
|
strategy
|
7267
6369
|
analysis
|
@@ -7270,9 +6372,6 @@ exports.Authenticator = {
|
|
7270
6372
|
createdAt
|
7271
6373
|
updatedAt
|
7272
6374
|
status
|
7273
|
-
alpacaAccount {
|
7274
|
-
id
|
7275
|
-
}
|
7276
6375
|
asset {
|
7277
6376
|
id
|
7278
6377
|
symbol
|
@@ -7332,18 +6431,9 @@ exports.Authenticator = {
|
|
7332
6431
|
buyPrice
|
7333
6432
|
createdAt
|
7334
6433
|
updatedAt
|
7335
|
-
trades {
|
7336
|
-
id
|
7337
|
-
}
|
7338
|
-
orders {
|
7339
|
-
id
|
7340
|
-
}
|
7341
6434
|
positions {
|
7342
6435
|
id
|
7343
6436
|
assetId
|
7344
|
-
asset {
|
7345
|
-
id
|
7346
|
-
}
|
7347
6437
|
averageEntryPrice
|
7348
6438
|
qty
|
7349
6439
|
qtyAvailable
|
@@ -7357,9 +6447,6 @@ exports.Authenticator = {
|
|
7357
6447
|
lastTradePrice
|
7358
6448
|
changeToday
|
7359
6449
|
assetMarginable
|
7360
|
-
alpacaAccount {
|
7361
|
-
id
|
7362
|
-
}
|
7363
6450
|
alpacaAccountId
|
7364
6451
|
}
|
7365
6452
|
newsMentions {
|
@@ -7384,24 +6471,12 @@ exports.Authenticator = {
|
|
7384
6471
|
logo
|
7385
6472
|
createdAt
|
7386
6473
|
updatedAt
|
7387
|
-
assets {
|
7388
|
-
id
|
7389
|
-
}
|
7390
|
-
}
|
7391
|
-
asset {
|
7392
|
-
id
|
7393
6474
|
}
|
7394
6475
|
relevancyScore
|
7395
6476
|
sentimentScore
|
7396
6477
|
sentimentLabel
|
7397
6478
|
}
|
7398
6479
|
}
|
7399
|
-
actions {
|
7400
|
-
id
|
7401
|
-
}
|
7402
|
-
}
|
7403
|
-
order {
|
7404
|
-
id
|
7405
6480
|
}
|
7406
6481
|
}
|
7407
6482
|
asset {
|
@@ -7470,6 +6545,7 @@ exports.Authenticator = {
|
|
7470
6545
|
qty
|
7471
6546
|
price
|
7472
6547
|
total
|
6548
|
+
optionType
|
7473
6549
|
signal
|
7474
6550
|
strategy
|
7475
6551
|
analysis
|
@@ -7478,12 +6554,6 @@ exports.Authenticator = {
|
|
7478
6554
|
createdAt
|
7479
6555
|
updatedAt
|
7480
6556
|
status
|
7481
|
-
alpacaAccount {
|
7482
|
-
id
|
7483
|
-
}
|
7484
|
-
asset {
|
7485
|
-
id
|
7486
|
-
}
|
7487
6557
|
actions {
|
7488
6558
|
id
|
7489
6559
|
sequence
|
@@ -7492,23 +6562,11 @@ exports.Authenticator = {
|
|
7492
6562
|
note
|
7493
6563
|
status
|
7494
6564
|
fee
|
7495
|
-
trade {
|
7496
|
-
id
|
7497
|
-
}
|
7498
|
-
order {
|
7499
|
-
id
|
7500
|
-
}
|
7501
6565
|
}
|
7502
6566
|
}
|
7503
|
-
orders {
|
7504
|
-
id
|
7505
|
-
}
|
7506
6567
|
positions {
|
7507
6568
|
id
|
7508
6569
|
assetId
|
7509
|
-
asset {
|
7510
|
-
id
|
7511
|
-
}
|
7512
6570
|
averageEntryPrice
|
7513
6571
|
qty
|
7514
6572
|
qtyAvailable
|
@@ -7522,9 +6580,6 @@ exports.Authenticator = {
|
|
7522
6580
|
lastTradePrice
|
7523
6581
|
changeToday
|
7524
6582
|
assetMarginable
|
7525
|
-
alpacaAccount {
|
7526
|
-
id
|
7527
|
-
}
|
7528
6583
|
alpacaAccountId
|
7529
6584
|
}
|
7530
6585
|
newsMentions {
|
@@ -7549,12 +6604,6 @@ exports.Authenticator = {
|
|
7549
6604
|
logo
|
7550
6605
|
createdAt
|
7551
6606
|
updatedAt
|
7552
|
-
assets {
|
7553
|
-
id
|
7554
|
-
}
|
7555
|
-
}
|
7556
|
-
asset {
|
7557
|
-
id
|
7558
6607
|
}
|
7559
6608
|
relevancyScore
|
7560
6609
|
sentimentScore
|
@@ -7637,6 +6686,7 @@ exports.Authenticator = {
|
|
7637
6686
|
qty
|
7638
6687
|
price
|
7639
6688
|
total
|
6689
|
+
optionType
|
7640
6690
|
signal
|
7641
6691
|
strategy
|
7642
6692
|
analysis
|
@@ -7645,12 +6695,6 @@ exports.Authenticator = {
|
|
7645
6695
|
createdAt
|
7646
6696
|
updatedAt
|
7647
6697
|
status
|
7648
|
-
alpacaAccount {
|
7649
|
-
id
|
7650
|
-
}
|
7651
|
-
asset {
|
7652
|
-
id
|
7653
|
-
}
|
7654
6698
|
actions {
|
7655
6699
|
id
|
7656
6700
|
sequence
|
@@ -7659,9 +6703,6 @@ exports.Authenticator = {
|
|
7659
6703
|
note
|
7660
6704
|
status
|
7661
6705
|
fee
|
7662
|
-
trade {
|
7663
|
-
id
|
7664
|
-
}
|
7665
6706
|
order {
|
7666
6707
|
id
|
7667
6708
|
clientOrderId
|
@@ -7682,9 +6723,6 @@ exports.Authenticator = {
|
|
7682
6723
|
createdAt
|
7683
6724
|
updatedAt
|
7684
6725
|
orderId
|
7685
|
-
Order {
|
7686
|
-
id
|
7687
|
-
}
|
7688
6726
|
}
|
7689
6727
|
takeProfit {
|
7690
6728
|
id
|
@@ -7693,9 +6731,6 @@ exports.Authenticator = {
|
|
7693
6731
|
createdAt
|
7694
6732
|
updatedAt
|
7695
6733
|
orderId
|
7696
|
-
Order {
|
7697
|
-
id
|
7698
|
-
}
|
7699
6734
|
}
|
7700
6735
|
trailPrice
|
7701
6736
|
trailPercent
|
@@ -7707,15 +6742,6 @@ exports.Authenticator = {
|
|
7707
6742
|
filledAt
|
7708
6743
|
filledAvgPrice
|
7709
6744
|
actionId
|
7710
|
-
alpacaAccount {
|
7711
|
-
id
|
7712
|
-
}
|
7713
|
-
action {
|
7714
|
-
id
|
7715
|
-
}
|
7716
|
-
asset {
|
7717
|
-
id
|
7718
|
-
}
|
7719
6745
|
fee
|
7720
6746
|
strikePrice
|
7721
6747
|
expirationDate
|
@@ -7745,9 +6771,6 @@ exports.Authenticator = {
|
|
7745
6771
|
createdAt
|
7746
6772
|
updatedAt
|
7747
6773
|
orderId
|
7748
|
-
Order {
|
7749
|
-
id
|
7750
|
-
}
|
7751
6774
|
}
|
7752
6775
|
takeProfit {
|
7753
6776
|
id
|
@@ -7756,9 +6779,6 @@ exports.Authenticator = {
|
|
7756
6779
|
createdAt
|
7757
6780
|
updatedAt
|
7758
6781
|
orderId
|
7759
|
-
Order {
|
7760
|
-
id
|
7761
|
-
}
|
7762
6782
|
}
|
7763
6783
|
trailPrice
|
7764
6784
|
trailPercent
|
@@ -7770,9 +6790,6 @@ exports.Authenticator = {
|
|
7770
6790
|
filledAt
|
7771
6791
|
filledAvgPrice
|
7772
6792
|
actionId
|
7773
|
-
alpacaAccount {
|
7774
|
-
id
|
7775
|
-
}
|
7776
6793
|
action {
|
7777
6794
|
id
|
7778
6795
|
sequence
|
@@ -7788,6 +6805,7 @@ exports.Authenticator = {
|
|
7788
6805
|
qty
|
7789
6806
|
price
|
7790
6807
|
total
|
6808
|
+
optionType
|
7791
6809
|
signal
|
7792
6810
|
strategy
|
7793
6811
|
analysis
|
@@ -7796,23 +6814,8 @@ exports.Authenticator = {
|
|
7796
6814
|
createdAt
|
7797
6815
|
updatedAt
|
7798
6816
|
status
|
7799
|
-
alpacaAccount {
|
7800
|
-
id
|
7801
|
-
}
|
7802
|
-
asset {
|
7803
|
-
id
|
7804
|
-
}
|
7805
|
-
actions {
|
7806
|
-
id
|
7807
|
-
}
|
7808
|
-
}
|
7809
|
-
order {
|
7810
|
-
id
|
7811
6817
|
}
|
7812
6818
|
}
|
7813
|
-
asset {
|
7814
|
-
id
|
7815
|
-
}
|
7816
6819
|
fee
|
7817
6820
|
strikePrice
|
7818
6821
|
expirationDate
|
@@ -7820,9 +6823,6 @@ exports.Authenticator = {
|
|
7820
6823
|
stopLossId
|
7821
6824
|
takeProfitId
|
7822
6825
|
}
|
7823
|
-
positions {
|
7824
|
-
id
|
7825
|
-
}
|
7826
6826
|
newsMentions {
|
7827
6827
|
id
|
7828
6828
|
assetId
|
@@ -7845,12 +6845,6 @@ exports.Authenticator = {
|
|
7845
6845
|
logo
|
7846
6846
|
createdAt
|
7847
6847
|
updatedAt
|
7848
|
-
assets {
|
7849
|
-
id
|
7850
|
-
}
|
7851
|
-
}
|
7852
|
-
asset {
|
7853
|
-
id
|
7854
6848
|
}
|
7855
6849
|
relevancyScore
|
7856
6850
|
sentimentScore
|
@@ -7870,9 +6864,6 @@ exports.Authenticator = {
|
|
7870
6864
|
lastTradePrice
|
7871
6865
|
changeToday
|
7872
6866
|
assetMarginable
|
7873
|
-
alpacaAccount {
|
7874
|
-
id
|
7875
|
-
}
|
7876
6867
|
alpacaAccountId
|
7877
6868
|
}
|
7878
6869
|
alerts {
|
@@ -7883,9 +6874,6 @@ exports.Authenticator = {
|
|
7883
6874
|
isRead
|
7884
6875
|
createdAt
|
7885
6876
|
updatedAt
|
7886
|
-
alpacaAccount {
|
7887
|
-
id
|
7888
|
-
}
|
7889
6877
|
}
|
7890
6878
|
}
|
7891
6879
|
}
|
@@ -7947,9 +6935,6 @@ exports.Authenticator = {
|
|
7947
6935
|
stripeCurrentPeriodEnd
|
7948
6936
|
createdAt
|
7949
6937
|
updatedAt
|
7950
|
-
users {
|
7951
|
-
id
|
7952
|
-
}
|
7953
6938
|
}
|
7954
6939
|
customerId
|
7955
6940
|
accounts {
|
@@ -7967,24 +6952,15 @@ exports.Authenticator = {
|
|
7967
6952
|
session_state
|
7968
6953
|
createdAt
|
7969
6954
|
updatedAt
|
7970
|
-
user {
|
7971
|
-
id
|
7972
|
-
}
|
7973
6955
|
}
|
7974
6956
|
sessions {
|
7975
6957
|
id
|
7976
6958
|
sessionToken
|
7977
6959
|
userId
|
7978
6960
|
expires
|
7979
|
-
user {
|
7980
|
-
id
|
7981
|
-
}
|
7982
6961
|
createdAt
|
7983
6962
|
updatedAt
|
7984
6963
|
}
|
7985
|
-
authenticators {
|
7986
|
-
id
|
7987
|
-
}
|
7988
6964
|
plan
|
7989
6965
|
alpacaAccounts {
|
7990
6966
|
id
|
@@ -7995,9 +6971,6 @@ exports.Authenticator = {
|
|
7995
6971
|
marketOpen
|
7996
6972
|
minOrderSize
|
7997
6973
|
maxOrderSize
|
7998
|
-
user {
|
7999
|
-
id
|
8000
|
-
}
|
8001
6974
|
userId
|
8002
6975
|
createdAt
|
8003
6976
|
updatedAt
|
@@ -8008,6 +6981,7 @@ exports.Authenticator = {
|
|
8008
6981
|
qty
|
8009
6982
|
price
|
8010
6983
|
total
|
6984
|
+
optionType
|
8011
6985
|
signal
|
8012
6986
|
strategy
|
8013
6987
|
analysis
|
@@ -8016,9 +6990,6 @@ exports.Authenticator = {
|
|
8016
6990
|
createdAt
|
8017
6991
|
updatedAt
|
8018
6992
|
status
|
8019
|
-
alpacaAccount {
|
8020
|
-
id
|
8021
|
-
}
|
8022
6993
|
asset {
|
8023
6994
|
id
|
8024
6995
|
symbol
|
@@ -8078,9 +7049,6 @@ exports.Authenticator = {
|
|
8078
7049
|
buyPrice
|
8079
7050
|
createdAt
|
8080
7051
|
updatedAt
|
8081
|
-
trades {
|
8082
|
-
id
|
8083
|
-
}
|
8084
7052
|
orders {
|
8085
7053
|
id
|
8086
7054
|
clientOrderId
|
@@ -8101,9 +7069,6 @@ exports.Authenticator = {
|
|
8101
7069
|
createdAt
|
8102
7070
|
updatedAt
|
8103
7071
|
orderId
|
8104
|
-
Order {
|
8105
|
-
id
|
8106
|
-
}
|
8107
7072
|
}
|
8108
7073
|
takeProfit {
|
8109
7074
|
id
|
@@ -8112,9 +7077,6 @@ exports.Authenticator = {
|
|
8112
7077
|
createdAt
|
8113
7078
|
updatedAt
|
8114
7079
|
orderId
|
8115
|
-
Order {
|
8116
|
-
id
|
8117
|
-
}
|
8118
7080
|
}
|
8119
7081
|
trailPrice
|
8120
7082
|
trailPercent
|
@@ -8126,9 +7088,6 @@ exports.Authenticator = {
|
|
8126
7088
|
filledAt
|
8127
7089
|
filledAvgPrice
|
8128
7090
|
actionId
|
8129
|
-
alpacaAccount {
|
8130
|
-
id
|
8131
|
-
}
|
8132
7091
|
action {
|
8133
7092
|
id
|
8134
7093
|
sequence
|
@@ -8137,15 +7096,6 @@ exports.Authenticator = {
|
|
8137
7096
|
note
|
8138
7097
|
status
|
8139
7098
|
fee
|
8140
|
-
trade {
|
8141
|
-
id
|
8142
|
-
}
|
8143
|
-
order {
|
8144
|
-
id
|
8145
|
-
}
|
8146
|
-
}
|
8147
|
-
asset {
|
8148
|
-
id
|
8149
7099
|
}
|
8150
7100
|
fee
|
8151
7101
|
strikePrice
|
@@ -8157,9 +7107,6 @@ exports.Authenticator = {
|
|
8157
7107
|
positions {
|
8158
7108
|
id
|
8159
7109
|
assetId
|
8160
|
-
asset {
|
8161
|
-
id
|
8162
|
-
}
|
8163
7110
|
averageEntryPrice
|
8164
7111
|
qty
|
8165
7112
|
qtyAvailable
|
@@ -8173,9 +7120,6 @@ exports.Authenticator = {
|
|
8173
7120
|
lastTradePrice
|
8174
7121
|
changeToday
|
8175
7122
|
assetMarginable
|
8176
|
-
alpacaAccount {
|
8177
|
-
id
|
8178
|
-
}
|
8179
7123
|
alpacaAccountId
|
8180
7124
|
}
|
8181
7125
|
newsMentions {
|
@@ -8200,12 +7144,6 @@ exports.Authenticator = {
|
|
8200
7144
|
logo
|
8201
7145
|
createdAt
|
8202
7146
|
updatedAt
|
8203
|
-
assets {
|
8204
|
-
id
|
8205
|
-
}
|
8206
|
-
}
|
8207
|
-
asset {
|
8208
|
-
id
|
8209
7147
|
}
|
8210
7148
|
relevancyScore
|
8211
7149
|
sentimentScore
|
@@ -8220,9 +7158,6 @@ exports.Authenticator = {
|
|
8220
7158
|
note
|
8221
7159
|
status
|
8222
7160
|
fee
|
8223
|
-
trade {
|
8224
|
-
id
|
8225
|
-
}
|
8226
7161
|
order {
|
8227
7162
|
id
|
8228
7163
|
clientOrderId
|
@@ -8243,9 +7178,6 @@ exports.Authenticator = {
|
|
8243
7178
|
createdAt
|
8244
7179
|
updatedAt
|
8245
7180
|
orderId
|
8246
|
-
Order {
|
8247
|
-
id
|
8248
|
-
}
|
8249
7181
|
}
|
8250
7182
|
takeProfit {
|
8251
7183
|
id
|
@@ -8254,9 +7186,6 @@ exports.Authenticator = {
|
|
8254
7186
|
createdAt
|
8255
7187
|
updatedAt
|
8256
7188
|
orderId
|
8257
|
-
Order {
|
8258
|
-
id
|
8259
|
-
}
|
8260
7189
|
}
|
8261
7190
|
trailPrice
|
8262
7191
|
trailPercent
|
@@ -8268,12 +7197,6 @@ exports.Authenticator = {
|
|
8268
7197
|
filledAt
|
8269
7198
|
filledAvgPrice
|
8270
7199
|
actionId
|
8271
|
-
alpacaAccount {
|
8272
|
-
id
|
8273
|
-
}
|
8274
|
-
action {
|
8275
|
-
id
|
8276
|
-
}
|
8277
7200
|
asset {
|
8278
7201
|
id
|
8279
7202
|
symbol
|
@@ -8333,18 +7256,9 @@ exports.Authenticator = {
|
|
8333
7256
|
buyPrice
|
8334
7257
|
createdAt
|
8335
7258
|
updatedAt
|
8336
|
-
trades {
|
8337
|
-
id
|
8338
|
-
}
|
8339
|
-
orders {
|
8340
|
-
id
|
8341
|
-
}
|
8342
7259
|
positions {
|
8343
7260
|
id
|
8344
7261
|
assetId
|
8345
|
-
asset {
|
8346
|
-
id
|
8347
|
-
}
|
8348
7262
|
averageEntryPrice
|
8349
7263
|
qty
|
8350
7264
|
qtyAvailable
|
@@ -8358,9 +7272,6 @@ exports.Authenticator = {
|
|
8358
7272
|
lastTradePrice
|
8359
7273
|
changeToday
|
8360
7274
|
assetMarginable
|
8361
|
-
alpacaAccount {
|
8362
|
-
id
|
8363
|
-
}
|
8364
7275
|
alpacaAccountId
|
8365
7276
|
}
|
8366
7277
|
newsMentions {
|
@@ -8385,12 +7296,6 @@ exports.Authenticator = {
|
|
8385
7296
|
logo
|
8386
7297
|
createdAt
|
8387
7298
|
updatedAt
|
8388
|
-
assets {
|
8389
|
-
id
|
8390
|
-
}
|
8391
|
-
}
|
8392
|
-
asset {
|
8393
|
-
id
|
8394
7299
|
}
|
8395
7300
|
relevancyScore
|
8396
7301
|
sentimentScore
|
@@ -8426,9 +7331,6 @@ exports.Authenticator = {
|
|
8426
7331
|
createdAt
|
8427
7332
|
updatedAt
|
8428
7333
|
orderId
|
8429
|
-
Order {
|
8430
|
-
id
|
8431
|
-
}
|
8432
7334
|
}
|
8433
7335
|
takeProfit {
|
8434
7336
|
id
|
@@ -8437,9 +7339,6 @@ exports.Authenticator = {
|
|
8437
7339
|
createdAt
|
8438
7340
|
updatedAt
|
8439
7341
|
orderId
|
8440
|
-
Order {
|
8441
|
-
id
|
8442
|
-
}
|
8443
7342
|
}
|
8444
7343
|
trailPrice
|
8445
7344
|
trailPercent
|
@@ -8451,9 +7350,6 @@ exports.Authenticator = {
|
|
8451
7350
|
filledAt
|
8452
7351
|
filledAvgPrice
|
8453
7352
|
actionId
|
8454
|
-
alpacaAccount {
|
8455
|
-
id
|
8456
|
-
}
|
8457
7353
|
action {
|
8458
7354
|
id
|
8459
7355
|
sequence
|
@@ -8469,6 +7365,7 @@ exports.Authenticator = {
|
|
8469
7365
|
qty
|
8470
7366
|
price
|
8471
7367
|
total
|
7368
|
+
optionType
|
8472
7369
|
signal
|
8473
7370
|
strategy
|
8474
7371
|
analysis
|
@@ -8477,9 +7374,6 @@ exports.Authenticator = {
|
|
8477
7374
|
createdAt
|
8478
7375
|
updatedAt
|
8479
7376
|
status
|
8480
|
-
alpacaAccount {
|
8481
|
-
id
|
8482
|
-
}
|
8483
7377
|
asset {
|
8484
7378
|
id
|
8485
7379
|
symbol
|
@@ -8539,18 +7433,9 @@ exports.Authenticator = {
|
|
8539
7433
|
buyPrice
|
8540
7434
|
createdAt
|
8541
7435
|
updatedAt
|
8542
|
-
trades {
|
8543
|
-
id
|
8544
|
-
}
|
8545
|
-
orders {
|
8546
|
-
id
|
8547
|
-
}
|
8548
7436
|
positions {
|
8549
7437
|
id
|
8550
7438
|
assetId
|
8551
|
-
asset {
|
8552
|
-
id
|
8553
|
-
}
|
8554
7439
|
averageEntryPrice
|
8555
7440
|
qty
|
8556
7441
|
qtyAvailable
|
@@ -8564,9 +7449,6 @@ exports.Authenticator = {
|
|
8564
7449
|
lastTradePrice
|
8565
7450
|
changeToday
|
8566
7451
|
assetMarginable
|
8567
|
-
alpacaAccount {
|
8568
|
-
id
|
8569
|
-
}
|
8570
7452
|
alpacaAccountId
|
8571
7453
|
}
|
8572
7454
|
newsMentions {
|
@@ -8591,24 +7473,12 @@ exports.Authenticator = {
|
|
8591
7473
|
logo
|
8592
7474
|
createdAt
|
8593
7475
|
updatedAt
|
8594
|
-
assets {
|
8595
|
-
id
|
8596
|
-
}
|
8597
|
-
}
|
8598
|
-
asset {
|
8599
|
-
id
|
8600
7476
|
}
|
8601
7477
|
relevancyScore
|
8602
7478
|
sentimentScore
|
8603
7479
|
sentimentLabel
|
8604
7480
|
}
|
8605
7481
|
}
|
8606
|
-
actions {
|
8607
|
-
id
|
8608
|
-
}
|
8609
|
-
}
|
8610
|
-
order {
|
8611
|
-
id
|
8612
7482
|
}
|
8613
7483
|
}
|
8614
7484
|
asset {
|
@@ -8677,6 +7547,7 @@ exports.Authenticator = {
|
|
8677
7547
|
qty
|
8678
7548
|
price
|
8679
7549
|
total
|
7550
|
+
optionType
|
8680
7551
|
signal
|
8681
7552
|
strategy
|
8682
7553
|
analysis
|
@@ -8685,12 +7556,6 @@ exports.Authenticator = {
|
|
8685
7556
|
createdAt
|
8686
7557
|
updatedAt
|
8687
7558
|
status
|
8688
|
-
alpacaAccount {
|
8689
|
-
id
|
8690
|
-
}
|
8691
|
-
asset {
|
8692
|
-
id
|
8693
|
-
}
|
8694
7559
|
actions {
|
8695
7560
|
id
|
8696
7561
|
sequence
|
@@ -8699,23 +7564,11 @@ exports.Authenticator = {
|
|
8699
7564
|
note
|
8700
7565
|
status
|
8701
7566
|
fee
|
8702
|
-
trade {
|
8703
|
-
id
|
8704
|
-
}
|
8705
|
-
order {
|
8706
|
-
id
|
8707
|
-
}
|
8708
7567
|
}
|
8709
7568
|
}
|
8710
|
-
orders {
|
8711
|
-
id
|
8712
|
-
}
|
8713
7569
|
positions {
|
8714
7570
|
id
|
8715
7571
|
assetId
|
8716
|
-
asset {
|
8717
|
-
id
|
8718
|
-
}
|
8719
7572
|
averageEntryPrice
|
8720
7573
|
qty
|
8721
7574
|
qtyAvailable
|
@@ -8729,9 +7582,6 @@ exports.Authenticator = {
|
|
8729
7582
|
lastTradePrice
|
8730
7583
|
changeToday
|
8731
7584
|
assetMarginable
|
8732
|
-
alpacaAccount {
|
8733
|
-
id
|
8734
|
-
}
|
8735
7585
|
alpacaAccountId
|
8736
7586
|
}
|
8737
7587
|
newsMentions {
|
@@ -8756,12 +7606,6 @@ exports.Authenticator = {
|
|
8756
7606
|
logo
|
8757
7607
|
createdAt
|
8758
7608
|
updatedAt
|
8759
|
-
assets {
|
8760
|
-
id
|
8761
|
-
}
|
8762
|
-
}
|
8763
|
-
asset {
|
8764
|
-
id
|
8765
7609
|
}
|
8766
7610
|
relevancyScore
|
8767
7611
|
sentimentScore
|
@@ -8844,6 +7688,7 @@ exports.Authenticator = {
|
|
8844
7688
|
qty
|
8845
7689
|
price
|
8846
7690
|
total
|
7691
|
+
optionType
|
8847
7692
|
signal
|
8848
7693
|
strategy
|
8849
7694
|
analysis
|
@@ -8852,12 +7697,6 @@ exports.Authenticator = {
|
|
8852
7697
|
createdAt
|
8853
7698
|
updatedAt
|
8854
7699
|
status
|
8855
|
-
alpacaAccount {
|
8856
|
-
id
|
8857
|
-
}
|
8858
|
-
asset {
|
8859
|
-
id
|
8860
|
-
}
|
8861
7700
|
actions {
|
8862
7701
|
id
|
8863
7702
|
sequence
|
@@ -8866,9 +7705,6 @@ exports.Authenticator = {
|
|
8866
7705
|
note
|
8867
7706
|
status
|
8868
7707
|
fee
|
8869
|
-
trade {
|
8870
|
-
id
|
8871
|
-
}
|
8872
7708
|
order {
|
8873
7709
|
id
|
8874
7710
|
clientOrderId
|
@@ -8889,9 +7725,6 @@ exports.Authenticator = {
|
|
8889
7725
|
createdAt
|
8890
7726
|
updatedAt
|
8891
7727
|
orderId
|
8892
|
-
Order {
|
8893
|
-
id
|
8894
|
-
}
|
8895
7728
|
}
|
8896
7729
|
takeProfit {
|
8897
7730
|
id
|
@@ -8900,9 +7733,6 @@ exports.Authenticator = {
|
|
8900
7733
|
createdAt
|
8901
7734
|
updatedAt
|
8902
7735
|
orderId
|
8903
|
-
Order {
|
8904
|
-
id
|
8905
|
-
}
|
8906
7736
|
}
|
8907
7737
|
trailPrice
|
8908
7738
|
trailPercent
|
@@ -8914,15 +7744,6 @@ exports.Authenticator = {
|
|
8914
7744
|
filledAt
|
8915
7745
|
filledAvgPrice
|
8916
7746
|
actionId
|
8917
|
-
alpacaAccount {
|
8918
|
-
id
|
8919
|
-
}
|
8920
|
-
action {
|
8921
|
-
id
|
8922
|
-
}
|
8923
|
-
asset {
|
8924
|
-
id
|
8925
|
-
}
|
8926
7747
|
fee
|
8927
7748
|
strikePrice
|
8928
7749
|
expirationDate
|
@@ -8952,9 +7773,6 @@ exports.Authenticator = {
|
|
8952
7773
|
createdAt
|
8953
7774
|
updatedAt
|
8954
7775
|
orderId
|
8955
|
-
Order {
|
8956
|
-
id
|
8957
|
-
}
|
8958
7776
|
}
|
8959
7777
|
takeProfit {
|
8960
7778
|
id
|
@@ -8963,9 +7781,6 @@ exports.Authenticator = {
|
|
8963
7781
|
createdAt
|
8964
7782
|
updatedAt
|
8965
7783
|
orderId
|
8966
|
-
Order {
|
8967
|
-
id
|
8968
|
-
}
|
8969
7784
|
}
|
8970
7785
|
trailPrice
|
8971
7786
|
trailPercent
|
@@ -8977,9 +7792,6 @@ exports.Authenticator = {
|
|
8977
7792
|
filledAt
|
8978
7793
|
filledAvgPrice
|
8979
7794
|
actionId
|
8980
|
-
alpacaAccount {
|
8981
|
-
id
|
8982
|
-
}
|
8983
7795
|
action {
|
8984
7796
|
id
|
8985
7797
|
sequence
|
@@ -8995,6 +7807,7 @@ exports.Authenticator = {
|
|
8995
7807
|
qty
|
8996
7808
|
price
|
8997
7809
|
total
|
7810
|
+
optionType
|
8998
7811
|
signal
|
8999
7812
|
strategy
|
9000
7813
|
analysis
|
@@ -9003,22 +7816,7 @@ exports.Authenticator = {
|
|
9003
7816
|
createdAt
|
9004
7817
|
updatedAt
|
9005
7818
|
status
|
9006
|
-
alpacaAccount {
|
9007
|
-
id
|
9008
|
-
}
|
9009
|
-
asset {
|
9010
|
-
id
|
9011
|
-
}
|
9012
|
-
actions {
|
9013
|
-
id
|
9014
|
-
}
|
9015
7819
|
}
|
9016
|
-
order {
|
9017
|
-
id
|
9018
|
-
}
|
9019
|
-
}
|
9020
|
-
asset {
|
9021
|
-
id
|
9022
7820
|
}
|
9023
7821
|
fee
|
9024
7822
|
strikePrice
|
@@ -9027,9 +7825,6 @@ exports.Authenticator = {
|
|
9027
7825
|
stopLossId
|
9028
7826
|
takeProfitId
|
9029
7827
|
}
|
9030
|
-
positions {
|
9031
|
-
id
|
9032
|
-
}
|
9033
7828
|
newsMentions {
|
9034
7829
|
id
|
9035
7830
|
assetId
|
@@ -9052,12 +7847,6 @@ exports.Authenticator = {
|
|
9052
7847
|
logo
|
9053
7848
|
createdAt
|
9054
7849
|
updatedAt
|
9055
|
-
assets {
|
9056
|
-
id
|
9057
|
-
}
|
9058
|
-
}
|
9059
|
-
asset {
|
9060
|
-
id
|
9061
7850
|
}
|
9062
7851
|
relevancyScore
|
9063
7852
|
sentimentScore
|
@@ -9077,9 +7866,6 @@ exports.Authenticator = {
|
|
9077
7866
|
lastTradePrice
|
9078
7867
|
changeToday
|
9079
7868
|
assetMarginable
|
9080
|
-
alpacaAccount {
|
9081
|
-
id
|
9082
|
-
}
|
9083
7869
|
alpacaAccountId
|
9084
7870
|
}
|
9085
7871
|
alerts {
|
@@ -9090,9 +7876,6 @@ exports.Authenticator = {
|
|
9090
7876
|
isRead
|
9091
7877
|
createdAt
|
9092
7878
|
updatedAt
|
9093
|
-
alpacaAccount {
|
9094
|
-
id
|
9095
|
-
}
|
9096
7879
|
}
|
9097
7880
|
}
|
9098
7881
|
}
|