示例#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;
 }