On Fri, Feb 24, 2012 at 3:58 AM, Rasheed Waraich <span dir="ltr"><<a href="mailto:rashiedwaraich@gmail.com">rashiedwaraich@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What is difference between "IsLoggedOn" & "IsStopped"?<br clear="all"></blockquote><div><br></div><div>IsLoggedOn means that the initiator has sent a Logon request and the acceptor has sent a Logon response. The FIX session is now logged on and non-logon/logout messages can be passed.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How can I logon without calling the the start method of initiator? Or how can I logout without calling the stop method of the initiator? So, they are kind of interlinked...</blockquote>
<div><br></div><div>They are indeed interlinked. Calling start/stop on the Initiator starts/stops its event loop, which handles FIX session-level things (e.g. heartbeats, test requests, logon/logout, etc.) for you. If you want to logout out particular session, you can call that session's logout method directly. However, if the initiator is not stopped, that session will get logged back on by the initiator's event loop. </div>
<div><br></div></div>-- <br><font face="arial, helvetica, sans-serif">Mike Gatny<br>Connamara Systems, LLC</font><br>