Constructs a new position manager.

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

Syntax

C#
public PositionManager(
	SystemData systemData,
	IBroker broker
)
Visual Basic (Declaration)
Public Sub New ( _
	systemData As SystemData, _
	broker As IBroker _
)
Visual C++
public:
PositionManager(
	SystemData^ systemData, 
	IBroker^ broker
)

Parameters

systemData
Type: RightEdge.Common..::.SystemData
The SystemData object for this system.
broker
Type: RightEdge.Common..::.IBroker
A reference to a broker to use.

See Also