ExchangeNoticeListing structure
A scheduled (“notice”/pre-order) listing not yet live: price and the time it lists.
public struct ExchangeNoticeListing : IEquatable<ExchangeNoticeListing>| parameter | description |
|---|---|
| ItemId | The item’s config id. |
| Price | Expected unit price. |
| ListingTime | When the item is scheduled to become buyable. |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| ExchangeNoticeListing(…) | A scheduled (“notice”/pre-order) listing not yet live: price and the time it lists. |
| ItemId { get; set; } | The item’s config id. |
| ListingTime { get; set; } | When the item is scheduled to become buyable. |
| Price { get; set; } | Expected unit price. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.Exchange