Table of Contents

Class EmulationSettingsEx

Namespace
StockSharp.Studio.Core
Assembly
StockSharp.Studio.Core.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class EmulationSettingsEx : EmulationSettings
Inheritance
EmulationSettingsEx
Extension Methods

Constructors

EmulationSettingsEx()

public EmulationSettingsEx()

Properties

CommissionRules

[Display(ResourceType = typeof(LocalizedStrings), GroupName = "Str1174", Name = "Str159", Description = "Str160", Order = 300)]
public IEnumerable<CommissionRule> CommissionRules { get; set; }

Property Value

IEnumerable<CommissionRule>

MarketDataDrive

[Display(ResourceType = typeof(LocalizedStrings), GroupName = "Str1174", Name = "MarketData", Description = "MarketDataStorage", Order = 0)]
public IMarketDataDrive MarketDataDrive { get; set; }

Property Value

IMarketDataDrive

MaxVolume

[Display(ResourceType = typeof(LocalizedStrings), GroupName = "Str1174", Name = "XamlStr293", Description = "XamlStr293", Order = 80)]
public int MaxVolume { get; set; }

Property Value

int

StorageFormat

[Display(ResourceType = typeof(LocalizedStrings), GroupName = "Str1174", Name = "StorageFormat", Description = "StorageFormatDot", Order = 1)]
public StorageFormats StorageFormat { get; set; }

Property Value

StorageFormats

Methods

Load(SettingsStorage)

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Save(SettingsStorage)

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

ToString()

public override string ToString()

Returns

string