IDataSimulator Interface
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.
Name | Description | |
---|---|---|
![]() |
BarFilter | |
![]() |
DateTime1 | |
![]() |
DateTime2 | |
![]() |
Enabled | (inherited from IProvider). |
![]() |
Id | Gets the identifier. (inherited from IProvider). |
![]() |
IsConnected | (inherited from IProvider). |
![]() |
IsConnecting | (inherited from IProvider). |
![]() |
IsDisconnected | (inherited from IProvider). |
![]() |
IsDisconnecting | (inherited from IProvider). |
![]() |
Name | Gets the name. (inherited from IProvider). |
![]() |
Processor | |
![]() |
RunOnSubscribe | |
![]() |
Series | |
![]() |
Status | Gets the status. (inherited from IProvider). |
![]() |
SubscribeAll | |
![]() |
SubscribeAsk | |
![]() |
SubscribeBar | |
![]() |
SubscribeBarSlice | |
![]() |
SubscribeBid | |
![]() |
SubscribeFundamental | |
![]() |
SubscribeLevelII | |
![]() |
SubscribeNews | |
![]() |
SubscribeQuote | |
![]() |
SubscribeTrade |
Name | Description | |
---|---|---|
![]() |
Clear() | |
![]() |
Connect(int) | (inherited from IProvider). |
![]() |
Connect() | Connects this instance. (inherited from IProvider). |
![]() |
Disconnect() | Disconnects this instance. (inherited from IProvider). |
![]() |
Run() | |
![]() |
Subscribe(Instrument) | Subscribes the specified instrument. (inherited from IDataProvider). |
![]() |
Subscribe(InstrumentList) | Subscribes the specified instrument. (inherited from IDataProvider). |
![]() |
Unsubscribe(Instrument) | Unsubscribes the specified instrument. (inherited from IDataProvider). |
![]() |
Unsubscribe(InstrumentList) | Unsubscribes the specified instrument. (inherited from IDataProvider). |