[QFJ-235] FIX44 validation doesn't handle valid value for SymbolSfx field Created: 11/Sep/07 Updated: 15/Jan/08 Resolved: 13/Dec/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Message Generation |
Affects Version/s: | 1.2.1 |
Fix Version/s: | 1.3.1 |
Type: | Bug | Priority: | Default |
Reporter: | Toli Kuznets | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
This is similar to All the other files have the field being empty (ie no pre-canned values). The FIX spec says: "Valid values: As defined in the NYSE Stock and bond Symbol Directory and in the AMEX Fitch Directory.", plus in FIX44 you get the 2 hardcoded values. Not sure what the best solution is, aside from doing the same approach as Perhaps we can create some token that takes in a RegEx pattern as a set of other valid values? |
Comments |
Comment by Steve Bate [ 13/Dec/07 ] |
I've added a feature to allow field enums to be partially specified. For example, <field number="65" name="SymbolSfx" type="STRING" allowOtherValues="true"> Notice the allowOtherValues attribute on the field node. This will allow other fields |