public class Depth extends BaseObject
| Constructor and Description |
|---|
Depth(Date timestamp,
BigDecimal[][] asks,
BigDecimal[][] bids) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal[][] |
getAsks() |
BigDecimal[][] |
getBids() |
Date |
getTimestamp() |
toStringpublic Depth(Date timestamp, BigDecimal[][] asks, BigDecimal[][] bids)
public Date getTimestamp()
public BigDecimal[][] getAsks()
public BigDecimal[][] getBids()
Copyright © 2015. All rights reserved.