BuyIn constructor

BuyIn(
  1. int sellerID,
  2. int amount,
  3. bool due
)

Implementation

BuyIn(this.sellerID, int amount, this.due) : amount = IntMoney(amount);