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
TransactionSession
Transactional session.
public FixSession TransactionSession { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageEcng.Serialization.SettingsStorage
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageEcng.Serialization.SettingsStorage