Uses of Class
org.knowm.xchange.gateio.dto.account.GateioDeposit
Package | Description |
---|---|
org.knowm.xchange.gateio.dto.account |
-
Uses of GateioDeposit in org.knowm.xchange.gateio.dto.account
Methods in org.knowm.xchange.gateio.dto.account that return types with arguments of type GateioDeposit Modifier and Type Method Description List<GateioDeposit>
GateioDepositsWithdrawals. getDeposits()
Constructor parameters in org.knowm.xchange.gateio.dto.account with type arguments of type GateioDeposit Constructor Description GateioDepositsWithdrawals(boolean result, List<GateioDeposit> deposits, List<GateioWithdrawal> withdraws, String message)