Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the Securities.MarketHoursSegment class and its consumers or related classes
Definition at line 660 of file Messages.Securities.cs.
|
static |
Parses a MarketHourSegment object into a string message containing basic information about it
Definition at line 681 of file Messages.Securities.cs.
|
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.
|
static |
String message saying: Market close time must be after market open time
Definition at line 670 of file Messages.Securities.cs.
|
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.