Tag 373
SessionRejectReason
Abbreviation:
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
| Wire | Name | Description |
|---|---|---|
373=0 | InvalidTagNumber | Invalid tag number |
373=1 | RequiredTagMissing | Required tag missing |
373=10 | SendingTimeAccuracyProblem | SendingTime accuracy problem |
373=11 | InvalidMsgType | Invalid MsgType |
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 |
Enumerated Values
12| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | InvalidTagNumber | Invalid tag number | FIX.4.2 |
| 1 | RequiredTagMissing | Required tag missing | FIX.4.2 |
| 10 | SendingTimeAccuracyProblem | SendingTime accuracy problem | FIX.4.2 |
| 11 | InvalidMsgType | Invalid MsgType | 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 |