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

#include <qle/calendars/netherlands.hpp>

+ Inheritance diagram for Netherlands:
+ Collaboration diagram for Netherlands:

Classes

class  SettlementImpl
 

Public Types

enum  Market { Settlement }
 

Public Member Functions

 Netherlands (Market m=Settlement)
 

Detailed Description

Definition at line 31 of file netherlands.hpp.

Member Enumeration Documentation

◆ Market

enum Market
Enumerator
Settlement 

Definition at line 40 of file netherlands.hpp.

40 {
41 Settlement // generic settlement calendar
42 };

Constructor & Destructor Documentation

◆ Netherlands()

Definition at line 25 of file netherlands.cpp.

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