Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QuickFIX - set StartTime\EndTime

Tags:

quickfix

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.

like image 417
Jonathan Livni Avatar asked Oct 17 '25 13:10

Jonathan Livni


1 Answers

There is a way to set this. You can can set a timezone as follows:

TimeZone=America/New_York

see the configuration guide.

It is weird that it is not in the quickfix configuration guide and it is present in the quickfixJ guide.

like image 134
robthewolf Avatar answered Oct 19 '25 13:10

robthewolf



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!