Uses of Class
org.knowm.xchange.poloniex.dto.trade.PoloniexAdjustment
-
Packages that use PoloniexAdjustment Package Description org.knowm.xchange.poloniex.dto.trade -
-
Uses of PoloniexAdjustment in org.knowm.xchange.poloniex.dto.trade
Methods in org.knowm.xchange.poloniex.dto.trade that return types with arguments of type PoloniexAdjustment Modifier and Type Method Description List<PoloniexAdjustment>PoloniexDepositsWithdrawalsResponse. getAdjustments()Constructor parameters in org.knowm.xchange.poloniex.dto.trade with type arguments of type PoloniexAdjustment Constructor Description PoloniexDepositsWithdrawalsResponse(String error, List<PoloniexAdjustment> adjustments, List<PoloniexDeposit> deposits, List<PoloniexWithdrawal> withdrawals)
-