|
4.1 Changes
< Previous Next >
Re: Length of ClOrdID - tag 11 - URGENT?
Gabor Braun / eQ Online 24 May 2005 5:04PM ET> > Hello All,
> >
> > Can someone tell me what is the maximum allowed length of Clordid. tag
> > 11 in FIX 4.1.
> >
> > It is just given as char and can it have a length of more than 20. I
> > have a main issue in this. Please reply ASAP.
> >
> > Regards. Hari.
>
> Hari,
>
> FIX doesn't put a limitation on size, only uniqueness. The size
> constraint may come in to play when storing off the ClOrdID into
> a database.
>
> Daniel Saad TransactTools, Inc. 22 Cortlandt Street, 11th Floor New
> York, NY 10007
Daniel,
You are right on that FIX does not put any limitation on the size.
Altough it is wise to point out that FIX _implementations_ (I mean FIX egnines) may have limitations coming from a lousy implementation.
(Such as using C strings, with hardcoded size...)
I am using 17 chars long ClOrdIDs with no problems.
-gabor
Re: Length of ClOrdID - tag 11 - URGENT? Gabor Braun / eQ Online 24 May 2005 5:04PM ET
|