public static final class Attachment.MonetarySystemPublishExchangeOffer extends Attachment.AbstractAttachment implements Attachment.MonetarySystemAttachment
Attachment.AbstractAttachment, Attachment.AccountControlEffectiveBalanceLeasing, Attachment.ColoredCoinsAskOrderCancellation, Attachment.ColoredCoinsAskOrderPlacement, Attachment.ColoredCoinsAssetIssuance, Attachment.ColoredCoinsAssetTransfer, Attachment.ColoredCoinsBidOrderCancellation, Attachment.ColoredCoinsBidOrderPlacement, Attachment.ColoredCoinsDividendPayment, Attachment.ColoredCoinsOrderCancellation, Attachment.ColoredCoinsOrderPlacement, Attachment.DigitalGoodsDelisting, Attachment.DigitalGoodsDelivery, Attachment.DigitalGoodsFeedback, Attachment.DigitalGoodsListing, Attachment.DigitalGoodsPriceChange, Attachment.DigitalGoodsPurchase, Attachment.DigitalGoodsQuantityChange, Attachment.DigitalGoodsRefund, Attachment.EmptyAttachment, Attachment.MessagingAccountInfo, Attachment.MessagingAliasAssignment, Attachment.MessagingAliasBuy, Attachment.MessagingAliasDelete, Attachment.MessagingAliasSell, Attachment.MessagingHubAnnouncement, Attachment.MessagingPollCreation, Attachment.MessagingVoteCasting, Attachment.MonetarySystemAttachment, Attachment.MonetarySystemCurrencyDeletion, Attachment.MonetarySystemCurrencyIssuance, Attachment.MonetarySystemCurrencyMinting, Attachment.MonetarySystemCurrencyTransfer, Attachment.MonetarySystemExchange, Attachment.MonetarySystemExchangeBuy, Attachment.MonetarySystemExchangeSell, Attachment.MonetarySystemPublishExchangeOffer, Attachment.MonetarySystemReserveClaim, Attachment.MonetarySystemReserveIncrease
Appendix.AbstractAppendix, Appendix.AbstractEncryptedMessage, Appendix.EncryptedMessage, Appendix.EncryptToSelfMessage, Appendix.Message, Appendix.PublicKeyAnnouncement
ARBITRARY_MESSAGE, ORDINARY_PAYMENT
Constructor and Description |
---|
Attachment.MonetarySystemPublishExchangeOffer(long currencyId,
long buyRateNQT,
long sellRateNQT,
long totalBuyLimit,
long totalSellLimit,
long initialBuySupply,
long initialSellSupply,
int expirationHeight) |
Modifier and Type | Method and Description |
---|---|
long |
getBuyRateNQT() |
long |
getCurrencyId() |
int |
getExpirationHeight() |
long |
getInitialBuySupply() |
long |
getInitialSellSupply() |
long |
getSellRateNQT() |
long |
getTotalBuyLimit() |
long |
getTotalSellLimit() |
TransactionType |
getTransactionType() |
getJSONObject, getSize, getVersion, putBytes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJSONObject, getSize, getVersion, putBytes
public Attachment.MonetarySystemPublishExchangeOffer(long currencyId, long buyRateNQT, long sellRateNQT, long totalBuyLimit, long totalSellLimit, long initialBuySupply, long initialSellSupply, int expirationHeight)
public TransactionType getTransactionType()
getTransactionType
in interface Attachment
public long getCurrencyId()
getCurrencyId
in interface Attachment.MonetarySystemAttachment
public long getBuyRateNQT()
public long getSellRateNQT()
public long getTotalBuyLimit()
public long getTotalSellLimit()
public long getInitialBuySupply()
public long getInitialSellSupply()
public int getExpirationHeight()