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