AvgPx Field

Calculated average price of all fills on this order.  
 
For Fixed Income trades AvgPx is always expressed as percent-of-par, regardless of the PriceType (423) of LastPx (31). I.e., AvgPx will contain an average of percent-of-par values (see LastParPx (669)) for issues traded in Yield, Spread or Discount.  
 
public const int AvgPx = 6
This language is not supported or no code example is available.
public:  
const int AvgPx = 6;
This language is not supported or no code example is available.
public const AvgPx : int = 6
This language is not supported or no code example is available.

Field Value

int

In this article

Definition