Uses of Class
org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
-
Packages that use BitfinexTicker Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexTicker in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexTicker Modifier and Type Method Description BitfinexTickerBitfinexMarketDataServiceRaw. getBitfinexTicker(String pair)Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexTicker Modifier and Type Method Description static TickerBitfinexAdapters. adaptTicker(BitfinexTicker bitfinexTicker, CurrencyPair currencyPair) -
Uses of BitfinexTicker in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexTicker Modifier and Type Method Description BitfinexTickerBitfinex. getTicker(String symbol)
-