SessionRejectReason

Tag 373

SessionRejectReason

Abbreviation:
Typeint
Tag373
AddedFIX.4.2
Used in1 messages

Description

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

Wire Format & Usage Example

Single field (key=value)
373=0 (InvalidTagNumber)
In a FIX message (Reject)
8=FIX.4.4 | 9=... | 35=3 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 373=0 (InvalidTagNumber) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 373=0 (InvalidTagNumber) is this field's position in the message.

All valid values
WireNameDescription
373=0InvalidTagNumberInvalid tag number
373=1RequiredTagMissingRequired tag missing
373=10SendingTimeAccuracyProblemSendingTime accuracy problem
373=11InvalidMsgTypeInvalid MsgType
373=2TagNotDefinedForThisMessageTypeTag not defined for this message type
373=3UndefinedTagUndefined Tag
373=4TagSpecifiedWithoutAValueTag specified without a value
373=5ValueIsIncorrectValue is incorrect (out of range) for this tag
373=6IncorrectDataFormatForValueIncorrect data format for value
373=7DecryptionProblemDecryption problem
373=8SignatureProblemSignature problem
373=9CompIDProblemCompID problem

Enumerated Values

12
ValueSymbolic NameDescriptionAdded
0InvalidTagNumberInvalid tag numberFIX.4.2
1RequiredTagMissingRequired tag missingFIX.4.2
10SendingTimeAccuracyProblemSendingTime accuracy problemFIX.4.2
11InvalidMsgTypeInvalid MsgTypeFIX.4.2
2TagNotDefinedForThisMessageTypeTag not defined for this message typeFIX.4.2
3UndefinedTagUndefined TagFIX.4.2
4TagSpecifiedWithoutAValueTag specified without a valueFIX.4.2
5ValueIsIncorrectValue is incorrect (out of range) for this tagFIX.4.2
6IncorrectDataFormatForValueIncorrect data format for valueFIX.4.2
7DecryptionProblemDecryption problemFIX.4.2
8SignatureProblemSignature problemFIX.4.2
9CompIDProblemCompID problemFIX.4.2

Used in Messages

1