Handles

Overview

handles.

Function List

qlHandleCurrentLink ()
qlHandleEmpty ()
qlRelinkableHandleLinkTo ()

Function Documentation

qlHandleCurrentLink

string returnValue
qlHandleCurrentLink(
string ObjectId
any Trigger)
Description:

ID of object to which this handle is linked - empty string if none.

Supported Platforms:

Excel, C++

Parameters
ObjectIdid of existing QuantLibAddin::Handle object
Triggerdependency tracking trigger

qlHandleEmpty

bool returnValue
qlHandleEmpty(
string ObjectId
any Trigger)
Description:

True if handle is empty, False if not.

Supported Platforms:

Excel, C++

Parameters
ObjectIdid of existing QuantLibAddin::Handle object
Triggerdependency tracking trigger

qlRelinkableHandleLinkTo

void returnValue
qlRelinkableHandleLinkTo(
string ObjectId
string CurrentLink
any Trigger)
Description:

Relink the RelinkableHandle to the given object.

Supported Platforms:

Excel, C++

Parameters
ObjectIdid of existing QuantLibAddin::RelinkableHandle object
CurrentLinkID of Object to which the RelinkableHandle should be relinked, or empty string for null object. Default value = .
Triggerdependency tracking trigger