The number of shares, contracts, etc. that were filled. For a partial fill, this will be less than the order amount.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public int Quantity { get; set; }
Visual Basic (Declaration)
Public Property Quantity As Integer
Visual C++
public:
property int Quantity {
	int get ();
	void set (int value);
}

See Also