[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:
Relates
relates to QFJ-881 FieldType.MultipleValueString are not... Closed

 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 QFJ-881).

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.

Generated at Sun Apr 28 17:10:24 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.