IDataSimulator Interface

Interface IDataSimulator
public interface IDataSimulator : IDataProvider
This language is not supported or no code example is available.
public interface class IDataSimulator : public IDataProvider^
This language is not supported or no code example is available.
public interface IDataSimulator 
implements IDataProvider
This language is not supported or no code example is available.
Name Description
Public property BarFilter
Public property DateTime1
Public property DateTime2
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 Processor
Public property RunOnSubscribe
Public property Series
Public property Status Gets the status. (inherited from IProvider).
Public property SubscribeAll
Public property SubscribeAsk
Public property SubscribeBar
Public property SubscribeBarSlice
Public property SubscribeBid
Public property SubscribeFundamental
Public property SubscribeLevelII
Public property SubscribeNews
Public property SubscribeQuote
Public property SubscribeTrade
Top
Methods
 
Name Description
Public method Clear()
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 Run()
Public method Subscribe(Instrument) Subscribes the specified instrument. (inherited from IDataProvider).
Public method Subscribe(InstrumentList) Subscribes the specified instrument. (inherited from IDataProvider).
Public method Unsubscribe(Instrument) Unsubscribes the specified instrument. (inherited from IDataProvider).
Public method Unsubscribe(InstrumentList) Unsubscribes the specified instrument. (inherited from IDataProvider).
Top

In this article

Definition