powered by
summary method for the S3 class fxForward.
# S3 method for fxForward summary(object, ...)
S3 object of class fxForward.
additional arguments affecting the summary produced.
an S3 object, instance of class c("summaryDefault", "table").
c("summaryDefault", "table")
summary, fxForward.
summary
fxForward
# NOT RUN { # Creating an fx forward. fxf <- fxForward("USD", "EUR", 1, 1000, 1.05, "long") # summarizing the fx forward. summary(fxf) # }
Run the code above in your browser using DataLab