Tag 1378
MultilegPriceMethod
Abbreviation:
MlegPxMethDescription
Code to represent how the multileg price is to be interpreted when applied to the legs.
(See Volume : "Glossary" for further value definitions)
Wire Format & Usage Example
Single field (key=value)
1378=0 (NetPrice)
In a FIX message (SecurityDefinition)
8=FIX.4.4 | 9=... | 35=d | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1378=0 (NetPrice) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1378=0 (NetPrice) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1378=0 | NetPrice | Net Price |
1378=1 | ReversedNetPrice | Reversed Net Price |
1378=2 | YieldDifference | Yield Difference |
1378=3 | Individual | Individual |
1378=4 | ContractWeightedAveragePrice | Contract Weighted Average Price |
1378=5 | MultipliedPrice | Multiplied Price |
Enumerated Values
6| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | NetPrice | Net Price | FIX.5.0 |
| 1 | ReversedNetPrice | Reversed Net Price | FIX.5.0 |
| 2 | YieldDifference | Yield Difference | FIX.5.0 |
| 3 | Individual | Individual | FIX.5.0 |
| 4 | ContractWeightedAveragePrice | Contract Weighted Average Price | FIX.5.0 |
| 5 | MultipliedPrice | Multiplied Price | FIX.5.0 |