Class CexIOTicker
java.lang.Object
org.knowm.xchange.cexio.dto.marketdata.CexIOTicker
public class CexIOTicker extends Object
Author: brox Since: 2/5/14
-
Constructor Summary
Constructors Constructor Description CexIOTicker(BigDecimal last, BigDecimal high, BigDecimal low, BigDecimal volume, BigDecimal bid, BigDecimal ask, long timestamp, String pair)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getAsk()
BigDecimal
getBid()
BigDecimal
getHigh()
BigDecimal
getLast()
BigDecimal
getLow()
String
getPair()
long
getTimestamp()
BigDecimal
getVolume()
String
toString()
-
Constructor Details
-
CexIOTicker
public CexIOTicker(BigDecimal last, BigDecimal high, BigDecimal low, BigDecimal volume, BigDecimal bid, BigDecimal ask, long timestamp, String pair)Constructor- Parameters:
last
-high
-low
-volume
-bid
-ask
-pair
- the currency pair
-
-
Method Details