Tag 442
MultiLegReportingType
Abbreviation:
MLegRptTypDescription
Used to indicate what an Execution Report represents (e.g. used with multi-leg securities, such as option strategies, spreads, etc.).
Wire Format & Usage Example
Single field (key=value)
442=1 (SingleSecurity)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 442=1 (SingleSecurity) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 442=1 (SingleSecurity) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
442=1 | SingleSecurity | Single security (defualt if not specified) |
442=2 | IndividualLegOfAMultiLegSecurity | Individual leg of a multi=leg security |
442=3 | MultiLegSecurity | Multi-leg security |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | SingleSecurity | Single security (defualt if not specified) | FIX.4.2 |
| 2 | IndividualLegOfAMultiLegSecurity | Individual leg of a multi=leg security | FIX.4.2 |
| 3 | MultiLegSecurity | Multi-leg security | FIX.4.2 |