The list of trades (orders that were filled) for this position.

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

Syntax

C#
public List<TradeInfo> Trades
Visual Basic (Declaration)
Public Trades As List(Of TradeInfo)
Visual C++
public:
List<TradeInfo^>^ Trades

See Also