Click or drag to resize

KotakModifyRegularOrder 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 ModifyRegularOrder(
	string orderID,
	string ordType,
	int qty,
	double lmtprice,
	double trgprice,
	int requestID = 0
)

Parameters

orderID
Type: SystemString
ordType
Type: SystemString
qty
Type: SystemInt32
lmtprice
Type: SystemDouble
trgprice
Type: SystemDouble
requestID (Optional)
Type: SystemInt32

Return Value

Type: String
See Also