FastQuant.ReportItem.OnExecutionReport C# (CSharp) Method

OnExecutionReport() protected method

protected OnExecutionReport ( ExecutionReport report ) : void
report ExecutionReport
return void
        protected virtual void OnExecutionReport(ExecutionReport report)
        {
            // noop
        }