public final class VirtExTicker extends Object
Constructor and Description |
---|
VirtExTicker(BigDecimal sell,
BigDecimal buy,
BigDecimal high,
BigDecimal low,
BigDecimal volume,
BigDecimal last) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBuy() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getSell() |
BigDecimal |
getVolume() |
String |
toString() |
public VirtExTicker(BigDecimal sell, BigDecimal buy, BigDecimal high, BigDecimal low, BigDecimal volume, BigDecimal last)
sell
- buy
- high
- low
- volume
- last
- public BigDecimal getLast()
public BigDecimal getHigh()
public BigDecimal getLow()
public BigDecimal getVolume()
public BigDecimal getBuy()
public BigDecimal getSell()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.