Uses of Class
org.knowm.xchange.huobi.dto.marketdata.HuobiTicker
Packages that use HuobiTicker
Package
Description
-
Uses of HuobiTicker in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi with parameters of type HuobiTickerModifier and TypeMethodDescriptionstatic Ticker
HuobiAdapters.adaptTicker
(HuobiTicker huobiTicker, CurrencyPair currencyPair) -
Uses of HuobiTicker in org.knowm.xchange.huobi.dto.marketdata.results
Constructors in org.knowm.xchange.huobi.dto.marketdata.results with parameters of type HuobiTickerModifierConstructorDescriptionHuobiTickerResult
(String status, Date ts, HuobiTicker tick, String ch, String errCode, String errMsg) -
Uses of HuobiTicker in org.knowm.xchange.huobi.service
Methods in org.knowm.xchange.huobi.service that return HuobiTickerModifier and TypeMethodDescriptionHuobiMarketDataServiceRaw.getHuobiTicker
(CurrencyPair currencyPair)