Lean  $LEAN_TAG$
QuantConnect.Messages.SecurityExchangeHours Class Reference

Provides user-facing messages for the Securities.SecurityExchangeHours class and its consumers or related classes More...

Static Public Member Functions

static string LastMarketOpenNotFound (DateTime localDateTime, bool isMarketAlwaysOpen)
 Returns a string message saying it did not find last market open for the given local date time. It also mentions if the market is always open or not More...
 

Static Public Attributes

static string UnableToLocateNextMarketOpenInTwoWeeks = "Unable to locate next market open within two weeks."
 String message saying: Unable to locate next market open within two weeks More...
 
static string UnableToLocateNextMarketCloseInTwoWeeks = "Unable to locate next market close within two weeks."
 String message saying: Unable to locate next market close within two weeks More...
 

Detailed Description

Provides user-facing messages for the Securities.SecurityExchangeHours class and its consumers or related classes

Definition at line 777 of file Messages.Securities.cs.

Member Function Documentation

◆ LastMarketOpenNotFound()

static string QuantConnect.Messages.SecurityExchangeHours.LastMarketOpenNotFound ( DateTime  localDateTime,
bool  isMarketAlwaysOpen 
)
static

Returns a string message saying it did not find last market open for the given local date time. It also mentions if the market is always open or not

Definition at line 794 of file Messages.Securities.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ UnableToLocateNextMarketOpenInTwoWeeks

string QuantConnect.Messages.SecurityExchangeHours.UnableToLocateNextMarketOpenInTwoWeeks = "Unable to locate next market open within two weeks."
static

String message saying: Unable to locate next market open within two weeks

Definition at line 782 of file Messages.Securities.cs.

◆ UnableToLocateNextMarketCloseInTwoWeeks

string QuantConnect.Messages.SecurityExchangeHours.UnableToLocateNextMarketCloseInTwoWeeks = "Unable to locate next market close within two weeks."
static

String message saying: Unable to locate next market close within two weeks

Definition at line 787 of file Messages.Securities.cs.


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