Re: [Quickfix-users] How to change settings in the quickfix engine
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-04-24 13:12:07
|
<html><body>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.<br><br>As to the other problem, QuickFIX has a setting ValidateFieldsHaveValues. Set this to N and the message will be processed.<br><br>--oren<br><br><blockquote webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px;"><br>I use the quickfix engine together with a program called OpenQuant. <a href="http://www.smartquant.com" target="_blank"><a href="http://www.smartquant.com">www.smartquant.com</a></a>.<br><br>I want to change the settings so that tag 41 is not required in a response message.<br> 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".<br>After this I save the file and restart my application, but the tag is still required. I get<br> "Message 301 Rejected: Conditionally Required Field Missing:41"<br>Is there something else I should be aware of that is(n't) happening?<br><br>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<br> this with MF Global, that I'm connected to, but is there a way to make quickfix ignore this problem?<br> <hr>-------------------------------------------------------------------------<br> This <a href="http://SF.net">SF.net</a> email is sponsored by the 2008 JavaOne(SM) Conference <br> Don't miss this year's exciting event. There's still time to save $100. <br> Use priority code J8TL2D2. <br> <a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank"><a href="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</a></a><hr>_______________________________________________<br> Quickfix-users mailing list<br> <a href="http://email.secureserver.net/pcompose.php#Compose" onclick="Popup.composeWindow('pcompose.php?sendto=Quickfix-users%40lists.sourceforge.net'); return false;">Quickfix-users<b></b>@lists.sourceforge.net</a><br> <a href="https://lists.sourceforge.net/lists/listinfo/quickfix-users" target="_blank"><a href="https://lists.sourceforge.net/lists/listinfo/quickfix-users">https://lists.sourceforge.net/lists/listinfo/quickfix-users</a></a><br> </blockquote></body></html> |