Re: [Quickfix-developers] QuickFix Logon
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-09-15 00:17:58
|
Where are you checking for isLoggedOn()? The code for the callback is
literally this:
if ( isLoggedOn() )
m_application.onLogon( m_sessionID );
So by definition, isLoggedOn has to return true for the onLogon event to
be triggered. Are you sure you are not logging in then getting logged
off before your check? Are you monitoring the onLogout method?
--oren
> One of our application use QuickFix to connect to Bloomberg fix
server.=20
> Sometimes, after calling initiator.start(), event onLogon(SessionID=20
> sessionID)was trigger, but function initiator.isLoggedOn() still
return=20
> false. I wonder which is the right way to determine initiator has
logged=20
> on Fix server successfully.
|