Click here to Skip to main content
15,885,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, this is Vikash Gohil.

I have created an application which works as the initiator for connecting to a FIX acceptor.

this is my initiator.cfg

[DEFAULT]
ConnectionType=initiator
FileStorePath=
FileLogPath=
UseDataDictionary=N
SocketConnectHost=localhost

[SESSION]
StartTime=00:00:00
EndTime=00:00:00
BeginString=FIX.4.2
HeartBtInt=10
ReconnectInterval=1
SenderCompID=CLIENT1
TargetCompID=FixServer
SocketConnectPort=5001

My Application connects to Fix Acceptor, sends messages and also receives response.

Also it keeps on sending HeartBeat messages and recieve its response.

But after say 8-10 minutes, my app automatically Initiates a LogOut request.

After this message there is no communication with the acceptor, even the LogOut response is not recieved.

I have tried all the settings in configuration but no success.

Any help would be great. I am using QuickFix4.2 type.
Posted
Comments
Ashish Tyagi 40 10-Apr-14 3:26am    
Was there any heartbeat messages just before log-out request?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900