public final class BinanceOrderbook extends Object
| Modifier and Type | Field and Description |
|---|---|
SortedMap<BigDecimal,BigDecimal> |
asks |
SortedMap<BigDecimal,BigDecimal> |
bids |
long |
lastUpdateId |
| Constructor and Description |
|---|
BinanceOrderbook(long lastUpdateId,
List<Object[]> bidsJson,
List<Object[]> asksJson) |
public final long lastUpdateId
public final SortedMap<BigDecimal,BigDecimal> bids
public final SortedMap<BigDecimal,BigDecimal> asks
Copyright © 2012–2018 Knowm Inc.. All rights reserved.