Re: [Quickfix-developers] FIX message Parser and FIX Message Composer
Brought to you by:
orenmnero
From: Gene G. <mus...@ya...> - 2003-02-28 06:46:37
|
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/ |