Interface IMarketBoardHistoryListing
An interface that represents the market board history of a single item from Dalamud.Game.Network.Structures.IMarketBoardHistory.
Assembly: Dalamud.dll
Declaration
public interface IMarketBoardHistoryListing
Properties
BuyerName
Gets the buyer's name.
Declaration
string BuyerName { get; }
IsHq
Gets a value indicating whether the item is HQ.
Declaration
bool IsHq { get; }
OnMannequin
Gets a value indicating whether the item is on a mannequin.
Declaration
bool OnMannequin { get; }
PurchaseTime
Gets the time of purchase.
Declaration
DateTime PurchaseTime { get; }
Quantity
Gets the quantity.
Declaration
uint Quantity { get; }
SalePrice
Gets the sale price.
Declaration
uint SalePrice { get; }