public class OptionsUnderlyingTicker extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_INDEX_PRICE |
static String |
SERIALIZED_NAME_TRADE_CALL |
static String |
SERIALIZED_NAME_TRADE_PUT |
| Constructor and Description |
|---|
OptionsUnderlyingTicker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIndexPrice()
Index price (quote currency)
|
Long |
getTradeCall()
Total call options trades amount in last 24h
|
Long |
getTradePut()
Total put options trades amount in last 24h
|
int |
hashCode() |
OptionsUnderlyingTicker |
indexPrice(String indexPrice) |
void |
setIndexPrice(String indexPrice) |
void |
setTradeCall(Long tradeCall) |
void |
setTradePut(Long tradePut) |
String |
toString() |
OptionsUnderlyingTicker |
tradeCall(Long tradeCall) |
OptionsUnderlyingTicker |
tradePut(Long tradePut) |
public static final String SERIALIZED_NAME_TRADE_PUT
public static final String SERIALIZED_NAME_TRADE_CALL
public static final String SERIALIZED_NAME_INDEX_PRICE
public OptionsUnderlyingTicker tradePut(Long tradePut)
@Nullable public Long getTradePut()
public void setTradePut(Long tradePut)
public OptionsUnderlyingTicker tradeCall(Long tradeCall)
@Nullable public Long getTradeCall()
public void setTradeCall(Long tradeCall)
public OptionsUnderlyingTicker indexPrice(String indexPrice)
@Nullable public String getIndexPrice()
public void setIndexPrice(String indexPrice)
Copyright © 2023. All rights reserved.