#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 *) |
This class represents a named value that appears in the SBE set or enumeration.
Definition at line 254 of file SbeCustomization.h.
|
virtual |
The description of the value.
Implements ISbeNameDescription.
|
virtual |
Return true for most of such objects.
Implements ISchemaMember.
|
virtual |
The name of the value.
Implements ISbeNameDescription.
|
virtual |
The schema metadata.
Implements ISchemaMember.
const std::string& value | ( | ) | const |
The value in the string presentation.
|
friend |