PriceType

Tag 423

PriceType

Abbreviation:
Typeint
Tag423
AddedFIX.4.2
Used in1 messages

Description

Code to represent the price type.

Wire Format & Usage Example

Single field (key=value)
423=1 (Percentage)
In a FIX message (BidResponse)
8=FIX.4.4 | 9=... | 35=l | 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
423=2PerUnitper share (e.g. cents per share)
423=3FixedAmountFixed Amount (absolute value)

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
1PercentagePercentageFIX.4.2
2PerUnitper share (e.g. cents per share)FIX.4.2
3FixedAmountFixed Amount (absolute value)FIX.4.2

Used in Messages

1