Exemple #1
0
 public void SendExecutionReport(IExecutionService service, ExecutionReport report)
 {
     this.orders[report.OrderID].EmitExecutionReport(report);
     service.Send((FIXExecutionReport)report);
     this.EmitExecutionReport(report);
 }
Exemple #2
0
 public void SendExecutionReport(IExecutionService service, ExecutionReport report)
 {
     this.orders[report.OrderID].EmitExecutionReport(report);
     service.Send((FIXExecutionReport)report);
     this.EmitExecutionReport(report);
 }