[Quickfix-developers] isCorrectCompID
Brought to you by:
orenmnero
|
From: rho <tia...@ya...> - 2006-05-10 13:53:24
|
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. |