Retrieves orders that are currently open.

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

Syntax

C#
List<BrokerOrder> GetOpenOrders()
Visual Basic (Declaration)
Function GetOpenOrders As List(Of BrokerOrder)
Visual C++
List<BrokerOrder^>^ GetOpenOrders()

Return Value

A collection of BrokerOrder classes.

See Also