#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 |
SbeFieldSetMetaData | parent () const |
int | tag () const |
bool | isGroup () const |
SbeFieldSetMetaData | group () const |
SbeTypeMetaData | typeMetaData () const |
Public Member Functions inherited from ISbeNameDescription | |
virtual | ~ISbeNameDescription () ONIXS_FIXENGINE_DEFAULT |
Friends | |
SbeFieldMetaData | createSbeFieldMetaData (const void *) |
Definition at line 429 of file SbeCustomization.h.
|
virtual |
The description.
Implements ISbeNameDescription.
SbeFieldSetMetaData group | ( | ) | const |
The FIX group if the field is a group.
An | exception if the field is not a FIX group. |
|
virtual |
Always return true.
Implements ISchemaMember.
bool isGroup | ( | ) | const |
Checks if the field represents a FIX repeating group.
|
virtual |
The name of the field.
Implements ISbeNameDescription.
SbeFieldSetMetaData parent | ( | ) | const |
The parent of the FIX field.
|
virtual |
The metadata of the SBE schema.
Implements ISchemaMember.
int tag | ( | ) | const |
The FIX tag of the field.
SbeTypeMetaData typeMetaData | ( | ) | const |
The type of the field.
|
friend |