public class MonetarySystemTradeResponseImpl extends java.lang.Object implements MonetarySystemTradeResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getBlock() |
long |
getBuyer() |
long |
getCurrency() |
CurrencyEntityResponse |
getCurrencyInfo() |
int |
getHeight() |
long |
getOffer() |
byte[] |
getOfferFullHash() |
long |
getRateNQTPerUnit() |
java.math.BigDecimal |
getRatePerUnit() |
long |
getSeller() |
int |
getTimestamp() |
byte[] |
getTransactionFullHash() |
java.math.BigDecimal |
getUnits() |
long |
getUnitsQNT() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic byte[] getTransactionFullHash()
getTransactionFullHash in interface MonetarySystemTradeResponsepublic int getTimestamp()
getTimestamp in interface MonetarySystemTradeResponsepublic long getUnitsQNT()
getUnitsQNT in interface MonetarySystemTradeResponsepublic java.math.BigDecimal getUnits()
getUnits in interface MonetarySystemTradeResponsepublic long getRateNQTPerUnit()
getRateNQTPerUnit in interface MonetarySystemTradeResponsepublic java.math.BigDecimal getRatePerUnit()
getRatePerUnit in interface MonetarySystemTradeResponsepublic long getCurrency()
getCurrency in interface MonetarySystemTradeResponsepublic long getOffer()
getOffer in interface MonetarySystemTradeResponsepublic byte[] getOfferFullHash()
getOfferFullHash in interface MonetarySystemTradeResponsepublic long getSeller()
getSeller in interface MonetarySystemTradeResponsepublic long getBuyer()
getBuyer in interface MonetarySystemTradeResponsepublic long getBlock()
getBlock in interface MonetarySystemTradeResponsepublic int getHeight()
getHeight in interface MonetarySystemTradeResponsepublic CurrencyEntityResponse getCurrencyInfo()
getCurrencyInfo in interface MonetarySystemTradeResponse