OnixS Eurex ETI Handler C++ library  9.20.0
API documentation
RiskNotificationBroadcast.h
Go to the documentation of this file.
1 /*
2  * Copyright Onix Solutions Limited [OnixS]. All rights reserved.
3  *
4  * This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
5  * and international copyright treaties.
6  *
7  * Access to and use of the software is governed by the terms of the applicable ONIXS Software
8  * Services Agreement (the Agreement) and Customer end user license agreements granting
9  * a non-assignable, non-transferable and non-exclusive license to use the software
10  * for it's own data processing purposes under the terms defined in the Agreement.
11  *
12  * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any
13  * part of this source code or associated reference material to any other location for further
14  * reproduction or redistribution, and any amendments to this copyright notice, are expressly
15  * prohibited.
16  *
17  * Any reproduction or redistribution for sale or hiring of the Software not in accordance with
18  * the terms of the Agreement is a violation of copyright law.
19  */
20 
21 #pragma once
22 
25 #include "OnixS/Eurex/Trading/Export.h"
28 
29 #include <iosfwd>
30 #include <string>
31 
32 namespace OnixS { namespace Eurex { namespace Trading {
33 
34 /// Risk Notification Broadcast Message.
35 class ONIXS_EUREX_ETI_EXPORT RiskNotificationBroadcast : public Message
36 {
37 public:
38  /// Initialize default instance.
40 
41  /// Message sequence number assigned to a non-order related Eurex ETI data stream.
43 
44  /// Is required to define the scope of a Retransmission Request.
46 
47  /// Indicates a retransmission message.
49 
50  /// Identifier for subscription and retransmission of an ETI data stream.
52 
53  /// Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated
54  /// transaction.
56 
57  /// Timestamp of the match event (trade).
59 
60  /// Trade date.
62 
63  /// Party Detail ID Executing Unit.
65 
66  /// System ID (1 = Eurex Clearing).
68 
69  /// Market ID.
71 
72  /// Indicator for checking open orders and quotes.
74 
75  /// List update action.
77 
78  /// Risk limit action.
80 
81  /// Entering Entity Short Name.
83 
84  /// Clearing Member Short Name.
86 
87  /// Returns template ID.
88  TemplateId::Enum templateId() const;
89 
90  /// Returns string representation.
91  std::string toString() const;
92 
93 private:
94  friend class Serializer;
95  RiskNotificationBroadcast(const void* data, size_t dataSize, MessageInfo& msgInfo);
96  void nativeSerializeTo(void* nativeMessage);
97 };
98 
99 ONIXS_EUREX_ETI_EXPORT std::ostream& operator<<(std::ostream&, const RiskNotificationBroadcast&);
100 
101 }}} // namespace OnixS::Eurex::Trading
UInt64 applSeqNum
Message sequence number assigned to a non-order related Eurex ETI data stream.
Enum
Indicates a retransmission message.
Definition: Enumerations.h:70
RiskLimitAction::Enum riskLimitAction
Risk limit action.
ApplResendFlag::Enum applResendFlag
Indicates a retransmission message.
unsigned long long UInt64
Definition: Defines.h:46
UInt32 partyDetailIdExecutingUnit
Party Detail ID Executing Unit.
Message base class.
Definition: Message.h:32
Enum
Indicator for checking open orders and quotes.
Definition: Enumerations.h:649
InventoryCheckType::Enum inventoryCheckType
Indicator for checking open orders and quotes.
unsigned int UInt32
Definition: Defines.h:45
ApplId::Enum applId
Identifier for subscription and retransmission of an ETI data stream.
RequestingPartyIdExecutingSystem::Enum requestingPartyIdExecutingSystem
System ID (1 = Eurex Clearing).
ListUpdateAction::Enum listUpdateAction
List update action.
UInt16 partitionId
Is required to define the scope of a Retransmission Request.
Enum
Identifier for subscription and retransmission of an ETI data stream.
Definition: Enumerations.h:33
std::ostream & operator<<(std::ostream &, const ConnectionStateChange &)
Make it printable to formatted C++ I/O streams.
std::string requestingPartyClearingFirm
Clearing Member Short Name.
unsigned short UInt16
Definition: Defines.h:44
UInt64 transactTime
Timestamp of the match event (trade).
std::string requestingPartyEnteringFirm
Entering Entity Short Name.