QuotePriceType Field

Code to represent price type requested in Quote.  
Valid values:  
1 = percent (percent of par)  
2 = per share (e.g. cents per share)  
3 = fixed amount (absolute value)  
4 = discount percentage points below par  
5 = premium percentage points over par  
6 = basis points relative to benchmark  
7 = TED price  
8 = TED yield  
9 = Yield spread (swaps)  
10 = Yield  
If the Quote Request is for a Swap values 1-8 apply to all legs.  
 
public const int QuotePriceType = 692
This language is not supported or no code example is available.
public:  
const int QuotePriceType = 692;
This language is not supported or no code example is available.
public const QuotePriceType : int = 692
This language is not supported or no code example is available.

Field Value

int

In this article

Definition