IConnection Interface |
Namespace: SharpCharts.Base.Connection
public interface IConnection
The IConnection type exposes the following members.
Name | Description | |
---|---|---|
Accounts |
Gets the list of accounts associated with the connection
| |
ConnectionState |
Gets the Connection State
| |
Currencies |
Gets the supported currencies
| |
DataFeed |
Gets the DataFeed
| |
DataFeedOptions |
Gets the datafeed options
| |
Exchanges |
Gets the supported exchanges
| |
HistoricalBuiltDataTypes |
Gets the supported historical built data types
| |
HistoricalMarketDataTypes |
Gets the supported historical market data types
| |
InstrumentTypes |
Gets the supported instrument types
| |
RealTimeMarketDataTypes |
Gets the supported realtime market data types
| |
SupportsMultipleConnections |
Gets if supports multiple connections
|
Name | Description | |
---|---|---|
Connect |
Connect to the connection
| |
Disconnect |
Disconnects from the connection
|
Name | Description | |
---|---|---|
StateChanged |
Notifies change in ConnectionState change
|