Re: [Quickfix-developers] About UseDataDictionary, ValidateUserDefinedField and Reject
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-06-11 21:42:52
|
Hi, I don't think that it is possible to completely turn off message validation with QF. What you can do is disable the validation of UserDefinedFields. For UDF you must use a number above 5000, otherwhise QF will apply the validation and reject the message if field is not correct according to xml data dictionary. UseDataDictionary is required to parse repeating groups. You can also turn off ValidateFieldsOutOfOrder=N and ValidateFieldsHaveValues=N. Djalma On 6/8/07, quickfixuser <fw...@ro...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > > Since the party, which I try to connect to, does not allow any reject from > my side. I tried to put ValidateUserDefinedField as N, but keep > UseDataDictorary as Y after I modified the xml for the new fields. However, > my quickfix still send out rejection due to "Tag not defined for this > message type". > A little bit confused about why we can set UseDataDictirony as Y and > ValidateUserDefinedField as N? Also, if I want to disable rejection, what > will be the best place to do it in quickfix? > > Thanks for the help > -- > View this message in context: http://www.nabble.com/About-UseDataDictionary%2C-ValidateUserDefinedField-and-Reject-tf3890466.html#a11028586 > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |