Uses of Record Class
com.qtsurfer.api.sdk.BacktestProgress
Packages that use BacktestProgress
-
Uses of BacktestProgress in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return types with arguments of type BacktestProgressModifier and TypeMethodDescriptionBacktestOptions.onProgress()Returns the value of theonProgressrecord component.Backtest.progress()Reactive-streams feed of progress events; terminates when the job reaches a terminal state.Method parameters in com.qtsurfer.api.sdk with type arguments of type BacktestProgressModifier and TypeMethodDescriptionBacktestOptions.Builder.onProgress(Consumer<BacktestProgress> onProgress) Constructor parameters in com.qtsurfer.api.sdk with type arguments of type BacktestProgressModifierConstructorDescriptionBacktest(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.BacktestOptions(Consumer<BacktestProgress> onProgress, Duration pollInterval, Duration maxPollInterval, Duration timeout) Creates an instance of aBacktestOptionsrecord class.