Skip to main content

Interface IMarketBoardHistory

An interface that represents the market board history from the game.

Assembly: Dalamud.dll
View Source
Declaration
public interface IMarketBoardHistory

Properties

ItemId

Gets the item ID.

View Source
Declaration
uint ItemId { get; }

HistoryListings

Gets the list of individual item history listings.

View Source
Declaration
IReadOnlyList<IMarketBoardHistoryListing> HistoryListings { get; }