Table of Contents

Class StudioSection

Namespace
StockSharp.Studio.Core.Configuration
Assembly
StockSharp.Studio.Core.dll
public class StudioSection : StockSharpSection
Inheritance
StudioSection
Extension Methods

Constructors

StudioSection()

protected StudioSection()

Properties

FixServerAddress

[ConfigurationProperty("fixServerAddress", DefaultValue = "stocksharp.com:5001")]
public string FixServerAddress { get; }

Property Value

string

StrategyControls

[ConfigurationProperty("strategyControls", IsDefaultCollection = true)]
[ConfigurationCollection(typeof(ControlElementCollection), AddItemName = "control", ClearItemsName = "clear", RemoveItemName = "remove")]
public ControlElementCollection StrategyControls { get; }

Property Value

ControlElementCollection

ToolControls

[ConfigurationProperty("toolControls", IsDefaultCollection = true)]
[ConfigurationCollection(typeof(ControlElementCollection), AddItemName = "control", ClearItemsName = "clear", RemoveItemName = "remove")]
public ControlElementCollection ToolControls { get; }

Property Value

ControlElementCollection