Tag 893
LastFragment
Abbreviation:
LastFragmentDescription
Indicates whether this message is the last in a sequence of messages for those messages that support fragmentation, such as Allocation Instruction, Mass Quote, Security List, Derivative Security List
Wire Format & Usage Example
Single field (key=value)
893=N (NotLastMessage)
In a FIX message (NewOrderList)
8=FIX.4.4 | 9=... | 35=E | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 893=N (NotLastMessage) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 893=N (NotLastMessage) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
893=N | NotLastMessage | Not Last Message |
893=Y | LastMessage | Last Message |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| N | NotLastMessage | Not Last Message | FIX.4.4 |
| Y | LastMessage | Last Message | FIX.4.4 |