Class ConnectionInfo
Represents all needed parameters for the connection constructing process.
public class ConnectionInfo : ICustomizable
Constructors
Creates connection info instance
Declaration
public ConnectionInfo(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Creates connection info instance.
Declaration
public ConnectionInfo(string name, string vendorName)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
vendorName |
|
Properties
Declaration
public string ConnectionId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ConnectionState ConnectionState { get; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.ConnectionState |
|
Declaration
public bool IsCustom { get; }
Property Value
Type |
Description |
System.Boolean |
|
Favorites one will be connected automaticaly at the start or after internet reconnection
Declaration
public bool IsFavourite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets a user friendly name of the connection
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
TradingPlatform.BusinessLayer.ICustomizable realization
Declaration
public IList<SettingItem> Settings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<TradingPlatform.BusinessLayer.SettingItem> |
|
Declaration
public string VendorName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IList<SettingItem> VendorSettings { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<TradingPlatform.BusinessLayer.SettingItem> |
|