The list of pending orders.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public List<BrokerOrder> PendingOrders { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PendingOrders As List(Of BrokerOrder) |
| Visual C++ |
|---|
public: property List<BrokerOrder^>^ PendingOrders { List<BrokerOrder^>^ get (); void set (List<BrokerOrder^>^ value); } |