IDataProvider Interface

Interface IDataProvider
public interface IDataProvider : IProvider
This language is not supported or no code example is available.
public interface class IDataProvider : public IProvider^
This language is not supported or no code example is available.
public interface IDataProvider 
implements IProvider
This language is not supported or no code example is available.
Name Description
Public property Enabled (inherited from IProvider).
Public property Id Gets the identifier. (inherited from IProvider).
Public property IsConnected (inherited from IProvider).
Public property IsConnecting (inherited from IProvider).
Public property IsDisconnected (inherited from IProvider).
Public property IsDisconnecting (inherited from IProvider).
Public property Name Gets the name. (inherited from IProvider).
Public property Status Gets the status. (inherited from IProvider).
Top
Methods
 
Name Description
Public method Connect(int) (inherited from IProvider).
Public method Connect() Connects this instance. (inherited from IProvider).
Public method Disconnect() Disconnects this instance. (inherited from IProvider).
Public method Subscribe(Instrument) Subscribes the specified instrument.
Public method Subscribe(InstrumentList) Subscribes the specified instrument.
Public method Unsubscribe(Instrument) Unsubscribes the specified instrument.
Public method Unsubscribe(InstrumentList) Unsubscribes the specified instrument.
Top

In this article

Definition