Skip to main content
Version: 14.x (API 14) [Legacy]

Interface IMarketBoardCurrentOfferings

An interface that represents the current market board offerings.

Assembly: Dalamud.dll
Declaration
public interface IMarketBoardCurrentOfferings

Derived:
Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings

Properties

ItemListings

Gets the list of individual item listings.

Declaration
IReadOnlyList<IMarketBoardItemListing> ItemListings { get; }

RequestId

Gets the request ID.

Declaration
int RequestId { get; }