[QFJ-415] Use data dictionary to determine message category for admin messages Created: 16/Mar/09  Updated: 07/Apr/10

Status: Open
Project: QuickFIX/J
Component/s: Engine
Affects Version/s: 1.4.0
Fix Version/s: Future Releases

Type: Improvement Priority: Default
Reporter: Laurent Danesi Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

To fully support custom FIX dictionary, we should take care of msgcat to know if the message is an admin message or application message and not use hardcoded values.



 Comments   
Comment by Steve Bate [ 16/Mar/09 ]

The data dictionary is optional, so you'll need to handle the case of not having a data dictionary to determine admin vs. application messages.

Comment by Steve Bate [ 10/Jan/10 ]

In the absence of a data dictionary we can use the hardwired admin/app classifications but allow that to be overridden by the data dictionary.

Comment by Steve Bate [ 05/Apr/10 ]

I've looked at this and it's a bit tricky since there are several places in the code where we don't have a data dictionary and we must determine if the message is an application message or not. I've added predicates to the data dictionary to determine the category of the message, but more work is needed to convert the code to use every place.

Generated at Mon Apr 29 03:13:47 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.