Table of Contents

Interface IPositionManager

Namespace
StockSharp.Algo.Positions
Assembly
StockSharp.Algo.dll

The interface for the position calculation manager.

public interface IPositionManager
Extension Methods

Methods

ProcessMessage(Message)

To calculate position.

PositionChangeMessage ProcessMessage(Message message)

Parameters

message Message

Message.

Returns

PositionChangeMessage

The position by order or trade.