[QFJ-143] DataDictionary doesn't preserve the "required" attribute of header/trailer fields Created: 24/Feb/07 Updated: 12/Apr/07 Resolved: 24/Feb/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.0.5 |
Fix Version/s: | 1.1.0 |
Type: | Bug | Priority: | Default |
Reporter: | Toli Kuznets | Assignee: | Toli Kuznets |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Issue Links: |
|
Description |
DataDictionary.load() method currently hardcodes all the header/trailer fields to be "not required". Source example: Need to behave the same as with regular fields. |
Comments |
Comment by Toli Kuznets [ 24/Feb/07 ] |
i'll do the copy/paste from the regular message parsing code first and check the fix in. i'll decomp the code to reuse all the common cases later in a separate check-in. |
Comment by Toli Kuznets [ 24/Feb/07 ] |
Fixed in checkin 593. |