I have an QuickFIX/J application configured to run from Monday to Friday at specific times using the following QFJ configuration:
Weekdays=Monday,Tuesday,Wednesday,Thursday,Friday
StartTime=07:30:00 America/Sao_Paulo
EndTime=21:00:00 America/Sao_Paulo
For testing purposes, I need to execute a mock test on Saturday. Is there a method in QFJ’s SocketInitiator that allows me to force a logon message for all sessions on Saturday?
Any guidance or examples would be greatly appreciated. Thanks!