Re: [Quickfix-developers] Get groups without using Data Dictionary
Brought to you by:
orenmnero
From: DKL-Gator <dea...@ya...> - 2008-11-26 13:34:11
|
Yes I think you're right. I will not even get the "fromApp" call so I can't even look at the raw message if I wanted to. Shane Trotter wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > I believe a Data Dictionary is required to utilize repeating fields. > > -- > Shane Trotter > Connamara Systems, LLC > > On Tue, Nov 25, 2008 at 3:40 PM, DKL-Gator <dea...@ya...> wrote: > >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> >> I am trying to parse an Email reply in FIX 4.2. The Text is a repeating >> field. I have UseDataDictionary set to false, so I am getting the error >> "Tag appears more than once". I don't want to use a Data Dictionary. >> >> What can I do in my onMessage(const FIX42::Email& message, const >> FIX::SessionID& id) method to get all the groups since I cannot use the >> getGroup due to me not using a Data Dictionary? >> >> Thanks, >> Dean >> -- >> View this message in context: >> http://www.nabble.com/Get-groups-without-using-Data-Dictionary-tp20690136p20690136.html >> Sent from the QuickFIX - Dev mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- View this message in context: http://www.nabble.com/Get-groups-without-using-Data-Dictionary-tp20690136p20699829.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |