public class CoinfloorTicker extends Object
Constructor and Description |
---|
CoinfloorTicker(int tag,
int errorCode,
int base,
int counter,
int last,
int bid,
int ask,
int low,
int high,
int volume) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAsk() |
CoinfloorUtils.CoinfloorCurrency |
getBase() |
BigDecimal |
getBid() |
CoinfloorUtils.CoinfloorCurrency |
getCounter() |
int |
getErrorCode() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
int |
getTag() |
BigDecimal |
getVolume() |
String |
toString() |
public CoinfloorTicker(int tag, int errorCode, int base, int counter, int last, int bid, int ask, int low, int high, int volume)
public int getTag()
public int getErrorCode()
public CoinfloorUtils.CoinfloorCurrency getBase()
public CoinfloorUtils.CoinfloorCurrency getCounter()
public BigDecimal getLast()
public BigDecimal getBid()
public BigDecimal getAsk()
public BigDecimal getLow()
public BigDecimal getHigh()
public BigDecimal getVolume()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.