FastQuant.BarFactoryItem.OnReminder C# (CSharp) Method

OnReminder() protected method

protected OnReminder ( System.DateTime datetime ) : void
datetime System.DateTime
return void
        protected internal virtual void OnReminder(DateTime datetime)
        {
            // noop
        }