Tag 1348
ApplResponseType
Abbreviation:
ApplRespTypDescription
Used to indicate the type of acknowledgement being sent.
Wire Format & Usage Example
Single field (key=value)
1348=0 (RequestSuccessfullyProcessed)
In a FIX message (ApplicationMessageRequestAck)
8=FIX.4.4 | 9=... | 35=BX | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1348=0 (RequestSuccessfullyProcessed) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1348=0 (RequestSuccessfullyProcessed) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1348=0 | RequestSuccessfullyProcessed | Request successfully processed |
1348=1 | ApplicationDoesNotExist | Application does not exist |
1348=2 | MessagesNotAvailable | Messages not available |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | RequestSuccessfullyProcessed | Request successfully processed | FIX.5.0 |
| 1 | ApplicationDoesNotExist | Application does not exist | FIX.5.0 |
| 2 | MessagesNotAvailable | Messages not available | FIX.5.0 |