Re: [Quickfix-developers] BusinessRejectReason_UNKOWN_ID
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-12-13 05:32:36
|
Probably. That is how it shows up in the FIX 4.2 and 4.3 spec: 380 BusinessRejectReason int Code to identify reason for a Business Message Reject message. Valid values: 0 = Other --> 1 = Unkown ID 2 = Unknown Security 3 = Unsupported Message Type 4 = Application not available 5 = Conditionally Required Field Missing This should probably be reported to fixprotocol.org as well. --oren |---------+-----------------------------------------------> | | Dmitry Volpyansky | | | <vol...@ya...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 12/12/2002 10:44 PM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: qui...@li... | | cc: | | Subject: [Quickfix-developers] BusinessRejectReason_UNKOWN_ID | >----------------------------------------------------------------------------------------------| In Values.h, shouldn't this be UNKNOWN instead of UNKOWN? const int BusinessRejectReason_UNKOWN_ID = 1; |