<div dir="ltr">Hi All,<div><br></div><div>The issue got resolved. The issue is with the not iterating properly with group. This is a problem with my code. I have corrected it and it is working fine.</div><div><br></div><div>Thanks for your support here.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 9, 2015 at 4:38 AM,  <span dir="ltr"><<a href="mailto:quickfixn-request@lists.quickfixn.com" target="_blank">quickfixn-request@lists.quickfixn.com</a>></span> wrote:<br><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" rel="noreferrer" target="_blank">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. Re:  Quickfixn Digest, Vol 49, Issue 1 (pradeep badoni)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 8 Nov 2015 06:47:36 +0530<br>
From: pradeep badoni <<a href="mailto:bbc1pipola@gmail.com">bbc1pipola@gmail.com</a>><br>
To: <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br>
Subject: Re: {{Quickfixn}} Quickfixn Digest, Vol 49, Issue 1<br>
Message-ID:<br>
        <<a href="mailto:CA%2BNH13qLkJwnHHVVqSnvSksMPFwLYYfpLiYjO7Db%2BRLmLZAXqg@mail.gmail.com">CA+NH13qLkJwnHHVVqSnvSksMPFwLYYfpLiYjO7Db+RLmLZAXqg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Yes, In my data dictionary I do have defined the field. And I can also see<br>
the field in the FieldMap.<br>
As I already said that the method works for group which is defined by FIX<br>
like "NoSides".<br>
<br>
Let me know if you need more info.<br>
<br>
Note: I am currently using QuickFix.dll version 1.5.0.0<br>
<br>
On Sun, Nov 8, 2015 at 4:39 AM, <<a href="mailto:quickfixn-request@lists.quickfixn.com">quickfixn-request@lists.quickfixn.com</a>><br>
wrote:<br>
<br>
> 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" rel="noreferrer" target="_blank">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.  QuickFix.FieldMap.GetGroup(Int32 num, Int32 field) + field<br>
>       not found for tag => The group i am looking is a custom group<br>
>       (pradeep badoni)<br>
>    2. Re:  QuickFix.FieldMap.GetGroup(Int32 num, Int32 field) +<br>
>       field not found for tag => The group i am looking is a custom<br>
>       group (Patel, Rakesh T)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Sat, 7 Nov 2015 12:01:09 +0530<br>
> From: pradeep badoni <<a href="mailto:bbc1pipola@gmail.com">bbc1pipola@gmail.com</a>><br>
> To: <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br>
> Subject: {{Quickfixn}} QuickFix.FieldMap.GetGroup(Int32 num, Int32<br>
>         field) + field not found for tag => The group i am looking is a<br>
> custom<br>
>         group<br>
> Message-ID:<br>
>         <CA+NH13qFob5BnUNXNTD2JXsqG=fZQP+T6Xf75iM7j=<br>
> <a href="mailto:3ynGhjjg@mail.gmail.com">3ynGhjjg@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Hi Team,<br>
><br>
><br>
><br>
> I am facing issue to get the group from the FieldMap using<br>
> QuickFix.FieldMap.GetGroup(Int32 num, Int32 field) method.<br>
><br>
> The same logic work for the group which is provided by FIX group ?NoSides?.<br>
><br>
><br>
><br>
> I am currently using QuickFix.dll version 1.5.0.0<br>
><br>
><br>
><br>
> Let me know if you need more info from my side.<br>
><br>
><br>
><br>
> Appreciate your help in advance.<br>
><br>
><br>
><br>
> Note: I am using correct dictionary and I am able to get the correct total<br>
> group number by using fieldMap.GetGroupTags(). I am getting two groups on<br>
> ?NoSides? and one custom group the filed number for custom group is ?9516?.<br>
><br>
><br>
><br>
> Thanks<br>
><br>
> Pradeep B<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20151107/ed1ab998/attachment.html" rel="noreferrer" target="_blank">http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20151107/ed1ab998/attachment.html</a><br>
> ><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Sat, 7 Nov 2015 07:40:53 +0000<br>
> From: "Patel, Rakesh T" <<a href="mailto:Rakesh.Patel@cibc.co.uk">Rakesh.Patel@cibc.co.uk</a>><br>
> To: 'Mailing list for QuickFIX/n' <<a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a>><br>
> Subject: Re: {{Quickfixn}} QuickFix.FieldMap.GetGroup(Int32 num, Int32<br>
>         field) + field not found for tag => The group i am looking is a<br>
> custom<br>
>         group<br>
> Message-ID:<br>
>         <<br>
> <a href="mailto:6255A09D6F6651449F243163D97C790C17E9F6A6@CBMCC-X10-MA04.ad.cibc.com">6255A09D6F6651449F243163D97C790C17E9F6A6@CBMCC-X10-MA04.ad.cibc.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Do you have the XML config that contains the custom group definition<br>
><br>
><br>
><br>
> Sent with Good (<a href="http://www.good.com" rel="noreferrer" target="_blank">www.good.com</a>)<br>
><br>
><br>
> -----Original Message-----<br>
> From: pradeep badoni [<a href="mailto:bbc1pipola@gmail.com">bbc1pipola@gmail.com</a><mailto:<a href="mailto:bbc1pipola@gmail.com">bbc1pipola@gmail.com</a>>]<br>
> Sent: Saturday, November 07, 2015 01:31 AM Eastern Standard Time<br>
> To: <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br>
> Subject: {{Quickfixn}} QuickFix.FieldMap.GetGroup(Int32 num, Int32 field)<br>
> + field not found for tag => The group i am looking is a custom group<br>
><br>
> Hi Team,<br>
><br>
> I am facing issue to get the group from the FieldMap using<br>
> QuickFix.FieldMap.GetGroup(Int32 num, Int32 field) method.<br>
> The same logic work for the group which is provided by FIX group ?NoSides?.<br>
><br>
> I am currently using QuickFix.dll version 1.5.0.0<br>
><br>
> Let me know if you need more info from my side.<br>
><br>
> Appreciate your help in advance.<br>
><br>
> Note: I am using correct dictionary and I am able to get the correct total<br>
> group number by using fieldMap.GetGroupTags(). I am getting two groups on<br>
> ?NoSides? and one custom group the filed number for custom group is ?9516?.<br>
><br>
> Thanks<br>
> Pradeep B<br>
><br>
> ________________________________<br>
><br>
> This e-mail, its content and any files transmitted with it are intended<br>
> solely for the addressee(s) and may be legally privileged and/or<br>
> confidential. If you are not the named addressee you should not<br>
> disseminate, distribute or copy this e-mail.<br>
><br>
> Please notify the sender immediately by e-mail if you have received this<br>
> e-mail by mistake and delete this e-mail from your system. E-mail<br>
> transmission cannot be guaranteed to be secure or error-free as information<br>
> could be intercepted, corrupted, lost, destroyed, arrive late or<br>
> incomplete, or contain viruses. The sender therefore does not accept<br>
> liability for any errors or omissions in the contents of this message and<br>
> any attachments which arise as a result of e-mail transmission.<br>
><br>
> If verification is required please request a hard-copy version. This<br>
> message is provided for information purposes and should not be construed as<br>
> a solicitation or offer to buy or sell any securities or related financial<br>
> instruments.<br>
><br>
> CIBC World Markets Inc. is a legal entity name. CIBC Capital Markets is a<br>
> trademark brand name under which different legal entities provide different<br>
> services under this umbrella brand. Products and/or services offered<br>
> through CIBC Capital Markets include products and/or services offered by<br>
> the Canadian Imperial Bank of Commerce, the parent bank of CIBC World<br>
> Markets Inc. and various other subsidiaries of the Canadian Imperial Bank<br>
> of Commerce. Services offered by the Canadian Imperial Bank of Commerce<br>
> include corporate lending services, foreign exchange, money market<br>
> instruments, structured notes, interest rate products and commodities,<br>
> equity options and OTC derivatives. Canadian exchange-traded equity options<br>
> are executed through CIBC World Markets Inc. Equity and fixed income<br>
> securities are executed through CIBC World Markets Inc. and other directly<br>
> or indirectly held subsidiaries of CIBC.<br>
><br>
> CIBC London Branch is supervised and regulated by the Office of the<br>
> Superintendent of Financial Institutions Canada. Authorised by the<br>
> Prudential Regulation Authority and subject to regulation by the Financial<br>
> Conduct Authority and limited regulation by the Prudential Regulation<br>
> Authority. Details about the extent of the regulation by the Prudential<br>
> Regulation Authority are available on request. CIBC World Markets plc is<br>
> authorised by the Prudential Regulation Authority and regulated by the<br>
> Financial Conduct Authority and the Prudential Regulation Authority.<br>
><br>
> Canadian Imperial Bank of Commerce is a bank incorporated in Canada<br>
> pursuant to the Bank Act (Canada) with its Head office at Toronto, Canada,<br>
> registered UK branch: 150 Cheapside, London EC2V 6ET, registration number<br>
> FC001165, branch number BR000397; CIBC World Markets plc is incorporated<br>
> and registered in England & Wales, registration number 2733036, registered<br>
> office: 150, Cheapside.<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20151107/b829a7fd/attachment-0001.htm" rel="noreferrer" target="_blank">http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20151107/b829a7fd/attachment-0001.htm</a><br>
> ><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" rel="noreferrer" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
><br>
><br>
> ------------------------------<br>
><br>
> End of Quickfixn Digest, Vol 49, Issue 1<br>
> ****************************************<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20151108/f7e39dfe/attachment.html" rel="noreferrer" target="_blank">http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20151108/f7e39dfe/attachment.html</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" rel="noreferrer" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Quickfixn Digest, Vol 49, Issue 2<br>
****************************************<br>
</blockquote></div><br></div>