Interface IMarketBoard
Provides access to market board related events as the client receives/sends them.
Assembly: Dalamud.dll
View Source
public interface IMarketBoard
Events
HistoryReceived
Event that fires when historical sale listings are received for a specific item on the market board.
View Source
event IMarketBoard.HistoryReceivedDelegate HistoryReceived
Event Type
Dalamud.Plugin.Services.IMarketBoard.HistoryReceivedDelegate
ItemPurchased
Event that fires when a item is purchased on the market board.
View Source
event IMarketBoard.ItemPurchasedDelegate ItemPurchased
Event Type
Dalamud.Plugin.Services.IMarketBoard.ItemPurchasedDelegate
OfferingsReceived
Event that fires when current offerings are received for a specific item on the market board.
View Source
event IMarketBoard.OfferingsReceivedDelegate OfferingsReceived
Event Type
Dalamud.Plugin.Services.IMarketBoard.OfferingsReceivedDelegate
PurchaseRequested
Event that fires when a player requests to purchase an item from the market board.
View Source
event IMarketBoard.PurchaseRequestedDelegate PurchaseRequested
Event Type
Dalamud.Plugin.Services.IMarketBoard.PurchaseRequestedDelegate
TaxRatesReceived
Event that fires when the client receives new tax rates. These events only occur when accessing a retainer vocate and requesting the tax rates.
View Source
event IMarketBoard.TaxRatesReceivedDelegate TaxRatesReceived
Event Type
Dalamud.Plugin.Services.IMarketBoard.TaxRatesReceivedDelegate