Package com.qtsurfer.api.client.model
Class ExecuteBacktestRequest
java.lang.Object
com.qtsurfer.api.client.model.ExecuteBacktestRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class ExecuteBacktestRequest
extends Object
ExecuteBacktestRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this executeBacktest_request object is equal to o.Job ID returned by `POST /prepare` (must be in `Completed` state)When true, the worker uploads emitted signals to object storage and the response includes `signalsUrl` / `signalsId` fields.Unique identifier for a compiled strategy, derived from the source itself: the same code always yields the same id, for every caller, whatever its formatting.inthashCode()prepareJobId(String prepareJobId) voidsetPrepareJobId(String prepareJobId) voidsetStoreSignals(Boolean storeSignals) voidsetStrategyId(String strategyId) storeSignals(Boolean storeSignals) strategyId(String strategyId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PREPARE_JOB_ID
- See Also:
-
JSON_PROPERTY_STRATEGY_ID
- See Also:
-
JSON_PROPERTY_STORE_SIGNALS
- See Also:
-
-
Constructor Details
-
ExecuteBacktestRequest
public ExecuteBacktestRequest()
-
-
Method Details
-
prepareJobId
-
getPrepareJobId
Job ID returned by `POST /prepare` (must be in `Completed` state)- Returns:
- prepareJobId
-
setPrepareJobId
-
strategyId
-
getStrategyId
Unique identifier for a compiled strategy, derived from the source itself: the same code always yields the same id, for every caller, whatever its formatting. See `POST /strategy` for exactly which rewrites preserve it and which do not.- Returns:
- strategyId
-
setStrategyId
-
storeSignals
-
getStoreSignals
When true, the worker uploads emitted signals to object storage and the response includes `signalsUrl` / `signalsId` fields. Defaults to false.- Returns:
- storeSignals
-
setStoreSignals
-
equals
Return true if this executeBacktest_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-