Wrong FIX data type in example for BusinessMessageReject?
kleihan opened this issue · 2 comments
kleihan commented
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"/>donmendelson commented
Agree that String is the type listed for Text in FIX specifications, so it should be the semantic type.
kleihan commented
Updated markdown source