BridgeModifyRegularOrder 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 ModifyRegularOrder(
string orderID,
string ordType = "",
int qtyorlot = 0,
double lmtPrice = 0,
double trgPrice = 0,
int discQty = 0,
bool isAsync = false,
int requestID = 0,
double ltp = 0,
double mtm = 0,
string auxValue = ""
)
Public Function ModifyRegularOrder (
orderID As String,
Optional ordType As String = "",
Optional qtyorlot As Integer = 0,
Optional lmtPrice As Double = 0,
Optional trgPrice As Double = 0,
Optional discQty As Integer = 0,
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
- ordType (Optional)
- Type: SystemString
- qtyorlot (Optional)
- Type: SystemInt32
- lmtPrice (Optional)
- Type: SystemDouble
- trgPrice (Optional)
- Type: SystemDouble
- discQty (Optional)
- Type: SystemInt32
- 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