OnixS BME SENAF Handler C++ library  2.2.0
API documentation
GeneralError Struct Reference

#include <OnixS/Senaf/MarketData/Messages/GeneralError.h>

Public Types

enum  { code = 105 }
 

Public Member Functions

 GeneralError ()
 
std::string toString () const
 

Public Attributes

unsigned char market
 
unsigned char errorGenerator
 
unsigned char errorType
 
std::string textDescription
 

Friends

class MessageDeserializer
 

Detailed Description

Definition at line 30 of file GeneralError.h.

Member Enumeration Documentation

anonymous enum

Message code.

Enumerator
code 

Definition at line 33 of file GeneralError.h.

Constructor & Destructor Documentation

Default constructor.

Member Function Documentation

std::string toString ( ) const

Returns string representation.

Friends And Related Function Documentation

friend class MessageDeserializer
friend

Definition at line 54 of file GeneralError.h.

Member Data Documentation

unsigned char errorGenerator

Error Generator.

Definition at line 42 of file GeneralError.h.

unsigned char errorType

Error Type.

Definition at line 45 of file GeneralError.h.

unsigned char market

Market.

Definition at line 39 of file GeneralError.h.

std::string textDescription

Text Description.

Definition at line 48 of file GeneralError.h.


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