Uses of Enum
org.knowm.xchange.binance.dto.marketdata.KlineInterval
Packages that use KlineInterval
Package
Description
-
Uses of KlineInterval in info.bitrich.xchangestream.binance
Methods in info.bitrich.xchangestream.binance that return types with arguments of type KlineIntervalMethods in info.bitrich.xchangestream.binance with parameters of type KlineIntervalModifier and TypeMethodDescriptionboolean
KlineSubscription.contains
(Instrument instrument, KlineInterval interval) io.reactivex.rxjava3.core.Observable<BinanceKline>
BinanceStreamingMarketDataService.getKlines
(Instrument instrument, KlineInterval interval) void
BinanceStreamingMarketDataService.unsubscribeKline
(Instrument instrument, KlineInterval klineInterval) Constructor parameters in info.bitrich.xchangestream.binance with type arguments of type KlineInterval -
Uses of KlineInterval in org.knowm.xchange.binance.dto.marketdata
Methods in org.knowm.xchange.binance.dto.marketdata that return KlineIntervalModifier and TypeMethodDescriptionstatic KlineInterval
KlineInterval.getPeriodTypeFromSecs
(long periodInSecs) static KlineInterval
Returns the enum constant of this type with the specified name.static KlineInterval[]
KlineInterval.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.binance.dto.marketdata with parameters of type KlineIntervalModifierConstructorDescriptionBinanceKline
(Instrument instrument, KlineInterval interval, Object[] obj) -
Uses of KlineInterval in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service with parameters of type KlineIntervalModifier and TypeMethodDescriptionBinanceMarketDataServiceRaw.klines
(CurrencyPair pair, KlineInterval interval) BinanceMarketDataServiceRaw.klines
(CurrencyPair pair, KlineInterval interval, Integer limit, Long startTime, Long endTime) BinanceMarketDataServiceRaw.lastKline
(CurrencyPair pair, KlineInterval interval)