public class CoinExchangeTradeResponseImpl extends java.lang.Object implements CoinExchangeTradeResponse
| Modifier and Type | Method and Description |
|---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic byte[] getOrderFullHash()
getOrderFullHash in interface CoinExchangeTradeResponsepublic byte[] getMatchFullHash()
getMatchFullHash in interface CoinExchangeTradeResponsepublic int getChainId()
getChainId in interface CoinExchangeTradeResponsepublic int getExchangeChainId()
getExchangeChainId in interface CoinExchangeTradeResponsepublic long getAccountId()
getAccountId in interface CoinExchangeTradeResponsepublic java.lang.String getAccount()
getAccount in interface CoinExchangeTradeResponsepublic java.lang.String getAccountRs()
getAccountRs in interface CoinExchangeTradeResponsepublic long getQuantityQNT()
getQuantityQNT in interface CoinExchangeTradeResponsepublic long getPriceNQTPerCoin()
getPriceNQTPerCoin in interface CoinExchangeTradeResponsepublic double getExchangeRate()
getExchangeRate in interface CoinExchangeTradeResponsepublic long getBlockId()
getBlockId in interface CoinExchangeTradeResponsepublic int getHeight()
getHeight in interface CoinExchangeTradeResponsepublic int getTimestamp()
getTimestamp in interface CoinExchangeTradeResponse