VB Syntax
Variant CTDisplayCurves.ShowYCForwards( _
String YCKey, _
Long StartDate, _
Long EndDate, _
FreqEnum Freq, _
String calKey, _
BDCEnum BusDayConv)
Excel Spreadsheet Syntax
=CT.MKT.ShowYCForwards(
Excel String Cell YCKey,
Excel Numeric Cell StartDate,
Excel Numeric Cell EndDate,
Excel String Cell Freq,
Excel String Cell calKey,
Excel String Cell BusDayConv)
C++ Syntax
static CTRangeDataCPP ShowYCForwards(
std::string YCKey,
long StartDate,
long EndDate,
FreqEnum Freq,
std::string calKey,
BDCEnum BusDayConv);
DotNET Syntax
CTRangeData CTDisplayCurvesSA.ShowYCForwards(
System.String YCKey,
System.Int32 StartDate,
System.Int32 EndDate,
CTIEnums.FreqEnum Freq,
System.String calKey,
CTIEnums.BDCEnum BusDayConv);