Class CexIODepth
java.lang.Object
org.knowm.xchange.cexio.dto.marketdata.CexIODepth
public class CexIODepth extends Object
Author: brox Since: 2/5/14
-
Constructor Summary
Constructors Constructor Description CexIODepth(Long timestamp, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks)
CexIODepth(String error)
-
Method Summary
Modifier and Type Method Description List<List<BigDecimal>>
getAsks()
(price, amount)List<List<BigDecimal>>
getBids()
(price, amount)String
getError()
Long
getTimestamp()
String
toString()