Click or drag to resize

StrategyOnOrderUpdate Method

Updates when the IOrder gets updated

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual void OnOrderUpdate(
	int barsIdx,
	IOrder order
)

Parameters

barsIdx  Int32
Bars index for which the order was updated
order  IOrder
IOrder object
See Also