| Package | Description |
|---|---|
| com.cml.idex | |
| com.cml.idex.packets |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Ticker> |
IDexAPI.returnTicker(String market)
Designed to behave similar to the API call of the same name provided by
the Poloniex HTTP API, with the addition of highs and lows.
|
| Modifier and Type | Method and Description |
|---|---|
static Ticker |
ReturnTicker.fromJson(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body,
String market) |
Ticker |
ReturnTicker.parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
Copyright © 2019. All rights reserved.