FastQuant.PortfolioManager.OnExecutionReport C# (CSharp) Method

OnExecutionReport() private method

private OnExecutionReport ( ExecutionReport report ) : void
report ExecutionReport
return void
        internal void OnExecutionReport(ExecutionReport report)
        {
            report.Order.Portfolio.OnExecutionReport(report, true);
        }