public class BTCTradeTicker extends Object
Constructor and Description |
---|
BTCTradeTicker(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 BTCTradeTicker(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.