VB Syntax
Double CTOptionSolver.SOLVEQuanto( _
Long ValueDate, _
DayCountEnum dayCounter, _
Double PremiumVal, _
String SolverKey, _
Double tolerance, _
String CallPut, _
Double Ep, _
Double S, _
Double X, _
Long T, _
Double r, _
Double rf, _
Double q, _
Double vS, _
Double vE, _
Double rho, _
String SolveFor)
Excel Spreadsheet Syntax
=CT.SOLVEQuanto(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel Numeric Cell PremiumVal,
Excel String Cell SolverKey,
Excel Numeric Cell tolerance,
Excel String Cell CallPut,
Excel Numeric Cell Ep,
Excel Numeric Cell S,
Excel Numeric Cell X,
Excel Numeric Cell T,
Excel Numeric Cell r,
Excel Numeric Cell rf,
Excel Numeric Cell q,
Excel Numeric Cell vS,
Excel Numeric Cell vE,
Excel Numeric Cell rho,
Excel String Cell SolveFor)
C++ Syntax
static double SOLVEQuanto(
long ValueDate,
DayCountEnum dayCounter,
double PremiumVal,
std::string SolverKey,
double tolerance,
std::string CallPut,
double Ep,
double S,
double X,
long T,
double r,
double rf,
double q,
double vS,
double vE,
double rho,
std::string SolveFor);
DotNET Syntax
System.Double CTOptionSolverSA.SOLVEQuanto(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Double PremiumVal,
System.String SolverKey,
System.Double tolerance,
System.String CallPut,
System.Double Ep,
System.Double S,
System.Double X,
System.Int32 T,
System.Double r,
System.Double rf,
System.Double q,
System.Double vS,
System.Double vE,
System.Double rho,
System.String SolveFor);