Table of Contents

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

exchangeOrderId IExchangeOrderId

Exchange order ID of the live order whose call processing has been completed.

liveOrderCallType BacktestBarrierType

Type of the ILiveOrder call whose processing has been completed.

Remarks

Exchange order IDs have to be unique which is satisfied in the backtest API.