FastQuant.BarFactoryItem.AddReminder C# (CSharp) Method

AddReminder() protected method

protected AddReminder ( System.DateTime datetime, ClockType type ) : bool
datetime System.DateTime
type ClockType
return bool
        protected bool AddReminder(DateTime datetime, ClockType type) => this.factory.AddReminder(this, datetime, type);