OnixS C++ FIX Engine  4.10.1
API Documentation
SessionDuration Struct Reference

#include <OnixS/FIXEngine/FIX/Scheduling/SessionSchedule.h>

Public Types

enum  Enum { Day, Week }
 

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

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

Transforms the string presentation into a valid constant.

static std::string toString ( Enum  value)
static

Builds the string presentation for a given constant.


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