#include <OnixS/FIXEngine/FIX/SbeCustomization.h>
|
enum | Enum {
Unknown,
Char,
Int8,
Int16,
Int32,
Int64,
UInt8,
UInt16,
UInt32,
UInt64,
Float,
Double
} |
|
Definition at line 73 of file SbeCustomization.h.
Enumerator |
---|
Unknown |
Inapplicable.
|
Char |
The character.
|
Int8 |
The signed 8-bits integer.
|
Int16 |
The signed 16-bits integer.
|
Int32 |
The signed 32-bits integer.
|
Int64 |
The signed 64-bits integer.
|
UInt8 |
The unsigned 8-bits integer.
|
UInt16 |
The unsigned 16-bits integer.
|
UInt32 |
The unsigned 32-bits integer.
|
UInt64 |
The unsigned 64-bits integer.
|
Float |
The single precision IEEE 754-2008 value (4 bytes).
|
Double |
The double precision IEEE 754-2008 value (8 bytes).
|
Definition at line 74 of file SbeCustomization.h.
The documentation for this struct was generated from the following file: