Package org.knowm.xchange.idex.dto
Class ReturnDepositsWithdrawalsResponse
java.lang.Object
org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeposits(List<FundingLedger> deposits) booleaninthashCode()voidsetDeposits(List<FundingLedger> deposits) voidsetWithdrawals(List<FundingLedger> withdrawals) toString()withdrawals(List<FundingLedger> withdrawals)
-
Constructor Details
-
ReturnDepositsWithdrawalsResponse
public ReturnDepositsWithdrawalsResponse()
-
-
Method Details