The number of bars after which the order will be cancelled if it has not been filled.

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

Syntax

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

Remarks

If this number is negative, the order is valid until manually cancelled or until the position is closed.

See Also