KotakGetOptionTradeSymbol 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 GetOptionTradeSymbol(
string exch,
string symbol,
DateTime expiry,
double strike,
string optType
)
Public Function GetOptionTradeSymbol (
exch As String,
symbol As String,
expiry As DateTime,
strike As Double,
optType As String
) As String
Parameters
- exch
- Type: SystemString
- symbol
- Type: SystemString
- expiry
- Type: SystemDateTime
- strike
- Type: SystemDouble
- optType
- Type: SystemString
Return Value
Type:
String
See Also