FastQuant.PortfolioManager.OnExecutionReport C# (CSharp) Méthode

OnExecutionReport() private méthode

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