[Quickfix-developers] initiator.getSession Error
Brought to you by:
orenmnero
From: tony w. <ton...@ya...> - 2006-03-29 23:19:16
|
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 |