Learn R Programming

sstModel (version 1.0.0)

print.assetForward: Printing an Index-Forward

Description

print method for the S3 class assetForward.

Usage

# S3 method for assetForward
print(x, ...)

Arguments

x

S3 object of class assetForward.

...

additional arguments.

Value

None (invisible NULL).

See Also

print, assetForward.

Examples

Run this code
# NOT RUN {
# Creating an assetForward.
af <- assetForward("equity", "EUR", 1, 1000, 1200, "long")
# printing the assetForward.
print(af)

# }

Run the code above in your browser using DataLab