public final class ExchangeRequest
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static DbIterator<ExchangeRequest> |
getAccountCurrencyExchangeRequests(long accountId,
long currencyId,
int from,
int to) |
static DbIterator<ExchangeRequest> |
getAccountExchangeRequests(long accountId,
int from,
int to) |
long |
getAccountId() |
static DbIterator<ExchangeRequest> |
getAllExchangeRequests(int from,
int to) |
static int |
getCount() |
static DbIterator<ExchangeRequest> |
getCurrencyExchangeRequests(long currencyId,
int from,
int to) |
long |
getCurrencyId() |
static ExchangeRequest |
getExchangeRequest(long transactionId) |
int |
getHeight() |
long |
getId() |
long |
getRate() |
int |
getTimestamp() |
long |
getUnits() |
boolean |
isBuy() |
public static DbIterator<ExchangeRequest> getAllExchangeRequests(int from, int to)
public static int getCount()
public static ExchangeRequest getExchangeRequest(long transactionId)
public static DbIterator<ExchangeRequest> getCurrencyExchangeRequests(long currencyId, int from, int to)
public static DbIterator<ExchangeRequest> getAccountExchangeRequests(long accountId, int from, int to)
public static DbIterator<ExchangeRequest> getAccountCurrencyExchangeRequests(long accountId, long currencyId, int from, int to)
public long getId()
public long getAccountId()
public long getCurrencyId()
public long getUnits()
public long getRate()
public boolean isBuy()
public int getTimestamp()
public int getHeight()