[Quickfix-developers] Multiple Session using SessionQualifier
Brought to you by:
orenmnero
|
From: DaveX <dav...@ya...> - 2007-03-09 17:15:31
|
Hi I have used SessionQualifier to identify different Sessions in an initiator. When connecting the initiator to an acceptor, only one session is established. I have checked the logged messages of the initiator, there is no qualifier string in logon message. Am I missing something in the settings? here is my initiator config, BTW, I am using C# version quickfix-1.12.4. # default settings for sessions [DEFAULT] ConnectionType=initiator ReconnectInterval=60 FileLogPath=c:\data\log FileStorePath=c:\data\log # session definition [SESSION] SenderCompID=Sender1 BeginString=FIX.4.2 TargetCompID=Target1 SessionQualifier=Ses001 StartTime=12:30:00 EndTime=23:30:00 HeartBtInt=60 SocketConnectPort=11000 SocketConnectHost=10.0.1.100 UseDataDictionary=N [SESSION] SenderCompID=Sender1 BeginString=FIX.4.2 TargetCompID=Target1 SessionQualifier=Ses002 StartTime=12:30:00 EndTime=23:30:00 HeartBtInt=60 SocketConnectPort=11000 SocketConnectHost=10.0.1.100 UseDataDictionary=N -- View this message in context: http://www.nabble.com/Multiple-Session-using-SessionQualifier-tf3376964.html#a9398664 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |