Re: [Quickfix-users] How to change settings in the quickfix engine
Brought to you by:
orenmnero
From: C. G. <let...@gm...> - 2008-04-28 15:34:24
|
Thanks for your help. Fortunately I have managed to convince both parties I connect to, to fix both tag 15 and 41, which seems like a much better solution anyway :) 2008/4/24 <or...@qu...>: > This means somewhere in the application, either in your code or > SmartQuants, something is trying to pull tag 41 (OrigClOrdID) out of the > message. You need to find where this is and remove it or check to see if > the field is present before retrieving it. Otherwise the code throws a > FieldNotFound exception which it interpret as a missing conditionally > required field. > > As to the other problem, QuickFIX has a setting ValidateFieldsHaveValues. > Set this to N and the message will be processed. > > --oren > > > I use the quickfix engine together with a program called OpenQuant. > <http://www.smartquant.com>www.smartquant.com. > > I want to change the settings so that tag 41 is not required in a response > message. > I thought I figured it out. I found the path to the .xml file with all the > settings in, I found the relevant message and set the tag required to "N" > instead of "Y". > After this I save the file and restart my application, but the tag is > still required. I get > "Message 301 Rejected: Conditionally Required Field Missing:41" > Is there something else I should be aware of that is(n't) happening? > > Also, for some reason in a cancel order message I get a "15=", and the > quickfix engine doesn't seem to like that the tag lacks a value. I'll try to > dicuss > this with MF Global, that I'm connected to, but is there a way to make > quickfix ignore this problem? > ------------------------------ > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > <http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone> > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > ------------------------------ > _______________________________________________ > Quickfix-users mailing list > Quickfix-users**@lists.sourceforge.net<http://email.secureserver.net/pcompose.php#Compose> > <https://lists.sourceforge.net/lists/listinfo/quickfix-users> > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |