Table of Contents

Class FixServerSettings

Namespace
StockSharp.Server.Fix
Assembly
StockSharp.Server.Fix.dll

Settings.

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

Constructors

FixServerSettings()

Initializes a new instance of the FixServerSettings.

public FixServerSettings()

Properties

MarketDataSession

Transactional session.

public FixSession MarketDataSession { get; }

Property Value

FixSession

TransactionSession

Transactional session.

public FixSession TransactionSession { get; }

Property Value

FixSession

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Ecng.Serialization.SettingsStorage

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Ecng.Serialization.SettingsStorage