[Quickfix-developers] getting the session ID?
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-01-18 18:42:37
|
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. |