OnixS C++ FIX Engine  4.10.1
API Documentation
SbeNamedValueMetaData Class Reference

#include <OnixS/FIXEngine/FIX/SbeCustomization.h>

Public Member Functions

const std::string & name () const ONIXS_FIXENGINE_OVERRIDE
 
const std::string & description () const ONIXS_FIXENGINE_OVERRIDE
 
bool hasSchema () const ONIXS_FIXENGINE_OVERRIDE
 
SbeSchemaMetaData schema () const ONIXS_FIXENGINE_OVERRIDE
 
const std::string & value () const
 
- Public Member Functions inherited from ISbeNameDescription
virtual ~ISbeNameDescription () ONIXS_FIXENGINE_DEFAULT
 

Friends

SbeNamedValueMetaData createSbeNamedValueMetaData (const void *)
 

Detailed Description

This class represents a named value that appears in the SBE set or enumeration.

Definition at line 254 of file SbeCustomization.h.

Member Function Documentation

const std::string& description ( ) const
virtual

The description of the value.

Implements ISbeNameDescription.

bool hasSchema ( ) const
virtual

Return true for most of such objects.

Implements ISchemaMember.

const std::string& name ( ) const
virtual

The name of the value.

Implements ISbeNameDescription.

SbeSchemaMetaData schema ( ) const
virtual

The schema metadata.

Implements ISchemaMember.

const std::string& value ( ) const

The value in the string presentation.

Friends And Related Function Documentation

SbeNamedValueMetaData createSbeNamedValueMetaData ( const void *  )
friend

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