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) booleangetNonce()getUser()inthashCode()nonce(BigInteger nonce) sellPrecision(BigInteger sellPrecision) voidsetAmountBuy(String amountBuy) voidsetAmountSell(String amountSell) voidsetBuyPrecision(BigInteger buyPrecision) voidsetExpires(String expires) voidsetNonce(BigInteger nonce) voidsetSellPrecision(BigInteger sellPrecision) voidsetTokenBuy(String tokenBuy) voidsetTokenSell(String tokenSell) voidtoString()
-
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
-