[Quickfix-developers] tradeclient is not connecting to the server
Brought to you by:
orenmnero
From: Saman M. <mar...@gm...> - 2008-11-27 06:09:49
|
Hi, I have created the fix server and this is the Fix.xml file on the server. # default settings for sessions [DEFAULT] ConnectionType=acceptor ReconnectInterval=60 SenderCompID=TW SocketAcceptPort=2020 SocketReuseAddress=N FileStorePath=/home/admin/work/exsim/logs FileLogPath=/home/admin/work/exsim/logs # session definition [SESSION] # inherit ConnectionType, ReconnectInterval and SenderCompID from default BeginString=FIX.4.1 TargetCompID=ARCA StartTime=12:30:00 EndTime=23:30:00 HeartBtInt=20 DataDictionary=FIX41.xml I configured tradeclient at the Fix/example to connecting to the Fix server I have created and this is the Fix file of that # default settings for sessions [DEFAULT] ConnectionType=initiator ReconnectInterval=60 SenderCompID=ARCA FileStorePath=/home/admin/Fix/quickfix/examples/tradeclient FileLogPath=/home/admin/Fix/quickfix/examples/tradeclient # session definition [SESSION] # inherit ConnectionType, ReconnectInterval and SenderCompID from default BeginString=FIX.4.1 TargetCompID=TW StartTime=12:30:00 EndTime=23:30:00 HeartBtInt=20 SocketConnectPort=2020 SocketConnectHost=192.168.2.3 DataDictionary=FIX41.xml But the tradeclient is not connecting to the Server. But when I am telnet from the Fix/example/tradeclient directory It will connect to the Fix Server. Please can somebody help me to sort this problem out. Thank you saman |