Re: [Quickfix-developers] Anyway to parse a FIX message?
Brought to you by:
orenmnero
From: YT L. <yt...@db...> - 2002-07-22 01:24:18
|
Hi Oren, Yes....I am going to use the quickfix parsing function...i.e. I want to pass in a FIX message into it and would like to get back all the field values by using the tag numbers! Sounds that quickfix can do the thing I want....and I will give it a try ! Thanks for your advice! Regards, Eric Luk Tel : (852) 2203 6348 Fax : (852) 2203 6973 OM...@th... Sent by: To: YT Luk/HK/DBAsia/DeuBa@DBAsia qui...@li...ur cc: qui...@li..., ceforge.net qui...@li... Subject: Re: [Quickfix-developers] Anyway to parse a FIX message? 20/07/2002 07:07 Well I'm not sure what you are trying to do exactly, but the quickfix FIX::Message class has a constructor that takes in a string. This will parse the FIX message and put it in a structure that will allow you to set and get all of the values. --oren |---------+-----------------------------------------------> | | "YT Luk" <yt...@db...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 07/18/2002 09:51 PM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: qui...@li... | | cc: | | Subject: [Quickfix-developers] Anyway to parse a FIX message? | >----------------------------------------------------------------------------------------------| Hi all, I am new to FIX and quickfix... Just want to know if Quickfix can accept a FIX format string as input and use function calls to get the values back in this FIX message.... i.e. let Quickfix as a message parser... Thanks ! Regards, Eric Luk Tel : (852) 2203 6348 Fax : (852) 2203 6973 -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ------------------------------------------------------- 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 -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |