InstantBuyResult

data class InstantBuyResult(val amountBought: Int, val coinsSpent: BigDecimal, val ordersAffected: Int, val sellers: List<UUID>)(source)

Result for performing instant buy

Constructors

Link copied to clipboard
constructor(amountBought: Int, coinsSpent: BigDecimal, ordersAffected: Int, sellers: List<UUID>)

Properties

Link copied to clipboard

Amount of items bought

Link copied to clipboard

Amount of coins spent by player

Link copied to clipboard

Amount of sell orders affected

Link copied to clipboard

All the sellers affected