Re: [Quickfix-developers] How to use same FIX application for both Market and Order messaegs
Brought to you by:
orenmnero
From: Mike G. <mg...@co...> - 2008-07-24 16:21:01
|
Configure a second session in the config file: [SESSION] BeginString=FIX.4.2 TargetCompID=MARKET_DATA_SESSION SocketConnectPort=1234 SocketConnectHost=1.2.3.4 [SESSION] BeginString=FIX.4.2 TargetCompID=ORDER_SESSION SocketConnectPort=4321 SocketConnectHost=1.2.3.4 You may want to use the ThreadedSocketInitiator. -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ |