Uses of Class
org.knowm.xchange.bleutrade.dto.trade.BluetradeExecutedTrade
Packages that use BluetradeExecutedTrade
Package
Description
-
Uses of BluetradeExecutedTrade in org.knowm.xchange.bleutrade
Methods in org.knowm.xchange.bleutrade with parameters of type BluetradeExecutedTradeModifier and TypeMethodDescriptionstatic UserTrade
BleutradeAdapters.adaptUserTrade
(BluetradeExecutedTrade trade) -
Uses of BluetradeExecutedTrade in org.knowm.xchange.bleutrade.dto.trade
Fields in org.knowm.xchange.bleutrade.dto.trade with type parameters of type BluetradeExecutedTradeModifier and TypeFieldDescriptionfinal List<BluetradeExecutedTrade>
BluetradeExecutedTradesWrapper.result
Constructor parameters in org.knowm.xchange.bleutrade.dto.trade with type arguments of type BluetradeExecutedTradeModifierConstructorDescriptionBluetradeExecutedTradesWrapper
(boolean success, String message, List<BluetradeExecutedTrade> result) -
Uses of BluetradeExecutedTrade in org.knowm.xchange.bleutrade.service
Methods in org.knowm.xchange.bleutrade.service that return types with arguments of type BluetradeExecutedTrade