PriceType

Tag 423

PriceType

Abbreviation: PxTyp
Typeint
Tag423
AddedFIX.4.2
Used in24 messages

Description

Code to represent the price type

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
423=1PercentagePercentage (e.g. percent of par) (often called "dollar price" for fixed income)
423=2PerUnitPer unit (i.e. per share or contract)
423=3FixedAmountFixed Amount (absolute value)
423=4DiscountDiscount – percentage points below par
423=5PremiumPremium – percentage points over par
423=6SpreadSpread
423=7TEDPriceTED price
423=8TEDYieldTED yield
423=9YieldYield
423=10FixedCabinetTradePriceFixed cabinet trade price (primarily for listed futures and options)
423=11VariableCabinetTradePriceVariable cabinet trade price (primarily for listed futures and options)

Enumerated Values

11
ValueSymbolic NameDescriptionAdded
1PercentagePercentage (e.g. percent of par) (often called "dollar price" for fixed income)FIX.4.2
2PerUnitPer unit (i.e. per share or contract)FIX.4.2
3FixedAmountFixed Amount (absolute value)FIX.4.2
4DiscountDiscount – percentage points below parFIX.4.3
5PremiumPremium – percentage points over parFIX.4.3
6SpreadSpreadFIX.4.3
7TEDPriceTED priceFIX.4.3
8TEDYieldTED yieldFIX.4.3
9YieldYieldFIX.4.4
10FixedCabinetTradePriceFixed cabinet trade price (primarily for listed futures and options)FIX.4.4
11VariableCabinetTradePriceVariable cabinet trade price (primarily for listed futures and options)FIX.4.4