[QFJ-614] CLONE - can not parse cme definition message from cme file Created: 07/Jul/11 Updated: 01/Apr/14 Resolved: 01/Apr/14 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | None |
| Type: | Other | Priority: | Default |
| Reporter: | Jonathan Felch | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Hello; I can not parse cme definition message from cme file from ftp://ftp.cme.com/secdef.dat.gz code: DataDictionary sessionDictionary, applicationDictionary; sessionDictionary = new DataDictionary("FIXT11.xml"); Message message = new Message(); boolean doValidation = false; message.fromString(messageString, sessionDictionary, sample cme input and quickfixj output: INFO: messageString INFO: message thank you; Andrei |
| Comments |
| Comment by Jonathan Felch [ 07/Jul/11 ] |
|
This is the same issue as The latest build from trunk continues to fail on a large number of records and also continues to be missing field definitions... Technically this file should be depending on FIX 5 SP2, which may be part of the problem... My attempts to generate code for FIX 5 SP 2 were unsuccessful. |
| Comment by Christoph John [ 01/Apr/14 ] |
|
We should now be able to handle FIX5.0 SP2 since QF/J 1.5.3. Unfortunately the link in the description is not reachable any longer (but the ticket is some years old). |