CurrentlyShown

constructor(itemId: Int, worldId: Short? = null, lastUploadTime: Long, listings: List<Listing>? = null, recentHistory: List<Sale>? = null, dcName: String? = null, regionName: String? = 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: Map<String, Int>? = null, stackSizeHistogramNq: Map<String, Int>? = null, stackSizeHistogramHq: Map<String, Int>? = null, worldName: String? = null, worldUploadTimes: Map<String, Long>? = null)