QuotePriceType

Tag 692

QuotePriceType

Abbreviation: QuotPxTyp
Typeint
Tag692
AddedFIX.4.4
Used in2 messages

Description

Code to represent price type requested in Quote

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
692=1Percentpercent (percent of par)
692=2PerShareper share (e.g. cents per share)
692=3FixedAmountfixed amount (absolute value)
692=4Discountdiscount – percentage points below par
692=5Premiumpremium – percentage points over par
692=6Spreadbasis points relative to benchmark
692=7TEDPriceTED price
692=8TEDYieldTED yield
692=9YieldSpreadYield spread (swaps)
692=10YieldYield

Enumerated Values

10
ValueSymbolic NameDescriptionAdded
1Percentpercent (percent of par)FIX.4.4
2PerShareper share (e.g. cents per share)FIX.4.4
3FixedAmountfixed amount (absolute value)FIX.4.4
4Discountdiscount – percentage points below parFIX.4.4
5Premiumpremium – percentage points over parFIX.4.4
6Spreadbasis points relative to benchmarkFIX.4.4
7TEDPriceTED priceFIX.4.4
8TEDYieldTED yieldFIX.4.4
9YieldSpreadYield spread (swaps)FIX.4.4
10YieldYieldFIX.4.4