The PositionStats object representing the current state of the position.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public PositionStats CurrentStats { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CurrentStats As PositionStats |
| Visual C++ |
|---|
public: property PositionStats^ CurrentStats { PositionStats^ get (); } |