Click or drag to resize

IAdapterOption Interface

Adapter options

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IAdapterOption : IMenuItem, 
	IStyleTemplate

The IAdapterOption type exposes the following members.

Properties
 NameDescription
Public propertyAdapterType Gets the AdapterType
Public propertyAssemblyName Assembly name with extension
Public propertyClassName Name of the class
Public propertyCommand
(Inherited from IMenuItem)
Public propertyConnectionType Gets the ConnectionType
Public propertyCurrencies List of supported Currency
Public propertyExchanges List of supported Exchange
Public propertyHeader
(Inherited from IMenuItem)
Public propertyHelpUrl Help url, if any
Public propertyHistoricalBuiltDataTypes List of supported BuiltDataType
Public propertyIcon
(Inherited from IMenuItem)
Public propertyInstrumentTypes List of supported InstrumentType
Public propertyIs64BitSupported Does the adapter supports 64bit
Public propertyIsCheckable
(Inherited from IMenuItem)
Public propertyIsChecked
(Inherited from IMenuItem)
Public propertyIsDataOnly Is the adapter a data only connection
Public propertyIsEnabled
(Inherited from IMenuItem)
Public propertyIsThrottled Is the adapter throttles requests
Public propertyName Name of the connection
Public propertyStyleTemplate
(Inherited from IStyleTemplate)
Public propertyThrottleCount Number of request the adapter supports (generally per seconds)
Top
Methods
 NameDescription
Public methodIsHistoricalDataSupported Does the adapter supports historical data
Public methodIsRealtimeDataSupported Does the adapter supports real-time data
Top
See Also