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

Interface IMarketBoardHistory

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

Assembly: Dalamud.dll
Declaration
public interface IMarketBoardHistory

Derived:
Dalamud.Game.Network.Structures.MarketBoardHistory

Properties

ItemId

Gets the item ID.

Declaration
uint ItemId { get; }

HistoryListings

Gets the list of individual item history listings.

Declaration
IReadOnlyList<IMarketBoardHistoryListing> HistoryListings { get; }