OrderQty Field
Quantity ordered. This represents the number of shares for
equities or par, face or nominal value for FI instruments.
(Prior to FIX 4.2 this field was of type int)
public const int OrderQty = 38
This language is not supported or no code example is available.
public:
const int OrderQty = 38;
This language is not supported or no code example is available.
public const OrderQty : int = 38
This language is not supported or no code example is available.
Field Value
int
In this article
Definition