Currently Shown
constructor(lastUploadTime: Long, listings: Array<Listing>? = null, recentHistory: Array<Sale>? = null, currentAveragePrice: Double, currentAveragePriceNq: Double, currentAveragePriceHq: Double, regularSaleVelocity: Double, nqSaleVelocity: Double, hqSaleVelocity: Double, averagePrice: Double, averagePriceNq: Double, averagePriceHq: Double, minPrice: Int, minPriceNq: Int, minPriceHq: Int, maxPrice: Int, maxPriceNq: Int, maxPriceHq: Int, stackSizeHistogram: StackSizeHistogram = null, stackSizeHistogramNq: StackSizeHistogram = null, stackSizeHistogramHq: StackSizeHistogram = null, worldIdUploadTimes: Map<Short, Long>? = null, listingsCount: Int, recentHistoryCount: Int, unitsForSale: Int, unitsSold: Int)