Package nxt.http.responses
Interface AssetExchangeTradeResponse
- All Known Implementing Classes:
AssetExchangeTradeResponseImpl
public interface AssetExchangeTradeResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssetExchangeTradeResponsestatic AssetExchangeTradeResponsecreate(org.json.simple.JSONObject object) byte[]intlonggetAsset()byte[]intlonggetBlock()longgetBuyer()intlonglonglongintbooleanisBuy()
-
Method Details
-
create
-
create
-
getTimeStamp
int getTimeStamp() -
getQuantityQNT
long getQuantityQNT() -
getQuantity
BigDecimal getQuantity() -
getPriceNQTPerCoin
long getPriceNQTPerCoin() -
getPricePerCoin
BigDecimal getPricePerCoin() -
getAsset
long getAsset() -
getAskOrderFullHash
byte[] getAskOrderFullHash() -
getBidOrderFullHash
byte[] getBidOrderFullHash() -
getAskOrderHeight
int getAskOrderHeight() -
getBidOrderHeight
int getBidOrderHeight() -
getSeller
long getSeller() -
getBuyer
long getBuyer() -
getBlock
long getBlock() -
getHeight
int getHeight() -
isBuy
boolean isBuy() -
getAssetInfo
AssetEntityResponse getAssetInfo()
-