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() |
java.math.BigDecimal |
getPricePerCoin(byte nqtDecimals) |
java.math.BigDecimal |
getQuantity(byte qntDecimals) |
long |
getQuantityQNT() |
int |
getTimestamp() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic 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 java.math.BigDecimal getQuantity(byte qntDecimals)
getQuantity in interface CoinExchangeTradeResponsepublic long getPriceNQTPerCoin()
getPriceNQTPerCoin in interface CoinExchangeTradeResponsepublic java.math.BigDecimal getPricePerCoin(byte nqtDecimals)
getPricePerCoin 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