Re: [Quickfix-developers] (no subject)
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-07-01 20:27:49
|
Sorry, I didn't quite get the XML part right. To use that you need to call Message::initializeXML, and pass it the location of a data dictionary file. This is a static method. Once you do this, toXML will print the names of fields and values for any message. --oren On Jul 1, 2004, at 3:16 PM, Oren Miller wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/quickfix/doc/html/FAQ.html > > Yes, as long as you have a data dictionary. Use the getFieldName and > getValueName methods. Or, if you don't mind the output in XML, as > long as the Message was constructed with a DataDictionary, just use > toXML on the message class. > > --oren > > On Jul 1, 2004, at 3:09 PM, Patrick Flannery wrote: > >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX FAQ: http://www.quickfixengine.org/quickfix/doc/html/FAQ.html >> >> Oren, >> I know there is an easy way to iterate through a message and print >> the integer value pairs. Is there an easy way to iterate through and >> print >> the name of the field and the value? >> >> Patrick >> >> >> ----------------------------------------------------------- >> This email message is intended only for the addressee(s) >> and contains information that may be confidential and/or >> copyright. If you are not the intended recipient please >> notify the sender by reply email and immediately delete >> this email. Use, disclosure or reproduction of this email >> by anyone other than the intended recipient(s) is strictly >> prohibited. No representation is made that this email or >> any attachments are free of viruses. Virus scanning is >> recommended and is the responsibility of the recipient. >> >> Thank you. >> ----------------------------------------------------------- >> >> For more information on CTC, LLC please visit >> our website at: >> >> http://www.chicagotrading.com. >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by Black Hat Briefings & Training. >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >> digital self defense, top technical experts, no vendor pitches, >> unmatched networking opportunities. Visit www.blackhat.com >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |