public class JubiTicker extends Object
Constructor and Description |
---|
JubiTicker(BigDecimal high,
BigDecimal low,
BigDecimal buy,
BigDecimal sell,
BigDecimal last,
BigDecimal vol)
Constructor for JubiTicker
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBuy() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getSell() |
BigDecimal |
getVol() |
String |
toString() |
public JubiTicker(BigDecimal high, BigDecimal low, BigDecimal buy, BigDecimal sell, BigDecimal last, BigDecimal vol)
high
- High pricelow
- Low pricebuy
- Buy pricesell
- Sell pricelast
- Last pricevol
- Volumepublic BigDecimal getHigh()
public BigDecimal getLow()
public BigDecimal getBuy()
public BigDecimal getSell()
public BigDecimal getLast()
public BigDecimal getVol()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.