Uses of Class
org.knowm.xchange.poloniex.dto.marketdata.PoloniexChartData
-
Packages that use PoloniexChartData Package Description org.knowm.xchange.poloniex org.knowm.xchange.poloniex.service -
-
Uses of PoloniexChartData in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return PoloniexChartData Modifier and Type Method Description PoloniexChartData[]Poloniex. getChartData(String command, String pair, Long startTime, Long endTime, long period) -
Uses of PoloniexChartData in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that return PoloniexChartData Modifier and Type Method Description PoloniexChartData[]PoloniexMarketDataServiceRaw. getPoloniexChartData(CurrencyPair currencyPair, Long startTime, Long endTime, PoloniexChartDataPeriodType period)
-