Table of Contents

Class DialectSource<TInterfaceType, TAsmHolder>

Namespace
StockSharp.Fix.Native
Assembly
StockSharp.Fix.Core.dll

Dialect source.

public class DialectSource<TInterfaceType, TAsmHolder> : ItemsSourceBase<Type>

Type Parameters

TInterfaceType

IFixDialect.

TAsmHolder

Assembly holder type.

Inheritance
DialectSource<TInterfaceType, TAsmHolder>
Extension Methods

Constructors

DialectSource()

public DialectSource()

Methods

Add(Type)

Add new dialect.

public static void Add(Type type)

Parameters

type Type

Type.

GetDescription(Type)

protected override string GetDescription(Type value)

Parameters

value Type

Returns

string

GetIcon(Type)

protected override Uri GetIcon(Type value)

Parameters

value Type

Returns

Uri

GetName(Type)

protected override string GetName(Type value)

Parameters

value Type

Returns

string

GetValues()

Get values.

protected override IEnumerable<Type> GetValues()

Returns

IEnumerable<Type>

Values.