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) boolean
expires
(BigInteger expires) 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
(BigInteger 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
-
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
-