public class Depth extends Object
| Constructor and Description | 
|---|
Depth(BigDecimal[][] asks,
     BigDecimal[][] bids)  | 
| Modifier and Type | Method and Description | 
|---|---|
BigDecimal[][] | 
getAsks()  | 
BigDecimal[][] | 
getBids()  | 
String | 
toString()  | 
public Depth(BigDecimal[][] asks, BigDecimal[][] bids)
public BigDecimal[][] getAsks()
public BigDecimal[][] getBids()
Copyright © 2013–2017. All rights reserved.