InstantSellResult

data class InstantSellResult(val amountSold: Int, val totalProfit: BigDecimal, val ordersAffected: Int, val buyers: List<UUID>)(source)

Result for performing instant sell

Constructors

Link copied to clipboard
constructor(amountSold: Int, totalProfit: BigDecimal, ordersAffected: Int, buyers: List<UUID>)

Properties

Link copied to clipboard

Amount of items sold

Link copied to clipboard

All the buyers

Link copied to clipboard

Amount of buy orders affected

Link copied to clipboard

Amount of coins earned by the player