Click or drag to resize

StrategyCancelOrder Method

Cancels an order

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public void CancelOrder(
	IOrder order
)

Parameters

order  IOrder
The order which needs to be canceled
See Also