Re: [Quickfix-developers] Connections to multiple exchanges in C#
Brought to you by:
orenmnero
From: EclipseCap <tob...@ec...> - 2009-02-20 16:19:56
|
Both John and Ned were a big help on this. Here is what I have come up with to help those that come behind me. Running two socket initiators running separate configs is possible. However, putting two sessions into a single config will also work. My biggest question I had with the multiple sessions is how to selectively turn one off. With SocketInitiator it by default tries to connect to all sessions that are currently active. Within the config if you set the item "HttpAcceptPort=8080" then point your browser to http://localhost:8080 you have the ability to selectively control one session. -- View this message in context: http://www.nabble.com/Connections-to-multiple-exchanges-in-C--tp22109516p22120536.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |