Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
CME Class Reference

#include <qle/calendars/cme.hpp>

+ Inheritance diagram for CME:
+ Collaboration diagram for CME:

Classes

class  Impl
 

Public Member Functions

 CME ()
 

Detailed Description

CME group calendar outlined on the website at: https://www.cmegroup.com/tools-information/holiday-calendar.html

Definition at line 33 of file cme.hpp.

Constructor & Destructor Documentation

◆ CME()

CME ( )

Definition at line 25 of file cme.cpp.

25 {
26
27 // All calendar instances share the same implementation instance
28 static ext::shared_ptr<QuantLib::Calendar::Impl> impl(new Impl);
29 impl_ = impl;
30}