Lean
$LEAN_TAG$
|
Specifies dates that events should be fired, used in conjunction with the ITimeRule More...
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... | |
Specifies dates that events should be fired, used in conjunction with the ITimeRule
Definition at line 25 of file IDateRule.cs.
IEnumerable<DateTime> QuantConnect.Scheduling.IDateRule.GetDates | ( | DateTime | start, |
DateTime | end | ||
) |
Gets the dates produced by this date rule between the specified times
start | The start of the interval to produce dates for |
end | The end of the interval to produce dates for |
Implemented in QuantConnect.Scheduling.FuncDateRule.
|
get |
Gets a name for this rule
Definition at line 30 of file IDateRule.cs.