The list of trades, or orders that have been filled, for this position.

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

Syntax

C#
public IList<Trade> Trades { get; }
Visual Basic (Declaration)
Public ReadOnly Property Trades As IList(Of Trade)
Visual C++
public:
property IList<Trade^>^ Trades {
	IList<Trade^>^ get ();
}

See Also