KotakModifyRegularOrder Method |
KotakNet DotNet Library
Namespace:
KotakNet.Core
Assembly:
KotakNet.Core (in KotakNet.Core.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic string ModifyRegularOrder(
string orderID,
string ordType,
int qty,
double lmtprice,
double trgprice,
int requestID = 0
)
Public Function ModifyRegularOrder (
orderID As String,
ordType As String,
qty As Integer,
lmtprice As Double,
trgprice As Double,
Optional requestID As Integer = 0
) As String
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