public class OptionsContract extends Object
| Constructor and Description |
|---|
OptionsContract() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TAG
public static final String SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_EXPIRATION_TIME
public static final String SERIALIZED_NAME_IS_CALL
public static final String SERIALIZED_NAME_MULTIPLIER
public static final String SERIALIZED_NAME_UNDERLYING
public static final String SERIALIZED_NAME_UNDERLYING_PRICE
public static final String SERIALIZED_NAME_LAST_PRICE
public static final String SERIALIZED_NAME_MARK_PRICE
public static final String SERIALIZED_NAME_INDEX_PRICE
public static final String SERIALIZED_NAME_MAKER_FEE_RATE
public static final String SERIALIZED_NAME_TAKER_FEE_RATE
public static final String SERIALIZED_NAME_ORDER_PRICE_ROUND
public static final String SERIALIZED_NAME_MARK_PRICE_ROUND
public static final String SERIALIZED_NAME_ORDER_SIZE_MIN
public static final String SERIALIZED_NAME_ORDER_SIZE_MAX
public static final String SERIALIZED_NAME_ORDER_PRICE_DEVIATE
public static final String SERIALIZED_NAME_REF_DISCOUNT_RATE
public static final String SERIALIZED_NAME_REF_REBATE_RATE
public static final String SERIALIZED_NAME_ORDERBOOK_ID
public static final String SERIALIZED_NAME_TRADE_ID
public static final String SERIALIZED_NAME_TRADE_SIZE
public static final String SERIALIZED_NAME_POSITION_SIZE
public static final String SERIALIZED_NAME_ORDERS_LIMIT
public OptionsContract name(String name)
public void setName(String name)
public OptionsContract tag(String tag)
public void setTag(String tag)
public OptionsContract createTime(Double createTime)
public void setCreateTime(Double createTime)
public OptionsContract expirationTime(Double expirationTime)
@Nullable public Double getExpirationTime()
public void setExpirationTime(Double expirationTime)
public OptionsContract isCall(Boolean isCall)
@Nullable public Boolean getIsCall()
public void setIsCall(Boolean isCall)
public OptionsContract multiplier(String multiplier)
@Nullable public String getMultiplier()
public void setMultiplier(String multiplier)
public OptionsContract underlying(String underlying)
public void setUnderlying(String underlying)
public OptionsContract underlyingPrice(String underlyingPrice)
@Nullable public String getUnderlyingPrice()
public void setUnderlyingPrice(String underlyingPrice)
public OptionsContract lastPrice(String lastPrice)
public void setLastPrice(String lastPrice)
public OptionsContract markPrice(String markPrice)
public void setMarkPrice(String markPrice)
public OptionsContract indexPrice(String indexPrice)
public void setIndexPrice(String indexPrice)
public OptionsContract makerFeeRate(String makerFeeRate)
@Nullable public String getMakerFeeRate()
public void setMakerFeeRate(String makerFeeRate)
public OptionsContract takerFeeRate(String takerFeeRate)
public void setTakerFeeRate(String takerFeeRate)
public OptionsContract orderPriceRound(String orderPriceRound)
@Nullable public String getOrderPriceRound()
public void setOrderPriceRound(String orderPriceRound)
public OptionsContract markPriceRound(String markPriceRound)
@Nullable public String getMarkPriceRound()
public void setMarkPriceRound(String markPriceRound)
public OptionsContract orderSizeMin(Long orderSizeMin)
@Nullable public Long getOrderSizeMin()
public void setOrderSizeMin(Long orderSizeMin)
public OptionsContract orderSizeMax(Long orderSizeMax)
@Nullable public Long getOrderSizeMax()
public void setOrderSizeMax(Long orderSizeMax)
public OptionsContract orderPriceDeviate(String orderPriceDeviate)
@Nullable public String getOrderPriceDeviate()
public void setOrderPriceDeviate(String orderPriceDeviate)
public OptionsContract refDiscountRate(String refDiscountRate)
@Nullable public String getRefDiscountRate()
public void setRefDiscountRate(String refDiscountRate)
public OptionsContract refRebateRate(String refRebateRate)
@Nullable public String getRefRebateRate()
public void setRefRebateRate(String refRebateRate)
public OptionsContract orderbookId(Long orderbookId)
public void setOrderbookId(Long orderbookId)
public OptionsContract tradeId(Long tradeId)
public void setTradeId(Long tradeId)
public OptionsContract tradeSize(Long tradeSize)
@Nullable public Long getTradeSize()
public void setTradeSize(Long tradeSize)
public OptionsContract positionSize(Long positionSize)
@Nullable public Long getPositionSize()
public void setPositionSize(Long positionSize)
public OptionsContract ordersLimit(Integer ordersLimit)
@Nullable public Integer getOrdersLimit()
public void setOrdersLimit(Integer ordersLimit)
Copyright © 2022. All rights reserved.