Class FixServerSettings
Settings.
Implements
Ecng.Serialization.IPersistable
Inherited Members
Namespace: StockSharp.Server.Fix
Assembly: StockSharp.Server.Fix.dll
Syntax
public class FixServerSettings : IPersistable
Constructors
FixServerSettings()
Создать FixServerSettings.
Declaration
public FixServerSettings()
Properties
ConvertToLatin
Конвертировать кириллицу в латиницу.
Declaration
public bool ConvertToLatin { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
DeadSessionCleanupInterval
Сохранять подписки при отключении.
Declaration
public TimeSpan DeadSessionCleanupInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
KeepSubscriptionsOnDisconnect
Сохранять подписки при отключении.
Declaration
public bool KeepSubscriptionsOnDisconnect { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MarketDataSession
Transactional session.
Declaration
public FixSession MarketDataSession { get; }
Property Value
Type | Description |
---|---|
FixSession |
QuotesInterval
Интервал обновления котировок.
Declaration
public TimeSpan QuotesInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
TransactionSession
Transactional session.
Declaration
public FixSession TransactionSession { get; }
Property Value
Type | Description |
---|---|
FixSession |
Implements
Ecng.Serialization.IPersistable