Package org.knowm.xchange.idex.dto
Class DepositsWithdrawalsReq
java.lang.Object
org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
- Direct Known Subclasses:
IdexDepositsWithdrawalsParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(address string) - Address to query deposit/withdrawal history for(number) - Inclusive ending UNIX timestamp of returned results, defaults to current timestampboolean
getEnd()
getStart()
int
hashCode()
void
setAddress
(String address) void
void
(number) - Inclusive starting UNIX timestamp of returned results, defaults to 0toString()
-
Constructor Details
-
DepositsWithdrawalsReq
public DepositsWithdrawalsReq()
-
-
Method Details
-
address
(address string) - Address to query deposit/withdrawal history for -
getAddress
-
setAddress
-
start
(number) - Inclusive starting UNIX timestamp of returned results, defaults to 0 -
getStart
-
setStart
-
end
(number) - Inclusive ending UNIX timestamp of returned results, defaults to current timestamp -
getEnd
-
setEnd
-
equals
-
hashCode
public int hashCode() -
toString
-