Tag 423
PriceType
Abbreviation:
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
| Wire | Name | Description |
|---|---|---|
423=1 | Percentage | Percentage |
423=2 | PerUnit | per share (e.g. cents per share) |
423=3 | FixedAmount | Fixed Amount (absolute value) |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | Percentage | Percentage | FIX.4.2 |
| 2 | PerUnit | per share (e.g. cents per share) | FIX.4.2 |
| 3 | FixedAmount | Fixed Amount (absolute value) | FIX.4.2 |