VB Syntax
String CTSwaps.SwapFIXFIX2( _
String Key, _
Long Reload, _
Double PayNotional, _
Double RecNotional, _
CCYEnum PayCcy, _
CCYEnum RecCcy, _
Long startDate, _
Long matDate, _
DayCountEnum PayDayCount, _
FreqEnum PayCouponFreq, _
BDCEnum PayBusDayConv, _
String PayCalKey, _
Double PayCoupon, _
String PayYCKey, _
DayCountEnum RecDayCount, _
FreqEnum RecCouponFreq, _
BDCEnum RecBusDayConv, _
String RecCalKey, _
Double RecCoupon, _
String RecYCKey, _
Boolean Exchange, _
String FXManagerKey, _
CCYEnum ReportPVCcy)
Excel Spreadsheet Syntax
=CT.SWP.SwapFIXFIX2(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell PayNotional,
Excel Numeric Cell RecNotional,
Excel String Cell PayCcy,
Excel String Cell RecCcy,
Excel Numeric Cell startDate,
Excel Numeric Cell matDate,
Excel String Cell PayDayCount,
Excel String Cell PayCouponFreq,
Excel String Cell PayBusDayConv,
Excel String Cell PayCalKey,
Excel Numeric Cell PayCoupon,
Excel String Cell PayYCKey,
Excel String Cell RecDayCount,
Excel String Cell RecCouponFreq,
Excel String Cell RecBusDayConv,
Excel String Cell RecCalKey,
Excel Numeric Cell RecCoupon,
Excel String Cell RecYCKey,
Excel Boolean Value Cell Exchange,
Excel String Cell FXManagerKey,
Excel String Cell ReportPVCcy)
C++ Syntax
static std::string SwapFIXFIX2(
std::string Key,
long Reload,
double PayNotional,
double RecNotional,
CCYEnum PayCcy,
CCYEnum RecCcy,
long startDate,
long matDate,
DayCountEnum PayDayCount,
FreqEnum PayCouponFreq,
BDCEnum PayBusDayConv,
std::string PayCalKey,
double PayCoupon,
std::string PayYCKey,
DayCountEnum RecDayCount,
FreqEnum RecCouponFreq,
BDCEnum RecBusDayConv,
std::string RecCalKey,
double RecCoupon,
std::string RecYCKey,
bool Exchange,
std::string FXManagerKey,
CCYEnum ReportPVCcy);
DotNET Syntax
System.String CTSwapsSA.SwapFIXFIX2(
System.String Key,
System.Int32 Reload,
System.Double PayNotional,
System.Double RecNotional,
CTIEnums.CCYEnum PayCcy,
CTIEnums.CCYEnum RecCcy,
System.Int32 startDate,
System.Int32 matDate,
CTIEnums.DayCountEnum PayDayCount,
CTIEnums.FreqEnum PayCouponFreq,
CTIEnums.BDCEnum PayBusDayConv,
System.String PayCalKey,
System.Double PayCoupon,
System.String PayYCKey,
CTIEnums.DayCountEnum RecDayCount,
CTIEnums.FreqEnum RecCouponFreq,
CTIEnums.BDCEnum RecBusDayConv,
System.String RecCalKey,
System.Double RecCoupon,
System.String RecYCKey,
System.Boolean Exchange,
System.String FXManagerKey,
CTIEnums.CCYEnum ReportPVCcy);