KotakShowOrderWindow Method (String, String, String, String, String, String, Int32, Double, Double, Boolean) |
KotakNet DotNet Library
Namespace:
KotakNet.Core
Assembly:
KotakNet.Core (in KotakNet.Core.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic bool ShowOrderWindow(
string variety,
string exch,
string trdsym,
string trans,
string prodtype = "",
string ordtype = "",
int qty = 0,
double lmtprice = 0,
double trgprice = 0,
bool IsModal = false
)
Public Function ShowOrderWindow (
variety As String,
exch As String,
trdsym As String,
trans As String,
Optional prodtype As String = "",
Optional ordtype As String = "",
Optional qty As Integer = 0,
Optional lmtprice As Double = 0,
Optional trgprice As Double = 0,
Optional IsModal As Boolean = false
) As Boolean
Parameters
- variety
- Type: SystemString
- exch
- Type: SystemString
- trdsym
- Type: SystemString
- trans
- Type: SystemString
- prodtype (Optional)
- Type: SystemString
- ordtype (Optional)
- Type: SystemString
- qty (Optional)
- Type: SystemInt32
- lmtprice (Optional)
- Type: SystemDouble
- trgprice (Optional)
- Type: SystemDouble
- IsModal (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also