QuickFIX has a configuration file where you set StartTime
and EndTime
. Unfortunately AFAIK QuickFIX only supports UTC for this configuration, whereas exchanges are often timezone dependent. This means that you need to remember to update this configuration file every time the clock changes.
Is there a way to set the StartTime
\ EndTime
parameters programatically instead of through the configuration file? That way you could adjust the timeset the correct values programatically.