[Quickfix-developers] Get groups without using Data Dictionary
Brought to you by:
orenmnero
From: DKL-Gator <dea...@ya...> - 2008-11-25 22:01:38
|
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. |