| Modifier and Type | Method and Description |
|---|---|
Orderbook[] |
REST_methods.orderbooks_get_for_all_symbols() |
Orderbook |
REST_methods.orderbooks_get_for_symbol(String symbol_id) |
Orderbook[] |
REST_methods.orderbooks_get_historical_data(String symbol_id,
Instant time_start) |
Orderbook[] |
REST_methods.orderbooks_get_historical_data(String symbol_id,
Instant time_start,
Instant time_end) |
Orderbook[] |
REST_methods.orderbooks_get_historical_data(String symbol_id,
Instant time_start,
Instant time_end,
int limit) |
Orderbook[] |
REST_methods.orderbooks_get_historical_data(String symbol_id,
Instant time_start,
int limit) |
Orderbook[] |
REST_methods.orderbooks_get_latest_data(String symbol_id) |
Orderbook[] |
REST_methods.orderbooks_get_latest_data(String symbol_id,
int limit) |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.