Re: [Quickfix-users] Fix 4.0: execution reports, field Rule80A/47
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-02-24 20:17:13
|
Insert it as a valid value into your FIX40.xml under the Rule80A field. = The block looks like this... <field number=3D"47" name=3D"Rule80A" type=3D"CHAR"> <value enum=3D"A" description=3D"AGENCY_SINGLE_ORDER"/> <value enum=3D"D" = description=3D"PROGRAM_ORDER_INDEX_ARB_FOR_MEMBER_FIRMORG"/> <value enum=3D"C" = description=3D"PROGRAM_ORDER_NONINDEX_ARB_FOR_MEMBER_FIRMORG"/> <value enum=3D"J" = description=3D"PROGRAM_ORDER_INDEX_ARB_FOR_INDIVIDUAL_CUSTOMER"/> <value enum=3D"K" = description=3D"PROGRAM_ORDER_NONINDEX_ARB_FOR_INDIVIDUAL_CUSTOMER"/> <value enum=3D"U" = description=3D"PROGRAM_ORDER_INDEX_ARB_FOR_OTHER_AGENCY"/> <value enum=3D"Y" = description=3D"PROGRAM_ORDER_NONINDEX_ARB_FOR_OTHER_AGENCY"/> <value enum=3D"M" = description=3D"PROGRAM_ORDER_INDEX_ARB_FOR_OTHER_MEMBER"/> <value enum=3D"N" = description=3D"PROGRAM_ORDER_NONINDEX_ARB_FOR_OTHER_MEMBER"/> <value enum=3D"W" = description=3D"ALL_OTHER_ORDERS_AS_AGENT_FOR_OTHER_MEMBER"/> </field> Just insert enum "I" into this block. ----- Original Message -----=20 From: Matt Fitzpatrick=20 To: qui...@li...=20 Sent: Thursday, February 24, 2005 12:07 PM Subject: [Quickfix-users] Fix 4.0: execution reports, field Rule80A/47 Quickfix seems to be rejecting execution reports where field 47=3DI. = Does anyone know how I can turn off validation for this field or fix it = so it can handle I as a value (it should be valid as per fixionary). -------------------------------------------------------------------------= ----- From: Matt Fitzpatrick=20 Sent: Thursday, January 20, 2005 7:20 AM To: 'qui...@li...' Subject: Quick Fix & drop copies Can I use quick fix to process drop copies? |