Uses of Class
org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexStats
| Package | Description |
|---|---|
| org.knowm.xchange.bitfinex.service | |
| org.knowm.xchange.bitfinex.v2 |
-
Uses of BitfinexStats in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type BitfinexStats Modifier and Type Method Description List<BitfinexStats>BitfinexMarketDataServiceRaw. getStats(String key, String size, String symbol, String side, Integer sort, Long startTimestamp, Long endTimestamp, Integer limit) -
Uses of BitfinexStats in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type BitfinexStats Modifier and Type Method Description List<BitfinexStats>Bitfinex. getStats(String key, String size, String symbol, String side, Integer sort, Long startTimestamp, Long endTimestamp, Integer limit)