OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
SessionDuration Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static Enum parse (const std::string &value)
static std::string toString (Enum value)

Detailed Description

Definition at line 36 of file SessionSchedule.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
Day 

The session continues not more than 24 hours.

That is the session logon and logout are performed within bounds of the single day.

Week 

The session logon/logout occurs only once per week.

Definition at line 39 of file SessionSchedule.h.

Member Function Documentation

◆ parse()

Enum parse ( const std::string & value)
static

Transforms the string presentation into a valid constant.

◆ toString()

std::string toString ( Enum value)
static

Builds the string presentation for a given constant.