CurrentlyShown

constructor(itemId: Int, worldId: Short? = null, lastUploadTime: Long, listings: List<Listing>? = null, recentHistory: List<Sale>? = null, dcName: DataCenter? = 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: World? = null, worldUploadTimes: Map<String, Long>? = null, listingsCount: Int, recentHistoryCount: Int, unitsForSale: Int, unitsSold: Int)