Skip to content
Version 2.11.0
↓ Get the launcher

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).
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).