Re: [Quickfix-developers] SeqNum not incrementing
Brought to you by:
orenmnero
|
From: Scott R. <sri...@fo...> - 2006-06-21 15:05:05
|
As a test, I hacked out some code to detect the duplicate msgSeqNum sent with the heartbeat, and automatically increment it as well as all subsequent messages. This causes my application to work fine, despite still not having sent the logonRequest message with ResetSeqNum field set to Y. This doesn't strike me as appropriate behavior, should they be persisting the connection without that message? =09 -Scott -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Scott Riopelle Sent: Wednesday, June 21, 2006 10:58 AM To: dav...@ma...; qui...@li... Subject: Re: [Quickfix-developers] SeqNum not incrementing QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html I am using version 1.11.0 Is there a more recent one? -Scott -----Original Message----- From: Dave Linaker [mailto:dav...@ma...]=20 Sent: Wednesday, June 21, 2006 10:42 AM To: Scott Riopelle; qui...@li... Subject: RE: [Quickfix-developers] SeqNum not incrementing > Everything worked fine yesterday and I haven't had this=20 > problem before, but this morning, after I send a logon=20 > message with msgSeqNum =3D 1, and receive one back, I send a=20 > heartbeat also with msgSeqNum =3D 1. =20 >=20 > = 8=3DFIX.4.2=019=3D0068=0135=3DA=0149=3DTMATS=0156=3DFORTFIX=0134=3D1=0152= =3D20060621-13: > 31:11=0198=3D0=01108=3D5=01141=3DY=0110=3D057=01 >=20 The Logon message you are receiving from "TMATS" has ResetSeqNumFlag=3DY (i.e. the counterparty is requesting a reset of the sequence numbers), which might explain the behaviour. Are you expecting this tag to be set? Which version of quickfix are you using (I think there were some fixes relating to ResetSeqNumFlag in 1.11.0)? Cheers Dave _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |