PriceUnitOfMeasure

Tag 1191

PriceUnitOfMeasure

Abbreviation: PxUOM
TypeString
Tag1191
AddedFIX.5.0
Used in72 messages

Description

Used to express the UOM of the price if different from the contract. In futures, this can be different for cross-rate products in which the price is quoted in units differently from the contract

Wire Format & Usage Example

Single field (key=value)
1191=150.25
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 1191=150.25 |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1191=150.25 is this field's position in the message.