/// <summary> /// Retuned by the executions event, contains the commission report. /// </summary> /// <param name="report">The commission report.</param> public CommissionReportEventArgs(CommissionReport report) { this.CommissionReport = report; }