Recovering Messages lost due to network failure

Imported from previous forum

Hi,
I have FIX (QuickFIX) client which recieves execution reports of day trading. If the network connection fails or due to any other disturbance , if I loose few messages , what is the procedure to get the FIX sender to resend the messages.

Many Thanks.
Vipula

[ original email was from binaya patel - binayakumar.patel@wipro.com ]
> Hi, I have FIX (QuickFIX) client which recieves execution reports of day

trading. If the network connection fails or due to any other disturbance
, if I loose few messages , what is the procedure to get the FIX sender
to resend the messages.

Many Thanks. Vipula

Send a resend request by setting the beginSeqNo(7) and the endSeqNo(16)

Hi, I have FIX (QuickFIX) client which recieves execution reports of
day trading. If the network connection fails or due to any other
disturbance , if I loose few messages , what is the procedure to get
the FIX sender to resend the messages.

Many Thanks. Vipula

Send a resend request by setting the beginSeqNo(7) and the endSeqNo(16)

Your FIX engine will have to send a Resend Request( MsgType = 2) with
beginSeqNo(7) and endSeqNo(16)to recover lost messages.

~Sumit