Lean  $LEAN_TAG$
QuantConnect.Messages.MarketHoursSegment Class Reference

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

Static Public Member Functions

static string ToString (Securities.MarketHoursSegment instance)
 Parses a MarketHourSegment object into a string message containing basic information about it More...
 

Static Public Attributes

static string InvalidExtendedMarketOpenTime = "Extended market open time must be less than or equal to market open time."
 String message saying: Extended market open time must be less than or equal to market open time More...
 
static string InvalidMarketCloseTime = "Market close time must be after market open time."
 String message saying: Market close time must be after market open time More...
 
static string InvalidExtendedMarketCloseTime = "Extended market close time must be greater than or equal to market close time."
 String message saying: Extended market close time must be greater than or equal to market close time More...
 

Detailed Description

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

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

Member Function Documentation

◆ ToString()

static string QuantConnect.Messages.MarketHoursSegment.ToString ( Securities.MarketHoursSegment  instance)
static

Parses a MarketHourSegment object into a string message containing basic information about it

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

Here is the caller graph for this function:

Member Data Documentation

◆ InvalidExtendedMarketOpenTime

string QuantConnect.Messages.MarketHoursSegment.InvalidExtendedMarketOpenTime = "Extended market open time must be less than or equal to market open time."
static

String message saying: Extended market open time must be less than or equal to market open time

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

◆ InvalidMarketCloseTime

string QuantConnect.Messages.MarketHoursSegment.InvalidMarketCloseTime = "Market close time must be after market open time."
static

String message saying: Market close time must be after market open time

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

◆ InvalidExtendedMarketCloseTime

string QuantConnect.Messages.MarketHoursSegment.InvalidExtendedMarketCloseTime = "Extended market close time must be greater than or equal to market close time."
static

String message saying: Extended market close time must be greater than or equal to market close time

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


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