HolidayRecord Structure¶
This document describes the HolidayRecord structure used for holiday configuration.
Fields¶
| Field | Type | Description |
|---|---|---|
id |
int | Unique identifier |
year |
int | Year of the holiday |
month |
int | Month of the holiday (1–12) |
day |
int | Day of the holiday (1–31) |
from |
int | Start time in minutes (e.g., 600 = 10:00 AM) |
to |
int | End time in minutes (e.g., 1020 = 5:00 PM) |
symbol |
string | Symbol group name or "All" for all symbols |
security |
string | Description of the holiday |
enable |
int | Enable flag (1 = active, 0 = disabled) |
interval |
int | Internal data (used internally by the system) |