[Quickfix-developers] Re questResend with no response from Acceptor
Brought to you by:
orenmnero
From: atularora78 <atu...@rb...> - 2008-03-05 13:48:41
|
Hi, I am newbie using fix for the first time from initiator's point of view. I am facing a problem of not getting a response to my ResendRequest. Can anybody help me out in figuring out what can be the possible problem. Details are as below: RequestResend [BeginSeqNo=1 & EndSeqNo=0]. Send on onLogon() & the message looks like: <message> <header> <field name="BeginString" number="8"><![CDATA[FIX.4.4]]></field> <field enum="ResendRequest" name="MsgType" number="35"><![CDATA[2]]></field> <field name="SenderCompID" number="49"><![CDATA[XXXX]></field> <field name="TargetCompID" number="56"><![CDATA[XXXX]]></field> </header> <body> <field name="BeginSeqNo" number="7"><![CDATA[1]]></field> <field name="EndSeqNo" number="16"><![CDATA[0]]></field> </body> <trailer/> </message> And my config looks like: <beginString>FIX.4.4</beginString> <senderCompId>XXXX</senderCompId> <targetCompId>XXX</targetCompId> <Username>XXXXX</Username> <Password>XXXX</Password> <enableFixLogging>true</enableFixLogging> <ConnectionType>initiator</ConnectionType> <ReconnectInterval>50</ReconnectInterval> <FileStorePath>${logdir}/fix/etc</FileStorePath> <FileLogPath>${logdir}/fix/log</FileLogPath> <StartTime>00:30:00</StartTime> <EndTime>22:00:00</EndTime> <LogonTimeout>30</LogonTimeout> <HeartBtInt>60</HeartBtInt> <SocketConnectPort>xxxxx</SocketConnectPort> <SocketConnectHost>xxx.xxx.xxx.xxx</SocketConnectHost> <CheckLatency>N</CheckLatency> <MaxLatency>40</MaxLatency> <DataDictionary>${configdir}/FIX44.xml</DataDictionary> All the help is appreciated. Thanks Atul -- View this message in context: http://www.nabble.com/RequestResend-with-no-response-from-Acceptor-tp15850234p15850234.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |