Re: [Quickfix-developers] Resend Request not Fulfilled, QuickFIX 1.10.2
Brought to you by:
orenmnero
|
From: Dave L. <dav...@ma...> - 2007-02-22 07:39:03
|
> This morning we had an issue with our FIX server built on > QuickFIX 1.10.2. We had a NewOrderSingle go out at about > 9:32 am, which was immediately followed by a re-logon to the > counterparty's system -- but the NewOrdSingle message was > never resent. This seemed to me to clearly be a failure in the > session management. Here is the relevant output from the > event log: > > Here is the relevant section from the outgoing packet log: > > 8=FIX.4.2^A9=55^A35=0^A34=108^A49=mXXXXX3^A52=20070221- > 14:31:03.013^A56=IB^A10=106^A > 8=FIX.4.2^A9=55^A35=0^A34=109^A49=mXXXXX3^A52=20070221- > 14:31:33.014^A56=IB^A10=111^A > 8=FIX.4.2^A9=226^A35=D^A34=110^A49=mXXXXX3^A52=20070221- > 14:31:58.117^A56=IB^A1=UXXXXXX0^A11=19011AGT21JZI001^A15=USD^A21=2^A38=25^ > A40=2^A44=0.71^A54=2^A55=QQQ^A59=0^A60=20070221- > 14:31:58^A77=C^A100=BEST^A167=OPT^A200=200703^A201=0^A202=45^A204=0^A231=1 > 00^A440=UXXXXXX0^A10=216^A > 8=FIX.4.2^A9=67^A35=A^A34=111^A49=mXXXXX3^A52=20070221- > 14:31:59.236^A56=IB^A98=0^A108=30^A10=163^A > 8=FIX.4.2^A9=95^A35=4^A34=110^A43=Y^A49=mXXXXX3^A52=20070221- > 14:32:00.716^A56=IB^A122=20070221-14:32:00^A36=112^A123=Y^A10=005^A > 8=FIX.4.2^A9=55^A35=0^A34=112^A49=mXXXXX3^A52=20070221- > 14:32:30.016^A56=IB^A10=105^A > 8=FIX.4.2^A9=55^A35=0^A34=113^A49=mXXXXX3^A52=20070221- > 14:33:00.017^A56=IB^A10=105^A > Is it possible that your application is throwing a DoNotSend in the toApp()? Cheers, Dave |