PriceType

Tag 423

PriceType

Abbreviation:
Typeint
Tag423
AddedFIX.4.2
Used in13 messages

Description

Code to represent the price type.

Wire Format & Usage Example

Single field (key=value)
423=3 (FixedAmount)
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=3 (FixedAmount) |  | 10=...

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

All valid values
WireNameDescription
423=3FixedAmountFixed Amount (absolute value)
423=1PercentagePercentage
423=4Discountdiscount - percentage points below par
423=6Spreadbasis points relative to benchmark
423=7TEDPriceTED price (see "Volume 1 - Glossary")
423=8TEDYieldTED yield (see "Volume 1 - Glossary")
423=5Premiumpremium - percentage points over par
423=2PerUnitper share (e.g. cents per share)

Enumerated Values

8
ValueSymbolic NameDescriptionAdded
3FixedAmountFixed Amount (absolute value)FIX.4.2
1PercentagePercentageFIX.4.2
4Discountdiscount - percentage points below parFIX.4.3
6Spreadbasis points relative to benchmarkFIX.4.3
7TEDPriceTED price (see "Volume 1 - Glossary")FIX.4.3
8TEDYieldTED yield (see "Volume 1 - Glossary")FIX.4.3
5Premiumpremium - percentage points over parFIX.4.3
2PerUnitper share (e.g. cents per share)FIX.4.2