Tag 21
HandlInst
Abbreviation:
HandlInstDescription
Instructions for order handling on Broker trading floor
Wire Format & Usage Example
Single field (key=value)
21=1 (AutomatedExecutionNoIntervention)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 21=1 (AutomatedExecutionNoIntervention) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 21=1 (AutomatedExecutionNoIntervention) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
21=1 | AutomatedExecutionNoIntervention | Automated execution order, private, no Broker intervention |
21=2 | AutomatedExecutionInterventionOK | Automated execution order, public, Broker intervention OK |
21=3 | ManualOrder | Manual order, best execution |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | AutomatedExecutionNoIntervention | Automated execution order, private, no Broker intervention | FIX.2.7 |
| 2 | AutomatedExecutionInterventionOK | Automated execution order, public, Broker intervention OK | FIX.2.7 |
| 3 | ManualOrder | Manual order, best execution | FIX.2.7 |