This struct provides a namespace for enumerating the set of day‐count conventions supported within bbldc. See Enum in the TYPES sub‐section for details.

Synopsis

Declared in <bbldc_daycountconvention.h>

struct DayCountConvention;

Description

This struct: * supports a complete set of enumeration operations For terminology see bsldoc_glossary.

Type Aliases

Name

Description

Type

Deprecated alias for Enum.

Enums

Name

Description

Enum

Enumeration of day‐count conventions supported by bbldc.

Static Member Functions

Name

Description

bdexStreamIn

Assign to variable the value read from stream using the BDEX protocol.

bdexStreamOut

Write value to stream using the specified BDEX version format.

maxSupportedBdexVersion

maxSupportedBdexVersion overloads

print

Write the string representation of the specified enumeration value to the specified output stream.

toAscii

Return the string representation of the specified enumeration convention.

Created with MrDocs