#include <OnixS/FIXEngine/FIX/SbeCustomization.h>
Definition at line 279 of file SbeCustomization.h.
The length of the fixed-length array.
const std::string& constValue |
( |
| ) |
const |
The constant value (if applicable).
- Returns
- The constant value if it applicable to the type; an empty string otherwise.
const std::string& description |
( |
| ) |
const |
|
virtual |
The size of the type.
- Returns
- 0 if the type is a variadic-length type or fixed size of the type in bytes.
Checks if the object describes an SBE array.
bool isComposite |
( |
| ) |
const |
Checks if the object describes an SBE composite.
bool isEnumeration |
( |
| ) |
const |
Checks if the object describes an SBE enumeration.
Checks if the object describes an SBE set.
Checks if the object describes a simple SBE type.
The simple type is a type that consists of a single field. This differs it against composites, arrays or field sets.
The local offset of the object.
const std::string& maxValue |
( |
| ) |
const |
The maximum value (if applicable).
- Returns
- The maximum possible value if it applicable to the type; an empty string otherwise.
The metadata of the particular composite member.
const std::string& minValue |
( |
| ) |
const |
The minimum value (if applicable).
- Returns
- The minimum possible value if it applicable to the type; an empty string otherwise.
const std::string& name |
( |
| ) |
const |
|
virtual |
size_t noOfMembers |
( |
| ) |
const |
The number of composite type members.
size_t noOfValues |
( |
| ) |
const |
The number of values for the multivalue type.
const std::string& nullValue |
( |
| ) |
const |
The null value (if applicable).
- Returns
- The null value if it applicable to the type; an empty string otherwise.
The presence of the type.
Primitive type that is used by the given type.
const std::string& rawSemanticType |
( |
| ) |
const |
The string presentation of the FIX semantic type.
The FIX semantic type of the type if applicable.
unsigned sinceVersion |
( |
| ) |
const |
The earliest version of the scheme where the type appears.
const std::string& timeEpoch |
( |
| ) |
const |
The epoch for the time-aware type.
const std::string& timeUnit |
( |
| ) |
const |
The time unit for the time-aware type.
The metadata of the particular value.
The documentation for this class was generated from the following file: