| Modifier and Type | Method and Description |
|---|---|
Trade |
Quote_with_trade.get_last_trade() |
Trade[] |
REST_methods.trades_get_historical_data(String symbol_id,
Instant time_start) |
Trade[] |
REST_methods.trades_get_historical_data(String symbol_id,
Instant time_start,
Instant time_end) |
Trade[] |
REST_methods.trades_get_historical_data(String symbol_id,
Instant time_start,
Instant time_end,
int limit) |
Trade[] |
REST_methods.trades_get_historical_data(String symbol_id,
Instant time_start,
int limit) |
Trade[] |
REST_methods.trades_get_latest_data() |
Trade[] |
REST_methods.trades_get_latest_data(int limit) |
Trade[] |
REST_methods.trades_get_latest_data(String symbol_id) |
Trade[] |
REST_methods.trades_get_latest_data(String symbol_id,
int limit) |
| Constructor and Description |
|---|
Quote_with_trade(String symbol_id,
Instant time_exchange,
Instant time_coinapi,
double ask_price,
double ask_size,
double bid_price,
double bid_size,
Trade last_trade) |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.