OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
AddComplexInstrumentResponse.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 part
13  * of this source code or associated reference material to any other location for further reproduction
14  * or redistribution, and any amendments to this copyright notice, are expressly prohibited.
15  *
16  * Any reproduction or redistribution for sale or hiring of the Software not in accordance with
17  * the terms of the Agreement is a violation of copyright law.
18  */
19 
20 #pragma once
21 
22 #include "OnixS/Eurex/Trading/Export.h"
28 
29 #include <iosfwd>
30 #include <string>
31 #include <vector>
32 
33 namespace OnixS {
34 namespace Eurex {
35 namespace Trading {
36 
37 /// Add Complex Instrument Response Message.
38 class ONIXS_EUREX_ETI_EXPORT AddComplexInstrumentResponse : public Message
39 {
40 public:
41  /// Initialize default instance.
43 
44  /// Matching engine in timestamp.
46 
47  /// Matching engine out timestamp.
49 
50  /// Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
52 
53  /// Allowable low limit price for the trading day.
55 
56  /// Allowable high limit price for the trading day.
58 
59  /// The instrument identifier uniquely identifies an instrument in the core system.
61 
62  /// Timestamp of last update to data item (or creation if no updates made since creation).
64 
65  /// Security response ID.
67 
68  /// The product identifier uniquely identifies a Eurex product.
70 
71  /// Number of strategies that have been created per session, product and business day.
73 
74  /// This field indicates the type of a Eurex futures spread, Eurex option combination or Eurex Strategy.
76 
77  /// Quantity Scaling Factor for Scaled Instruments.
79 
80  /// Specifies if a strategy is temporarily (user-defined) or permanently (predefined) available.
82 
83  /// Indicates that an implied market to be created for either the legs of a multi-leg instrument (Implied-in) or for the multi-leg instrument based on the existence of the legs (Implied-out).
85 
86  /// This field qualifies an instrument type on Eurex.
88 
89  /// Instrument Leg Group.
90  std::vector<InstrmtLegGrpElem> instrmtLegGrp;
91 
92  /// Returns template ID.
93  TemplateId::Enum templateId () const;
94 
95  /// Returns string representation.
96  std::string toString () const;
97 
98 private:
99  friend class Serializer;
100  AddComplexInstrumentResponse (const void* data, size_t dataSize, MessageInfo& msgInfo);
101  void nativeSerializeTo (void* nativeMessage);
102 };
103 
104 ONIXS_EUREX_ETI_EXPORT std::ostream& operator<<(std::ostream&, const AddComplexInstrumentResponse&);
105 
106 }
107 }
108 }
std::vector< InstrmtLegGrpElem > instrmtLegGrp
Instrument Leg Group.
Enum
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one...
Definition: Enumerations.h:661
ProductComplex::Enum productComplex
This field qualifies an instrument type on Eurex.
MultilegModel::Enum multilegModel
Specifies if a strategy is temporarily (user-defined) or permanently (predefined) available...
unsigned long long UInt64
Definition: Defines.h:47
Enum
Indicates that an implied market to be created for either the legs of a multi-leg instrument (Implied...
Definition: Enumerations.h:597
SInt32 marketSegmentId
The product identifier uniquely identifies a Eurex product.
ImpliedMarketIndicator::Enum impliedMarketIndicator
Indicates that an implied market to be created for either the legs of a multi-leg instrument (Implied...
signed int SInt32
Definition: Defines.h:42
SInt64 securityId
The instrument identifier uniquely identifies an instrument in the core system.
Enum
This field qualifies an instrument type on Eurex.
UInt64 lastUpdateTime
Timestamp of last update to data item (or creation if no updates made since creation).
Message base class.
Definition: Message.h:33
SInt64 highLimitPrice
Allowable high limit price for the trading day.
signed long long SInt64
Definition: Defines.h:43
LastFragment::Enum lastFragment
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one...
SInt32 numberOfSecurities
Number of strategies that have been created per session, product and business day.
SInt32 securitySubType
This field indicates the type of a Eurex futures spread, Eurex option combination or Eurex Strategy...
std::ostream & operator<<(std::ostream &, const ConnectionStateChange &)
Make it printable to formatted C++ I/O streams.
Enum
Specifies if a strategy is temporarily (user-defined) or permanently (predefined) available...
SInt64 lowLimitPrice
Allowable low limit price for the trading day.
unsigned short UInt16
Definition: Defines.h:45
UInt16 quantityScalingFactor
Quantity Scaling Factor for Scaled Instruments.