| Modifier and Type | Class and Description |
|---|---|
class |
Quote_with_trade
Stores all the state for a quote with a trade, as described in https://docs.coinapi.io/#current-data32.
|
| Modifier and Type | Method and Description |
|---|---|
Quote[] |
REST_methods.quotes_get_historical_data(String symbol_id,
Instant time_start) |
Quote[] |
REST_methods.quotes_get_historical_data(String symbol_id,
Instant time_start,
Instant time_end) |
Quote[] |
REST_methods.quotes_get_historical_data(String symbol_id,
Instant time_start,
Instant time_end,
int limit) |
Quote[] |
REST_methods.quotes_get_historical_data(String symbol_id,
Instant time_start,
int limit) |
Quote[] |
REST_methods.quotes_get_latest_data() |
Quote[] |
REST_methods.quotes_get_latest_data(int limit) |
Quote[] |
REST_methods.quotes_get_latest_data(String symbol_id) |
Quote[] |
REST_methods.quotes_get_latest_data(String symbol_id,
int limit) |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.