Re: [Quickfix-developers] repeating tag 382 fix 4.2
Brought to you by:
orenmnero
From: Neeraj R. <rn...@ya...> - 2008-06-25 02:02:48
|
A1. I was able to fix the porblem by changing fromApp(FIX::Execution..) and calling setField(382, "1") before the crack(message) A2. I was able to simulate the error by reading the log file generated by client FIX interaction. I would be eager to hear better solutions. thanks Neeraj --- On Fri, 6/20/08, Neeraj Rai <rn...@ya...> wrote: > From: Neeraj Rai <rn...@ya...> > Subject: repeating tag 382 fix 4.2 > To: qui...@li... > Date: Friday, June 20, 2008, 8:42 PM > We are using FIX 4.2 > My counterparty is sending execution reports with tags 337 > and 375, but > no tag 382. > Quickfix is rejecting the mesg with 58="field 337 not > supported for this > msg type" > I have a testing engine written in quickfix. I tried to > simulate the error > by sending similar fields, apparently, quickfix adds tag > 382 when creating a > group. > Q1. Is there any way I can process the counter party mesg > and not have it > rejected. We know they will only send 1 repeating group > ? > Q2. Is there any way we can simulate this bad mesg in test > environment with > quickfix ? > > thanks > Neeraj |