VB Syntax
String CTBondPortfolio.BondPortfolio( _
String Key, _
Long Reload, _
CCYEnum Ccy, _
String calKey, _
Long SettleDays, _
String YCKey, _
Variant BondRange)
Excel Spreadsheet Syntax
=CT.BONDBOOK.Portfolio(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell Ccy,
Excel String Cell calKey,
Excel Numeric Cell SettleDays,
Excel String Cell YCKey,
XLRange BondRange)
C++ Syntax
static std::string BondPortfolio(
std::string Key,
long Reload,
CCYEnum Ccy,
std::string calKey,
long SettleDays,
std::string YCKey,
CTRangeDataCPP BondRange);
DotNET Syntax
System.String CTBondPortfolioSA.BondPortfolio(
System.String Key,
System.Int32 Reload,
CTIEnums.CCYEnum Ccy,
System.String calKey,
System.Int32 SettleDays,
System.String YCKey,
CTRangeData BondRange);