VB Syntax
Double CTQryCurves.DRSOption( _
String OptionType, _
Double Strike, _
Long Start, _
Long EndDate, _
String IndexKey, _
String VCKey, _
String Greek)
Excel Spreadsheet Syntax
=CT.MKT.DRSOption(
Excel String Cell OptionType,
Excel Numeric Cell Strike,
Excel Numeric Cell Start,
Excel Numeric Cell EndDate,
Excel String Cell IndexKey,
Excel String Cell VCKey,
Excel String Cell Greek)
C++ Syntax
static double DRSOption(
std::string OptionType,
double Strike,
long Start,
long EndDate,
std::string IndexKey,
std::string VCKey,
std::string Greek);
DotNET Syntax
System.Double CTQryCurvesSA.DRSOption(
System.String OptionType,
System.Double Strike,
System.Int32 Start,
System.Int32 EndDate,
System.String IndexKey,
System.String VCKey,
System.String Greek);