Uses of Enum Class
com.qtsurfer.api.sdk.Backtest.State
Packages that use Backtest.State
-
Uses of Backtest.State in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return Backtest.StateModifier and TypeMethodDescriptionBacktest.state()Local snapshot of the execution lifecycle; does not itself contact the server.static Backtest.StateReturns the enum constant of this class with the specified name.static Backtest.State[]Backtest.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.qtsurfer.api.sdk with type arguments of type Backtest.StateModifierConstructorDescriptionBacktest(String id, Strategy strategy, CompletableFuture<com.qtsurfer.api.client.model.ResultMap> result, Flow.Publisher<BacktestProgress> progress, AtomicReference<Backtest.State> state, Runnable cancelHook) Internal constructor used by the SDK workflow; not part of the public contract.