Package | Description |
---|---|
cryptos | |
cryptos.exchanges | |
cryptos.historical |
Modifier and Type | Method | Description |
---|---|---|
ExchangeStreamer.exchanges |
CryptoBaseExchange.getExchange() |
gets the e parameter this object uses for the CryptoCompare API
|
ExchangeStreamer.exchanges |
CryptoData.getExchange() |
Modifier and Type | Method | Description |
---|---|---|
static CryptoData |
CryptoData.getInstance(java.lang.String currencyTo,
java.lang.String currencyFrom,
ExchangeStreamer.exchanges exchange) |
gets a new instance of CryptoData with the following parameters
|
void |
CryptoBaseExchange.setExchange(ExchangeStreamer.exchanges exchange) |
sets the e parameter this object uses for the CryptoCompare API
|
void |
CryptoData.setExchange(ExchangeStreamer.exchanges exchange) |
Modifier and Type | Method | Description |
---|---|---|
ExchangeStreamer.exchanges |
Exchange.getName() |
|
static ExchangeStreamer.exchanges |
ExchangeStreamer.exchanges.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ExchangeStreamer.exchanges[] |
ExchangeStreamer.exchanges.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.stream.Stream<Exchange> |
ExchangeStreamer.streamExchanges(ExchangeStreamer.exchanges... exchanges) |
streams Exchange objects by connecting to the
All the Exchanges and Trading Pairs end point.
|
Modifier and Type | Method | Description |
---|---|---|
ExchangeStreamer.exchanges |
HistoricalData.getExchange() |
Modifier and Type | Method | Description |
---|---|---|
static HistoricalDaily |
HistoricalData.generateHistoDaily(java.lang.String currencyTo,
java.lang.String currencyFrom,
ExchangeStreamer.exchanges exchange) |
gets a new instance of HistoricalDaily with the following parameters
|
static HistoricalHourly |
HistoricalData.generateHistoHourly(java.lang.String currencyTo,
java.lang.String currencyFrom,
ExchangeStreamer.exchanges exchange) |
gets a new instance of HistoricalHourly with the following parameters
|
static HistoricalMinute |
HistoricalData.generateHistoMinute(java.lang.String currencyTo,
java.lang.String currencyFrom,
ExchangeStreamer.exchanges exchange) |
gets a new instance of HistoricalMinute with the following parameters
|
void |
HistoricalData.setExchange(ExchangeStreamer.exchanges exchange) |