|
General Q/A
< Previous Next >
how to reset seq num in Quickfix/J app
Ashwin Raj / Hutchinson, Shockey, Erley 9 Mar 2010 1:47PM ETI 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!
how to reset seq num in Quickfix/J app Ashwin Raj / Hutchinson, Shockey, Erley 9 Mar 2010 1:47PM ET |