ILatencyManager

StockSharp.Algo.Latency

The interface of the order registration delay calculation manager.

実装: IPersistable, ICloneable<ILatencyManager>, ICloneable

プロパティ

LatencyCancellation : TimeSpan

The aggregate value of cancelling delay by all orders.

LatencyRegistration : TimeSpan

The aggregate value of registration delay by all orders.

メソッド

ProcessMessage(Message) : TimeSpan?

To process the message for transaction delay calculation. Messages of OrderRegisterMessage, OrderReplaceMessage, OrderCancelMessage and ExecutionMessage types are accepted.

message
Message.

戻り値: The transaction delay. If it is impossible to calculate delay, will be returned.

Reset()

To zero calculations.