Uses of Enum
org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
Packages that use GateioKlineInterval
-
Uses of GateioKlineInterval in org.knowm.xchange.gateio.dto.marketdata
Methods in org.knowm.xchange.gateio.dto.marketdata that return GateioKlineIntervalModifier and TypeMethodDescriptionstatic GateioKlineInterval
Returns the enum constant of this type with the specified name.static GateioKlineInterval[]
GateioKlineInterval.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GateioKlineInterval in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service with parameters of type GateioKlineIntervalModifier and TypeMethodDescriptionGateioMarketDataServiceRaw.getKlines
(CurrencyPair pair, GateioKlineInterval interval, Integer hours)