Uses of Class
org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexCandle
| Package | Description |
|---|---|
| org.knowm.xchange.bitfinex.service | |
| org.knowm.xchange.bitfinex.v2 |
-
Uses of BitfinexCandle in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type BitfinexCandle Modifier and Type Method Description List<BitfinexCandle>BitfinexMarketDataServiceRaw. getFundingHistoricCandles(String candlePeriod, String pair, int fundingPeriod, int numOfCandles)List<BitfinexCandle>BitfinexMarketDataServiceRaw. getHistoricCandles(String candlePeriod, CurrencyPair currencyPair, Integer limit, Long startTimestamp, Long endTimestamp, Integer sort) -
Uses of BitfinexCandle in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type BitfinexCandle Modifier and Type Method Description List<BitfinexCandle>Bitfinex. getHistoricCandles(String candlePeriod, String currency, Integer limit, Long startTimestamp, Long endTimestamp, Integer sort)List<BitfinexCandle>Bitfinex. getHistoricFundingCandles(String candlePeriod, String currency, String fundingPeriod, int limit)