Uses of Class
org.knowm.xchange.kucoin.dto.response.TradeHistoryResponse
Packages that use TradeHistoryResponse
-
Uses of TradeHistoryResponse in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return types with arguments of type TradeHistoryResponseMethod parameters in org.knowm.xchange.kucoin with type arguments of type TradeHistoryResponseModifier and TypeMethodDescriptionstatic Trades
KucoinAdapters.adaptTrades
(CurrencyPair currencyPair, List<TradeHistoryResponse> kucoinTrades) -
Uses of TradeHistoryResponse in org.knowm.xchange.kucoin.service
Methods in org.knowm.xchange.kucoin.service that return types with arguments of type TradeHistoryResponseModifier and TypeMethodDescriptionHistoryAPI.getTradeHistories
(String symbol) List the latest trades for a symbol.