QuickFIX/J

Use data dictionary to determine message category for admin messages

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Default Default
  • Resolution: Unresolved
  • Affects Version/s: 1.4.0
  • Fix Version/s: Future Releases
  • Component/s: Engine
  • 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.

Activity

Hide
Steve Bate added a comment - 16/Mar/09 8:37 PM

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.

Show
Steve Bate added a comment - 16/Mar/09 8:37 PM 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.
Hide
Steve Bate added a comment - 10/Jan/10 7:00 PM

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.

Show
Steve Bate added a comment - 10/Jan/10 7:00 PM 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.
Hide
Steve Bate added a comment - 05/Apr/10 3:32 AM

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.

Show
Steve Bate added a comment - 05/Apr/10 3:32 AM 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    16/Mar/09 5:07 PM
    Updated:
    07/Apr/10 1:28 AM