public class MeXBTTicker extends Object
Constructor and Description |
---|
MeXBTTicker(BigDecimal high,
BigDecimal low,
BigDecimal last,
BigDecimal bid,
BigDecimal ask,
long bidCount,
long askCount,
BigDecimal change24Hour,
BigDecimal volume24Hour,
long trades24Hour) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAsk() |
long |
getAskCount() |
BigDecimal |
getBid() |
long |
getBidCount() |
BigDecimal |
getChange24Hour() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
long |
getTrades24Hour() |
BigDecimal |
getVolume24Hour() |
public MeXBTTicker(BigDecimal high, BigDecimal low, BigDecimal last, BigDecimal bid, BigDecimal ask, long bidCount, long askCount, BigDecimal change24Hour, BigDecimal volume24Hour, long trades24Hour)
public BigDecimal getHigh()
public BigDecimal getLow()
public BigDecimal getLast()
public BigDecimal getBid()
public BigDecimal getAsk()
public long getBidCount()
public long getAskCount()
public BigDecimal getChange24Hour()
public BigDecimal getVolume24Hour()
public long getTrades24Hour()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.