public class TakerLongShortStat extends Object
| Constructor and Description |
|---|
TakerLongShortStat() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBuySellRatio() |
BigDecimal |
getBuyVol() |
BigDecimal |
getSellVol() |
Long |
getTimestamp() |
void |
setBuySellRatio(BigDecimal buySellRatio) |
void |
setBuyVol(BigDecimal buyVol) |
void |
setSellVol(BigDecimal sellVol) |
void |
setTimestamp(Long timestamp) |
String |
toString() |
public BigDecimal getBuySellRatio()
public void setBuySellRatio(BigDecimal buySellRatio)
public BigDecimal getSellVol()
public void setSellVol(BigDecimal sellVol)
public BigDecimal getBuyVol()
public void setBuyVol(BigDecimal buyVol)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2021. All rights reserved.