Lean
$LEAN_TAG$
|
Provides the ability to add/remove scheduled events from the real time handler More...
Public Member Functions | |
void | Add (ScheduledEvent scheduledEvent) |
Adds the specified event to the schedule More... | |
void | Remove (ScheduledEvent scheduledEvent) |
Removes the specified event from the schedule More... | |
Provides the ability to add/remove scheduled events from the real time handler
Definition at line 22 of file IEventSchedule.cs.
void QuantConnect.Scheduling.IEventSchedule.Add | ( | ScheduledEvent | scheduledEvent | ) |
Adds the specified event to the schedule
scheduledEvent | The event to be scheduled, including the date/times the event fires and the callback |
Implemented in QuantConnect.Lean.Engine.RealTime.BaseRealTimeHandler, QuantConnect.Scheduling.ScheduleManager, and QuantConnect.Lean.Engine.RealTime.BacktestingRealTimeHandler.
void QuantConnect.Scheduling.IEventSchedule.Remove | ( | ScheduledEvent | scheduledEvent | ) |
Removes the specified event from the schedule
scheduledEvent | The event to be removed |
Implemented in QuantConnect.Scheduling.ScheduleManager, QuantConnect.Lean.Engine.RealTime.BaseRealTimeHandler, and QuantConnect.Lean.Engine.RealTime.BacktestingRealTimeHandler.