RE: [Quickfix-developers] FIX message Parser and FIX Message Composer
Brought to you by:
orenmnero
From: Vamsi K. <Vam...@ib...> - 2003-02-28 14:55:29
|
Thanks Gene I started looking at the leads that you have given. I hope it would be simple. Will keep you posted on this. Vamsi /-----Original Message----- /From: qui...@li... [mailto:quickfix- /dev...@li...] On Behalf Of Gene Gorokhovsky /Sent: Friday, February 28, 2003 1:47 AM /To: Vamsi Krishna; qui...@li... /Subject: Re: [Quickfix-developers] FIX message Parser and FIX Message /Composer / /Yes you can. Begin by RTFM. Study the /fix\quickfix\examples\tradeclient\* and /fix\quickfix\examples\ordermatch\* in the Quickfix /distribution. /To compose a message use constructors of object /FIX46::YourMessageType and use its set method for /non-required fields. /Message-based object you get already parsed in the /Application::fromApp method. If you also derived your /App from MessageCracker, you even get it in a /type-safe way in an onMessage method /Knowing C++ and being able to read code is a /pre-requisite though. /Gene / /--- Vamsi Krishna <Vam...@ib...> wrote: /> Hi /> /> Can I use quickfix.lib to compose a fix message ( I /> am using C++ version /> of quickfix) and if I can.. how to do it? /> /> /> /> Also Can I parse the fix message into object ( say /> Market data request /> fix message to a class of Market data request object /> ) /> /> /> /> How do I begin /> /> /> /> Can somebody help me out. /> /> Vamsi /> /> / / /__________________________________________________ /Do you Yahoo!? /Yahoo! Tax Center - forms, calculators, tips, more /http://taxes.yahoo.com/ / / /------------------------------------------------------- /This sf.net email is sponsored by:ThinkGeek /Welcome to geek heaven. /http://thinkgeek.com/sf /_______________________________________________ /Quickfix-developers mailing list /Qui...@li... /https://lists.sourceforge.net/lists/listinfo/quickfix-developers |