[Quickfix-developers] I need help
Brought to you by:
orenmnero
|
From: Douglas L. <do...@tr...> - 2006-06-28 21:11:20
|
I've played and played. Now I'm just fustrated. I'm totally new to both FIX & QuickFIX. I also can find my way around C (and its variants). But there are enough layers that I'm having difficulty learning the process. For starters I'm trying to get executor and tradeclient to talk and am not having very much luck. I get this message every 60 seconds in tradeclient (I'm sure because tradeclient is trying to login) Logout - FIX.4.2:TEST_SENDER->TEST_TARGET And I never get any kind of response from executor. I'm sure that I have them configured so they should talk. Here is my config information: EXECUTOR [DEFAULT] ConnectionType=acceptor SocketAcceptPort=1322 StartTime=00:00:00 EndTime=00:00:00 DataDictionary=F:\Data_RJOBRIEN\Current\FIX\QuickFIX\quickfix\spec\FIX42.xml HeartBtInt=30 [SESSION] BeginString=FIX.4.2 SenderCompID=TEST_SENDER TargetCompID=TEST_TARGET FileStorePath=store SocketConnectPort=1322 SocketConnectHost=127.0.0.1 DataDictionary=F:\Data_RJOBRIEN\Current\FIX\QuickFIX\quickfix\spec\FIX42.xml HeartBtInt=30 TRADECLIENT [DEFAULT] ConnectionType=initiator StartTime=00:00:00 EndTime=00:00:00 DataDictionary=F:\Data_RJOBRIEN\Current\FIX\QuickFIX\quickfix\spec\FIX42.xml HeartBtInt=30 [SESSION] BeginString=FIX.4.2 SenderCompID=TEST_SENDER TargetCompID=TEST_TARGET FileStorePath=F:\Sessions\ SocketConnectPort=1322 SocketConnectHost=127.0.0.1 Does anyone have any suggestions? |