Package org.knowm.xchange.idex.dto
Class ReturnOpenOrdersResponseInnerParams
java.lang.Object
org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamountSell(String amountSell) buyPrecision(BigInteger buyPrecision) booleanexpires(BigInteger expires) getNonce()getUser()inthashCode()nonce(BigInteger nonce) sellPrecision(BigInteger sellPrecision) sellSymbol(String sellSymbol) voidsetAmountBuy(String amountBuy) voidsetAmountSell(String amountSell) voidsetBuyPrecision(BigInteger buyPrecision) voidsetBuySymbol(String buySymbol) voidsetExpires(BigInteger expires) voidsetNonce(BigInteger nonce) voidsetSellPrecision(BigInteger sellPrecision) voidsetSellSymbol(String sellSymbol) voidsetTokenBuy(String tokenBuy) voidsetTokenSell(String tokenSell) voidtoString()
-
Constructor Details
-
ReturnOpenOrdersResponseInnerParams
public ReturnOpenOrdersResponseInnerParams()
-
-
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
-