Table of Contents

Class MaxLatencyRegistrationParameter

Namespace
StockSharp.Algo.Statistics
Assembly
StockSharp.Algo.dll

The maximal value of the order registration delay.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MaxLatencyRegistration", Description = "MaxLatencyRegistrationDesc", GroupName = "Orders", Order = 300)]
public class MaxLatencyRegistrationParameter : BaseOrderStatisticParameter<TimeSpan>, IStatisticParameter<TimeSpan>, IOrderStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged
Inheritance
MaxLatencyRegistrationParameter
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

MaxLatencyRegistrationParameter()

public MaxLatencyRegistrationParameter()

Methods

New(Order)

To add to the parameter an information on new order.

public override void New(Order order)

Parameters

order Order

New order.