IAdapter |
public interface IAdapterOption : IMenuItem, IStyleTemplate
The IAdapterOption type exposes the following members.
| Name | Description | |
|---|---|---|
| AdapterType | Gets the AdapterType | |
| AssemblyName | Assembly name with extension | |
| ClassName | Name of the class | |
| Command | (Inherited from IMenuItem) | |
| ConnectionType | Gets the ConnectionType | |
| Currencies | List of supported Currency | |
| Exchanges | List of supported Exchange | |
| Header | (Inherited from IMenuItem) | |
| HelpUrl | Help url, if any | |
| HistoricalBuiltDataTypes | List of supported BuiltDataType | |
| Icon | (Inherited from IMenuItem) | |
| InstrumentTypes | List of supported InstrumentType | |
| Is64BitSupported | Does the adapter supports 64bit | |
| IsCheckable | (Inherited from IMenuItem) | |
| IsChecked | (Inherited from IMenuItem) | |
| IsDataOnly | Is the adapter a data only connection | |
| IsEnabled | (Inherited from IMenuItem) | |
| IsThrottled | Is the adapter throttles requests | |
| Name | Name of the connection | |
| StyleTemplate | (Inherited from IStyleTemplate) | |
| ThrottleCount | Number of request the adapter supports (generally per seconds) |
| Name | Description | |
|---|---|---|
| IsHistoricalDataSupported | Does the adapter supports historical data | |
| IsRealtimeDataSupported | Does the adapter supports real-time data |