Re: [Quickfix-developers] getting the session ID?
Brought to you by:
orenmnero
From: Alex B. <bak...@gm...> - 2008-01-18 19:06:21
|
One option is to override the onCreate( SessionID ) method and cache that value On Jan 18, 2008, at 12:42 PM, azmat wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > All- > > Is this the easiest/fastest way to get the sessionID in C#? > > ArrayList sessionList = new ArrayList(); > sessionList = _initiator.getSessions(); > _sessionID = sessionList[0].ToString(); > > I am only connecting to 1 counterparty. I was hoping for some sort of > property that I could use instead of instantiating an ArrayList for 1 > string. > > thanks! > Azmat > -- > View this message in context: http://www.nabble.com/getting-the-session-ID--tp14955607p14955607.html > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |