Method NotifyLiveOrderCallProcessingCompleted
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1
- Assembly
- WhalesSecret.TradeScriptLib.dll
NotifyLiveOrderCallProcessingCompleted(IExchangeOrderId, BacktestBarrierType)
Notifies the simulation engine that processing of a ILiveOrder call has been completed.
void NotifyLiveOrderCallProcessingCompleted(IExchangeOrderId exchangeOrderId, BacktestBarrierType liveOrderCallType)
Parameters
exchangeOrderIdIExchangeOrderIdExchange order ID of the live order whose call processing has been completed.
liveOrderCallTypeBacktestBarrierTypeType of the ILiveOrder call whose processing has been completed.
Remarks
Exchange order IDs have to be unique which is satisfied in the backtest API.