RE: [Quickfix-developers] Test Request Message
Brought to you by:
orenmnero
|
From: Shankar K. <skr...@jw...> - 2005-10-20 19:19:59
|
Apologies, will not do that again. Thanks, understood that the FIX engine will do that when needed, but I have been asked by the third party to ensure That we are in fact handling the test request and the resent request messages correctly, hence I would like to simulate The scenario. I think I can do this by tweaking the heartbeat interval. Thanks for your time. - S _____ From: Caleb Epstein [mailto:cal...@gm...] Sent: Thursday, October 20, 2005 3:11 PM To: Shankar Krishnan Cc: qui...@li... Subject: Re: [Quickfix-developers] Test Request Message On 10/20/05, Shankar Krishnan <skr...@jw... <mailto:skr...@jw...> > wrote: I would like to send a test request message, I have a handle to the application class, how should I send a test request message, I read the fix doc, apparently I need to set tag 112, how do I construct the First off, please don't use "Reply" if you're starting a new thread. And when you do reply, please don't quote unnecessarily. Why do you want to send a Test request? QuickFIX will do this for you if/when it is necessary? If you do insist on sending one, create an e.g. FIX42::TestRequest object (include the appropriate <quickfix/fix42/TestRequest.h> header file) and use Session::send or Session::sendToTarget to send it. -- Caleb Epstein caleb dot epstein at gmail dot com |