[Quickfix-developers] multi SocketAcceptPort definition for Acceptor
Brought to you by:
orenmnero
|
From: <pet...@em...> - 2007-04-24 12:13:42
|
Hi all, I want to ask if it is possible to specify different socket ports for different sessions on Acceptor. Something like this: # default settings for sessions [DEFAULT] ConnectionType=acceptor SocketAcceptPort=5005 <-this one I want to override HeartBtInt=30 FileLogPath=... FileStorePath=... [SESSION] TargetCompID=Session1 BeginString=FIX.4.1 SenderCompID=Sender StartTime=06:30:00 EndTime=05:30:00 HeartBtInt=30 SocketAcceptPort=1 <- here Im overriding socket port for this session DataDictionary=... CheckLatency=N [SESSION] TargetCompID=Session2 BeginString=FIX.4.1 SenderCompID=Sender StartTime=06:30:00 EndTime=05:30:00 HeartBtInt=30 SocketAcceptPort=2 <- here Im overriding socket port for this session DataDictionary=... CheckLatency=N Or if it is not possible, is there some other way, how to solve it? Thanks for your help. Petr Postulka |