Uses of Enum Class
com.qtsurfer.api.client.model.DataSourceType
Packages that use DataSourceType
-
Uses of DataSourceType in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api with parameters of type DataSourceTypeModifier and TypeMethodDescriptionBacktestingApi.cancelBacktest(String exchangeId, DataSourceType type, String jobId) Cancel a running backtest execution Requests cancellation of the specified execution.BacktestingApi.cancelBacktestWithHttpInfo(String exchangeId, DataSourceType type, String jobId) Cancel a running backtest execution Requests cancellation of the specified execution.BacktestingApi.cancelSweep(String exchangeId, DataSourceType type, String requestId, String sweepId) Cancel a running parameter sweep Requests cancellation between parameter vectors.BacktestingApi.cancelSweepWithHttpInfo(String exchangeId, DataSourceType type, String requestId, String sweepId) Cancel a running parameter sweep Requests cancellation between parameter vectors.BacktestingApi.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.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.executeSweep(String exchangeId, DataSourceType type, String requestId, ExecuteSweepRequest executeSweepRequest) Execute a parameter sweep over prepared data Runs a parameter matrix over the single immutable dataset identified by `requestId`.BacktestingApi.executeSweepWithHttpInfo(String exchangeId, DataSourceType type, String requestId, ExecuteSweepRequest executeSweepRequest) Execute a parameter sweep over prepared data Runs a parameter matrix over the single immutable dataset identified by `requestId`.BacktestingApi.getBacktestResult(String exchangeId, DataSourceType type, String jobId) Get the result of a backtest execution job Retrieves the current state and results of the execute job identified by `jobId`.BacktestingApi.getBacktestResultWithHttpInfo(String exchangeId, DataSourceType type, String jobId) Get the result of a backtest execution job Retrieves the current state and results of the execute job identified by `jobId`.BacktestingApi.getPrepareStatus(String exchangeId, DataSourceType type, String jobId) Get the status of a prepare job Retrieves the current state of the prepare job identified by `jobId`.BacktestingApi.getPrepareStatusWithHttpInfo(String exchangeId, DataSourceType type, String jobId) Get the status of a prepare job Retrieves the current state of the prepare job identified by `jobId`.BacktestingApi.getSweepResult(String exchangeId, DataSourceType type, String requestId, String sweepId, String objective, String order, String ranking) Get sweep progress and results Returns incremental sweep progress.BacktestingApi.getSweepResultWithHttpInfo(String exchangeId, DataSourceType type, String requestId, String sweepId, String objective, String order, String ranking) Get sweep progress and results Returns incremental sweep progress.BacktestingApi.getSweepRunEquityCurve(String exchangeId, DataSourceType type, String requestId, String sweepId, Integer runIx, EquityCurveOutMode outMode, Integer resample, Boolean differential) Get one sweep trial's equity curve The resource a leaderboard row's `equityCurve.url` points at — only reachable when that trial's curve was actually selected (`equityCurve.mode: topN` or `topPct` on the sweep submission, and this trial ranked among the winners).BacktestingApi.getSweepRunEquityCurveWithHttpInfo(String exchangeId, DataSourceType type, String requestId, String sweepId, Integer runIx, EquityCurveOutMode outMode, Integer resample, Boolean differential) Get one sweep trial's equity curve The resource a leaderboard row's `equityCurve.url` points at — only reachable when that trial's curve was actually selected (`equityCurve.mode: topN` or `topPct` on the sweep submission, and this trial ranked among the winners).BacktestingApi.getSweepSensitivity(String exchangeId, DataSourceType type, String requestId, String sweepId, String objective) Get sweep sensitivity surfaces How the objective moves as each parameter moves — the question a leaderboard cannot answer.BacktestingApi.getSweepSensitivityWithHttpInfo(String exchangeId, DataSourceType type, String requestId, String sweepId, String objective) Get sweep sensitivity surfaces How the objective moves as each parameter moves — the question a leaderboard cannot answer.BacktestingApi.prepareBacktest(String exchangeId, DataSourceType type, PrepareRequest prepareRequest) Prepare backtest data Enqueues a prepare task over the requested date range.BacktestingApi.prepareBacktestWithHttpInfo(String exchangeId, DataSourceType type, PrepareRequest prepareRequest) Prepare backtest data Enqueues a prepare task over the requested date range. -
Uses of DataSourceType in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return DataSourceTypeModifier and TypeMethodDescriptionstatic DataSourceTypestatic DataSourceTypeReturns the enum constant of this class with the specified name.static DataSourceType[]DataSourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.