Table of Contents

Class BaseServerSettings

Namespace
StockSharp.Server.Core
Assembly
StockSharp.Server.Core.dll

Settings.

[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class BaseServerSettings : IPersistable
Inheritance
BaseServerSettings
Implements
IPersistable
Derived
Inherited Members
Extension Methods

Constructors

BaseServerSettings()

Initializes a new instance of the BaseServerSettings.

protected BaseServerSettings()

Properties

ConvertToLatin

Convert all non-latin text messages to latin.

public bool ConvertToLatin { get; set; }

Property Value

bool

DeadSessionCleanupInterval

Keep subscriptions on disconnect.

public TimeSpan DeadSessionCleanupInterval { get; set; }

Property Value

TimeSpan

KeepSubscriptionsOnDisconnect

Keep subscriptions on disconnect.

public bool KeepSubscriptionsOnDisconnect { get; set; }

Property Value

bool

MaxErrorCount

Max possible ErrorCount.

public int MaxErrorCount { get; set; }

Property Value

int

MaxTotalErrorCount

Max possible TotalErrorCount.

public int MaxTotalErrorCount { get; set; }

Property Value

int

QuotesInterval

Quotes updating interval.

public TimeSpan QuotesInterval { get; set; }

Property Value

TimeSpan

Methods

Load(SettingsStorage)

Load settings.

public virtual void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Ecng.Serialization.SettingsStorage

Save(SettingsStorage)

Save settings.

public virtual void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Ecng.Serialization.SettingsStorage