BridgeGetContractExpiry Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic Object GetContractExpiry(
string exch,
string symbol,
string segment,
int expiryNum,
int mode = 1
)
Public Function GetContractExpiry (
exch As String,
symbol As String,
segment As String,
expiryNum As Integer,
Optional mode As Integer = 1
) As Object
Parameters
- exch
- Type: SystemString
- symbol
- Type: SystemString
- segment
- Type: SystemString
- expiryNum
- Type: SystemInt32
- mode (Optional)
- Type: SystemInt32
Return Value
Type:
Object
See Also