Package nxt

Class ExchangeRequest


  • public final class ExchangeRequest
    extends java.lang.Object
    • Method Detail

      • getCount

        public static int getCount()
      • getExchangeRequest

        public static ExchangeRequest getExchangeRequest​(long transactionId)
      • getCurrencyExchangeRequests

        public static DbIterator<ExchangeRequest> getCurrencyExchangeRequests​(long currencyId,
                                                                              int from,
                                                                              int to)
      • getAccountExchangeRequests

        public static DbIterator<ExchangeRequest> getAccountExchangeRequests​(long accountId,
                                                                             int from,
                                                                             int to)
      • getAccountCurrencyExchangeRequests

        public static DbIterator<ExchangeRequest> getAccountCurrencyExchangeRequests​(long accountId,
                                                                                     long currencyId,
                                                                                     int from,
                                                                                     int to)
      • getId

        public long getId()
      • getAccountId

        public long getAccountId()
      • getCurrencyId

        public long getCurrencyId()
      • getUnits

        public long getUnits()
      • getRate

        public long getRate()
      • isBuy

        public boolean isBuy()
      • getTimestamp

        public int getTimestamp()
      • getHeight

        public int getHeight()