Click or drag to resize

KotakShowOrderWindow Method (String, String, String, String, String, String, Int32, Double, Double, Boolean)

KotakNet DotNet Library

Namespace:  KotakNet.Core
Assembly:  KotakNet.Core (in KotakNet.Core.dll) Version: 1.0.0.0 (1.0.22.702)
Syntax
public bool ShowOrderWindow(
	string variety,
	string exch,
	string trdsym,
	string trans,
	string prodtype = "",
	string ordtype = "",
	int qty = 0,
	double lmtprice = 0,
	double trgprice = 0,
	bool IsModal = false
)

Parameters

variety
Type: SystemString
exch
Type: SystemString
trdsym
Type: SystemString
trans
Type: SystemString
prodtype (Optional)
Type: SystemString
ordtype (Optional)
Type: SystemString
qty (Optional)
Type: SystemInt32
lmtprice (Optional)
Type: SystemDouble
trgprice (Optional)
Type: SystemDouble
IsModal (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also