OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
SRQSDealNotification.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"
29
30#include <iosfwd>
31#include <string>
32#include <vector>
33
34namespace OnixS { namespace Eurex { namespace Trading {
35
37class ONIXS_EUREX_ETI_EXPORT SRQSDealNotification : public Message
38{
39public:
42
45
49
52
55
59
62
65
68
71
74
77
80
83
86
89
92
96
99
102
105
107 std::string firmTradeId;
108
110 std::string firmNegotiationId;
111
113 std::string freeText1;
114
116 std::string freeText2;
117
119 std::string freeText3;
120
122 std::string freeText5;
123
127
129 std::string account;
130
133
137
140
143
145 std::string partyIdLocationId;
146
149 std::string complianceText;
150
153
155 std::vector<SRQSTargetPartyTrdGrpElem> sRQSTargetPartyTrdGrp;
156
159
161 std::string toString() const;
162
163private:
164 friend class Serializer;
165 SRQSDealNotification(const void* data, size_t dataSize, MessageInfo& msgInfo);
166 void nativeSerializeTo(void* nativeMessage);
167};
168
169ONIXS_EUREX_ETI_EXPORT std::ostream& operator<<(std::ostream&, const SRQSDealNotification&);
170
171}}} // namespace OnixS::Eurex::Trading
Message base class.
Definition Message.h:33
std::string partyIdTakeUpTradingFirm
Indicates the name of a member institution to which a give-up is designated.
MessageEventSource::Enum messageEventSource
Receiver of a message.
ApplResendFlag::Enum applResendFlag
Indicates a retransmission message.
UInt32 negotiationId
ID of a SRQS negotiation.
std::string toString() const
Returns string representation.
std::vector< SRQSTargetPartyTrdGrpElem > sRQSTargetPartyTrdGrp
SRQS Target Party Trd Group.
UInt32 tradeId
Uniquely identifies all order leg allocations referring to the same matching event,...
std::string account
Account to book trades and keep positions on.
TrdRptStatus::Enum trdRptStatus
SRQS deal status.
std::string partyIdBeneficiary
Mandatory final KRX beneficiary account required for orders in KRX products.
SInt64 underlyingPx
Underlying price associate with a derivative instrument.
SInt64 lastQty
Quantity executed in this leg fill.
TemplateId::Enum templateId() const
Returns template ID.
std::string partyIdLocationId
Country code. Valid characters: 0x01-0x7E.
std::string freeText2
Second free-format text field for trader-specific or customer-related comments.
std::string firmTradeId
User defined deal ID.
SRQSDealNotification()
Initialize default instance.
RequestingPartySubIdType::Enum requestingPartySubIdType
Party type initiating SRQS deal deletion.
SInt64 underlyingPriceStipValue
Value of stipulation.
ApplId::Enum applId
Identifier for subscription and retransmission of an ETI data stream.
UInt64 applSeqNum
Message sequence number assigned to a non-order related Eurex ETI data stream.
std::string partyIdPositionAccount
Flex Account information.
std::string firmNegotiationId
User defined ID of a SRQS negotiation.
std::string rootPartyEnteringTrader
Entering trader name of the requester.
std::string rootPartyExecutingFirm
Participant Short Name.
TradeRequestResult::Enum tradeRequestResult
Trade request transaction type.
std::string partyIdOrderOriginationFirm
Partner identification at the Korea Exchange is required for orders in KRX products.
UInt64 transactTime
Timestamp of the match event (trade).
std::string freeText1
First free-format text field for trader-specific or customer-related comments.
std::string freeText3
Third free-format text field for trader-specific or customer-related comments.
std::string rootPartyExecutingTrader
Owning User Short Name.
std::ostream & operator<<(std::ostream &, const ConnectionStateChange &)
Make it printable to formatted C++ I/O streams.
unsigned int UInt32
Definition Defines.h:45
signed long long SInt64
Definition Defines.h:42
unsigned long long UInt64
Definition Defines.h:46
Enum
Identifier for subscription and retransmission of an ETI data stream.
Enum
Indicates a retransmission message.
Enum
Party type initiating SRQS deal deletion.
Enum
Trade request transaction type.