public abstract class CurrencyExchangeOffer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CurrencyExchangeOffer.AvailableOffers |
Modifier and Type | Method and Description |
---|---|
long |
getAccountId() |
static CurrencyExchangeOffer.AvailableOffers |
getAvailableToBuy(long currencyId,
long units) |
static CurrencyExchangeOffer.AvailableOffers |
getAvailableToSell(long currencyId,
long units) |
protected abstract CurrencyExchangeOffer |
getCounterOffer() |
long |
getCurrencyId() |
int |
getExpirationHeight() |
int |
getHeight() |
long |
getId() |
long |
getLimit() |
long |
getRateNQT() |
long |
getSupply() |
public static CurrencyExchangeOffer.AvailableOffers getAvailableToSell(long currencyId, long units)
public static CurrencyExchangeOffer.AvailableOffers getAvailableToBuy(long currencyId, long units)
public long getId()
public long getCurrencyId()
public long getAccountId()
public long getRateNQT()
public long getLimit()
public long getSupply()
public int getExpirationHeight()
public int getHeight()
protected abstract CurrencyExchangeOffer getCounterOffer()