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
IMessageAdapterAdapter.
ConnectorInfo(Type)
Initializes a new instance of the ConnectorInfo.
public ConnectorInfo(Type adapterType)
Parameters
adapterType
TypeThe type of transaction or market data adapter.
Properties
AdapterType
The type of adapter.
public Type AdapterType { get; set; }
Property Value
Category
The connection description.
public string Category { get; }
Property Value
CategoryOrder
Category order.
public int CategoryOrder { get; }
Property Value
Description
The connection description.
public string Description { get; }
Property Value
Icon
Icon.
public Uri Icon { get; }
Property Value
Name
The connection name.
public string Name { get; }
Property Value
Platform
Platform.
public Platforms Platform { get; }
Property Value
- Platforms
PreferLanguage
The target audience.
public string PreferLanguage { get; }
Property Value
StorageName
Storage name.
public string StorageName { get; }
Property Value
Methods
ToString()
public override string ToString()