FIXTradingCommunity/fix-simple-binary-encoding

Wrong FIX data type in example for BusinessMessageReject?

kleihan opened this issue · 2 comments

Example for BusinessMessageReject defines Text(58) with semantic type "data" but the FIX spec defines it as "String". Was this intentional or is it an error?

<data name="Text" id="58" type="DATA" semanticType="data"/>

Agree that String is the type listed for Text in FIX specifications, so it should be the semantic type.

Updated markdown source