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
|