Retrieves orders that are currently open.
Namespace:
RightEdge.CommonAssembly: 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() |