ConnectorInfo

StockSharp.Messages

Information about connection.

Constructors

ConnectorInfo
public ConnectorInfo(IMessageAdapter adapter)
connectorInfo = ConnectorInfo(adapter)

Initializes a new instance of the ConnectorInfo.

adapter
Adapter.
ConnectorInfo
public ConnectorInfo(Type adapterType)
connectorInfo = ConnectorInfo(adapterType)

Initializes a new instance of the ConnectorInfo.

adapterType
The type of transaction or market data adapter.

Properties

AdapterType
public Type AdapterType { get; set; }
value = connectorInfo.AdapterType
connectorInfo.AdapterType = value

The type of adapter.

Category
public string Category { get; }
value = connectorInfo.Category

The connection description.

CategoryOrder
public int CategoryOrder { get; }
value = connectorInfo.CategoryOrder

Category order.

Description
public string Description { get; }
value = connectorInfo.Description

The connection description.

Icon
public Uri Icon { get; }
value = connectorInfo.Icon

Icon.

Name
public string Name { get; }
value = connectorInfo.Name

The connection name.

Platform
public Platforms Platform { get; }
value = connectorInfo.Platform

Platform.

PreferLanguage
public string PreferLanguage { get; }
value = connectorInfo.PreferLanguage

The target audience.

StorageName
public string StorageName { get; }
value = connectorInfo.StorageName

Storage name.

Methods

ToString
public override string ToString()
result = connectorInfo.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.