|
|
|
|
| Function | is_mrk_day |
| Include file | MRK_DAYR.H |
| Prototype | int is_mrk_day( int j_date ) |
| Remarks | Return TRUE if the target julian date is not a Saturday, Sunday or a market holiday else FALSE. This routine also calls chk_if_holiday(). |
![]()
| Function | chk_if_holiday |
| Include file | MRK_DAYR.H |
| Prototype | int chk_if_holiday( int j_date ) |
| Remarks | Return TRUE if the target julian date is market holiday else FALSE. Calling this routine will automatically load the holiday file. |
![]()
| Function | ld_holiday_file |
| Include file | MRK_DAYR.H |
| Prototype | static void ld_holiday_file() |
| Remarks | Load the holiday in local module memory. |
![]()
| Function | process_holiday_rec |
| Include file | MRK_DAYR.H |
| Prototype | static void process_holiday_rec( char *holiday_str ) |
| Remarks | Called by ld_ascii_data_file to process an individual holiday record from the holiday file. |
![]()
| Function | store_holiday_rec |
| Include file | MRK_DAYR.H |
| Prototype | static void store_holiday_rec( int holiday_j ) |
| Remarks | Store a holiday in module memory in julian. |
![]()
![]()