public class OpenInterestStat extends Object
| Constructor and Description |
|---|
OpenInterestStat() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getSumOpenInterest() |
BigDecimal |
getSumOpenInterestValue() |
String |
getSymbol() |
Long |
getTimestamp() |
void |
setSumOpenInterest(BigDecimal sumOpenInterest) |
void |
setSumOpenInterestValue(BigDecimal sumOpenInterestValue) |
void |
setSymbol(String symbol) |
void |
setTimestamp(Long timestamp) |
String |
toString() |
public String getSymbol()
public void setSymbol(String symbol)
public BigDecimal getSumOpenInterest()
public void setSumOpenInterest(BigDecimal sumOpenInterest)
public BigDecimal getSumOpenInterestValue()
public void setSumOpenInterestValue(BigDecimal sumOpenInterestValue)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2021. All rights reserved.