#include "OnixS/Eurex/Trading/Export.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
OnixS | |
OnixS::Eurex | |
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< UInt8 > | Data |
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) |