Difference between “group” and “component” in QuickFix/J
I am new in the FIX world. I am writing an application processing FIX messages in Java and for that I am using QuickFix/J. I have downloaded the DataDictionary from the homepage ( http://quickfixengine.org/ ). I am using the version 4.4 In the xml-file exists groups and components. But a component can contain groups again. What's the exact differnce between them? Thanks for your help!! Components aren't really... things. They're like macros in the FIX DataDictionary. Many messages need the same set of fields, so instead of specifying the same fields in every message, the DD defines a component