FastQuant.PortfolioManager.OnExecutionReport C# (CSharp) Метод

OnExecutionReport() приватный Метод

private OnExecutionReport ( ExecutionReport report ) : void
report ExecutionReport
Результат void
        internal void OnExecutionReport(ExecutionReport report)
        {
            report.Order.Portfolio.OnExecutionReport(report, true);
        }