Tag 1354
ApplResponseError
Abbreviation:
ApplRespErrDescription
Used to return an error code or text associated with a response to an Application Request.
Wire Format & Usage Example
Single field (key=value)
1354=0 (ApplicationDoesNotExist)
In a FIX message (ApplicationMessageRequestAck)
8=FIX.4.4 | 9=... | 35=BX | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1354=0 (ApplicationDoesNotExist) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1354=0 (ApplicationDoesNotExist) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1354=0 | ApplicationDoesNotExist | Application does not exist |
1354=1 | MessagesRequestedAreNotAvailable | Messages requested are not available |
1354=2 | UserNotAuthorizedForApplication | User not authorized for application |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | ApplicationDoesNotExist | Application does not exist | FIX.5.0 |
| 1 | MessagesRequestedAreNotAvailable | Messages requested are not available | FIX.5.0 |
| 2 | UserNotAuthorizedForApplication | User not authorized for application | FIX.5.0 |