|
4.0 Session
< Previous Next >
Re: Tag58 length
Bernt Sandén / OMX 4 Jan 2008 2:27AM ETIt is correct that FIX fields have variable length. However the underlying trading system of the counterparty, e.g. an exchange, normally have a field length restriction on almost every field and will reject messages were the field length exceeds that maximum allowed. The reason of field lenght restrictions may be:
- Secondary storage in databases.
- Integer fields are converted to binary fields
- Underlying system cannot allow unlimited length fields as it might
overflow buffers and have serious impact on performance.
The field length restrictions should be bilaterally agreed between the two parties.
> There is no limitation to the length of Tag 58 Text, its "Free format
> text string", just a word of caution, please don't send a string so long
> that your counterparty's memory buffer overflows :-) This is a stress
> test scenario :-(
Re: Tag58 length Bernt Sandén / OMX 4 Jan 2008 2:27AM ET
|