OnixS Eurex ETI Handler C++ library  9.21.0
API documentation
SRQSOpenNegotiationRequesterNotification.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"
30 
31 #include <iosfwd>
32 #include <string>
33 #include <vector>
34 
35 namespace OnixS { namespace Eurex { namespace Trading {
36 
37 /// SRQS Open Negotiation Requester Notification Message.
38 class ONIXS_EUREX_ETI_EXPORT SRQSOpenNegotiationRequesterNotification : public Message
39 {
40 public:
41  /// Initialize default instance.
43 
44  /// Message sequence number assigned to a non-order related Eurex ETI data stream.
46 
47  /// Unique ID assigned by the Eurex system during broadcast subscription in order to link broadcasts to the related
48  /// subscription.
50 
51  /// Indicates a retransmission message.
53 
54  /// Identifier for subscription and retransmission of an ETI data stream.
56 
57  /// Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated
58  /// transaction.
60 
61  /// Timestamp of the match event (trade).
63 
64  /// The instrument identifier uniquely identifies an instrument in the core system.
66 
67  /// Bid price/rate.
69 
70  /// Offer price/rate.
72 
73  /// Total Order Quantity.
75 
76  /// Price of this leg fill.
78 
79  /// Quantity executed in this leg fill.
81 
82  /// Underlying reference price for an option (for option strategies).
84 
85  /// The underlying delta of a Vola-Strategy.
87 
88  /// Time a message expires.
90 
91  /// Ratio indicating amount of Trades to RFQ requested.
93 
94  /// ID of a SRQS negotiation.
96 
97  /// The product identifier uniquely identifies a Eurex product.
99 
100  /// This field indicates the type of a Eurex futures spread, Eurex option combination or Eurex Strategy.
102 
103  /// Total number of Respondents in a SRQS event.
105 
106  /// Quote type.
108 
109  /// Sub-type or qualifier of QuoteType.
111 
112  /// Side of the order.
114 
115  /// This field qualifies an instrument type on Eurex.
117 
118  /// Instruction to show total number of Respondents in a SRQS event.
120 
121  /// Specifies the type of respondents requested.
123 
124  /// Instruction to show last deal information after negotiation closure.
126 
127  /// BidPx is locked.
129 
130  /// OfferPx is locked.
132 
133  /// Side is locked.
135 
136  /// OrderQty is locked.
138 
139  /// Trade Aggregation Identifier.
141 
142  /// Status of the quote.
144 
145  /// Owning business unit name.
146  std::string partyExecutingFirm;
147 
148  /// Owning user name.
149  std::string partyExecutingTrader;
150 
151  /// The entering user.
152  std::string partyEnteringTrader;
153 
154  /// User defined ID of a SRQS negotiation.
155  std::string firmNegotiationId;
156 
157  /// Text field.
158  std::string freeText5;
159 
160  /// Buy-side user information.
162 
163  /// Charge ID of Third Party Platform.
164  std::string chargeId;
165 
166  /// Quot Req Legs Group.
167  std::vector<QuotReqLegsGrpElem> quotReqLegsGrp;
168 
169  /// Target Parties.
170  std::vector<TargetPartiesElem> targetParties;
171 
172  /// Returns template ID.
173  TemplateId::Enum templateId() const;
174 
175  /// Returns string representation.
176  std::string toString() const;
177 
178 private:
179  friend class Serializer;
180  SRQSOpenNegotiationRequesterNotification(const void* data, size_t dataSize, MessageInfo& msgInfo);
181  void nativeSerializeTo(void* nativeMessage);
182 };
183 
184 ONIXS_EUREX_ETI_EXPORT std::ostream& operator<<(std::ostream&, const SRQSOpenNegotiationRequesterNotification&);
185 
186 }}} // namespace OnixS::Eurex::Trading
Enum
Indicates a retransmission message.
Definition: Enumerations.h:76
Enum
Side of the order.
unsigned long long UInt64
Definition: Defines.h:46
Enum
Specifies the type of respondents requested.
ApplResendFlag::Enum applResendFlag
Indicates a retransmission message.
signed int SInt32
Definition: Defines.h:41
Enum
This field qualifies an instrument type on Eurex.
ShowLastDealOnClosure::Enum showLastDealOnClosure
Instruction to show last deal information after negotiation closure.
Message base class.
Definition: Message.h:32
ApplId::Enum applId
Identifier for subscription and retransmission of an ETI data stream.
SInt32 securitySubType
This field indicates the type of a Eurex futures spread, Eurex option combination or Eurex Strategy...
SInt64 securityId
The instrument identifier uniquely identifies an instrument in the core system.
unsigned int UInt32
Definition: Defines.h:45
UInt64 applSeqNum
Message sequence number assigned to a non-order related Eurex ETI data stream.
signed long long SInt64
Definition: Defines.h:42
std::ostream & operator<<(std::ostream &, ConnectionState::Enum)
Make it printable using C++ I/O streams.
SInt32 marketSegmentId
The product identifier uniquely identifies a Eurex product.
Enum
Instruction to show last deal information after negotiation closure.
NumberOfRespDisclosureInstruction::Enum numberOfRespDisclosureInstruction
Instruction to show total number of Respondents in a SRQS event.
SInt64 quoteRefPrice
Underlying reference price for an option (for option strategies).
Enum
Instruction to show total number of Respondents in a SRQS event.
Enum
Identifier for subscription and retransmission of an ETI data stream.
Definition: Enumerations.h:33
ProductComplex::Enum productComplex
This field qualifies an instrument type on Eurex.
Enum
Sub-type or qualifier of QuoteType.
SInt64 tradeToRequestRatio
Ratio indicating amount of Trades to RFQ requested.
TradeAggregationTransType::Enum tradeAggregationTransType
Trade Aggregation Identifier.
RespondentType::Enum respondentType
Specifies the type of respondents requested.