예제 #1
0
 public ExecutionReportEventArgs(ExecutionReport report)
 {
     this.Report = report;
 }
예제 #2
0
파일: MsgReport.cs 프로젝트: heber/FreeOQ
 public MsgReport(ExecutionReport report) : base(1101)
 {
     this.Data = report;
 }
 public ExecutionReportEventArgs(ExecutionReport report)
 {
     this.Report = report;
 }