Interface IMarketBoardHistory
An interface that represents the market board history from the game.
Assembly: Dalamud.dll
Declaration
public interface IMarketBoardHistory
Properties
ItemId
Gets the item ID.
Declaration
uint ItemId { get; }
HistoryListings
Gets the list of individual item history listings.
Declaration
IReadOnlyList<IMarketBoardHistoryListing> HistoryListings { get; }