Package com.qtsurfer.api.client.model
Class SweepBaseConfig
java.lang.Object
com.qtsurfer.api.client.model.SweepBaseConfig
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class SweepBaseConfig
extends Object
SweepBaseConfig
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuyFeeRate(Double buyFeeRate) booleanReturn true if this SweepBaseConfig object is equal to o.feeLeg(SweepBaseConfig.FeeLegEnum feeLeg) Get buyFeeRate minimum: 0Get feeLegGet feeRate minimum: 0Get initialFundingGet percentAmountToLock maximum: 100Get sellFeeRate minimum: 0inthashCode()initialFunding(Double initialFunding) percentAmountToLock(Double percentAmountToLock) sellFeeRate(Double sellFeeRate) voidsetBuyFeeRate(Double buyFeeRate) voidsetFeeLeg(SweepBaseConfig.FeeLegEnum feeLeg) voidsetFeeRate(Double feeRate) voidsetInitialFunding(Double initialFunding) voidsetPercentAmountToLock(Double percentAmountToLock) voidsetSellFeeRate(Double sellFeeRate) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_INITIAL_FUNDING
- See Also:
-
JSON_PROPERTY_FEE_RATE
- See Also:
-
JSON_PROPERTY_BUY_FEE_RATE
- See Also:
-
JSON_PROPERTY_SELL_FEE_RATE
- See Also:
-
JSON_PROPERTY_FEE_LEG
- See Also:
-
JSON_PROPERTY_PERCENT_AMOUNT_TO_LOCK
- See Also:
-
-
Constructor Details
-
SweepBaseConfig
public SweepBaseConfig()
-
-
Method Details
-
initialFunding
-
getInitialFunding
Get initialFunding- Returns:
- initialFunding
-
setInitialFunding
-
feeRate
-
getFeeRate
Get feeRate minimum: 0- Returns:
- feeRate
-
setFeeRate
-
buyFeeRate
-
getBuyFeeRate
Get buyFeeRate minimum: 0- Returns:
- buyFeeRate
-
setBuyFeeRate
-
sellFeeRate
-
getSellFeeRate
Get sellFeeRate minimum: 0- Returns:
- sellFeeRate
-
setSellFeeRate
-
feeLeg
-
getFeeLeg
Get feeLeg- Returns:
- feeLeg
-
setFeeLeg
-
percentAmountToLock
-
getPercentAmountToLock
Get percentAmountToLock maximum: 100- Returns:
- percentAmountToLock
-
setPercentAmountToLock
-
equals
Return true if this SweepBaseConfig 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
-