ExchangeListing structure
One live exchange listing for an item: the unit price and the listing’s uuid.
public struct ExchangeListing : IEquatable<ExchangeListing>| parameter | description |
|---|---|
| ItemId | The item’s config id. |
| Price | Unit price in the exchange currency (Luno). |
| Uuid | The listing’s server uuid (empty if the game does not surface one). |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| ExchangeListing(…) | One live exchange listing for an item: the unit price and the listing’s uuid. |
| ItemId { get; set; } | The item’s config id. |
| Price { get; set; } | Unit price in the exchange currency (Luno). |
| Uuid { get; set; } | The listing’s server uuid (empty if the game does not surface one). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.Exchange