Re: [Quickfix-developers] validation working
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-11-27 16:32:11
|
If you are expecting incoming messages with custom fields, you will need to add them to your dictionary. You do not need to do this for outgoing messages. Some of the checks that QuickFIX does on incoming messages are: "Is this a valid field?" and "Does this field belong in this message?". So for those reasons they need to be present in the data dictionary. --oren |---------+-----------------------------------------------> | | gar...@su... | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 11/27/2002 09:34 AM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: gar...@su... | | cc: qui...@li..., | | qui...@li... | | Subject: Re: [Quickfix-developers] validation working | >----------------------------------------------------------------------------------------------| Sorry - my mistake. I did indeed have the wrong path specified for the DataDictionary. Validation seems to be working for me now. Related to that though, do I need to make extend my own custom data dictionary if I am adding custom fields? If I do not need them validated, will those fields at least go through? Thanks, Gary Mui Prescient Markets, Inc 914-989-3118 (W) 445 Hamilton Avenue 914-422-3693 (F) White Plains, NY 10601 Please visit us at http://www.cpmarket.com gar...@su... Sent by: To: qui...@li... qui...@li...urc cc: eforge.net Subject: [Quickfix-developers] validation working 11/27/02 10:19 AM Is there anyway to confirm if validation is working? I would like to have validation turned on but I continue to receive messages that I think should fail validation. E.g. I am using FIX42.xml as the DataDictionary but I am able to send and receive ExecutionReport messages that do not have an OrderID set. Is there a way to determine if everything is configured properly? E.g. can I remove the DataDictionary file and see some exception thrown that it can't find the specified file? Thanks, Gary Mui Prescient Markets, Inc 914-989-3118 (W) 445 Hamilton Avenue 914-422-3693 (F) White Plains, NY 10601 Please visit us at http://www.cpmarket.com ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |