BridgePlaceRegularOrder 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 PlaceRegularOrder(
string exch,
string trdsym,
string signalType,
string ordType,
string prodType,
int qtyorlot,
double lmtPrice = 0,
double trgPrice = 0,
int discQty = 0,
string validity = "DAY",
string tag = "",
string stgyCode = "",
bool isAsync = false,
int requestID = 0,
double ltp = 0,
double mtm = 0,
string auxValue = ""
)
Public Function PlaceRegularOrder (
exch As String,
trdsym As String,
signalType As String,
ordType As String,
prodType As String,
qtyorlot As Integer,
Optional lmtPrice As Double = 0,
Optional trgPrice As Double = 0,
Optional discQty As Integer = 0,
Optional validity As String = "DAY",
Optional tag As String = "",
Optional stgyCode 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
- exch
- Type: SystemString
- trdsym
- Type: SystemString
- signalType
- Type: SystemString
- ordType
- Type: SystemString
- prodType
- Type: SystemString
- qtyorlot
- Type: SystemInt32
- lmtPrice (Optional)
- Type: SystemDouble
- trgPrice (Optional)
- Type: SystemDouble
- discQty (Optional)
- Type: SystemInt32
- validity (Optional)
- Type: SystemString
- tag (Optional)
- Type: SystemString
- stgyCode (Optional)
- 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