[QFJ-905] MULTIPLECHARVALUE not handled in FieldType since FIX 5.0. version Created: 23/Sep/16 Updated: 17/Jun/20 Resolved: 23/Mar/20 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.5.0 |
Fix Version/s: | 2.2.0 |
Type: | Bug | Priority: | Default |
Reporter: | François Milot | Assignee: | Marcin L |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Issue Links: |
|
Description |
I encountered an issue testing a simple order sending in FIX 5.0. SP2. I send an order with value 18=1 3 and got rejected because of IncorrectTagValue exception (in Session.next method while validating the message). Problem is that isMultipleValueStringField method does return false for MULTIPLECHARVALUE type. |
Comments |
Comment by Christoph John [ 23/Sep/16 ] |
As a workaround you could configure the field to be of type String or MultipleValueString (but with version 1.6.2 because of |
Comment by François Milot [ 23/Sep/16 ] |
Hi Christophe, First, thanks for your answer. I already implemented this workaround Will wait for your fix. Thanks again. |