Table of Contents

Interface ISlippageManager

Namespace
StockSharp.Algo.Slippage
Assembly
StockSharp.Algo.dll

The interface for the slippage calculation manager.

public interface ISlippageManager : IPersistable
Extension Methods

Properties

Slippage

Total slippage.

decimal Slippage { get; }

Property Value

decimal

Methods

ProcessMessage(Message)

To calculate slippage.

decimal? ProcessMessage(Message message)

Parameters

message Message

Message.

Returns

decimal?

The slippage. If it is impossible to calculate slippage, null will be returned.

Reset()

To reset the state.

void Reset()