Printing an FX-Forward
print method for the S3 class fxForward.
## S3 method for class 'fxForward' print(x, ...)
x |
S3 object of class fxForward. |
... |
additional arguments. |
None (invisible NULL).
# Creating an fx forward. fxf <- fxForward("USD", "EUR", 1, 1000, 1.05, "long") # printing the fx forward. print(fxf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.