public class Ticker extends Object
Constructor and Description |
---|
Ticker(BigDecimal high,
BigDecimal low,
BigDecimal buy,
BigDecimal sell,
BigDecimal last,
BigDecimal vol) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBuy()
Returns the best bid.
|
BigDecimal |
getHigh()
Returns the highest price.
|
BigDecimal |
getLast()
Returns the latest price.
|
BigDecimal |
getLow()
Returns the lowest price.
|
BigDecimal |
getSell()
Returns the best ask.
|
BigDecimal |
getVol()
Returns the volume.
|
String |
toString() |
public Ticker(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 © 2013–2017. All rights reserved.