Click or drag to resize

StrategyChangeOrder Method

Change an order Will be ignore if order is not user managed

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public void ChangeOrder(
	IOrder order,
	int quantity,
	double limitPrice,
	double stopPrice
)

Parameters

order  IOrder
Order which will be changed
quantity  Int32
 
limitPrice  Double
Limit price
stopPrice  Double
Stop price
See Also