OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
Defines.h File Reference

Go to the source code of this file.

Namespaces

namespace  OnixS
namespace  OnixS::Eurex
namespace  OnixS::Eurex::Trading

Typedefs

typedef signed char SInt8
typedef signed short SInt16
typedef signed int SInt32
typedef signed long long SInt64
typedef unsigned char UInt8
typedef unsigned short UInt16
typedef unsigned int UInt32
typedef unsigned long long UInt64
typedef std::vector< UInt8Data

Variables

const SInt64 SInt64NoValue = ((SInt64)0x8000000000000000LL)
const UInt64 UInt64NoValue = ((UInt64)0xffffffffffffffffULL)
const SInt32 SInt32NoValue = ((SInt32)0x80000000)
const UInt32 UInt32NoValue = ((UInt32)0xffffffff)
const SInt16 SInt16NoValue = ((SInt16)0x8000)
const UInt16 UInt16NoValue = ((UInt16)0xffff)
const SInt8 SInt8NoValue = ((SInt8)0x80)
const UInt8 UInt8NoValue = ((UInt8)0xff)