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