Uses of Class
com.qtsurfer.api.client.model.AcceptedJob
Packages that use AcceptedJob
-
Uses of AcceptedJob in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return AcceptedJobModifier and TypeMethodDescriptionBacktestingApi.executeBacktest(String exchangeId, DataSourceType type, ExecuteBacktestRequest executeBacktestRequest) Execute a compiled strategy against a prepared dataset Enqueues an execute task that runs the strategy identified by `strategyId` over the data prepared by the prepare job identified by `prepareJobId`.BacktestingApi.prepareBacktest(String exchangeId, DataSourceType type, PrepareRequest prepareRequest) Prepare backtest data Enqueues a prepare task over the requested date range.Methods in com.qtsurfer.api.client.api that return types with arguments of type AcceptedJobModifier and TypeMethodDescriptionBacktestingApi.executeBacktestWithHttpInfo(String exchangeId, DataSourceType type, ExecuteBacktestRequest executeBacktestRequest) Execute a compiled strategy against a prepared dataset Enqueues an execute task that runs the strategy identified by `strategyId` over the data prepared by the prepare job identified by `prepareJobId`.BacktestingApi.prepareBacktestWithHttpInfo(String exchangeId, DataSourceType type, PrepareRequest prepareRequest) Prepare backtest data Enqueues a prepare task over the requested date range. -
Uses of AcceptedJob in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return AcceptedJob