FIXTradingCommunity / fix-simple-binary-encoding

A FIX standard for binary message encoding
Other
262 stars 69 forks source link

Wrong FIX data type in example for BusinessMessageReject? #130

Closed kleihan closed 4 years ago

kleihan commented 4 years ago

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 4 years ago

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

kleihan commented 4 years ago

Updated markdown source