Uses of Class
org.knowm.xchange.kucoin.dto.response.TradeHistoryResponse
Package | Description |
---|---|
org.knowm.xchange.kucoin | |
org.knowm.xchange.kucoin.service |
-
Uses of TradeHistoryResponse in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return types with arguments of type TradeHistoryResponse Modifier and Type Method Description List<TradeHistoryResponse>
KucoinMarketDataServiceRaw. getKucoinTrades(CurrencyPair pair)
Method parameters in org.knowm.xchange.kucoin with type arguments of type TradeHistoryResponse Modifier and Type Method Description static 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 TradeHistoryResponse Modifier and Type Method Description KucoinResponse<List<TradeHistoryResponse>>
HistoryAPI. getTradeHistories(String symbol)
List the latest trades for a symbol.