Stores information about a position for the position manager.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public sealed class PositionData
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class PositionData
Visual C++
[SerializableAttribute]
public ref class PositionData sealed

Remarks

This class includes a Position, which is the external representation of a position, as well as information that the position manager needs to keep track of, such as the pending orders for a position, profit targets/stop losses, and the time to expiration.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.PositionManager..::.PositionData

See Also