Package | Description |
---|---|
cryptos.exchanges |
Modifier and Type | Method | Description |
---|---|---|
static java.util.stream.Stream<Exchange> |
ExchangeStreamer.streamAllExchanges() |
streams all Exchange objects by connecting to the
All the Exchanges and Trading Pairs end point.
|
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.
|