Click or drag to resize

StrategyOnFill Method

Updates when a ITrade takes place

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual void OnFill(
	int barsIdx,
	ITrade trade
)

Parameters

barsIdx  Int32
Bars index for which the position was updated
trade  ITrade
ITrade object
See Also