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