public class CexIODepth extends Object
Constructor and Description |
---|
CexIODepth(Long timestamp,
List<List<BigDecimal>> bids,
List<List<BigDecimal>> asks)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<List<BigDecimal>> |
getAsks()
(price, amount)
|
List<List<BigDecimal>> |
getBids()
(price, amount)
|
Long |
getTimestamp() |
String |
toString() |
public CexIODepth(Long timestamp, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks)
timestamp
- bids
- asks
- public Long getTimestamp()
public List<List<BigDecimal>> getBids()
public List<List<BigDecimal>> getAsks()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.