Lean  $LEAN_TAG$
QuantConnect.Scheduling.IDateRule Interface Reference

Specifies dates that events should be fired, used in conjunction with the ITimeRule More...

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

Public Member Functions

IEnumerable< DateTime > GetDates (DateTime start, DateTime end)
 Gets the dates produced by this date rule between the specified times More...
 

Properties

string Name [get]
 Gets a name for this rule More...
 

Detailed Description

Specifies dates that events should be fired, used in conjunction with the ITimeRule

Definition at line 25 of file IDateRule.cs.

Member Function Documentation

◆ GetDates()

IEnumerable<DateTime> QuantConnect.Scheduling.IDateRule.GetDates ( DateTime  start,
DateTime  end 
)

Gets the dates produced by this date rule between the specified times

Parameters
startThe start of the interval to produce dates for
endThe end of the interval to produce dates for
Returns
All dates in the interval matching this date rule

Implemented in QuantConnect.Scheduling.FuncDateRule.

Here is the caller graph for this function:

Property Documentation

◆ Name

string QuantConnect.Scheduling.IDateRule.Name
get

Gets a name for this rule

Definition at line 30 of file IDateRule.cs.


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