OnixS C++ B3 Binary UMDF Market Data Handler
1.4.0
API documentation
Home
Contents
Namespaces
Classes
Files
File List
File Members
OnixS
B3
MarketData
UMDF
messaging
Forwards.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 <
OnixS/B3/MarketData/UMDF/ABI.h
>
24
25
ONIXS_B3_UMDF_MD_MESSAGING_NAMESPACE_BEGIN
26
27
ONIXS_B3_UMDF_MD_LTWT_CLASS_DECL
(SbeMessage);
28
29
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(SequenceReset_1);
30
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(Sequence_2);
31
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(EmptyBook_9);
32
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(ChannelReset_11);
33
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(SecurityStatus_3);
34
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(SecurityGroupPhase_10);
35
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(SecurityDefinition_12);
36
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(News_5);
37
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(OpeningPrice_15);
38
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(TheoreticalOpeningPrice_16);
39
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(ClosingPrice_17);
40
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(AuctionImbalance_19);
41
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(QuantityBand_21);
42
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(PriceBand_22);
43
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(HighPrice_24);
44
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(LowPrice_25);
45
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(LastTradePrice_27);
46
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(SettlementPrice_28);
47
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(OpenInterest_29);
48
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(SnapshotFullRefresh_Header_30);
49
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(Order_MBO_50);
50
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(DeleteOrder_MBO_51);
51
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(MassDeleteOrders_MBO_52);
52
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(Trade_53);
53
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(ForwardTrade_54);
54
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(ExecutionSummary_55);
55
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(ExecutionStatistics_56);
56
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(TradeBust_57);
57
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
(SnapshotFullRefresh_Orders_MBO_71);
58
59
ONIXS_B3_UMDF_MD_MESSAGING_NAMESPACE_END
ABI.h
ONIXS_B3_UMDF_MD_LTWT_CLASS_DECL
#define ONIXS_B3_UMDF_MD_LTWT_CLASS_DECL(name)
Definition:
ABI.h:102
ONIXS_B3_UMDF_MD_MESSAGING_NAMESPACE_END
#define ONIXS_B3_UMDF_MD_MESSAGING_NAMESPACE_END
Definition:
ABI.h:151
ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL
#define ONIXS_B3_UMDF_MD_LTWT_STRUCT_DECL(name)
Definition:
ABI.h:106
ONIXS_B3_UMDF_MD_MESSAGING_NAMESPACE_BEGIN
#define ONIXS_B3_UMDF_MD_MESSAGING_NAMESPACE_BEGIN
Definition:
ABI.h:146