VB Syntax
String CTPayoff.GenericPayOff( _
String Key, _
Long Reload, _
String OptionType, _
String CallFormula, _
String PutFormula, _
Double strike, _
Double Const_a, _
Double Const_b, _
Double Const_c, _
Double Const_d, _
Double Const_f, _
Double Const_g, _
Double Const_h, _
Double Const_i, _
Double Const_j, _
Double Const_k, _
Double Const_l, _
Double Const_m, _
Double Const_n)
Excel Spreadsheet Syntax
=CT.PAY.GenericPayOff(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell OptionType,
Excel String Cell CallFormula,
Excel String Cell PutFormula,
Excel Numeric Cell strike,
Excel Numeric Cell Const_a,
Excel Numeric Cell Const_b,
Excel Numeric Cell Const_c,
Excel Numeric Cell Const_d,
Excel Numeric Cell Const_f,
Excel Numeric Cell Const_g,
Excel Numeric Cell Const_h,
Excel Numeric Cell Const_i,
Excel Numeric Cell Const_j,
Excel Numeric Cell Const_k,
Excel Numeric Cell Const_l,
Excel Numeric Cell Const_m,
Excel Numeric Cell Const_n)
C++ Syntax
static std::string GenericPayOff(
std::string Key,
long Reload,
std::string OptionType,
std::string CallFormula,
std::string PutFormula,
double strike,
double Const_a,
double Const_b,
double Const_c,
double Const_d,
double Const_f,
double Const_g,
double Const_h,
double Const_i,
double Const_j,
double Const_k,
double Const_l,
double Const_m,
double Const_n);
DotNET Syntax
System.String CTPayoffSA.GenericPayOff(
System.String Key,
System.Int32 Reload,
System.String OptionType,
System.String CallFormula,
System.String PutFormula,
System.Double strike,
System.Double Const_a,
System.Double Const_b,
System.Double Const_c,
System.Double Const_d,
System.Double Const_f,
System.Double Const_g,
System.Double Const_h,
System.Double Const_i,
System.Double Const_j,
System.Double Const_k,
System.Double Const_l,
System.Double Const_m,
System.Double Const_n);