Uses of Enum Class
org.knowm.xchange.binance.dto.marketdata.KlineInterval
Packages that use KlineInterval
-
Uses of KlineInterval in org.knowm.xchange.binance.dto.marketdata
Methods in org.knowm.xchange.binance.dto.marketdata that return KlineIntervalModifier and TypeMethodDescriptionstatic KlineIntervalKlineInterval.getPeriodTypeFromSecs(long periodInSecs) static KlineIntervalReturns the enum constant of this class with the specified name.static KlineInterval[]KlineInterval.values()Returns an array containing the constants of this enum class, 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)