Uses of Class
org.knowm.xchange.coingi.dto.marketdata.CoingiTicker
Package | Description |
---|---|
org.knowm.xchange.coingi | |
org.knowm.xchange.coingi.service |
-
Uses of CoingiTicker in org.knowm.xchange.coingi
Methods in org.knowm.xchange.coingi that return types with arguments of type CoingiTicker Modifier and Type Method Description List<CoingiTicker>
Coingi. getTicker(String currencyPair, Integer aggregationIntervalSize, Integer maxCount)
Method parameters in org.knowm.xchange.coingi with type arguments of type CoingiTicker Modifier and Type Method Description static Ticker
CoingiAdapters. adaptTicker(List<CoingiTicker> tickers, OrderBook orderBook, CurrencyPair currencyPair)
-
Uses of CoingiTicker in org.knowm.xchange.coingi.service
Methods in org.knowm.xchange.coingi.service that return types with arguments of type CoingiTicker Modifier and Type Method Description List<CoingiTicker>
CoingiMarketDataServiceRaw. getTickers(CurrencyPair currencyPair, Integer aggregationIntervalSize, int maxCount)