Uses of Enum Class
com.qtsurfer.api.sdk.BacktestStage
Packages that use BacktestStage
-
Uses of BacktestStage in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return BacktestStageModifier and TypeMethodDescriptionBacktestProgress.stage()Returns the value of thestagerecord component.static BacktestStageReturns the enum constant of this class with the specified name.static BacktestStage[]BacktestStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.qtsurfer.api.sdk with parameters of type BacktestStageModifierConstructorDescriptionBacktestProgress(BacktestStage stage, Double percent) Convenience form without coverage;coverageRatiodefaults tonull.BacktestProgress(BacktestStage stage, Double percent, Double coverageRatio) Creates an instance of aBacktestProgressrecord class.