Class HuobiDepth
java.lang.Object
org.knowm.xchange.huobi.dto.marketdata.HuobiDepth
public final class HuobiDepth extends Object
-
Field Summary
Fields Modifier and Type Field Description SortedMap<BigDecimal,BigDecimal>
asks
SortedMap<BigDecimal,BigDecimal>
bids
-
Constructor Summary
Constructors Constructor Description HuobiDepth(long id, Date ts, List<BigDecimal[]> bidsJson, List<BigDecimal[]> asksJson)
-
Method Summary
Modifier and Type Method Description SortedMap<BigDecimal,BigDecimal>
getAsks()
SortedMap<BigDecimal,BigDecimal>
getBids()
long
getId()
Date
getTs()
String
toString()