BazaarSellOrder

constructor(item: Identifier, qty: Int, pricePer: Double, sold: Int, buyers: MutableList<UUID>, createdBy: UUID, originalAmount: Int, createdAt: Long = Instant.now().toEpochMilli())(source)