A list of Fills for this Order.

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

Syntax

C#
public List<Fill> Fills { get; set; }
Visual Basic (Declaration)
Public Property Fills As List(Of Fill)
Visual C++
public:
property List<Fill^>^ Fills {
	List<Fill^>^ get ();
	void set (List<Fill^>^ value);
}

See Also