OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
SbePrimitiveType Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 73 of file SbeCustomization.h.

Member Enumeration Documentation

◆ Enum

enum Enum
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.