CWormsStaticDataCacheParseOptionSymbol Method |
Breaks a symbol string down into its component characteristics.
Namespace: Woti.StaticDataAssembly: Woti (in Woti.dll) Version: 13.4.258.0
Syntaxpublic virtual bool ParseOptionSymbol(
string sSymbol,
out string sUnderlier,
out string sRoot,
out double dExpiration,
out bool bPutOrCall,
out double dStrike
)
Public Overridable Function ParseOptionSymbol (
sSymbol As String,
<OutAttribute> ByRef sUnderlier As String,
<OutAttribute> ByRef sRoot As String,
<OutAttribute> ByRef dExpiration As Double,
<OutAttribute> ByRef bPutOrCall As Boolean,
<OutAttribute> ByRef dStrike As Double
) As Boolean
public:
virtual bool ParseOptionSymbol(
String^ sSymbol,
[OutAttribute] String^% sUnderlier,
[OutAttribute] String^% sRoot,
[OutAttribute] double% dExpiration,
[OutAttribute] bool% bPutOrCall,
[OutAttribute] double% dStrike
)
Parameters
- sSymbol String
-
- sUnderlier String
-
- sRoot String
-
- dExpiration Double
-
- bPutOrCall Boolean
-
- dStrike Double
-
Return Value
BooleanImplements
IWormsStaticDataCacheParseOptionSymbol(String, String, String, Double, Boolean, Double)
See Also