Thanks Mike,<br><br>So, lets say i have two sessions one for "market data" and other for "orders". If one of them is successfully logged on but other is not... then what will Initiator.IsLoggedOn will/should return?<br>
<br><div class="gmail_quote">On Fri, Feb 24, 2012 at 3:58 PM, Mike Gatny <span dir="ltr"><<a href="mailto:mgatny@connamara.com">mgatny@connamara.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, Feb 24, 2012 at 3:58 AM, Rasheed Waraich <span dir="ltr"><<a href="mailto:rashiedwaraich@gmail.com" target="_blank">rashiedwaraich@gmail.com</a>></span> wrote:<br></div><div class="gmail_quote">
<div class="im"><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><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 class="im">

<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><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>
<span class="HOEnZb"><font color="#888888">

<div><br></div></font></span></div><span class="HOEnZb"><font color="#888888">-- <br><font face="arial, helvetica, sans-serif">Mike Gatny<br>Connamara Systems, LLC</font><br>
</font></span><br>_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br>
<a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>//Regards<br>Rasheed<br>