public interface CoinExchangeTradeResponse
Modifier and Type | Method and Description |
---|---|
static CoinExchangeTradeResponse |
create(java.lang.Object object) |
java.lang.String |
getAccount() |
long |
getAccountId() |
java.lang.String |
getAccountRs() |
long |
getBlockId() |
int |
getChainId() |
int |
getExchangeChainId() |
double |
getExchangeRate() |
int |
getHeight() |
byte[] |
getMatchFullHash() |
byte[] |
getOrderFullHash() |
long |
getPriceNQTPerCoin() |
long |
getQuantityQNT() |
int |
getTimestamp() |
static CoinExchangeTradeResponse create(java.lang.Object object)
byte[] getOrderFullHash()
byte[] getMatchFullHash()
int getChainId()
int getExchangeChainId()
long getAccountId()
java.lang.String getAccount()
java.lang.String getAccountRs()
long getQuantityQNT()
long getPriceNQTPerCoin()
double getExchangeRate()
long getBlockId()
int getHeight()
int getTimestamp()