From: Diego S. F. <die...@te...> - 2007-02-26 19:14:34
Hi,
Can I use same AcceptPort for multiply connections?
Exemple:
# default settings for sessions
[DEFAULT]
ReconnectInterval=1
SenderCompID=LNKDIF
FileStorePath=Store
FileLogPath=Log
SocketAcceptPort=8232
[SESSION]
BeginString=FIX.4.0
TargetCompID=ROUTER
StartTime=05:00:00
EndTime=23:50:00
ConnectionType=acceptor
HeartBtInt=30
DataDictionary=FIX40.xml
[SESSION]
BeginString=FIX.4.0
TargetCompID=LNKTRD0
StartTime=05:00:00
EndTime=23:50:00
ConnectionType=acceptor
HeartBtInt=30
DataDictionary=FIX40.xml
[SESSION]
BeginString=FIX.4.0
TargetCompID=LNKTRD1
StartTime=05:00:00
EndTime=23:50:00
ConnectionType=acceptor
HeartBtInt=30
DataDictionary=FIX40.xml
--
View this message in context: http://www.nabble.com/Question-SocketAcceptor-tf3295245.html#a9166805
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
From: Caleb E. <cal...@gm...> - 2007-03-01 16:26:48
On 2/26/07, Diego Siebra Ferreira <die...@te...> wrote:
> Can I use same AcceptPort for multiply connections?
Yes. This used to be the only possible configuration, but in newer
versions of QuickFIX you may use different ports for each session.
--
Caleb Epstein