Imported from previous forum
Hi guys! I’m wondering if there is a way to set up multiple sessions to one fix server. I currently have one session created between both fix server and it’s working fine:
[SESSION]
BeginString=FIX.4.4
SenderCompID=PARTYB-TCR
TargetCompID=PARTYA-TCR
StartDay=sunday
StartTime=06:05:00
EndTime=23:00:00
EndDay=saturday
SocketConnectHost=192.168.1.141
SocketConnectPort=2696
I received a request to set up another session between the same two servers using the same ip/port address. Is that possible?
Example of second session:
[SESSION]
BeginString=FIX.4.4
SenderCompID=PARTYB-TCR-1
TargetCompID=PARTYA-TCR-1
StartDay=sunday
StartTime=06:05:00
EndTime=23:00:00
EndDay=saturday
SocketConnectHost=192.168.1.141
SocketConnectPort=2696
Thanks in advance!
Cheers.
The answer to your question is “yes”, but since it appears you are using QuickFIX, for details you should ask on the QuickFIX mailing list rather this this list.
You can join the QuickFIX list using this link.
http://quickfixengine.org/mailinglist.html
Dale
Hi guys! I’m wondering if there is a way to set up multiple sessions to one fix server. I currently have one session created between both fix server and it’s working fine:
[SESSION]
BeginString=FIX.4.4
SenderCompID=PARTYB-TCR
TargetCompID=PARTYA-TCR
StartDay=sunday
StartTime=06:05:00
EndTime=23:00:00
EndDay=saturday
SocketConnectHost=192.168.1.141
SocketConnectPort=2696I received a request to set up another session between the same two servers using the same ip/port address. Is that possible?
Example of second session:
[SESSION]
BeginString=FIX.4.4
SenderCompID=PARTYB-TCR-1
TargetCompID=PARTYA-TCR-1
StartDay=sunday
StartTime=06:05:00
EndTime=23:00:00
EndDay=saturday
SocketConnectHost=192.168.1.141
SocketConnectPort=2696Thanks in advance!
Cheers.