Indicates that a request to cancel the order has been sent to the broker.

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

Syntax

C#
public bool CancelPending { get; }
Visual Basic (Declaration)
Public ReadOnly Property CancelPending As Boolean
Visual C++
public:
property bool CancelPending {
	bool get ();
}

See Also