public final class BTCCentralTicker extends Object
Constructor and Description |
---|
BTCCentralTicker(BigDecimal high,
BigDecimal low,
BigDecimal volume,
BigDecimal bid,
BigDecimal ask,
BigDecimal midpoint,
long at,
BigDecimal price,
BigDecimal vwap,
BigDecimal variation,
String currency)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAsk() |
long |
getAt() |
BigDecimal |
getBid() |
String |
getCurrency() |
BigDecimal |
getHigh() |
BigDecimal |
getLow() |
BigDecimal |
getMidpoint() |
BigDecimal |
getPrice() |
BigDecimal |
getVariation() |
BigDecimal |
getVolume() |
BigDecimal |
getVwap() |
String |
toString() |
public BTCCentralTicker(BigDecimal high, BigDecimal low, BigDecimal volume, BigDecimal bid, BigDecimal ask, BigDecimal midpoint, long at, BigDecimal price, BigDecimal vwap, BigDecimal variation, String currency)
high
- low
- volume
- bid
- ask
- midpoint
- at
- price
- vwap
- variation
- currency
- public BigDecimal getHigh()
public BigDecimal getLow()
public BigDecimal getVolume()
public BigDecimal getBid()
public BigDecimal getAsk()
public BigDecimal getMidpoint()
public long getAt()
public BigDecimal getPrice()
public BigDecimal getVwap()
public BigDecimal getVariation()
public String getCurrency()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.