Re: [Quickfix-developers] Message reject
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-10-18 18:10:22
|
You're not really being very specific here. It all depends on what version you are using. Value 11 was not added to the FIX spec until FIX 4.3. The value does exist in both the FIX 4.3 and FIX 4.4 data dictionaries distributed with QuickFIX. If you are using an earlier version and someone is sending you that value, you can add it yourself to your data dictionary. There is no restriction on ClOrdID within FIX. Any restrictions on its size are imposed by your counter-party, not by FIX. --oren On Oct 18, 2006, at 12:18 PM, Mike Smith wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > OK, I'm receiving a value of 11 for OrdRejReason, which is not defined > in your FIX spec. I'm assuming it has something to do with ClOrdId > needing to be exactly 9 or 10 digits, which is also a requirement that > is new to me. Can you please send me an updated FIX spec with all the > appropriate values for field 103? |