Re: [Quickfix-developers] initiator.getSession Error
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-03-30 16:03:59
|
There is a static method on Session called lookupSession which takes in = a SessionID and returns the Session object. --oren ----- Original Message -----=20 From: tony weston=20 To: qui...@li...=20 Sent: Wednesday, March 29, 2006 5:19 PM Subject: [Quickfix-developers] initiator.getSession Error Hello, I'm including quickFix into a VB .Net Express application (using .Net = 2.0). Due to how the particular Fix Server is configured I need to = change the MsgSeqNum, which seems quite easy to do on the Session = object. I'm currently not able to get the session object. The = initiator does not seem to support the "getSession" method. I am able = to access the "getSessions" method but this only seems to return an = array of the SessionIds. Is there something I'm missing or an = alternative way to get the Session object based on the sessionId? Thank you, Tony |