Class CobinhoodOrderBook
java.lang.Object
org.knowm.xchange.cobinhood.dto.marketdata.CobinhoodOrderBook
public class CobinhoodOrderBook extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCobinhoodOrderBook.Container -
Constructor Summary
Constructors Constructor Description CobinhoodOrderBook(List<List<BigDecimal>> asks, List<List<BigDecimal>> bids) -
Method Summary
Modifier and Type Method Description List<List<BigDecimal>>getAsks()List<List<BigDecimal>>getBids()StringtoString()