<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Could you post your xml file too.</p>
<p>The error message has changed from "Value is incorrect (out of range)" for this tag to "Out of order repeating group members" after applying the xml change?</p>
<div> </div>
<p>Found this on another post: The correct send order is 55 48 22 Can you update your request to the order mentioned there and post your results. </p>
<p> </p>
<p>On 2016-07-13 16:00, Mihkel Tali wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">Hi, 
<div>My message logs : </div>
<div> </div>
<div>
<div>==OnLogon: FIX.4.4:NCY5090_TRADE_UAT->EXANTE_TRADE_UAT==</div>
<div>==OnLogon: FIX.4.4:NCY5090_FEED_UAT->EXANTE_FEED_UAT==</div>
<div>## ToApp: 8=FIX.4.4 9=153 35=V 34=2 49=NCY5090_FEED_UAT 52=20160713-05:56:39.022 56=EXANTE_FEED_UAT 262=7542 263=1 264=0 265=0 267=2 269=0 269=1 146=1 22=111 48=EUR/USD.E.FX 55=0 10=035</div>
<div>## ToApp: 8=FIX.4.4 9=153 35=V 34=3 49=NCY5090_FEED_UAT 52=20160713-05:56:39.054 56=EXANTE_FEED_UAT 262=7542 263=1 264=0 265=0 267=2 269=0 269=1 146=1 22=111 48=EUR/USD.E.FX 55=0 10=041</div>
<div>## FromAdmin: 8=FIX.4.4 9=139 35=3 34=2 49=EXANTE_FEED_UAT 52=20160713-05:56:38.576 56=NCY5090_FEED_UAT 45=2 58=Out of order repeating group members 371=22 372=V 373=15 10=229</div>
<div>REJECT RECEIVED: 8=FIX.4.4 9=139 35=3 34=2 49=EXANTE_FEED_UAT 52=20160713-05:56:38.576 56=NCY5090_FEED_UAT 45=2 58=Out of order repeating group members 371=22 372=V 373=15 10=229</div>
<div>## FromAdmin: 8=FIX.4.4 9=139 35=3 34=3 49=EXANTE_FEED_UAT 52=20160713-05:56:38.578 56=NCY5090_FEED_UAT 45=3 58=Out of order repeating group members 371=22 372=V 373=15 10=233</div>
<div>REJECT RECEIVED: 8=FIX.4.4 9=139 35=3 34=3 49=EXANTE_FEED_UAT 52=20160713-05:56:38.578 56=NCY5090_FEED_UAT 45=3 58=Out of order repeating group members 371=22 372=V 373=15 10=233</div>
</div>
<div> </div>
<div>I added it to the FIX44 file aswell right away, but it changed nothing and I'm using FIX 4.4.</div>
<div> </div>
<div>Thanks for all the help, </div>
<div>Mihkel</div>
</div>
<br />
<div class="gmail_quote">
<div dir="ltr">On Wed, Jul 13, 2016 at 1:09 AM <<a href="mailto:quickfixn-request@lists.quickfixn.com">quickfixn-request@lists.quickfixn.com</a>> wrote:</div>
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">Send Quickfixn mailing list submissions to<br />         <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br /> <br /> To subscribe or unsubscribe via the World Wide Web, visit<br />         <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br /> or, via email, send a message with subject or body 'help' to<br />         <a href="mailto:quickfixn-request@lists.quickfixn.com">quickfixn-request@lists.quickfixn.com</a><br /> <br /> You can reach the person managing the list at<br />         <a href="mailto:quickfixn-owner@lists.quickfixn.com">quickfixn-owner@lists.quickfixn.com</a><br /> <br /> When replying, please edit your Subject line so it is more specific<br /> than "Re: Contents of Quickfixn digest..."<br /> <br /> <br /> Today's Topics:<br /> <br />    1.  Problem with sending orders (Mihkel Tali)<br />    2. Re:  Problem with sending orders (Stefano Facchetti - Arcoba Srl)<br />    3. Re:  Problem with sending orders (Brett Bailey)<br />    4. Re:  Problem with sending orders (Mike Gatny)<br /> <br /> <br /> ----------------------------------------------------------------------<br /> <br /> Message: 1<br /> Date: Tue, 12 Jul 2016 07:30:37 +0000<br /> From: Mihkel Tali <<a href="mailto:mihkeltali@gmail.com">mihkeltali@gmail.com</a>><br /> To: <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br /> Subject: {{Quickfixn}} Problem with sending orders<br /> Message-ID:<br />         <CANWVxmtm4A=yHWkiFDc_7XGVz+Bvpd1SAwE3CnVY=<a href="mailto:6rm4gj%2BGw@mail.gmail.com">6rm4gj+Gw@mail.gmail.com</a>><br /> Content-Type: text/plain; charset="utf-8"<br /> <br /> Hi,<br /> I'm relatively new to FIX protocol and just made my first interface/app. I<br /> have a problem with sending orders, more specifically the broker that I'm<br /> connecting to requires that to identify a symbol tags 48 and 22 be used as<br /> well. When I try to send and order my app sends a toadmin message right<br /> after the order message which has in it 58=Value is incorrect (out of<br /> range) for this tag , referring to tag 22, but tag 22 is a constant value<br /> of 111 which is required by the broker. What may be the problem?<br /> <br /> Thanks for your help,<br /> Mihkel<br /> -------------- next part --------------<br /> An HTML attachment was scrubbed...<br /> URL: <<a href="http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20160712/136dfb02/attachment.html">http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20160712/136dfb02/attachment.html</a>><br /> <br /> ------------------------------<br /> <br /> Message: 2<br /> Date: Tue, 12 Jul 2016 09:37:36 +0200<br /> From: Stefano Facchetti - Arcoba Srl <<a href="mailto:s.facchetti@arcoba.it">s.facchetti@arcoba.it</a>><br /> To: Mailing list for QuickFIX/n <<a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a>><br /> Subject: Re: {{Quickfixn}} Problem with sending orders<br /> Message-ID: <<a href="mailto:52ab83cb-ccc1-448b-d0e6-9c1fce089791@arcoba.it">52ab83cb-ccc1-448b-d0e6-9c1fce089791@arcoba.it</a>><br /> Content-Type: text/plain; charset="utf-8"; Format="flowed"<br /> <br /> Hi Mihkel,<br /> <br /> 1. What version of fix protocol are you using?<br /> 2. Can you send us the message's log?<br /> 3. The value 111 is not "valid" for tag 22 in standard fix spec , look<br /> here: <a href="http://www.fixtradingcommunity.org/FIXimate/FIXimate3.0/">http://www.fixtradingcommunity.org/FIXimate/FIXimate3.0/</a><br /> <br /> Stefano.<br /> <br /> Il 12/07/2016 09:30, Mihkel Tali:<br /> > Hi,<br /> > I'm relatively new to FIX protocol and just made my first<br /> > interface/app. I have a problem with sending orders, more specifically<br /> > the broker that I'm connecting to requires that to identify a symbol<br /> > tags 48 and 22 be used as well. When I try to send and order my app<br /> > sends a toadmin message right after the order message which has in it<br /> > 58=Value is incorrect (out of range) for this tag , referring to tag<br /> > 22, but tag 22 is a constant value of 111 which is required by the<br /> > broker. What may be the problem?<br /> ><br /> > Thanks for your help,<br /> > Mihkel<br /> ><br /> ><br /> > _______________________________________________<br /> > Quickfixn mailing list<br /> > <a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br /> > <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br /> <br /> -------------- next part --------------<br /> An HTML attachment was scrubbed...<br /> URL: <<a href="http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20160712/8baf39da/attachment-0001.htm">http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20160712/8baf39da/attachment-0001.htm</a>><br /> <br /> ------------------------------<br /> <br /> Message: 3<br /> Date: Tue, 12 Jul 2016 18:05:54 +1000<br /> From: Brett Bailey <<a href="mailto:brett@sitementor.com.au">brett@sitementor.com.au</a>><br /> To: Mailing list for QuickFIX/n <<a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a>><br /> Subject: Re: {{Quickfixn}} Problem with sending orders<br /> Message-ID: <<a href="mailto:68B6B5DC-4E60-4F4A-B4AF-220F7EF505F1@sitementor.com.au">68B6B5DC-4E60-4F4A-B4AF-220F7EF505F1@sitementor.com.au</a>><br /> Content-Type: text/plain;       charset=us-ascii<br /> <br /> Can you post the full toadmin message? I had a few issues with certain tags because I hadn't added my brokers specific requirements to the fix xml file<br /> <br /> > On 12 Jul 2016, at 5:30 PM, Mihkel Tali <<a href="mailto:mihkeltali@gmail.com">mihkeltali@gmail.com</a>> wrote:<br /> ><br /> > Hi,<br /> > I'm relatively new to FIX protocol and just made my first interface/app. I have a problem with sending orders, more specifically the broker that I'm connecting to requires that to identify a symbol tags 48 and 22 be used as well. When I try to send and order my app sends a toadmin message right after the order message which has in it 58=Value is incorrect (out of range) for this tag , referring to tag 22, but tag 22 is a constant value of 111 which is required by the broker. What may be the problem?<br /> ><br /> > Thanks for your help,<br /> > Mihkel<br /> > _______________________________________________<br /> > Quickfixn mailing list<br /> > <a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br /> > <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br /> <br /> <br /> <br /> ------------------------------<br /> <br /> Message: 4<br /> Date: Tue, 12 Jul 2016 09:57:08 -0400<br /> From: Mike Gatny <<a href="mailto:mgatny@connamara.com">mgatny@connamara.com</a>><br /> To: "Mailing list for QuickFIX/n" <<a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a>><br /> Subject: Re: {{Quickfixn}} Problem with sending orders<br /> Message-ID:<br />         <CAA1-azNN+JNab2ShFP-7Wzq3uSviDaOzx0=<a href="mailto:ZwzbH0rkU2-1H6A@mail.gmail.com">ZwzbH0rkU2-1H6A@mail.gmail.com</a>><br /> Content-Type: text/plain; charset="utf-8"<br /> <br /> The IDSource (tag 22) field is defined as an enum in the DataDictionary, so<br /> you need to update it to allow a value of "111".<br /> <br /> Add something like:<br /> <br /> <value enum="111" description="BROKER_XYZ"/><br /> <br /> <br /> To this section of your DataDictionary (using FIX42.xml as an example):<br /> <br /> <a href="https://github.com/connamara/quickfixn/blob/master/spec/fix/FIX42.xml#L1676-1686">https://github.com/connamara/quickfixn/blob/master/spec/fix/FIX42.xml#L1676-1686</a><br /> <br /> <br /> --<br /> Mike Gatny<br /> Connamara Systems, LLC<br /> <br /> On Tue, Jul 12, 2016 at 3:30 AM, Mihkel Tali <<a href="mailto:mihkeltali@gmail.com">mihkeltali@gmail.com</a>> wrote:<br /> <br /> > Hi,<br /> > I'm relatively new to FIX protocol and just made my first interface/app. I<br /> > have a problem with sending orders, more specifically the broker that I'm<br /> > connecting to requires that to identify a symbol tags 48 and 22 be used as<br /> > well. When I try to send and order my app sends a toadmin message right<br /> > after the order message which has in it 58=Value is incorrect (out of<br /> > range) for this tag , referring to tag 22, but tag 22 is a constant value<br /> > of 111 which is required by the broker. What may be the problem?<br /> ><br /> > Thanks for your help,<br /> > Mihkel<br /> ><br /> > _______________________________________________<br /> > Quickfixn mailing list<br /> > <a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br /> > <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br /> ><br /> ><br /> -------------- next part --------------<br /> An HTML attachment was scrubbed...<br /> URL: <<a href="http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20160712/905ce1f3/attachment-0001.htm">http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20160712/905ce1f3/attachment-0001.htm</a>><br /> <br /> ------------------------------<br /> <br /> Subject: Digest Footer<br /> <br /> _______________________________________________<br /> Quickfixn mailing list<br /> <a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br /> <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br /> <br /> <br /> ------------------------------<br /> <br /> End of Quickfixn Digest, Vol 57, Issue 2<br /> ****************************************</blockquote>
</div>
<br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> Quickfixn mailing list<br /> <a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br /> <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a></div>
</blockquote>
</body></html>