Click or drag to resize

BridgePlaceAmoOrder 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 PlaceAmoOrder(
	string exch,
	string trdsym,
	string signalType,
	string ordType,
	string prodType,
	int qtyorlot,
	double lmtPrice = 0,
	double trgPrice = 0,
	int discQty = 0,
	string validity = "DAY",
	string tag = "",
	string stgyCode = "",
	bool isAsync = false,
	int requestID = 0,
	double ltp = 0,
	double mtm = 0,
	string auxValue = ""
)

Parameters

exch
Type: SystemString
trdsym
Type: SystemString
signalType
Type: SystemString
ordType
Type: SystemString
prodType
Type: SystemString
qtyorlot
Type: SystemInt32
lmtPrice (Optional)
Type: SystemDouble
trgPrice (Optional)
Type: SystemDouble
discQty (Optional)
Type: SystemInt32
validity (Optional)
Type: SystemString
tag (Optional)
Type: SystemString
stgyCode (Optional)
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