public class OpenInterest extends Object
| Constructor and Description |
|---|
OpenInterest() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getOpenInterest() |
String |
getSymbol() |
Long |
getTimestamp() |
void |
setOpenInterest(BigDecimal openInterest) |
void |
setSymbol(String symbol) |
void |
setTimestamp(Long timestamp) |
String |
toString() |
public String getSymbol()
public BigDecimal getOpenInterest()
public void setOpenInterest(BigDecimal openInterest)
public void setSymbol(String symbol)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2021. All rights reserved.