Re: [Quickfix-developers] isCorrectCompID
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-05-10 15:48:33
|
I think the easiest work around for this would be to change isCorrectCompID to always return true. --oren ----- Original Message ----- From: "rho" <tia...@ya...> To: <qui...@li...> Sent: Wednesday, May 10, 2006 8:34 AM Subject: [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 = I65789U, TargetCompID = > CME. > In the logon confirmation message, TargetCompID =I65789P. The change from > I65789U to I65789P is a business requirement. > > Now the Quickfix will verify the incoming fix message. since I65789U != > 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=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |