Uses of Class
org.knowm.xchange.binance.dto.marketdata.KlineInterval
-
Packages that use KlineInterval Package Description org.knowm.xchange.binance.dto.marketdata org.knowm.xchange.binance.service -
-
Uses of KlineInterval in org.knowm.xchange.binance.dto.marketdata
Methods in org.knowm.xchange.binance.dto.marketdata that return KlineInterval Modifier and Type Method Description KlineInterval
BinanceKline. getInterval()
static KlineInterval
KlineInterval. valueOf(String name)
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 KlineInterval Constructor Description BinanceKline(CurrencyPair pair, KlineInterval interval, Object[] obj)
-
Uses of KlineInterval in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service with parameters of type KlineInterval Modifier and Type Method Description List<BinanceKline>
BinanceMarketDataServiceRaw. klines(CurrencyPair pair, KlineInterval interval)
List<BinanceKline>
BinanceMarketDataServiceRaw. klines(CurrencyPair pair, KlineInterval interval, Integer limit, Long startTime, Long endTime)
BinanceKline
BinanceMarketDataServiceRaw. lastKline(CurrencyPair pair, KlineInterval interval)
-