Thread: [Quickfix-developers] "Value is incorrect (out of range) for this tag" error for proprietary field
Brought to you by:
orenmnero
|
From: Alvin W. <AW...@FF...> - 2005-06-07 14:23:12
|
Hi,
Can we have a new configuration that allows proprietary field value for a
tag. For example, today we received a message with
MessageEncoding(347)=UTF-8. However, in Quickfix dictionary, it is UTF_8
(BTW, i believe UTF-8 is official according to FIX document). We had to
manually edit FIX44.xml and restart our FIX engine. That means, each time
counterparty has a proprietary field value, we have to manually add it
into the dictionary, otherwise the message will be rejected by QF.
Thanks
Alvin
**********************************************************************
This e-mail message is intended solely for the use of the addressee.
The message may contain information that is privileged and confidential.
Disclosure to anyone other than the intended recipient is
prohibited. If you are not the intended recipient, please do not
disseminate, distribute or copy this communication, by e-mail or
otherwise. Instead, please notify us immediately by return e-mail
(including the original message with your reply) and then delete
and discard all copies of the message. We have taken precautions to
minimize the risk of transmitting software viruses but nevertheless
advise you to carry out your own virus checks on any attachment to
this message. We accept no liability for any loss or damage caused
by software viruses.
**********************************************************************
|
|
From: James C. D. <jc...@co...> - 2005-06-07 14:57:05
|
Alvin, Please forgive me but I guess I am a little unclear as to the new configuration feature you are requesting. Would it be a setting that tells QF not to check the field values for a particular field? All fields? If this is the case what is the purpose of the data dictionary (other then needing it for repeating groups)? Additionally, when connecting to a counter party there is typically an exchange of interface specifications that delineate the deviations form the standard FIX specification thus avoiding the apparent "test in production" scenario you described above. Jim _____ From: qui...@li... [mailto:qui...@li...] On Behalf Of Alvin Wang Sent: Tuesday, June 07, 2005 5:03 PM To: qui...@li...; qui...@li... Cc: dav...@ma...; Joerg Thoennes; Oren Miller; Yihu Fang Subject: "Value is incorrect (out of range) for this tag" error for proprietary field value Hi, Can we have a new configuration that allows proprietary field value for a tag. For example, today we received a message with MessageEncoding(347)=UTF-8. However, in Quickfix dictionary, it is UTF_8 (BTW, i believe UTF-8 is official according to FIX document). We had to manually edit FIX44.xml and restart our FIX engine. That means, each time counterparty has a proprietary field value, we have to manually add it into the dictionary, otherwise the message will be rejected by QF. Thanks Alvin ********************************************************************** This e-mail message is intended solely for the use of the addressee. The message may contain information that is privileged and confidential. Disclosure to anyone other than the intended recipient is prohibited. If you are not the intended recipient, please do not disseminate, distribute or copy this communication, by e-mail or otherwise. Instead, please notify us immediately by return e-mail (including the original message with your reply) and then delete and discard all copies of the message. We have taken precautions to minimize the risk of transmitting software viruses but nevertheless advise you to carry out your own virus checks on any attachment to this message. We accept no liability for any loss or damage caused by software viruses. ********************************************************************** |
|
From: Oren M. <or...@qu...> - 2005-06-07 15:56:27
|
Well, if you are ok with any value coming in, you can just delete all = the enumeration elements from the field. Basically it sounds like you = want the field to be free form, in which case it makes no sense to have = any enumeration elements to begin with. Although I'm not really sure = what your application would have done with the UTF_8 value if it didn't = know to expect it beforehand. =20 --oren ----- Original Message -----=20 From: Alvin Wang=20 To: qui...@li... ; = qui...@li...=20 Cc: dav...@ma... ; Joerg Thoennes ; Oren Miller ; Yihu Fang=20 Sent: Tuesday, June 07, 2005 5:03 PM Subject: "Value is incorrect (out of range) for this tag" error for = proprietary field value Hi,=20 Can we have a new configuration that allows proprietary field value = for a tag. For example, today we received a message with = MessageEncoding(347)=3DUTF-8. However, in Quickfix dictionary, it is = UTF_8 (BTW, i believe UTF-8 is official according to FIX document). We = had to manually edit FIX44.xml and restart our FIX engine. That means, = each time counterparty has a proprietary field value, we have to = manually add it into the dictionary, otherwise the message will be = rejected by QF.=20 Thanks=20 Alvin=20 ********************************************************************** = This e-mail message is intended solely for the use of the addressee. The = message may contain information that is privileged and confidential. = Disclosure to anyone other than the intended recipient is prohibited. If = you are not the intended recipient, please do not disseminate, = distribute or copy this communication, by e-mail or otherwise. Instead, = please notify us immediately by return e-mail (including the original = message with your reply) and then delete and discard all copies of the = message. We have taken precautions to minimize the risk of transmitting = software viruses but nevertheless advise you to carry out your own virus = checks on any attachment to this message. We accept no liability for any = loss or damage caused by software viruses. = ********************************************************************** |