Cancels this order if it is pending.

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

Syntax

C#
public ReturnCode CancelOrder()
Visual Basic (Declaration)
Public Function CancelOrder As ReturnCode
Visual C++
public:
ReturnCode^ CancelOrder()

Return Value

A ReturnCode indicating whether the operation succeeded.

See Also