confirmOrder() { if (!this.confirmed) { this.confirmed = true; this.dateConfirmed = new Date(); } } isValidType() { return ['Sell', 'Buy'].includes(this.type); }