public class AssetExchangeTradeResponseImpl extends java.lang.Object implements AssetExchangeTradeResponse
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAskOrderFullHash() |
int |
getAskOrderHeight() |
long |
getAsset() |
AssetEntityResponse |
getAssetInfo() |
byte[] |
getBidOrderFullHash() |
int |
getBidOrderHeight() |
long |
getBlock() |
long |
getBuyer() |
int |
getHeight() |
long |
getPriceNQTPerCoin() |
java.math.BigDecimal |
getPricePerCoin() |
java.math.BigDecimal |
getQuantity() |
long |
getQuantityQNT() |
long |
getSeller() |
int |
getTimeStamp() |
boolean |
isBuy() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic int getTimeStamp()
getTimeStamp in interface AssetExchangeTradeResponsepublic long getQuantityQNT()
getQuantityQNT in interface AssetExchangeTradeResponsepublic java.math.BigDecimal getQuantity()
getQuantity in interface AssetExchangeTradeResponsepublic long getPriceNQTPerCoin()
getPriceNQTPerCoin in interface AssetExchangeTradeResponsepublic java.math.BigDecimal getPricePerCoin()
getPricePerCoin in interface AssetExchangeTradeResponsepublic long getAsset()
getAsset in interface AssetExchangeTradeResponsepublic byte[] getAskOrderFullHash()
getAskOrderFullHash in interface AssetExchangeTradeResponsepublic byte[] getBidOrderFullHash()
getBidOrderFullHash in interface AssetExchangeTradeResponsepublic int getAskOrderHeight()
getAskOrderHeight in interface AssetExchangeTradeResponsepublic int getBidOrderHeight()
getBidOrderHeight in interface AssetExchangeTradeResponsepublic long getSeller()
getSeller in interface AssetExchangeTradeResponsepublic long getBuyer()
getBuyer in interface AssetExchangeTradeResponsepublic long getBlock()
getBlock in interface AssetExchangeTradeResponsepublic int getHeight()
getHeight in interface AssetExchangeTradeResponsepublic boolean isBuy()
isBuy in interface AssetExchangeTradeResponsepublic AssetEntityResponse getAssetInfo()
getAssetInfo in interface AssetExchangeTradeResponse