Package com.qtsurfer.api.client.model
Class ExecuteSweepRequest
java.lang.Object
com.qtsurfer.api.client.model.ExecuteSweepRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class ExecuteSweepRequest
extends Object
ExecuteSweepRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseConfig(SweepBaseConfig baseConfig) booleanReturn true if this ExecuteSweepRequest object is equal to o.Get baseConfigTrials below this trade count are flagged but remain in the results.Requested horizontal shard count; 0 or omitted selects automatically.Store signals for every trial.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.getSweep()Get sweepinthashCode()minTradeFloor(Integer minTradeFloor) voidsetBaseConfig(SweepBaseConfig baseConfig) voidsetMinTradeFloor(Integer minTradeFloor) voidvoidsetStoreSignals(Boolean storeSignals) voidsetStrategyId(String strategyId) voidsetSweep(SweepSpecRequest sweep) storeSignals(Boolean storeSignals) strategyId(String strategyId) sweep(SweepSpecRequest sweep) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STRATEGY_ID
- See Also:
-
JSON_PROPERTY_SWEEP
- See Also:
-
JSON_PROPERTY_BASE_CONFIG
- See Also:
-
JSON_PROPERTY_STORE_SIGNALS
- See Also:
-
JSON_PROPERTY_SHARDS
- See Also:
-
JSON_PROPERTY_MIN_TRADE_FLOOR
- See Also:
-
-
Constructor Details
-
ExecuteSweepRequest
public ExecuteSweepRequest()
-
-
Method Details
-
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
-
sweep
-
getSweep
Get sweep- Returns:
- sweep
-
setSweep
-
baseConfig
-
getBaseConfig
Get baseConfig- Returns:
- baseConfig
-
setBaseConfig
-
storeSignals
-
getStoreSignals
Store signals for every trial. Keep false for normal sweeps.- Returns:
- storeSignals
-
setStoreSignals
-
shards
-
getShards
Requested horizontal shard count; 0 or omitted selects automatically. minimum: 0- Returns:
- shards
-
setShards
-
minTradeFloor
-
getMinTradeFloor
Trials below this trade count are flagged but remain in the results. minimum: 0- Returns:
- minTradeFloor
-
setMinTradeFloor
-
equals
Return true if this ExecuteSweepRequest 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
-