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) boolean
int
hashCode()
void
setDeposits
(List<FundingLedger> deposits) void
setWithdrawals
(List<FundingLedger> withdrawals) toString()
withdrawals
(List<FundingLedger> withdrawals)
-
Constructor Details
-
ReturnDepositsWithdrawalsResponse
public ReturnDepositsWithdrawalsResponse()
-
-
Method Details