Click or drag to resize

BridgeCancelRegularOrder Method

KotakNet DotNet Library

Namespace:  KotakNet.Bridge
Assembly:  KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntax
public string CancelRegularOrder(
	string orderID,
	bool isAsync = false,
	int requestID = 0,
	double ltp = 0,
	double mtm = 0,
	string auxValue = ""
)

Parameters

orderID
Type: SystemString
isAsync (Optional)
Type: SystemBoolean
requestID (Optional)
Type: SystemInt32
ltp (Optional)
Type: SystemDouble
mtm (Optional)
Type: SystemDouble
auxValue (Optional)
Type: SystemString

Return Value

Type: String
See Also