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
IsBinaryEnabled
Use binary mode.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Binary", GroupName = "General", Order = 2)]
public bool IsBinaryEnabled { get; set; }
Property Value
MarketDataSession
Transactional session.
[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketDataSession", GroupName = "General", Order = 1)]
public FixSession MarketDataSession { get; }
Property Value
TransactionSession
Transactional session.
[Display(ResourceType = typeof(LocalizedStrings), Name = "TransactionalSession", GroupName = "General", Order = 0)]
public FixSession TransactionSession { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorage
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorage