Class QuoineOrderBook
- java.lang.Object
-
- org.knowm.xchange.quoine.dto.marketdata.QuoineOrderBook
-
public final class QuoineOrderBook extends Object
- Author:
- timmolter
-
-
Constructor Summary
Constructors Constructor Description QuoineOrderBook(List<BigDecimal[]> buyPriceLevels, List<BigDecimal[]> sellPriceLevels)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BigDecimal[]>getBuyPriceLevels()List<BigDecimal[]>getSellPriceLevels()StringtoString()
-
-
-
Constructor Detail
-
QuoineOrderBook
public QuoineOrderBook(List<BigDecimal[]> buyPriceLevels, List<BigDecimal[]> sellPriceLevels)
Constructor- Parameters:
buyPriceLevels-sellPriceLevels-
-
-
Method Detail
-
getBuyPriceLevels
public List<BigDecimal[]> getBuyPriceLevels()
-
getSellPriceLevels
public List<BigDecimal[]> getSellPriceLevels()
-
-