The position state (pending, open, or closed). A pending position is a position
where the order to open it has been submitted but not filled.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public PositionState State { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property State As PositionState |
| Visual C++ |
|---|
public: property PositionState State { PositionState get (); } |