Learn R Programming

sstModel (version 1.0.0)

print.fxForward: Printing an FX-Forward

Description

print method for the S3 class fxForward.

Usage

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

Arguments

x

S3 object of class fxForward.

...

additional arguments.

Value

None (invisible NULL).

See Also

print, fxForward.

Examples

Run this code
# NOT RUN {
# Creating an fx forward.
fxf <- fxForward("USD", "EUR", 1, 1000, 1.05, "long")
# printing the fx forward.
print(fxf)

# }

Run the code above in your browser using DataLab