Example #1
0
 /// <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;
 }
 /// <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;
 }