[Quickfix-developers] When are sequence numbers incremented?
Brought to you by:
orenmnero
From: djmob <dan...@bl...> - 2011-12-30 15:23:14
|
I understand that QuickFIX manages message sequence numbers (using the sequence number file) and sends ResendRequests as needed. I am a little unclear though exactly how this is done and if it works for my particular scenario. For example if the QuickFIX engine were to receive an ExecutionReport message but before fromApp() returns the process crashes, was the received sequence number count already incremented even though I did not fully process the message? I need to guarantee that fromApp () fully executed before the sequence number count is incremented, so that the correct ResendRequest message is sent upon restarting my application in case of a crash. Thanks in advance for any help. -- View this message in context: http://old.nabble.com/When-are-sequence-numbers-incremented--tp33052499p33052499.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |