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
Inherited Members
Extension Methods

Constructors

FixServerSettings()

Initializes a new instance of the FixServerSettings.

public FixServerSettings()

Properties

CheckSumDisabled

Disable checksum.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Validation", GroupName = "General", Order = 3)]
public bool CheckSumDisabled { get; set; }

Property Value

bool

IsBinaryEnabled

Use binary mode.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Binary", GroupName = "General", Order = 2)]
public bool IsBinaryEnabled { get; set; }

Property Value

bool

MarketDataSession

Transactional session.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketDataSession", GroupName = "General", Order = 1)]
public FixSession MarketDataSession { get; }

Property Value

FixSession

TransactionSession

Transactional session.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TransactionalSession", GroupName = "General", Order = 0)]
public FixSession TransactionSession { get; }

Property Value

FixSession

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

SettingsStorage

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

SettingsStorage