IExecutionSimulator Interface

Interface IExecutionSimulator
public interface IExecutionSimulator : IExecutionProvider
This language is not supported or no code example is available.
public interface class IExecutionSimulator : public IExecutionProvider^
This language is not supported or no code example is available.
public interface IExecutionSimulator 
implements IExecutionProvider
This language is not supported or no code example is available.
Name Description
Public property BarFilter
Public property CommissionProvider
Public property Enabled (inherited from IProvider).
Public property FillAtLimitPrice
Public property FillAtStopPrice
Public property FillLimitOnNext
Public property FillMarketOnNext
Public property FillOnBar
Public property FillOnBarOpen
Public property FillOnLevel2
Public property FillOnQuote
Public property FillOnTrade
Public property FillStopLimitOnNext
Public property FillStopOnNext
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 PartialFills
Public property Queued
Public property SlippageProvider
Public property Status Gets the status. (inherited from IProvider).
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 OnAsk(Ask)
Public method OnBar(Bar)
Public method OnBarOpen(Bar)
Public method OnBid(Bid)
Public method OnLevel2(Level2Snapshot)
Public method OnLevel2(Level2Update)
Public method OnTrade(Trade)
Public method Send(ExecutionCommand) (inherited from IExecutionProvider).
Top

In this article

Definition