|
From: Felipe W. <fel...@gm...> - 2021-04-12 23:04:19
|
Hello everybody! I must connect to a session on a daily basis and at the beginning of every new session, I must start with sequence number 1. I'm afraid of using the StartTime and EndTime parameters because there can be issues between the time zone configuration of my server and the acceptor. So, I intend to do a manual schedule to logon and logout. As my application can be restarted during the day by the server, I can't use the *ResetOnLogon* or the other *ResetOn* parameters. I tested QuickFIX/J and it looks like that every time that I start a session and the date of the session storage is older than the current day (in other words, the first logon of the day), QuickFIX/J is automatically setting the sequence number to 1. Did I understand that correctly? Will QuickFIX/J always begin the first daily session with the sequence number 1? Thanks a lot, Felipe Henrique Gross Windmoller |