Order constructor
Order()
Implementation
Order(
this.orderId,
this.clientOrderId,
this.price,
this.originalQuantity,
this.quantity,
this.isBid,
this.owner,
this.expireTimestamp,
this.selfMatchingPrevention
);