[Quickfix-developers] Connections to multiple exchanges in C#
Brought to you by:
orenmnero
From: EclipseCap <tob...@ec...> - 2009-02-19 21:01:27
|
I am starting off on development of quickfix with c#. I am wondering if I am heading down the right path. I am wanting to make connections to multiple (2) trading houses. Here are two ways I think that I can do this. 1: Setup two sessions in a single initiator with each session having a unique SocketConnectHost. 2. Setup two SocketInitiators with two different configs and each config having a single session. The only nice part about this version is that I could bring up one connection and leave the other connection down. I have tried both and on the surface they both seem to at least connect. Would one way over the other provide less headaches in the long run? Tim -- View this message in context: http://www.nabble.com/Connections-to-multiple-exchanges-in-C--tp22109516p22109516.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |