Class CoinfloorOrderBook
- java.lang.Object
-
- org.knowm.xchange.coinfloor.dto.markedata.CoinfloorOrderBook
-
public class CoinfloorOrderBook extends Object
-
-
Constructor Summary
Constructors Constructor Description CoinfloorOrderBook(List<List<BigDecimal>> bids, List<List<BigDecimal>> asks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<BigDecimal>>
getAsks()
(price, amount)List<List<BigDecimal>>
getBids()
(price, amount)String
toString()
-
-
-
Constructor Detail
-
CoinfloorOrderBook
public CoinfloorOrderBook(List<List<BigDecimal>> bids, List<List<BigDecimal>> asks)
-
-
Method Detail
-
getBids
public List<List<BigDecimal>> getBids()
(price, amount)
-
getAsks
public List<List<BigDecimal>> getAsks()
(price, amount)
-
-