RE: [Quickfix-developers] Problem with repeating groups
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2004-01-22 21:36:49
|
Can you post the code you are using to create the message as well as the results from the toString call? --oren -----Original Message----- From: ili...@bn... [mailto:ili...@bn...]=20 Sent: Thursday, January 22, 2004 11:05 AM To: qui...@li... Subject: [Quickfix-developers] Problem with repeating groups Hello, I'm getting a strange behaviour when I send a FIX 41 allocation message. The message contains 2 NoAllocs repeating groups, and each one of those groups contains 2 NoMiscFees repeating groups. For instance: 1st NoAlloc repeating group: 136=3D2 137=3D1111 138=3DEUR 139=3D1 137=3D2222 138=3DEUR 139=3D1 2nd NoAlloc repeating group: 136=3D2 137=3D3333 138=3DEUR 139=3D1 137=3D4444 138=3DEUR 139=3D1 When I send the message, I get: 1st NoAlloc repeating group is correct: 136=3D2 137=3D1111 138=3DEUR 139=3D1 137=3D2222 138=3DEUR 139=3D1 2nd NoAlloc repeating group contains both repeating groups: 136=3D4 137=3D1111 138=3DEUR 139=3D1 137=3D2222 138=3DEUR 139=3D1 137=3D3333 138=3DEUR 139=3D1 137=3D4444 138=3DEUR 139=3D1 I do create the repeating group for each new NoAlloc repeating group with: FIX41::Allocation::NoAllocs::NoMiscFees groupNoMiscFees ; Do you guys know how to solve this? Many thanks, Ilyas This message and any attachments (the "message") is intended solely for the addressees and is confidential.=20 If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with=20 its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval.=20 The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not=20 therefore be liable for the message if modified.=20 --------------------------------------------- Ce message et toutes les pieces jointes (ci-apres le "message") sont etablis a l'intention exclusive de ses=20 destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le detruire et d'en avertir=20 immediatement l'expediteur. Toute utilisation de ce message non conforme a sa destination, toute diffusion=20 ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'internet ne permettant pas=20 d'assurer l'integrite de ce message, BNP PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce=20 message, dans l'hypothese ou il aurait ete modifie. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |