BazaarOrderSummary

data class BazaarOrderSummary(val amount: Int, val highestPrice: Double, val lowestPrice: Double, val averagePrice: Double, val medianPrice: Double, val cumulativeCoins: BigDecimal, val cumulativeItems: Int)(source)

Summary of a sequence of bazaar orders

Constructors

Link copied to clipboard
constructor(amount: Int, highestPrice: Double, lowestPrice: Double, averagePrice: Double, medianPrice: Double, cumulativeCoins: BigDecimal, cumulativeItems: Int)

Properties

Link copied to clipboard
val amount: Int

Total amount of items in the orders

Link copied to clipboard

Average per-item price

Link copied to clipboard

Cumulative amount of coins in all the orders

Link copied to clipboard

Cumulative amount of items in all the orders

Link copied to clipboard

Highest per-item price among all the orders

Link copied to clipboard

Lowest per-item price among all the orders

Link copied to clipboard

Median per-item price