Re: [Quickfix-developers] QF 1.10.2 - Unexpected Message j on execution report
Brought to you by:
orenmnero
|
From: James W. <wi...@ra...> - 2005-12-14 13:35:59
|
I believe I've identified the issue here. Don't concern yourself further with it -- it was an error on my ExRep message handler, not properly checking to see if a field was set before attempting to read its value. The counterparty had identified it as a required field, but it was in fact only conditionally required. I'd updated the XML data dictionary to reflect that miscommunication, but not the code. Sorry for any trouble. regards, Jim On Wed, 2005-12-14 at 01:35 -0600, Oren Miller wrote: > Can you post the reject message? > > --oren > > James Wiggs wrote: > > >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > >QuickFIX Support: http://www.quickfixengine.org/services.html > > > > > > Folks, > > > > Just upgraded to QF 1.10.2 to resolve some other issues, and > >I'm seeing QF send out Business-Level message rejects on some of > >the execution reports our counterparty sends us. I've gone over > >the message in detail versus the FIX 4.2 data dictionaries at > >b2bits.com, and I do *not* see why they are being rejected. Can > >anyone fill me in? We are currently still using the XML data > >dictionaries we installed previously when we were using 1.9.4; > >has there been a format change that might make these old files > >incompatible with the latest QF? Here are the messages that > >cause the rejects: > > > >8=FIX.4.29=030235=834=00017043=N52=20051214-03:19:5049=XX56=XXXXXXXX37=0000000d.00003bc8.439e6a33.000211=19011A4R4SAXN00117=1134530390.6747541=19011A4R4QUVR001150=620=039=655=QQQQ54=138=544=0.532=031=0.0014=0151=56=0167=OPT200=200512201=11=XXXXXXX60=20051214-03:19:5040=2202=4177=O204=010=059 > > > >and > > > >8=FIX.4.29=030335=834=00017143=N52=20051214-03:19:5049=XX56=XXXXXXXX37=0000000d.00003bc8.439e6a33.000211=19011A4R4SAXN00117=1134530390.20254441=19011A4R4QUVR001150=420=039=455=QQQQ54=138=544=0.532=031=0.0014=0151=06=0167=OPT200=200512201=11=XXXXXXX60=20051214-03:19:5040=2202=4177=O204=010=088 > > > > I have X'd out some identifying info. Oren, if you need the > >original messages to do a validation, please let me know and I can > >forward them to you. > > > >thanks, > >Jim > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > >for problems? Stop! Download the new AJAX search engine that makes > >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > >http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > >_______________________________________________ > >Quickfix-developers mailing list > >Qui...@li... > >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > > > > > |