Uses of Class
org.knowm.xchange.dragonex.dto.trade.DealHistoryRequest
-
Packages that use DealHistoryRequest Package Description org.knowm.xchange.dragonex org.knowm.xchange.dragonex.service -
-
Uses of DealHistoryRequest in org.knowm.xchange.dragonex
Methods in org.knowm.xchange.dragonex with parameters of type DealHistoryRequest Modifier and Type Method Description DragonResult<DealHistory>
DragonexAuthenticated. dealHistory(String date, String token, si.mazi.rescu.ParamsDigest auth, si.mazi.rescu.ParamsDigest contentSHA1, DealHistoryRequest orderHistory)
Request user’s records of successful trade -
Uses of DealHistoryRequest in org.knowm.xchange.dragonex.service
Methods in org.knowm.xchange.dragonex.service with parameters of type DealHistoryRequest Modifier and Type Method Description DealHistory
DragonexTradeServiceRaw. dealHistory(String token, DealHistoryRequest req)
-