Re: [Quickfix-developers] I need help
Brought to you by:
orenmnero
|
From: Douglas L. <do...@tr...> - 2006-06-29 12:11:24
|
Thank you so much. It worked _____ From: Ajay Kamdar [mailto:Aja...@tr...] Sent: Wednesday, June 28, 2006 3:31 PM To: Douglas Lewis; qui...@li... Subject: RE: [Quickfix-developers] I need help A couple of things stand out: 1) You have a a SocketConnectPort and SocketConnectHost in the session on the Executor side. Since the executor is the acceptor, you shouldn't have those attributes in the [SESSION] block on the executor side. At best they are redundant; at worst the presence of these attributes could be causing some problem. 2) You have exactly the same SenderCompID and TargetCompID on both sides, which is wrong. The SenderCompID on the executor side should be the TargetCompID on the tradeclient side, and TargetCompID on the executor side whould be the SenderCompID on the tradeclient side. -----Original Message----- From: Douglas Lewis [mailto:do...@tr...] Sent: Wednesday, June 28, 2006 5:11 PM To: qui...@li... Subject: [Quickfix-developers] I need help 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? ________________________________________________________________________ The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TradeWeb reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the TradeWeb e-mail system. |