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