OnixS C++ B3 Binary UMDF Market Data Handler 1.10.0
Users' manual and API documentation
Loading...
Searching...
No Matches
Integral.h
Go to the documentation of this file.
1// Copyright Onix Solutions Limited [OnixS]. All rights reserved.
2//
3// This software owned by Onix Solutions Limited [OnixS] and is
4// protected by copyright law and international copyright treaties.
5//
6// Access to and use of the software is governed by the terms of the applicable
7// OnixS Software Services Agreement (the Agreement) and Customer end user license
8// agreements granting a non-assignable, non-transferable and non-exclusive license
9// to use the software for it's own data processing purposes under the terms defined
10// in the Agreement.
11//
12// Except as otherwise granted within the terms of the Agreement, copying or
13// reproduction of any part of this source code or associated reference material
14// to any other location for further reproduction or redistribution, and any
15// amendments to this copyright notice, are expressly prohibited.
16//
17// Any reproduction or redistribution for sale or hiring of the Software not in
18// accordance with the terms of the Agreement is a violation of copyright law.
19//
20
21#pragma once
22
23#include <string>
24
26
28
29
32
35
38
41
#define ONIXS_B3_UMDF_MD_NAMESPACE_END
Definition ABI.h:168
#define ONIXS_B3_UMDF_MD_NAMESPACE_BEGIN
Definition ABI.h:163
Int8 Int8
1-byte signed integer, from -128 to 127; if optional, null value is -128.
Definition Fields.h:34
Int64 Int64
8-byte signed integer, from -9223372036854775808 (-2^63) to 9223372036854775807 (2^63-1).
Definition Fields.h:46
UInt64 UInt64
8-byte unsigned integer, from 0 to 18446744073709551615 (2^64-1).
Definition Fields.h:62
Int32 Int32
4-byte signed integer, from -2147483648 to 2147483647; if optional, null value is -2147483648.
Definition Fields.h:42
UInt32 UInt32
4-byte unsigned integer, from 0 to 4294967295 (2^32-1).
Definition Fields.h:58
Int16 Int16
2-byte signed integer, from -32768 to 32767; if optional, null value is -32768.
Definition Fields.h:38
UInt8 UInt8
1-byte unsigned integer, from 0 to 255.
Definition Fields.h:50
UInt16 UInt16
2-byte unsigned integer, from 0 to 65535.
Definition Fields.h:54
Messaging::UInt16 UInt16
Definition Integral.h:34
Messaging::UInt8 UInt8
Definition Integral.h:31
Messaging::Int8 Int8
Definition Integral.h:30
Messaging::Int32 Int32
Definition Integral.h:36
Messaging::UInt64 UInt64
Definition Integral.h:40
Messaging::UInt32 UInt32
Definition Integral.h:37
Messaging::Int64 Int64
Definition Integral.h:39
Messaging::Int16 Int16
Definition Integral.h:33