public class LoyalbitOrderBook extends Object
Constructor and Description |
---|
LoyalbitOrderBook(List<List<BigDecimal>> bids,
List<List<BigDecimal>> asks,
Integer status) |
Modifier and Type | Method and Description |
---|---|
List<List<BigDecimal>> |
getAsks()
(price, amount)
|
List<List<BigDecimal>> |
getBids()
(price, amount)
|
String |
toString() |
public LoyalbitOrderBook(List<List<BigDecimal>> bids, List<List<BigDecimal>> asks, Integer status) throws si.mazi.rescu.ExceptionalReturnContentException
si.mazi.rescu.ExceptionalReturnContentException
public List<List<BigDecimal>> getBids()
public List<List<BigDecimal>> getAsks()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.