Order constructor
Order(
- String? orderId,
- String? productId,
- String? userId,
- OrderConfiguration? orderConfiguration,
- String? side,
- String? clientOrderId,
- String? status,
- String? timeInForce,
- DateTime? createdTime,
- double? completionPercentage,
- double? filledSize,
- double? averageFilledPrice,
- String? fee,
- double? numberOfFills,
- double? filledValue,
- bool? pendingCancel,
- bool? sizeInQuote,
- double? totalFees,
- bool? sizeInclusiveOfFees,
- double? totalValueAfterFees,
- String? triggerStatus,
- String? orderType,
- String? rejectReason,
- bool? settled,
- String? productType,
- String? rejectMessage,
- String? cancelMessage,
Implementation
Order(
this.orderId,
this.productId,
this.userId,
this.orderConfiguration,
this.side,
this.clientOrderId,
this.status,
this.timeInForce,
this.createdTime,
this.completionPercentage,
this.filledSize,
this.averageFilledPrice,
this.fee,
this.numberOfFills,
this.filledValue,
this.pendingCancel,
this.sizeInQuote,
this.totalFees,
this.sizeInclusiveOfFees,
this.totalValueAfterFees,
this.triggerStatus,
this.orderType,
this.rejectReason,
this.settled,
this.productType,
this.rejectMessage,
this.cancelMessage);