VB Syntax
Double CTExoticOptions.AssetOrNothing( _
Long ValueDate, _
DayCountEnum dayCounter, _
String CallPut, _
Double S, _
Double X, _
Long T, _
Double Rate, _
Double B, _
Double Vol, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.AssetOrNothing(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel String Cell CallPut,
Excel Numeric Cell S,
Excel Numeric Cell X,
Excel Numeric Cell T,
Excel Numeric Cell Rate,
Excel Numeric Cell B,
Excel Numeric Cell Vol,
Excel String Cell Greek)
C++ Syntax
static double AssetOrNothing(
long ValueDate,
DayCountEnum dayCounter,
std::string CallPut,
double S,
double X,
long T,
double Rate,
double B,
double Vol,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.AssetOrNothing(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.String CallPut,
System.Double S,
System.Double X,
System.Int32 T,
System.Double Rate,
System.Double B,
System.Double Vol,
System.String Greek);