Uses of Class
org.knowm.xchange.kucoin.dto.response.TradeResponse
Packages that use TradeResponse
-
Uses of TradeResponse in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return types with arguments of type TradeResponseModifier and TypeMethodDescriptionKucoinTradeServiceRaw.getKucoinFills
(String symbol, String orderId, int page, int pageSize, Long startAt, Long endAt) Methods in org.knowm.xchange.kucoin with parameters of type TradeResponseModifier and TypeMethodDescriptionstatic UserTrade
KucoinAdapters.adaptUserTrade
(TradeResponse trade) -
Uses of TradeResponse in org.knowm.xchange.kucoin.service
Methods in org.knowm.xchange.kucoin.service that return types with arguments of type TradeResponseModifier and TypeMethodDescriptionFillAPI.queryTrades
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String symbol, String orderId, String side, String type, Long startAt, Long endAt, Integer pageSize, Integer currentPage) Get a list of recent fills.