Closes a position with a market order.

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

Syntax

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

Parameters

PosID
Type: System..::.String
The ID of the position to close.
description
Type: System..::.String
A description for the close position order.

Return Value

A ReturnCode indicating whether the order to close the position was successfully submitted.

See Also