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=18 | Invalid | Invalid/Unsupported Application Version |
373=99 | Other | Other |
Enumerated Values
20| 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 |
| 18 | Invalid | Invalid/Unsupported Application Version | FIX.5.0 |
| 99 | Other | Other | FIX.4.4 |