Table of Contents

Class BaseAppConfig<TConfig, TSection>

Namespace
StockSharp.Studio.Core.Configuration
Assembly
StockSharp.Studio.Core.dll
public abstract class BaseAppConfig<TConfig, TSection> : Singleton<TConfig> where TConfig : BaseAppConfig<TConfig, TSection>, new() where TSection : StudioSection

Type Parameters

TConfig
TSection
Inheritance
BaseAppConfig<TConfig, TSection>
Derived
Extension Methods

Constructors

BaseAppConfig()

protected BaseAppConfig()

Properties

FixServerAddress

public string FixServerAddress { get; }

Property Value

string

RootSection

protected TSection RootSection { get; }

Property Value

TSection

StrategyControls

public IEnumerable<Type> StrategyControls { get; }

Property Value

IEnumerable<Type>

ToolControls

public IEnumerable<Type> ToolControls { get; }

Property Value

IEnumerable<Type>