OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
TI_BUSINESS_DAY_CONV Struct Reference

Public Types

enum  Enum

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 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

◆ toString()

std::string toString ( Enum value)
static

Provides string presentation.