MRK_DAYR module routines - WIN32

Company Information Software Products TDF Market Reports Download Area take me Home

MRK_DAYR.C - MaRKet DAY Routines

These routines will support hidden holiday tracking providing a way to check a julian date to determine if the market will be open.

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.

Table of Contents Function Index

generated on 22 September 1998 - 12:55:13
© 1998 Tierra del Fuego Ltd.