From: Martin T. <mta...@ho...> - 2005-12-20 16:03:16
Hi,
How can I know if the current logon happened in the initiator or in the
acceptor session without having to iterate in arraylist returned by
SocketInitiator.getSessions() ?
Thanks
Marty
Well SessionState has an initiate() method which indicates if the
session is an initiator. If the method was exposed from the Session
object you could use that.
--oren
Martin Tanguay wrote:
> QuickFIX Documentation:
> http://www.quickfixengine.org/quickfix/doc/html/index.html
> QuickFIX Support: http://www.quickfixengine.org/services.html
>
> Hi,
>
> How can I know if the current logon happened in the initiator or in
> the acceptor session without having to iterate in arraylist returned
> by SocketInitiator.getSessions() ?
>
> Thanks
> Marty
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Quickfix-developers mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers
>
>
From: Martin T. <mta...@ho...> - 2005-12-21 13:20:03
Hi Oren,
I am using C# and I can instantiate a SessionState object from
FIX.SessionState but I don't see any initiate() method. What is the best
way to get this SessionState object?
Regards,
Marty
----Original Message Follows----
From: Oren Miller <or...@qu...>
To: Martin Tanguay <mta...@ho...>
CC: qui...@li...
Subject: Re: [Quickfix-developers] logon happen in initiator or acceptor
sessions?
Date: Tue, 20 Dec 2005 11:03:45 -0600
Well SessionState has an initiate() method which indicates if the session is
an initiator. If the method was exposed from the Session object you could
use that.
--oren
Martin Tanguay wrote:
>QuickFIX Documentation:
>http://www.quickfixengine.org/quickfix/doc/html/index.html
>QuickFIX Support: http://www.quickfixengine.org/services.html
>
>Hi,
>
>How can I know if the current logon happened in the initiator or in the
>acceptor session without having to iterate in arraylist returned by
>SocketInitiator.getSessions() ?
>
>Thanks
>Marty
>
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log
>files
>for problems? Stop! Download the new AJAX search engine that makes
>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>_______________________________________________
>Quickfix-developers mailing list
>Qui...@li...
>https://lists.sourceforge.net/lists/listinfo/quickfix-developers
>
>