public class OkCoinTicker extends Object
Constructor and Description |
---|
OkCoinTicker(BigDecimal high,
BigDecimal low,
BigDecimal buy,
BigDecimal sell,
BigDecimal last,
BigDecimal vol) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBuy() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getSell() |
BigDecimal |
getVol() |
public OkCoinTicker(BigDecimal high, BigDecimal low, BigDecimal buy, BigDecimal sell, BigDecimal last, BigDecimal vol)
public 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.