Lean  $LEAN_TAG$
QuantConnect.Data.Consolidators.CalendarType Class Reference

Calendar Type Class; now obsolete routes functions to Calendar More...

Static Public Attributes

static Func< DateTime, CalendarInfoWeekly => Calendar.Weekly
 Computes the start of week (previous Monday) of given date/time More...
 
static Func< DateTime, CalendarInfoMonthly => Calendar.Monthly
 Computes the start of month (1st of the current month) of given date/time More...
 

Detailed Description

Calendar Type Class; now obsolete routes functions to Calendar

Definition at line 24 of file CalendarType.cs.

Member Data Documentation

◆ Weekly

Func<DateTime, CalendarInfo> QuantConnect.Data.Consolidators.CalendarType.Weekly => Calendar.Weekly
static

Computes the start of week (previous Monday) of given date/time

Definition at line 29 of file CalendarType.cs.

◆ Monthly

Func<DateTime, CalendarInfo> QuantConnect.Data.Consolidators.CalendarType.Monthly => Calendar.Monthly
static

Computes the start of month (1st of the current month) of given date/time

Definition at line 34 of file CalendarType.cs.


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