OnixS C++ MTS Bond Vision SDP Handler  1.2.0
API documentation
TI_BUSINESS_DAY_CONV Struct Reference

#include <OnixS/MTS/BondVision/SDP/SMP.Enumerations.h>

Public Types

enum  Enum { TI_BUSINESS_DAY_CONV_None = 0, TI_BUSINESS_DAY_CONV_Following = 1, TI_BUSINESS_DAY_CONV_ModifiedFollowing = 2, TI_BUSINESS_DAY_CONV_Preceding = 3 }
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

Definition at line 279 of file SMP.Enumerations.h.

Member Enumeration Documentation

enum Enum
Enumerator
TI_BUSINESS_DAY_CONV_None 

None.

TI_BUSINESS_DAY_CONV_Following 

Following (i.e., the next day that is a business day)

TI_BUSINESS_DAY_CONV_ModifiedFollowing 

Modified Following (i.e., the next day that is a business day; if this day falls in the next calendar month, the most recent previous day that is a business day is taken)

TI_BUSINESS_DAY_CONV_Preceding 

Preceding (i.e., the most recent previous day that is a business day)

Definition at line 281 of file SMP.Enumerations.h.

Member Function Documentation

static std::string toString ( Enum  value)
static

Provides string presentation.


The documentation for this struct was generated from the following file: