Re: [Quickfix-developers] repeating groups
Brought to you by:
orenmnero
|
From: Scott R. <sri...@fo...> - 2006-09-01 15:04:20
|
If the field is contained in a group (Tag 11), it must be added to an object of the group, and then the group is added to the message after it is completely built. -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of San...@ub... Sent: Friday, September 01, 2006 10:58 AM To: Qui...@li... Subject: [Quickfix-developers] repeating groups QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi, I am new to QuickFix. I am developing application using C++ and Fix. =20 I get fix message in text format. I construct a fix message using FIX::Message (string); method. Data dictionary is used for validation. My application then sends the fix messages to the fix engine. Problem I am facing is ordering of the tag is not correct. Tag 11 comes before tag 68. Because of this fix engine is rejecting the message. How to handle this case? How to maintain the tag ordering. Any suggestions are welcome. Thanks & Regards, Sangram Visit our website at http://www.ubs.com This message contains confidential information and is intended only=20 for the individual named. If you are not the named addressee you=20 should not disseminate, distribute or copy this e-mail. Please=20 notify the sender immediately by e-mail if you have received this=20 e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free=20 as information could be intercepted, corrupted, lost, destroyed,=20 arrive late or incomplete, or contain viruses. The sender therefore=20 does not accept liability for any errors or omissions in the contents=20 of this message which arise as a result of e-mail transmission. If=20 verification is required please request a hard-copy version. This=20 message is provided for informational purposes and should not be=20 construed as a solicitation or offer to buy or sell any securities or=20 related financial instruments. ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |