numerixCrossAsset class

Superclasses:

Create numerixCrossAsset object to set up Numerix CROSSASSET environment

Description

Creating a numerixCrossAsset object initializes a Numerix® CrossAsset object based on the Numerix data-driven CROSSASSET API. To use the Numerix engine directly from MATLAB®, you must have the CROSSASSET client installed on your local desktop.

In addition, you must add the Numerix library file to MATLAB path to use the documentation examples:

  • Add <Numerix software package installation root>/lib to <matlabroot>/toolbox/local/librarypath.txt

    or

  • Place <Numerix software package installation root>/lib/NxProjava.dll in the folder <matlabroot>/bin/win64

Construction

c = numerixCrossAsset constructs the numerixCrossAsset object and sets up the Numerix CROSSASSET environment.

Properties

expand all

Application object, created when numerixCrossAsset object is initialized.

Example: app = Application;

Attributes:

SetAccessprivate
GetAccesspublic

ApplicationWarning object, created when numerixCrossAsset object is initialized.

Example: appWarnings = ApplicationWarning;

Attributes:

SetAccessprivate
GetAccesspublic

Methods

applicationCallCreate and register Numerix CROSSASSET Call object
applicationDataCreate and register data with Numerix CROSSASSET Application Data object
applicationMatrixCreate and register Numerix CROSSASSET Application Matrix object
closeClose numerixCrossAsset object
getdataConvert Numerix CROSSASSET Application object to MATLAB structure

Examples

collapse all

Construct a numerixCrossAsset object.

c = numerixCrossAsset 
 c = 

numerixCrossAsset with properties:

Application: [1x1 com.numerix.pro.Application]
ApplicationWarning: [1x1 com.numerix.pro.ApplicationWarning]

More About

expand all

Introduced in R2016b