Re: [Quickfix-users] Sequence number consumed on failed logon attempt
Brought to you by:
orenmnero
From: Dale W. <wi...@oc...> - 2009-09-21 14:22:02
|
Hi Jose, Jose Lopez wrote: > Is there a way to setup the QuickFIX so it does not consume the > sequence number if the logon fails? That would be a violation of the FIX standard. > What I'm looking for is to keep using the same sequence number until > the logon succedds. You can force this behavior by calling either Session::setNextSenderMsgSeqNum or Session::setNextTargetMsgSeqNum depending on which sequence number you are talking about. You should be aware, however, that this will cause communication problems with your counterparty if that counterparty does conform to the standard. Dale |