FastQuant.ReportItem.OnBar C# (CSharp) Method

OnBar() protected method

protected OnBar ( Bar bar ) : void
bar Bar
return void
        protected virtual void OnBar(Bar bar)
        {
            // noop
        }