Discussion Forums

Re: '=' in Tag 58
Andrew McDaniel / Transacttools, Inc <>
24 Apr 2008 10:15AM ET

> Hi,
>
> I have a basic query on tag58 which is free text format.
>
> How should a case be handled if equal to '=' sign is sent in tag58? For
> example a request is sent with tag58 as 'Name=Sachin'. All other tags
> with '=' sign is rejected.
>
> Regards, Sachin

This is not a problem as long as you are parsing the fix message correctly. Remember that the syntax of a fix unit is [TAG]=[VALUE](SOH). Any '=' characters between the first delimiting '=' character and the SOH character should be considered part of the value.

Things get a bit more complicated with special tags like RawData and EncodedText field, but this isn't a concern for tag 58.


'=' in Tag 58
FIX Query   24 Apr 2008 8:41AM ET
Re: '=' in Tag 58
Eva Schmidt   24 Apr 2008 9:31AM ET
Re: '=' in Tag 58
Andrew McDaniel / Transacttools, Inc   24 Apr 2008 10:15AM ET