Interface CoinExchangeTradeResponse

All Known Implementing Classes:
CoinExchangeTradeResponseImpl

public interface CoinExchangeTradeResponse
  • Method Details

    • create

      static CoinExchangeTradeResponse create(JO object)
    • create

      static CoinExchangeTradeResponse create(org.json.simple.JSONObject object)
    • getOrderFullHash

      byte[] getOrderFullHash()
    • getMatchFullHash

      byte[] getMatchFullHash()
    • getChainId

      int getChainId()
    • getExchangeChainId

      int getExchangeChainId()
    • getAccountId

      long getAccountId()
    • getAccount

      String getAccount()
    • getAccountRs

      String getAccountRs()
    • getQuantityQNT

      long getQuantityQNT()
    • getQuantity

      BigDecimal getQuantity(byte qntDecimals)
    • getPriceNQTPerCoin

      long getPriceNQTPerCoin()
    • getPricePerCoin

      BigDecimal getPricePerCoin(byte nqtDecimals)
    • getExchangeRate

      double getExchangeRate()
    • getBlockId

      long getBlockId()
    • getHeight

      int getHeight()
    • getTimestamp

      int getTimestamp()