FIX protocol - handling of SOH presence in String fields

81 Views Asked by At

I faced the question of handling SOH presence as a value in string fields (for e.g. Account, Symbol and other IDs) used as the delimiter in FIX messages.

Does anybody know how to handle better such cases?

On artio-based FIX server mostly I'm getting Session reject:

"SessionRejectReason": "5", // Value is incorrect (out of range) for this tag "Text": "Message parse error"

0

There are 0 best solutions below