[Quickfix-developers] ResendRequest
Brought to you by:
orenmnero
From: Brian E. <Br...@ma...> - 2003-05-23 15:33:58
|
Hi, I'm a QuickFix newbie, and I'm trying to understand the ResendRequest. I'm using QF 1.4.1/C++. I'm running the executor example and tradeclient example. When both are running, I can send orders and get them immediately executed. Next I shutdown the executor, and send a trade from the tradeclient. My thought is it that this trade is now queued. I start up the executor, and the tradeclient will reconnect. After reconnect the executor displays: MsgSeqNum too high RECEIVED: 211 EXPECTED: 210 Sent ResendRequest FROM: 210 TO: 210... At this point I expect the client to resend the trade I sent while disconnected, instead the tradeclient sends a message sequence reset (35=4) message, and my trade is never executed. I'm sure I'm missing something obvious here. Can someone point me in the right direction? Brian Egge |