Table of Contents

Class ConnectorInfo

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Information about connection.

public class ConnectorInfo
Inheritance
ConnectorInfo
Inherited Members
Extension Methods

Constructors

ConnectorInfo(IMessageAdapter)

Initializes a new instance of the ConnectorInfo.

public ConnectorInfo(IMessageAdapter adapter)

Parameters

adapter IMessageAdapter

Adapter.

ConnectorInfo(Type)

Initializes a new instance of the ConnectorInfo.

public ConnectorInfo(Type adapterType)

Parameters

adapterType Type

The type of transaction or market data adapter.

Properties

AdapterType

The type of adapter.

public Type AdapterType { get; set; }

Property Value

Type

Category

The connection description.

public string Category { get; }

Property Value

string

CategoryOrder

Category order.

public int CategoryOrder { get; }

Property Value

int

Description

The connection description.

public string Description { get; }

Property Value

string

Icon

Icon.

public Uri Icon { get; }

Property Value

Uri

Name

The connection name.

public string Name { get; }

Property Value

string

Platform

Platform.

public Platforms Platform { get; }

Property Value

Platforms

PreferLanguage

The target audience.

public string PreferLanguage { get; }

Property Value

string

StorageName

Storage name.

public string StorageName { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string