RE: [Quickfix-developers] Message Rejected: Required tag missing:37
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2003-10-21 00:32:43
|
Is you're app trying to pull the field out. If you try to pull a field out without checking for it's presence, and you are not trapping the FieldNotFound error, the field will be treated like a required field whether or not it is defined as such in the xml. -----Original Message----- From: Daniel May [mailto:Dan...@ma...]=20 Sent: Monday, October 20, 2003 1:53 PM To: qui...@li... Subject: [Quickfix-developers] Message Rejected: Required tag missing:37 I am getting a "Message xxx Rejected: Required tag missing:37" from my QuickFix Initiator app when trying to process a MarketDataIncrementalRefresh message. I am generating the message from a QuickFIX Acceptor App that I have written also. The initiator is using the standard FIX.4.2 XML DataDictionary, and field 37, "OrderID" is defined with = required=3D"N" . If I add a dummy OrderID value it works fine, but I do not understand why a non-required field is causing the message to get rejected. Daniel May ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |