BazaarItemSummary

data class BazaarItemSummary(val item: Identifier, val ordersCount: Int, val buyOrders: BazaarOrderSummary, val sellOrders: BazaarOrderSummary)(source)

Summary for a single bazaar item

Constructors

Link copied to clipboard
constructor(item: Identifier, ordersCount: Int, buyOrders: BazaarOrderSummary, sellOrders: BazaarOrderSummary)

Properties

Link copied to clipboard

Summary of buy orders

Link copied to clipboard

Item this summary belongs to

Link copied to clipboard

Total amount of buy and sell orders for this item

Link copied to clipboard

Summary of sell orders