Structure |
Related Messages
Description
The Business Message Reject <3> message can reject an application-level message which fulfills session-level rules and cannot be rejected via any other means.
Note if the message fails a session-level rule (e.g. body length is incorrect), a session-level Reject <3> message should be issued.
The only exception to this rule is when a transport other than the FIX session protocol is being used (transport independence).
An appropriate reject message of the given session protocol or the Business Message Reject <3> message should be used instead.
See the session-level Reject <3> message
It should *NOT* be used in the following situations:
Structure
Tag |
Field Name |
Req'd |
Comments |
Component Block - <StandardHeader> |
Y |
MsgType = j (lowercase) |
45 |
RefSeqNum |
N |
MsgSeqNum of rejected message |
372 |
RefMsgType |
Y |
The MsgType of the FIX message being referenced. |
379 |
BusinessRejectRefID |
N |
The value of the business-level "ID" field on the message being referenced. Required unless the corresponding ID field (see
list above) was not specified.
|
380 |
BusinessRejectReason |
Y |
Code to identify reason for a Business Message Reject message. |
58 |
Text |
N |
Where possible, message to explain reason for rejection |
354 |
EncodedTextLen |
N |
Must be set if EncodedText field is specified and must immediately precede it. |
355 |
EncodedText |
N |
Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field. |
1130 |
RefApplVerID |
N |
Recommended when rejecting an application message that does not explicitly provide ApplVerID ( 1128) on the message being
rejected. In this case the value from the DefaultApplVerID(1137) or the default value specified in the NoMsgTypes repeating
group on the logon message should be provided.
|
1406 |
RefApplExtID |
N |
Recommended when rejecting an application message that does not explicitly provide ApplExtID(1156) on the rejected message.
In this case the value from the DefaultApplExtID(1407) or the default value specified in the NoMsgTypes repeating group on
the logon message should be provided.
|
1131 |
RefCstmApplVerID |
N |
Recommended when rejecting an application message that does not explicitly provide CstmApplVerID(1129) on the message being
rejected. In this case the value from the DefaultCstmApplVerID(1408) or the default value specified in the NoMsgTypes repeating
group on the logon message should be provided.
|
Component Block - <StandardTrailer> |
Y |
|
|
Related Messages
|