Imported from previous forum
Hello Everyone
In my application, i have specified max length as 16 chars for ClOrdID (Tag 11).
I am getting some exceptions because of this ClOrdID size.
Can anybody, please let me know that what is the maximum length i can consider for Client Order ID (ClOrdID)?
Is there any specification from FIX 4.2 for the same?
Thanks & Regards
Vibha
FIX intentionally only defines data types but no minimum or maximum length of a field. This is to be bilaterally agreed between the parties exchanging messages. I guess you will have to take the largest value when communicating with multiple parties.
Regards,
Hanno.
Hello Everyone
In my application, i have specified max length as 16 chars for ClOrdID
(Tag 11). I am getting some exceptions because of this ClOrdID size.Can anybody, please let me know that what is the maximum length i can
consider for Client Order ID (ClOrdID)?Is there any specification from FIX 4.2 for the same?
Thanks & Regards Vibha
Have seen a few places that create CLID’s over 80 chars…
Hello Everyone
In my application, i have specified max length as 16 chars for ClOrdID
(Tag 11). I am getting some exceptions because of this ClOrdID size.Can anybody, please let me know that what is the maximum length i can
consider for Client Order ID (ClOrdID)?Is there any specification from FIX 4.2 for the same?
Thanks & Regards Vibha
Hi Everyone,
In general 50 is a reasonable maximum length. Generally, CMS systems and CMS flavored systems require you to stamp various other info also appended to Client Order ID. If you are the end-executer (exchange), you can limit it to 20 which is reasonable. If you are the order submitter, have 50 to be ready to accommodate pure FIX and CMS flavored FIX.
Personally, I don’t agree on dictating terms to the order submitter to format the client order ID in a “pre-defined” format. Its supposed to be the “Client Order ID”. Again Darwinism holds… “Survival of the fittest” If the exchange is giant enough, you are supposed to obey!
Rgds,
Thaya.
Have seen a few places that create CLID’s over 80 chars…
Hello Everyone
In my application, i have specified max length as 16 chars for ClOrdID
(Tag 11). I am getting some exceptions because of this ClOrdID size.Can anybody, please let me know that what is the maximum length i can
consider for Client Order ID (ClOrdID)?Is there any specification from FIX 4.2 for the same?
Thanks & Regards Vibha