quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

ResetSeqNumFlag

Open aozeahj opened this issue 3 years ago • 1 comments

Setting ResetSeqNumFlag(141)='Y' when initiator run the start() method is not supported. This prevents the session serial number from being reset automatically.

aozeahj avatar Sep 29 '22 14:09 aozeahj

Can you explain your use case a little more? In the meantime, some things you could do:

  • Control this via SessionSettings (see the ResetOn... and RefreshOn.... settings).
  • Or, I suppose you could call initiator.getSession(sessionID).reset() before you call initiator.start() (or getSessions() to iterate over all of them).
  • Or, you could set RefreshOnLogon=Y and manipulate the Store (e.g. overwrite the .seqnums file) before calling start().

mgatny avatar Sep 29 '22 15:09 mgatny