Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.1
-
Fix Version/s: None
-
Component/s: Metadata/Specs
-
Labels:None
-
Environment:Ubuntu-Gutsy, JDK1.5
Description
This is my code snippet
FileInputStream file = new FileInputStream(new java.io.File("/home/asankaa/etc/spec/FIX44.xml"));
DataDictionary dd = new DataDictionary(file);
DataDictionary.GroupInfo ddGroup1 = dd.getGroup("D",453);
System.out.println("Delimeter Group : "+ ddGroup1.getDelimeterField());
DataDictionary.GroupInfo ddGroup2 = dd.getGroup("D",802);
System.out.println("Delimeter Group : "+ ddGroup2.getDelimeterField());
When I access the group info for 453 (NoPartyIds) DD provides the correct info with 448 as the delimiter, but when trying to access info about 802 (NoPartySubId)