ApplResponseError

Tag 1354

ApplResponseError

Abbreviation: ApplRespErr
Typeint
Tag1354
AddedFIX.5.0
Used in1 messages

Description

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
WireNameDescription
1354=0ApplicationDoesNotExistApplication does not exist
1354=1MessagesRequestedAreNotAvailableMessages requested are not available
1354=2UserNotAuthorizedForApplicationUser not authorized for application

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
0ApplicationDoesNotExistApplication does not existFIX.5.0
1MessagesRequestedAreNotAvailableMessages requested are not availableFIX.5.0
2UserNotAuthorizedForApplicationUser not authorized for applicationFIX.5.0

Used in Messages

1