Uses of Class
org.knowm.xchange.poloniex.dto.marketdata.PoloniexChartData
Packages that use PoloniexChartData
-
Uses of PoloniexChartData in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return PoloniexChartDataModifier and TypeMethodDescriptionPoloniex.getChartData
(String command, String pair, Long startTime, Long endTime, long period) Methods in org.knowm.xchange.poloniex with parameters of type PoloniexChartDataModifier and TypeMethodDescriptionstatic CandleStickData
PoloniexAdapters.adaptPoloniexCandleStickData
(PoloniexChartData[] poloniexChartData, CurrencyPair currencyPair) -
Uses of PoloniexChartData in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that return PoloniexChartDataModifier and TypeMethodDescriptionPoloniexMarketDataServiceRaw.getPoloniexChartData
(CurrencyPair currencyPair, Long startTime, Long endTime, PoloniexChartDataPeriodType period)