Uses of Interface
com.qtsurfer.api.sdk.BacktestOutcome
Packages that use BacktestOutcome
Package
Description
-
Uses of BacktestOutcome in com.qtsurfer.api.sdk
Classes in com.qtsurfer.api.sdk that implement BacktestOutcomeModifier and TypeClassDescriptionstatic final recordThe run was cancelled.static final recordThe run finished and produced its numbers.static final recordThe run finished badly.static final recordThe platform knows this job but has nothing final to report yet.Methods in com.qtsurfer.api.sdk that return BacktestOutcomeModifier and TypeMethodDescriptionQTSurfer.backtestResult(String exchangeId, String jobId) Deprecated.QTSurfer.getBacktestResult(String exchangeId, String jobId) Read what the platform holds for a backtest run, addressed by the exchange it ran on and the id of its execute job. -
Uses of BacktestOutcome in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth that return BacktestOutcomeModifier and TypeMethodDescriptionAuthenticatedClient.backtestResult(String exchangeId, String jobId) Deprecated.AuthenticatedClient.getBacktestResult(String exchangeId, String jobId) Read what the platform holds for a backtest run, addressed by the exchange it ran on and the id of its execute job. -
Uses of BacktestOutcome in com.qtsurfer.api.sdk.internal
Methods in com.qtsurfer.api.sdk.internal that return BacktestOutcomeModifier and TypeMethodDescriptionstatic BacktestOutcomeBacktestOutcomes.of(com.qtsurfer.api.client.model.BacktestJobResult response) Classify an execute-result response. -
Uses of BacktestOutcome in com.qtsurfer.api.sdk.workflows
Methods in com.qtsurfer.api.sdk.workflows that return BacktestOutcomeModifier and TypeMethodDescriptionBacktestWorkflow.readResult(String exchangeId, String jobId) Read an execute job's result as the platform holds it right now, without running or re-running anything.
QTSurfer.getBacktestResult(String, String).