Package nxt.http.responses
Class AssetExchangeTradeResponseImpl
java.lang.Object
nxt.http.responses.AssetExchangeTradeResponseImpl
- All Implemented Interfaces:
AssetExchangeTradeResponse
-
Method Details
-
getTimeStamp
public int getTimeStamp()- Specified by:
getTimeStampin interfaceAssetExchangeTradeResponse
-
getQuantityQNT
public long getQuantityQNT()- Specified by:
getQuantityQNTin interfaceAssetExchangeTradeResponse
-
getQuantity
- Specified by:
getQuantityin interfaceAssetExchangeTradeResponse
-
getPriceNQTPerCoin
public long getPriceNQTPerCoin()- Specified by:
getPriceNQTPerCoinin interfaceAssetExchangeTradeResponse
-
getPricePerCoin
- Specified by:
getPricePerCoinin interfaceAssetExchangeTradeResponse
-
getAsset
public long getAsset()- Specified by:
getAssetin interfaceAssetExchangeTradeResponse
-
getAskOrderFullHash
public byte[] getAskOrderFullHash()- Specified by:
getAskOrderFullHashin interfaceAssetExchangeTradeResponse
-
getBidOrderFullHash
public byte[] getBidOrderFullHash()- Specified by:
getBidOrderFullHashin interfaceAssetExchangeTradeResponse
-
getAskOrderHeight
public int getAskOrderHeight()- Specified by:
getAskOrderHeightin interfaceAssetExchangeTradeResponse
-
getBidOrderHeight
public int getBidOrderHeight()- Specified by:
getBidOrderHeightin interfaceAssetExchangeTradeResponse
-
getSeller
public long getSeller()- Specified by:
getSellerin interfaceAssetExchangeTradeResponse
-
getBuyer
public long getBuyer()- Specified by:
getBuyerin interfaceAssetExchangeTradeResponse
-
getBlock
public long getBlock()- Specified by:
getBlockin interfaceAssetExchangeTradeResponse
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceAssetExchangeTradeResponse
-
isBuy
public boolean isBuy()- Specified by:
isBuyin interfaceAssetExchangeTradeResponse
-
getAssetInfo
- Specified by:
getAssetInfoin interfaceAssetExchangeTradeResponse
-