RE: [Quickfix-developers] FIX message Parser and FIX Message Composer
Brought to you by:
orenmnero
From: Vamsi K. <Vam...@ib...> - 2003-02-28 16:34:39
|
Do we have QuickFix.dll ( meaning ) do we need to statically attach QuickFix.lib to the process that I am building..? Thanks Vamsi /-----Original Message----- /From: qui...@li... [mailto:quickfix- /dev...@li...] On Behalf Of Oren Miller /Sent: Friday, February 28, 2003 10:20 AM /To: Vamsi Krishna; 'Gene Gorokhovsky'; quickfix- /dev...@li... /Subject: RE: [Quickfix-developers] FIX message Parser and FIX Message /Composer / /Also note that if you want to use it purely as a /parser (i.e. reading FIX messages from a file), the /Message class has a constructor that takes in a FIX /string and has a setString method. / /I like to use this for things like reading in FIX /logs, writing them out to a stream using toXML, and /then using XSLT to generate a friendly HTML report. / /--- Vamsi Krishna <Vam...@ib...> wrote: /> 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 /> /> /> /> /------------------------------------------------------- /> 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 / / /__________________________________________________ /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 |