KotakPlaceAmoOrder 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 PlaceAmoOrder(
string exch,
string trdsym,
string trans,
string ordtype,
int qty,
string prodtype,
double lmtprice,
double trgprice,
int discqty = 0,
string validity = "DAY",
int requestID = 0,
string stgycode = "",
string tag = ""
)
Public Function PlaceAmoOrder (
exch As String,
trdsym As String,
trans As String,
ordtype As String,
qty As Integer,
prodtype As String,
lmtprice As Double,
trgprice As Double,
Optional discqty As Integer = 0,
Optional validity As String = "DAY",
Optional requestID As Integer = 0,
Optional stgycode As String = "",
Optional tag As String = ""
) As String
Parameters
- exch
- Type: SystemString
- trdsym
- Type: SystemString
- trans
- Type: SystemString
- ordtype
- Type: SystemString
- qty
- Type: SystemInt32
- prodtype
- Type: SystemString
- lmtprice
- Type: SystemDouble
- trgprice
- Type: SystemDouble
- discqty (Optional)
- Type: SystemInt32
- validity (Optional)
- Type: SystemString
- requestID (Optional)
- Type: SystemInt32
- stgycode (Optional)
- Type: SystemString
- tag (Optional)
- Type: SystemString
Return Value
Type:
String
See Also