Interface AssetExchangeTradeResponse

All Known Implementing Classes:
AssetExchangeTradeResponseImpl

public interface AssetExchangeTradeResponse
  • Method Details

    • create

      static AssetExchangeTradeResponse create(JO object)
    • create

      static AssetExchangeTradeResponse create(org.json.simple.JSONObject object)
    • 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()