BridgeCancelRegularOrder Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic string CancelRegularOrder(
string orderID,
bool isAsync = false,
int requestID = 0,
double ltp = 0,
double mtm = 0,
string auxValue = ""
)
Public Function CancelRegularOrder (
orderID As String,
Optional isAsync As Boolean = false,
Optional requestID As Integer = 0,
Optional ltp As Double = 0,
Optional mtm As Double = 0,
Optional auxValue As String = ""
) As String
Parameters
- orderID
- 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