History
@Serializable
Constructors
Link copied to clipboard
constructor(lastUploadTime: Long, entries: Array<MinimizedSale>? = null, stackSizeHistogram: StackSizeHistogram = null, stackSizeHistogramNq: StackSizeHistogram = null, stackSizeHistogramHq: StackSizeHistogram = null, regularSaleVelocity: Double, nqSaleVelocity: Double, hqSaleVelocity: Double)
Properties
Link copied to clipboard
The historical sales.
Link copied to clipboard
The average number of HQ sales per day, over the past seven days (or the entirety of the shown sales, whichever comes first).
Link copied to clipboard
The last upload time for this endpoint, in milliseconds since the UNIX epoch.
Link copied to clipboard
The average number of NQ sales per day, over the past seven days (or the entirety of the shown sales, whichever comes first).
Link copied to clipboard
The average number of sales per day, over the past seven days (or the entirety of the shown sales, whichever comes first).
Link copied to clipboard
A Map of quantities to sale counts, representing the number of sales of each quantity.
Link copied to clipboard
A Map of quantities to HQ sale counts, representing the number of sales of each quantity.
Link copied to clipboard
A Map of quantities to NQ sale counts, representing the number of sales of each quantity.