IExecutionSimulator Interface
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.
| Name | Description | |
|---|---|---|
|
BarFilter | |
|
CommissionProvider | |
|
Enabled | (inherited from IProvider). |
|
FillAtLimitPrice | |
|
FillAtStopPrice | |
|
FillLimitOnNext | |
|
FillMarketOnNext | |
|
FillOnBar | |
|
FillOnBarOpen | |
|
FillOnLevel2 | |
|
FillOnQuote | |
|
FillOnTrade | |
|
FillStopLimitOnNext | |
|
FillStopOnNext | |
|
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). |
|
PartialFills | |
|
Queued | |
|
SlippageProvider | |
|
Status | Gets the status. (inherited from IProvider). |
| Name | Description | |
|---|---|---|
|
Clear() | |
|
Connect(int) | (inherited from IProvider). |
|
Connect() | Connects this instance. (inherited from IProvider). |
|
Disconnect() | Disconnects this instance. (inherited from IProvider). |
|
OnAsk(Ask) | |
|
OnBar(Bar) | |
|
OnBarOpen(Bar) | |
|
OnBid(Bid) | |
|
OnLevel2(Level2Snapshot) | |
|
OnLevel2(Level2Update) | |
|
OnTrade(Trade) | |
|
Send(ExecutionCommand) | (inherited from IExecutionProvider). |