FIXTradingCommunity / orchestrations

Service offerings expressed with Orchestra
Apache License 2.0
10 stars 7 forks source link

FIX 4.2 data type MultipleValueString defined as MultipleStringValue in Orchestra #22

Closed kleihan closed 1 year ago

kleihan commented 3 years ago

FIX 4.2 only had a single data type MultipleValueString for strings containing multiple values. The data type section of the FIX 4.2 Orchestra file contains MultipleStringValue which was introduced with FIX 5.0 together with MultipleCharValue to distinguish whether the values are single-character or multi-character.

kleihan commented 3 years ago

Change as follows:

FROM: <fixr:datatype name="MultipleStringValue" baseType="String" added="FIX.4.2">

TO: <fixr:datatype name="MultipleValueString" baseType="String" added="FIX.4.2">

kleihan commented 1 year ago

Resolved with SPEC-2571