frequency (3) - Linux Manuals
frequency: Frequency enumeration.
NAME
ql/time/frequency.hpp - Frequency enumeration.
SYNOPSIS
#include <ql/qldefines.hpp>
#include <ostream>
Enumerations
enum Frequency { NoFrequency = -1, Once = 0, Annual = 1, Semiannual = 2, EveryFourthMonth = 3, Quarterly = 4, Bimonthly = 6, Monthly = 12, EveryFourthWeek = 13, Biweekly = 26, Weekly = 52, Daily = 365, OtherFrequency = 999 }
Frequency of events.
Detailed Description
Frequency enumeration.
Author
Generated automatically by Doxygen for QuantLib from the source code.