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

#include <qle/calendars/peru.hpp>

+ Inheritance diagram for Peru:
+ Collaboration diagram for Peru:

Classes

class  LseImpl
 

Public Types

enum  Market { LSE }
 

Public Member Functions

 Peru (Market m=LSE)
 

Detailed Description

Definition at line 31 of file peru.hpp.

Member Enumeration Documentation

◆ Market

enum Market
Enumerator
LSE 

Definition at line 40 of file peru.hpp.

40 {
41 LSE // Lima Stock Exchange
42 };

Constructor & Destructor Documentation

◆ Peru()

Peru ( Market  m = LSE)

Definition at line 23 of file peru.cpp.

23 {
24 // all calendar instances share the same implementation instance
25 static QuantLib::ext::shared_ptr<Calendar::Impl> impl(new Peru::LseImpl);
26 impl_ = impl;
27}