[Quickfix-developers] changing conditionally required fields
Brought to you by:
orenmnero
|
From: Scott R. <sri...@fo...> - 2006-04-05 13:55:24
|
I am trying to change some required fields to be conditionally required. First, I was attempting to just add the fields in fromApp(), but they weren't showing up in the log file. quickfix.field.AvgPx val =3D new AvgPx(0); message.setField(val); =20 Then, I decided to just edit the xml file to match the changes to FIX that my counterparty made. In the xml file (FIX42.xml) the only values I see for required are "Y" and "N". I set all the necessary conditional fields to "N", but am still sending business rejections back to my counterparty with "Conditionally required Field missing". Is there somewhere else I need to set conditions? =20 - Scott Riopelle |