Re: [Quickfix-developers] ResendRequest with BeginSeqNo less than zero
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2012-01-03 15:52:35
|
The seqno should never be negative. It's definitely negative in your raw FIX message log? (i.e. it's not simply a debug line that's misinterpreting an unsigned int as signed?) If it's negative in your log, then that's definitely a bug, though I'm not sure what's causing it. I think you should open a bug report and attach your logs. Bug tracker is here: http://sourceforge.net/projects/quickfix/ -Grant On Fri, Dec 23, 2011 at 1:41 PM, Fernando Lima <bo...@gm...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hello, > > I having problems with ResendRequest messages after a crash. The events in quickfix log are: > > 1) receive a ExecutionReport with MsgSeqNum=84316 > 2) send Logon > 3) receive Logon with MsgSeqNum=84320 > 4) send ResendRequest with BeginSeqNo = -799597242 > > The crash happened between steps 1 and two. > > Is there any reason for the negative number in BeginSeqNo? > > Thanks in advance, > Fernando. > > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |