RE: [Quickfix-developers] isCorrectCompID
Brought to you by:
orenmnero
|
From: Fabien G. <fab...@pr...> - 2006-05-10 15:14:21
|
Hi I had same problem here, simply comment (dont use) this function and by = now have no side-effect. But if there is another way to handle this i am interrested too. Fabien -----Message d'origine----- De : qui...@li... [mailto:qui...@li...]De la part de rho Envoye : mercredi 10 mai 2006 15:34 A : qui...@li... Objet : [Quickfix-developers] isCorrectCompID QuickFIX Documentation: = http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html In my logon message sent to ilink2, SenderCompID =3D I65789U, = TargetCompID =3D CME. In the logon confirmation message, TargetCompID =3DI65789P. The change = from I65789U to I65789P is a business requirement. Now the Quickfix will verify the incoming fix message. since I65789U = !=3D I65789P, the isCorrectCompID call fails and log me out. Is there a way that I can change the TargetCompID right after the raw = fix is read? I hoped to do so in fromAdmin and fromApp. But it seems that isCorrectCompID is called before the callback is involked. I am new to quickfix. Any help is appreciated. -- View this message in context: = http://www.nabble.com/isCorrectCompID-t1591767.html#a4319622 Sent from the QuickFIX - Dev forum at Nabble.com. ------------------------------------------------------- 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 |