public class OrderParm extends Object
| Constructor and Description |
|---|
OrderParm(String tokenBuy,
int buyPrecision,
long amountBuy,
String tokenSell,
int sellPrecision,
long amountSell,
Long expires,
long nonce,
String user) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAmountBuy() |
long |
getAmountSell() |
int |
getBuyPrecision() |
Long |
getExpires() |
long |
getNonce() |
int |
getSellPrecision() |
String |
getTokenBuy() |
String |
getTokenSell() |
String |
getUser() |
String |
toString() |
public String getTokenBuy()
public int getBuyPrecision()
public long getAmountBuy()
public String getTokenSell()
public int getSellPrecision()
public long getAmountSell()
public Long getExpires()
public long getNonce()
public String getUser()
Copyright © 2019. All rights reserved.