public abstract class CurrencyExchangeOffer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getAccountId() |
abstract CurrencyExchangeOffer |
getCounterOffer() |
long |
getCurrencyId() |
int |
getExpirationHeight() |
int |
getHeight() |
long |
getId() |
long |
getLimit() |
long |
getRateNQT() |
long |
getSupply() |
public long getId()
public long getCurrencyId()
public long getAccountId()
public long getRateNQT()
public long getLimit()
public long getSupply()
public int getExpirationHeight()
public int getHeight()
public abstract CurrencyExchangeOffer getCounterOffer()