[Quickfix-developers] Controlling multiple Sessions in the same application
Brought to you by:
orenmnero
From: Rob K. <ro...@ri...> - 2003-05-27 20:40:50
|
I have an application that needs to initiate multiple fix sessions. I = added a new SESSION entry in the settings file for each connection, and = the lib is able to handle it, however it tries to connect all session = after calling the start method. My question is this. Is there a way to = connect different sessions at different times? For example, I have a = server application that bridges the communication gap between my own = custom middelware to a fix server. I wan't to be able to have a = middleware message trigger a logon and log out for individual sessions. Thank You in Advance |