Uses of Class
org.knowm.xchange.poloniex.service.PoloniexChartDataPeriodType
-
Packages that use PoloniexChartDataPeriodType Package Description org.knowm.xchange.poloniex.service -
-
Uses of PoloniexChartDataPeriodType in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that return PoloniexChartDataPeriodType Modifier and Type Method Description static PoloniexChartDataPeriodTypePoloniexChartDataPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static PoloniexChartDataPeriodType[]PoloniexChartDataPeriodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.poloniex.service with parameters of type PoloniexChartDataPeriodType Modifier and Type Method Description PoloniexChartData[]PoloniexMarketDataServiceRaw. getPoloniexChartData(CurrencyPair currencyPair, Long startTime, Long endTime, PoloniexChartDataPeriodType period)
-