Lean  $LEAN_TAG$
QuantConnect.Scheduling.IEventSchedule Interface Reference

Provides the ability to add/remove scheduled events from the real time handler More...

Inheritance diagram for QuantConnect.Scheduling.IEventSchedule:
[legend]

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...
 

Detailed Description

Provides the ability to add/remove scheduled events from the real time handler

Definition at line 22 of file IEventSchedule.cs.

Member Function Documentation

◆ Add()

void QuantConnect.Scheduling.IEventSchedule.Add ( ScheduledEvent  scheduledEvent)

Adds the specified event to the schedule

Parameters
scheduledEventThe 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.

Here is the caller graph for this function:

◆ Remove()

void QuantConnect.Scheduling.IEventSchedule.Remove ( ScheduledEvent  scheduledEvent)

Removes the specified event from the schedule

Parameters
scheduledEventThe event to be removed

Implemented in QuantConnect.Scheduling.ScheduleManager, QuantConnect.Lean.Engine.RealTime.BaseRealTimeHandler, and QuantConnect.Lean.Engine.RealTime.BacktestingRealTimeHandler.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: