The index of this trade in the list of trades for the position.

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

Syntax

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

See Also