Tag 373
SessionRejectReason
Abbreviation:
SessRejRsnDescription
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
| Wire | Name | Description |
|---|---|---|
373=0 | InvalidTagNumber | Invalid tag number |
373=1 | RequiredTagMissing | Required tag missing |
373=2 | TagNotDefinedForThisMessageType | Tag not defined for this message type |
373=3 | UndefinedTag | Undefined Tag |
373=4 | TagSpecifiedWithoutAValue | Tag specified without a value |
373=5 | ValueIsIncorrect | Value is incorrect (out of range) for this tag |
373=6 | IncorrectDataFormatForValue | Incorrect data format for value |
373=7 | DecryptionProblem | Decryption problem |
373=8 | SignatureProblem | Signature problem |
373=9 | CompIDProblem | CompID problem |
373=10 | SendingTimeAccuracyProblem | SendingTime accuracy problem |
373=11 | InvalidMsgType | Invalid MsgType |
373=12 | XMLValidationError | XML Validation error |
373=13 | TagAppearsMoreThanOnce | Tag appears more than once |
373=14 | TagSpecifiedOutOfRequiredOrder | Tag specified out of required order |
373=15 | RepeatingGroupFieldsOutOfOrder | Repeating group fields out of order |
373=16 | IncorrectNumInGroupCountForRepeatingGroup | Incorrect NumInGroup count for repeating group |
373=17 | Non | Non "data" value includes field delimiter (SOH character) |
373=99 | Other | Other |
Enumerated Values
19| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | InvalidTagNumber | Invalid tag number | FIX.4.2 |
| 1 | RequiredTagMissing | Required tag missing | FIX.4.2 |
| 2 | TagNotDefinedForThisMessageType | Tag not defined for this message type | FIX.4.2 |
| 3 | UndefinedTag | Undefined Tag | FIX.4.2 |
| 4 | TagSpecifiedWithoutAValue | Tag specified without a value | FIX.4.2 |
| 5 | ValueIsIncorrect | Value is incorrect (out of range) for this tag | FIX.4.2 |
| 6 | IncorrectDataFormatForValue | Incorrect data format for value | FIX.4.2 |
| 7 | DecryptionProblem | Decryption problem | FIX.4.2 |
| 8 | SignatureProblem | Signature problem | FIX.4.2 |
| 9 | CompIDProblem | CompID problem | FIX.4.2 |
| 10 | SendingTimeAccuracyProblem | SendingTime accuracy problem | FIX.4.2 |
| 11 | InvalidMsgType | Invalid MsgType | FIX.4.2 |
| 12 | XMLValidationError | XML Validation error | FIX.4.3 |
| 13 | TagAppearsMoreThanOnce | Tag appears more than once | FIX.4.3 |
| 14 | TagSpecifiedOutOfRequiredOrder | Tag specified out of required order | FIX.4.3 |
| 15 | RepeatingGroupFieldsOutOfOrder | Repeating group fields out of order | FIX.4.3 |
| 16 | IncorrectNumInGroupCountForRepeatingGroup | Incorrect NumInGroup count for repeating group | FIX.4.3 |
| 17 | Non | Non "data" value includes field delimiter (SOH character) | FIX.4.3 |
| 99 | Other | Other | FIX.4.4 |