[QFJ-601] FIX protocol version 4.4 filed InstrAttribType (871) should include the types described in "Description" section. Created: 24/May/11 Updated: 15/Nov/12 Resolved: 06/Jun/11 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.4.0, 1.5.0 |
| Fix Version/s: | 1.5.1 |
| Type: | Bug | Priority: | Default |
| Reporter: | Andrey | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | QuickfixJ | ||
| Attachments: |
|
| Description |
|
Documentation Links The Types which I didn't find in InstrAttribType (871) field in FIX44.xml file are: Missing data affect error-checking in the InstrAttribType (871) field further in the code. |
| Comments |
| Comment by Eric Deshayes [ 26/May/11 ] |
|
Committed in rev#1040 |
| Comment by Jörg Thönnes [ 26/May/11 ] |
|
In reply to comment #1: Ha! You were faster than me. Just picked this up. How about replacing <value enum="20" description="ORIGINAL_ISSUE_DISCOUNT_PRICE_SUPPLY_PRICE_IN_THE_INSTRATTRIBVALUE"/> <value enum="99" description="TEXT_SUPPLY_THE_TEXT_OF_THE_ATTRIBUTE_OR_DISCLAIMER_IN_THE_INSTRATTRIBVALUE"/> by <value enum="20" description="ORIGINAL_ISSUE_DISCOUNT_PRICE"/> <value enum="99" description="TEXT"/> as specified in the FIXimate? To me this very long text makes no sense. I think it was
In addition, I would also adapt FIX 5.0 in due course. |
| Comment by Jörg Thönnes [ 06/Jun/11 ] |
|
Renamed enum constants for FIX 4.4 and FIX 5.0 field 871/InstrAttribType. The trailing part of the name |