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);
        }