Package org.knowm.xchange.idex.dto
Class OrderResponseParams
java.lang.Object
org.knowm.xchange.idex.dto.OrderResponseParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamountSell
(String amountSell) buyPrecision
(BigInteger buyPrecision) boolean
getNonce()
getUser()
int
hashCode()
nonce
(BigInteger nonce) sellPrecision
(BigInteger sellPrecision) void
setAmountBuy
(String amountBuy) void
setAmountSell
(String amountSell) void
setBuyPrecision
(BigInteger buyPrecision) void
setExpires
(String expires) void
setNonce
(BigInteger nonce) void
setSellPrecision
(BigInteger sellPrecision) void
setTokenBuy
(String tokenBuy) void
setTokenSell
(String tokenSell) void
toString()
-
Constructor Details
-
OrderResponseParams
public OrderResponseParams()
-
-
Method Details
-
tokenBuy
-
getTokenBuy
-
setTokenBuy
-
buyPrecision
-
getBuyPrecision
-
setBuyPrecision
-
amountBuy
-
getAmountBuy
-
setAmountBuy
-
tokenSell
-
getTokenSell
-
setTokenSell
-
sellPrecision
-
getSellPrecision
-
setSellPrecision
-
amountSell
-
getAmountSell
-
setAmountSell
-
expires
-
getExpires
-
setExpires
-
nonce
-
getNonce
-
setNonce
-
user
-
getUser
-
setUser
-
equals
-
hashCode
public int hashCode() -
toString
-