OnixS BME SENAF Handler C++ library  2.2.1
API documentation
Currency Struct Reference

#include <OnixS/Senaf/MarketData/Enumerations.h>

Public Types

enum  Enum { Undefined = 0x00, CentsOfEuro = 0x01, CentsOfDollar = 0x02 }
 

Static Public Member Functions

static Enum deserialize (const char *)
 
static const char * toString (Enum)
 

Detailed Description

Definition at line 346 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Currency.

Enumerator
Undefined 

Undefined.

CentsOfEuro 

Cents of Euro.

CentsOfDollar 

Cents of Dollar.

Definition at line 349 of file Enumerations.h.

Member Function Documentation

static Enum deserialize ( const char *  )
static

Deserializes constant from string representation.

static const char* toString ( Enum  )
static

Returns string representation.


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