FastQuant.TimeBarFactoryItem.OnReminder C# (CSharp) Method

OnReminder() protected method

protected OnReminder ( System.DateTime datetime ) : void
datetime System.DateTime
return void
        protected internal override void OnReminder(DateTime datetime)
        {
            this.bar.CloseDateTime = this.type == ClockType.Local ? datetime : this.factory.Framework.Clock.DateTime;
            EmitBar();
        }
    }