public class Ticker extends BaseObject
| Constructor and Description |
|---|
Ticker(BigDecimal buy,
BigDecimal sell,
BigDecimal low,
BigDecimal high,
BigDecimal last,
BigDecimal vol) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBuy() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getSell() |
BigDecimal |
getVol() |
toStringpublic Ticker(BigDecimal buy, BigDecimal sell, BigDecimal low, BigDecimal high, BigDecimal last, BigDecimal vol)
public BigDecimal getBuy()
public BigDecimal getSell()
public BigDecimal getLow()
public BigDecimal getHigh()
public BigDecimal getLast()
public BigDecimal getVol()
Copyright © 2015. All rights reserved.