Class OkCoinDepth
java.lang.Object
org.knowm.xchange.okcoin.dto.marketdata.OkCoinDepth
public class OkCoinDepth extends Object
-
Constructor Summary
Constructors Constructor Description OkCoinDepth(BigDecimal[][] asks, BigDecimal[][] bids, Date timestamp)
-
Method Summary
Modifier and Type Method Description BigDecimal[][]
getAsks()
BigDecimal[][]
getBids()
Date
getTimestamp()
String
toString()