public final class CurrencySellOffer extends CurrencyExchangeOffer
CurrencyExchangeOffer.AvailableOffers| Modifier and Type | Method and Description | 
|---|---|
| static DbIterator<CurrencySellOffer> | getAccountOffers(long accountId,
                boolean availableOnly,
                int from,
                int to) | 
| static DbIterator<CurrencySellOffer> | getAll(int from,
      int to) | 
| static int | getCount() | 
| CurrencyBuyOffer | getCounterOffer() | 
| static DbIterator<CurrencySellOffer> | getCurrencyOffers(long currencyId,
                 boolean availableOnly,
                 int from,
                 int to) | 
| static CurrencySellOffer | getOffer(Currency currency,
        Account account) | 
| static CurrencySellOffer | getOffer(long id) | 
| static CurrencySellOffer | getOffer(long currencyId,
        long accountId) | 
| static DbIterator<CurrencySellOffer> | getOffers(Currency currency,
         int from,
         int to) | 
| static DbIterator<CurrencySellOffer> | getOffers(DbClause dbClause,
         int from,
         int to) | 
| static DbIterator<CurrencySellOffer> | getOffers(DbClause dbClause,
         int from,
         int to,
         java.lang.String sort) | 
getAccountId, getAvailableToBuy, getAvailableToSell, getCurrencyId, getExpirationHeight, getHeight, getId, getLimit, getRateNQT, getSupplypublic static int getCount()
public static CurrencySellOffer getOffer(long id)
public static DbIterator<CurrencySellOffer> getAll(int from, int to)
public static DbIterator<CurrencySellOffer> getOffers(Currency currency, int from, int to)
public static DbIterator<CurrencySellOffer> getCurrencyOffers(long currencyId, boolean availableOnly, int from, int to)
public static DbIterator<CurrencySellOffer> getAccountOffers(long accountId, boolean availableOnly, int from, int to)
public static CurrencySellOffer getOffer(Currency currency, Account account)
public static CurrencySellOffer getOffer(long currencyId, long accountId)
public static DbIterator<CurrencySellOffer> getOffers(DbClause dbClause, int from, int to)
public static DbIterator<CurrencySellOffer> getOffers(DbClause dbClause, int from, int to, java.lang.String sort)
public CurrencyBuyOffer getCounterOffer()
getCounterOffer in class CurrencyExchangeOffer