Lean  $LEAN_TAG$
QuantConnect.Data.Fundamental.Period Class Reference

Period constants for multi-period fields More...

Static Public Attributes

const string OneMonth = "1M"
 Period constant for one month More...
 
const string TwoMonths = "2M"
 Period constant for two months More...
 
const string ThreeMonths = "3M"
 Period constant for three months More...
 
const string SixMonths = "6M"
 Period constant for six months More...
 
const string NineMonths = "9M"
 Period constant for nine months More...
 
const string TwelveMonths = "12M"
 Period constant for twelve months More...
 
const string OneYear = "1Y"
 Period constant for one year More...
 
const string TwoYears = "2Y"
 Period constant for two years More...
 
const string ThreeYears = "3Y"
 Period constant for three years More...
 
const string FiveYears = "5Y"
 Period constant for five years More...
 
const string TenYears = "10Y"
 Period constant for ten years More...
 

Detailed Description

Period constants for multi-period fields

Definition at line 24 of file Period.cs.

Member Data Documentation

◆ OneMonth

const string QuantConnect.Data.Fundamental.Period.OneMonth = "1M"
static

Period constant for one month

Definition at line 29 of file Period.cs.

◆ TwoMonths

const string QuantConnect.Data.Fundamental.Period.TwoMonths = "2M"
static

Period constant for two months

Definition at line 34 of file Period.cs.

◆ ThreeMonths

const string QuantConnect.Data.Fundamental.Period.ThreeMonths = "3M"
static

Period constant for three months

Definition at line 39 of file Period.cs.

◆ SixMonths

const string QuantConnect.Data.Fundamental.Period.SixMonths = "6M"
static

Period constant for six months

Definition at line 44 of file Period.cs.

◆ NineMonths

const string QuantConnect.Data.Fundamental.Period.NineMonths = "9M"
static

Period constant for nine months

Definition at line 49 of file Period.cs.

◆ TwelveMonths

const string QuantConnect.Data.Fundamental.Period.TwelveMonths = "12M"
static

Period constant for twelve months

Definition at line 54 of file Period.cs.

◆ OneYear

const string QuantConnect.Data.Fundamental.Period.OneYear = "1Y"
static

Period constant for one year

Definition at line 59 of file Period.cs.

◆ TwoYears

const string QuantConnect.Data.Fundamental.Period.TwoYears = "2Y"
static

Period constant for two years

Definition at line 64 of file Period.cs.

◆ ThreeYears

const string QuantConnect.Data.Fundamental.Period.ThreeYears = "3Y"
static

Period constant for three years

Definition at line 69 of file Period.cs.

◆ FiveYears

const string QuantConnect.Data.Fundamental.Period.FiveYears = "5Y"
static

Period constant for five years

Definition at line 74 of file Period.cs.

◆ TenYears

const string QuantConnect.Data.Fundamental.Period.TenYears = "10Y"
static

Period constant for ten years

Definition at line 79 of file Period.cs.


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