Uses of Class
com.qtsurfer.api.client.model.ScalarStrategyParamValue
Packages that use ScalarStrategyParamValue
-
Uses of ScalarStrategyParamValue in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return ScalarStrategyParamValueModifier and TypeMethodDescriptionScalarStrategyParamValue.ScalarStrategyParamValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) ScalarStrategyParamValue.ScalarStrategyParamValueDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) Handle deserialization of the 'null' value.Methods in com.qtsurfer.api.client.model that return types with arguments of type ScalarStrategyParamValueModifier and TypeMethodDescriptionExecuteBacktestRequest.getParams()Strategy properties to apply to this run.ResultMap.getParams()The strategy properties this run was given, echoed back as sent.Methods in com.qtsurfer.api.client.model with parameters of type ScalarStrategyParamValueModifier and TypeMethodDescriptionExecuteBacktestRequest.putParamsItem(String key, ScalarStrategyParamValue paramsItem) ResultMap.putParamsItem(String key, ScalarStrategyParamValue paramsItem) voidScalarStrategyParamValue.ScalarStrategyParamValueSerializer.serialize(ScalarStrategyParamValue value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) Method parameters in com.qtsurfer.api.client.model with type arguments of type ScalarStrategyParamValueModifier and TypeMethodDescriptionExecuteBacktestRequest.params(Map<String, ScalarStrategyParamValue> params) ResultMap.params(Map<String, ScalarStrategyParamValue> params) voidExecuteBacktestRequest.setParams(Map<String, ScalarStrategyParamValue> params) voidResultMap.setParams(Map<String, ScalarStrategyParamValue> params) Constructor parameters in com.qtsurfer.api.client.model with type arguments of type ScalarStrategyParamValueModifierConstructorDescription