Imported from previous forum
I use the Quickfix/J API for implementing a FIX application. I would like to know how to request a sequence number reset with the other party during the first connection of the day. The need arose when the application did not quit gracefully the previous day, and FIX connectivity experienced a sequence number mismatch. I connect between 8AM and 5PM CST, so this is not a 24x5 or 24x6 connectivity scenario.
The Logon call is implicitly facilitated when I start the (initiator) application. So I am not sure how to programmatically control the characteristics of this Logon message. Should I start by intercepting the outgoing Logon message in the fromAdmin() method, and somehow perform a message exchange from there to correctly reset the sequence number?
Thanks!
[ original email was from Toby Corballis - toby.corballis@rapidaddition.co.uk ]
This isn’t really the place for support questions around products, even open source ones. You can find info at the QuickFIX/J website on how to get support, etc.
I use the Quickfix/J API for implementing a FIX application. I would
like to know how to request a sequence number reset with the other party
during the first connection of the day. The need arose when the
application did not quit gracefully the previous day, and FIX
connectivity experienced a sequence number mismatch. I connect between
8AM and 5PM CST, so this is not a 24x5 or 24x6 connectivity scenario.The Logon call is implicitly facilitated when I start the
(initiator) application. So I am not sure how to programmatically
control the characteristics of this Logon message. Should I start by
intercepting the outgoing Logon message in the fromAdmin() method,
and somehow perform a message exchange from there to correctly reset
the sequence number?Thanks!