Re: [Quickfix-developers] On Application Start
Brought to you by:
orenmnero
From: Dale W. <wi...@oc...> - 2009-02-27 18:45:01
|
** Julian [mailto:jul...@pr...] asked: > I have a weekly session running, it starts en Sunday 17:30 and goes down on Fridays 17:30. I need to know if there is a easy was to know when the QuickFix application starts >(I need to do differ things then). Is there an event or a OnStart() method that could be call on the initiator connection? I know there is an “IsConnected()” but this won’t be very > useful… Andrew Culross wrote: > > You’ll get an event in the OnLogon handler as the logon message is > generated for the new session. You could do something there. > A minor correction. You get a toAdmin callback when the logon message is sent. The onLogon callback comes when the logon process is complete. Andrew is correct, though, the onLogin callback is probably what you are looking for. Dale |