Wealth-Lab Framework
Search Framework:
HolidaySet
Namespace: WealthLab.Core
Parent: Object
Parent: Object
The HolidaySet class represents a named collection of market holiday dates and special market hours. HolidaySet instances are used by MarketManager and MarketDetails to define market-specific holiday schedules.
Members
Holidays
public List<DateTime> Holidays
A List of DateTime values representing dates on which the associated market is closed for a holiday.
Name
public string Name
The name of the Holiday Set.
SpecialHours
public Dictionary<DateTime, MarketHours> SpecialHours
A Dictionary of MarketHours instances keyed by DateTime. Each entry represents a date on which the market operates using special trading hours instead of its normal market hours.