applicationData
Class: numerixCrossAsset
Create and register data with Numerix CROSSASSET Application Data object
Syntax
applicationData(C,Desc,Name,Value)
applicationData(C,Desc,T)
applicationData(C,Desc,S)
Description
applicationData(
C
,Desc
,Name,Value
)applicationData
creates and registers the data for Numerix® CROSSASSET Application Data object with additional options specified by one or
more Name,Value
pair arguments. The name-value parameters conform to
the Numerix Cross Asset Integration Layer interface and are defined by
N1
, N2
, ...,
N
N to the values given in V1
,
V2
, ..., V
N.
applicationData(
creates and registers the data for Numerix CROSSASSET Application Data object in table C
,Desc
,T
)T
.
applicationData(
creates
and registers the data in the structure, C
,Desc
,S
)S
. The
structure fieldnames
represents the property names
for the values in each field.
Input Arguments
Attributes
Access | public |
Static | false |
Hidden | false |
To learn about attributes of methods, see Method Attributes.
Examples
Version History
Introduced in R2016b