Package org.knowm.xchange.idex.dto
Class CancelReq
java.lang.Object
org.knowm.xchange.idex.dto.CancelReq
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(address string) - The address you are sending the cancel from, must own the orderboolean
getNonce()
getR()
getS()
getV()
int
hashCode()
nonce
(BigInteger nonce) (uint256) - One time number associated with the address(256-bit hex string) - The raw hash of the order you are cancelling- ...- v, r, and s refer to the values produced by signing the messagevoid
setAddress
(String address) void
setNonce
(BigInteger nonce) void
setOrderHash
(String orderHash) void
void
void
setV
(BigInteger v) toString()
v
(BigInteger v) - ...
-
Constructor Details
-
CancelReq
public CancelReq()
-
-
Method Details
-
orderHash
(256-bit hex string) - The raw hash of the order you are cancelling -
getOrderHash
-
setOrderHash
-
nonce
(uint256) - One time number associated with the address -
getNonce
-
setNonce
-
address
(address string) - The address you are sending the cancel from, must own the order -
getAddress
-
setAddress
-
v
- ... -
getV
-
setV
-
r
- ... -
getR
-
setR
-
s
- v, r, and s refer to the values produced by signing the message -
getS
-
setS
-
equals
-
hashCode
public int hashCode() -
toString
-