FIX.5.0SP2 Message

Reject [type '3']

The reject message should be issued when a message is received but cannot be properly processed due to a session-level rule violation. An example of when a reject may be appropriate would be the receipt of a message with invalid basic data which successfully passes de-encryption, CheckSum and BodyLength checks.


Added  FIX.2.7

Expand Components | Collapse Components

Field or ComponentField NameFIXML nameReq'dCommentsDepr.
ComponentStandardHeaderBaseHeader

MsgType = 3

 
45RefSeqNum@RefSeqNum

MsgSeqNum of rejected message

 
371RefTagID@RefTagID 

The tag number of the FIX field being referenced.

 
372RefMsgType@RefMsgTyp 

The MsgType of the FIX message being referenced.

 
1130RefApplVerID@RefApplVerID 

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.

 
1406RefApplExtID@RefApplExtID 

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.

 
1131RefCstmApplVerID@RefCstmApplVerID 

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.

 
373SessionRejectReason 

Code to identify reason for a session-level Reject message.

 
58Text@Txt 

Where possible, message to explain reason for rejection

 
354EncodedTextLen@EncTxtLen 

Must be set if EncodedText field is specified and must immediately precede it.

 
355EncodedText@EncTxt 

Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field.

 
ComponentStandardTrailer