Uses of Class
org.knowm.xchange.livecoin.dto.marketdata.LivecoinTicker
-
Packages that use LivecoinTicker Package Description org.knowm.xchange.livecoin org.knowm.xchange.livecoin.service -
-
Uses of LivecoinTicker in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin that return LivecoinTicker Modifier and Type Method Description LivecoinTicker
Livecoin. getTicker(String baseCurrency, String targetCurrency)
Methods in org.knowm.xchange.livecoin that return types with arguments of type LivecoinTicker Modifier and Type Method Description List<LivecoinTicker>
Livecoin. getTicker()
Methods in org.knowm.xchange.livecoin with parameters of type LivecoinTicker Modifier and Type Method Description static Ticker
LivecoinAdapters. adaptTicker(LivecoinTicker ticker, CurrencyPair currencyPair)
-
Uses of LivecoinTicker in org.knowm.xchange.livecoin.service
Methods in org.knowm.xchange.livecoin.service that return LivecoinTicker Modifier and Type Method Description LivecoinTicker
LivecoinMarketDataServiceRaw. getTickerRaw(CurrencyPair currencyPair)
Methods in org.knowm.xchange.livecoin.service that return types with arguments of type LivecoinTicker Modifier and Type Method Description List<LivecoinTicker>
LivecoinMarketDataServiceRaw. getTickersRaw()
-