public final class QuoineOrderBook extends Object
Constructor and Description |
---|
QuoineOrderBook(List<List<BigDecimal>> buyPriceLevels,
List<List<BigDecimal>> sellPriceLevels)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<List<BigDecimal>> |
getBuyPriceLevels() |
List<List<BigDecimal>> |
getSellPriceLevels() |
String |
toString() |
public QuoineOrderBook(List<List<BigDecimal>> buyPriceLevels, List<List<BigDecimal>> sellPriceLevels)
buyPriceLevels
- sellPriceLevels
- public List<List<BigDecimal>> getBuyPriceLevels()
public List<List<BigDecimal>> getSellPriceLevels()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.