[Quickfix-developers] NextExpectedMsgSeqNum flag 789
Brought to you by:
orenmnero
From: Clark l. <cga...@gm...> - 2010-07-06 15:37:19
|
I see this defined in a header file: FixFieldNumbers.h: const int NextExpectedMsgSeqNum = 789; But it is not dealt with in the NextLogon message. In fact NextExpectedMsgSeqNum is not used anywhere in any of the C++ source files, other than the definition in the FixFieldNumbers.h file. Should I write some code to deal with this in the NextLogon function? If I write the code, what is the procedure fort getting it tested, and put into the next release? |