Package com.qtsurfer.api.client.model
Class GetStrategyCode200Response
java.lang.Object
com.qtsurfer.api.client.model.GetStrategyCode200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class GetStrategyCode200Response
extends Object
GetStrategyCode200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this getStrategyCode_200_response object is equal to o.getCode()Raw strategy source code (Java or QTScript), exactly as registered.Unique identifier for a compiled strategy, derived from the source itself: the same code always yields the same id, for every caller.inthashCode()voidvoidsetStrategyId(String strategyId) 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_STRATEGY_ID
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
-
Constructor Details
-
GetStrategyCode200Response
public GetStrategyCode200Response()
-
-
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. How much formatting the id ignores depends on the language — see `POST /strategy` for exactly which rewrites preserve it and which do not.- Returns:
- strategyId
-
setStrategyId
-
code
-
getCode
Raw strategy source code (Java or QTScript), exactly as registered.- Returns:
- code
-
setCode
-
equals
Return true if this getStrategyCode_200_response 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
-