| Modifier and Type | Method and Description |
|---|---|
Level |
Orderbook.get_ask(int index) |
Level |
Orderbook.get_bid(int index) |
| Constructor and Description |
|---|
Orderbook(String symbol_id,
Instant time_exchange,
Instant time_coinapi,
ArrayList<Level> bids,
ArrayList<Level> asks) |
Orderbook(String symbol_id,
Instant time_exchange,
Instant time_coinapi,
ArrayList<Level> bids,
ArrayList<Level> asks) |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.