Click or drag to resize

KotakPlaceRegularOrder Method

KotakNet DotNet Library

Namespace:  KotakNet.Core
Assembly:  KotakNet.Core (in KotakNet.Core.dll) Version: 1.0.0.0 (1.0.22.702)
Syntax
public string PlaceRegularOrder(
	string exch,
	string trdsym,
	string trans,
	string ordtype,
	int qty,
	string prodtype,
	double lmtprice,
	double trgprice,
	int discqty = 0,
	string validity = "DAY",
	int requestID = 0,
	string stgycode = "",
	string tag = ""
)

Parameters

exch
Type: SystemString
trdsym
Type: SystemString
trans
Type: SystemString
ordtype
Type: SystemString
qty
Type: SystemInt32
prodtype
Type: SystemString
lmtprice
Type: SystemDouble
trgprice
Type: SystemDouble
discqty (Optional)
Type: SystemInt32
validity (Optional)
Type: SystemString
requestID (Optional)
Type: SystemInt32
stgycode (Optional)
Type: SystemString
tag (Optional)
Type: SystemString

Return Value

Type: String
See Also