Uses of Class
org.knowm.xchange.binance.dto.marketdata.BinanceTicker24h
Packages that use BinanceTicker24h
Package
Description
-
Uses of BinanceTicker24h in info.bitrich.xchangestream.binance
Methods in info.bitrich.xchangestream.binance that return types with arguments of type BinanceTicker24hModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<BinanceTicker24h>
BinanceStreamingMarketDataService.getRawTicker
(Instrument instrument) -
Uses of BinanceTicker24h in info.bitrich.xchangestream.binance.dto
Methods in info.bitrich.xchangestream.binance.dto that return BinanceTicker24h -
Uses of BinanceTicker24h in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return BinanceTicker24hModifier and TypeMethodDescription24 hour price change statistics.24 hour price change statistics.Methods in org.knowm.xchange.binance that return types with arguments of type BinanceTicker24hModifier and TypeMethodDescriptionBinance.ticker24h()
24 hour price change statistics for all symbols.BinanceFutures.ticker24h()
24 hour price change statistics for all symbolsMethods in org.knowm.xchange.binance with parameters of type BinanceTicker24hModifier and TypeMethodDescriptionstatic Ticker
BinanceAdapters.toTicker
(BinanceTicker24h binanceTicker24h, boolean isFuture) -
Uses of BinanceTicker24h in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return BinanceTicker24hModifier and TypeMethodDescriptionBinanceMarketDataServiceRaw.ticker24hAllProducts
(Instrument pair) Methods in org.knowm.xchange.binance.service that return types with arguments of type BinanceTicker24hModifier and TypeMethodDescriptionBinanceMarketDataServiceRaw.ticker24hAllProducts
(boolean isFutures)