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

Interface IMarketBoardCurrentOfferings

An interface that represents the current market board offerings.

Assembly: Dalamud.dll
Declaration
public interface IMarketBoardCurrentOfferings

Derived:
Dalamud.Game.Marketboard.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; }