Uses of Enum Class
com.qtsurfer.api.sdk.SweepSampler
Packages that use SweepSampler
-
Uses of SweepSampler in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return SweepSamplerModifier and TypeMethodDescriptionSweepRequest.sampler()Returns the value of thesamplerrecord component.static SweepSamplerReturns the enum constant of this class with the specified name.static SweepSampler[]SweepSampler.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.sdk with parameters of type SweepSamplerConstructors in com.qtsurfer.api.sdk with parameters of type SweepSamplerModifierConstructorDescriptionSweepRequest(String strategy, String exchangeId, String instrument, String from, String to, Map<String, ParamAxis> params, SweepSampler sampler, Integer samples, Long seed, SweepObjective objective, WalkForwardSpec walkForward, String datasetId, String datasetVersionId) SweepRequest(String strategy, String exchangeId, String instrument, String from, String to, Map<String, ParamAxis> params, SweepSampler sampler, Integer samples, Long seed, SweepObjective objective, WalkForwardSpec walkForward, String datasetId, String datasetVersionId, com.qtsurfer.api.client.model.EquityCurveRequest equityCurve, Boolean storeSignals) Creates an instance of aSweepRequestrecord class.