Uses of Class
org.knowm.xchange.ccex.dto.trade.CCEXOrderhistory
Packages that use CCEXOrderhistory
Package
Description
-
Uses of CCEXOrderhistory in org.knowm.xchange.ccex
Methods in org.knowm.xchange.ccex with parameters of type CCEXOrderhistoryModifier and TypeMethodDescriptionstatic UserTrade
CCEXAdapters.adaptUserTrade
(CCEXOrderhistory trade) Method parameters in org.knowm.xchange.ccex with type arguments of type CCEXOrderhistoryModifier and TypeMethodDescriptionCCEXAdapters.adaptUserTrades
(List<CCEXOrderhistory> cCEXOrderhistory) -
Uses of CCEXOrderhistory in org.knowm.xchange.ccex.dto.trade
Methods in org.knowm.xchange.ccex.dto.trade that return types with arguments of type CCEXOrderhistoryMethod parameters in org.knowm.xchange.ccex.dto.trade with type arguments of type CCEXOrderhistoryModifier and TypeMethodDescriptionvoid
CCEXGetorderhistoryResponse.setResult
(List<CCEXOrderhistory> result) Constructor parameters in org.knowm.xchange.ccex.dto.trade with type arguments of type CCEXOrderhistoryModifierConstructorDescriptionCCEXGetorderhistoryResponse
(boolean success, String message, List<CCEXOrderhistory> result) -
Uses of CCEXOrderhistory in org.knowm.xchange.ccex.service
Methods in org.knowm.xchange.ccex.service that return types with arguments of type CCEXOrderhistory