Tag 81
ProcessCode
Abbreviation:
ProcCodeDescription
Processing code for sub-account. Absence of this field in AllocAccount (79) / AllocPrice (366) /AllocQty (80) / ProcessCode instance indicates regular trade.
Wire Format & Usage Example
Single field (key=value)
81=0 (Regular)
In a FIX message (NewOrderSingle)
8=FIX.4.4 | 9=... | 35=D | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 81=0 (Regular) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 81=0 (Regular) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
81=0 | Regular | Regular |
81=1 | SoftDollar | Soft Dollar |
81=2 | StepIn | Step-In |
81=3 | StepOut | Step-Out |
81=4 | SoftDollarStepIn | Soft-dollar Step-In |
81=5 | SoftDollarStepOut | Soft-dollar Step-Out |
81=6 | PlanSponsor | Plan Sponsor |
Enumerated Values
7| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Regular | Regular | FIX.2.7 |
| 1 | SoftDollar | Soft Dollar | FIX.2.7 |
| 2 | StepIn | Step-In | FIX.2.7 |
| 3 | StepOut | Step-Out | FIX.2.7 |
| 4 | SoftDollarStepIn | Soft-dollar Step-In | FIX.2.7 |
| 5 | SoftDollarStepOut | Soft-dollar Step-Out | FIX.2.7 |
| 6 | PlanSponsor | Plan Sponsor | FIX.4.0 |