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