powered by
Create an object of class CurrencyPair
CurrencyPair
CurrencyPair(base_ccy, quote_ccy, calendar = NULL)
a Currency object
a JointCalendar object. Defaults to NULL which sets this to the joint calendar of the two currencies and removes any USNYCalendar object to allow currency pair methods to work correctly
NULL
a CurrencyPair object
# NOT RUN { CurrencyPair(AUD(), USD()) # }
Run the code above in your browser using DataLab