Cancels a pending order.

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

Syntax

C#
public ReturnCode CancelOrder(
	string PosID,
	string orderID
)
Visual Basic (Declaration)
Public Function CancelOrder ( _
	PosID As String, _
	orderID As String _
) As ReturnCode
Visual C++
public:
ReturnCode^ CancelOrder(
	String^ PosID, 
	String^ orderID
)

Parameters

PosID
Type: System..::.String
The ID of the position with which the order is associated.
orderID
Type: System..::.String
The ID of the order to cancel.

Return Value

A ReturnCode indicating whether the operation succeeded.

See Also