public class CoinfloorOrderBook extends Object
| Constructor and Description |
|---|
CoinfloorOrderBook(List<List<BigDecimal>> bids,
List<List<BigDecimal>> asks) |
| Modifier and Type | Method and Description |
|---|---|
List<List<BigDecimal>> |
getAsks()
(price, amount)
|
List<List<BigDecimal>> |
getBids()
(price, amount)
|
String |
toString() |
public CoinfloorOrderBook(List<List<BigDecimal>> bids, List<List<BigDecimal>> asks)
public List<List<BigDecimal>> getBids()
public List<List<BigDecimal>> getAsks()
Copyright © 2012–2018 Knowm Inc.. All rights reserved.