OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
SMP.Classes.TI_INSTRUMENT_CLASS_SECTION.h
Go to the documentation of this file.
1 #pragma once
2 /*
3 * Copyright Onix Solutions Limited [OnixS]. All rights reserved.
4 *
5 * This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
6 * and international copyright treaties.
7 *
8 * Access to and use of the software is governed by the terms of the applicable ONIXS Software
9 * Services Agreement (the Agreement) and Customer end user license agreements granting
10 * a non-assignable, non-transferable and non-exclusive license to use the software
11 * for it's own data processing purposes under the terms defined in the Agreement.
12 *
13 * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part
14 * of this source code or associated reference material to any other location for further reproduction
15 * or redistribution, and any amendments to this copyright notice, are expressly 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 
22 /*
23 --------------
24 GENERATED FILE
25 --------------
26 */
27 
28 
29 #include <string>
33 
34 
35 namespace OnixS {
36 namespace Mts {
37 namespace Repo {
38 namespace SDP {
39 
40 
41 
42 ///
44 {
45 public:
47  {
48  }
49 
51 
52  /// Class id
53  virtual ClassId::Enum id() const
54  {
56  }
57 
58  /// Unique ID of the section
60 
61  /// Unique ID of the market
63 
64  /// Unique ID of the instrument class
66 
67  /// Instrument class sorting number
69 
70  /// Start of validity date
72 
73  /// End of validity date
75 
76  /// Flag indicating whether Rfqs are enabled or not on this instrument class on this section
78 
79  /// If true, then Click-and-Trade trading modality is enabled on this instrument class on this section
81 
82  /// If true, then RFCQ trading modality is enabled on this instrument class on this section
84 
85  /// Flag indicating whether the trades originated by CAT trading are to be considered in the calculation of statistics or not
87 
88  /// Flag indicating whether the trades originated by RFQs are to be considered in the calculation of statistics or not
90 
91  /// Flag indicating whether the trades originated by RFCQs are to be considered in the calculation of statistics or not
93 
94  /// If it is set to Yes, the trades originated by CAT trading are to be considered in the last trade statistics. If it is set to No, the trades originated by CAT trading are NOT to be considered in the last trade statistics
96 
97  /// If it is set to Yes, the trades originated by RFQ's are to be considered in the last trade statistics. If it is set to No, the trades originated by RFQ's are NOT to be considered in the last trade statistics
99 
100  /// If it is set to Yes, the trades originated by RFCQ's are to be considered in the last trade statistics. If it is set to No, the trades originated by RFCQ's are NOT to be considered in the last trade statistics
102 
103  /// If it is set to Yes, the trades originated by CAT trading are to be considered in the official price calculations. If it is set to No, the trades originated by CAT trading are NOT to be considered in the official price calculations
105 
106  /// If it is set to Yes, the trades originated by RFQ's are to be considered in the official price calculations. If it is set to No, the trades originated by RFQ's are NOT to be considered in the official price calculations
108 
109  /// If it is set to Yes, the trades originated by RFCQ's are to be considered in the official price calculations. If it is set to No, the trades originated by RFCQ's are NOT to be considered in the official price calculations
111 
112  /// Flag indicating whether the trades originated by OTC Registrations are to be considered in the calculation of statistics or not
114 
115  /// If it is set to Yes, the trades originated by OTC Registrations are to be considered in the last trade statistics. If it is set to No, the trades originated by OTC Registrations are NOT to be considered in the last trade statistics
117 
118  /// If it is set to Yes, the trades originated by OTC Registrations are to be considered in the official price calculations. If it is set to No, the trades originated by OTC Registrations are NOT to be considered in the official price calculations
120 
121  /// Flag indicating whether the trades originated by Mid-Price trading are to be considered in the calculation of statistics or not
123 
124  /// If it is set to Yes, the trades originated by Mid-Price trading are to be considered in the last trade statistics. If it is set to No, the trades originated by Mid-Price trading are NOT to be considered in the last trade statistics
126 
127  /// If it is set to Yes, the trades originated by Mid-Price trading are to be considered in the official price calculations. If it is set to No, the trades originated by Mid-Price trading are NOT to be considered in the official price calculations
129 
130  /// Flag indicating whether the trades originated by inventory orders are to be considered in the calculation of statistics or not.
132 
133  /// If it is set to Yes, the trades originated by inventory orders are to be considered in the last trade statistics. If it is set to No, the trades originated by inventory orders are NOT to be considered in the last trade statistics
135 
136  /// If it is set to Yes, the trades originated by inventory orders are to be considered in the official price calculations. If it is set to No, the trades originated by inventory orders are NOT to be considered in the official price calculations
138 
139  /// If it is set to Yes, the ACM trading modality is enabled on this instrument class in this section.
141 
142  /// Flag indicating whether the trades originated by ACM trading are to be considered in the calculation of statistics or not
144 
145  /// If it is set to Yes, the trades originated by ACM trading are to be considered in the last trade statistics. If it is set to No, the trades originated by ACM trading are NOT to be considered in the last trade statistics
147 
148  /// If it is set to Yes, the trades originated by ACM trading are to be considered in the official price calculations. If it is set to No, the trades originated by ACM trading are NOT to be considered in the official price calculations
150 
151 
152  ///
153  size_t deserialize(const void* buf, size_t inLen);
154 
155  /// Provides string presentation
156  virtual std::string toString () const;
157 
158  ///
159  virtual size_t serializationBufSize() const { return 124; }
160 
161  ///
162  virtual TI_INSTRUMENT_CLASS_SECTION* clone() const;
163 
164  virtual TI_INSTRUMENT_CLASS_SECTION* clone(void*) const;
165 
166 private:
167  virtual size_t serialize(void* buf) const;
168 
169 };
170 
171 
172 }
173 }
174 }
175 }
TI_FLAG::Enum rFCQTradingModalityFg
If true, then RFCQ trading modality is enabled on this instrument class on this section.
TI_FLAG::Enum oTCStatisticFlag
Flag indicating whether the trades originated by OTC Registrations are to be considered in the calcul...
TI_FLAG::Enum midPriceStatisticFlag
Flag indicating whether the trades originated by Mid-Price trading are to be considered in the calcul...
TI_FLAG::Enum rFCQLastTradeFlag
If it is set to Yes, the trades originated by RFCQ&#39;s are to be considered in the last trade statistic...
TI_FLAG::Enum rFCQOfficialPriceFlag
If it is set to Yes, the trades originated by RFCQ&#39;s are to be considered in the official price calcu...
TI_FLAG::Enum cATStatisticFlag
Flag indicating whether the trades originated by CAT trading are to be considered in the calculation ...
TI_FLAG::Enum rfqEnabled
Flag indicating whether Rfqs are enabled or not on this instrument class on this section.
TI_FLAG::Enum aCMOfficialPriceFlag
If it is set to Yes, the trades originated by ACM trading are to be considered in the official price ...
TI_FLAG::Enum iOLastTradeFlag
If it is set to Yes, the trades originated by inventory orders are to be considered in the last trade...
TI_FLAG::Enum oTCLastTradeFlag
If it is set to Yes, the trades originated by OTC Registrations are to be considered in the last trad...
TI_FLAG::Enum rFCQStatisticFlag
Flag indicating whether the trades originated by RFCQs are to be considered in the calculation of sta...
TI_FLAG::Enum cATOfficialPriceFlag
If it is set to Yes, the trades originated by CAT trading are to be considered in the official price ...
TI_FLAG::Enum rFQStatisticFlag
Flag indicating whether the trades originated by RFQs are to be considered in the calculation of stat...
TI_FLAG::Enum iOOfficialPriceFlag
If it is set to Yes, the trades originated by inventory orders are to be considered in the official p...
unsigned int UInt32
Definition: Defines.h:46
TI_FLAG::Enum midPriceOfficialPriceFlag
If it is set to Yes, the trades originated by Mid-Price trading are to be considered in the official ...
TI_FLAG::Enum midPriceLastTradeFlag
If it is set to Yes, the trades originated by Mid-Price trading are to be considered in the last trad...
TI_FLAG::Enum aCMTradingModalityFg
If it is set to Yes, the ACM trading modality is enabled on this instrument class in this section...
TI_FLAG::Enum aCMLastTradeFlag
If it is set to Yes, the trades originated by ACM trading are to be considered in the last trade stat...
TI_FLAG::Enum aCMStatisticFlag
Flag indicating whether the trades originated by ACM trading are to be considered in the calculation ...
#define ONIXS_MTS_REPO_SDP_API
Definition: ABI.h:49
TI_FLAG::Enum cATTradingModalityFg
If true, then Click-and-Trade trading modality is enabled on this instrument class on this section...
TI_FLAG::Enum oTCOfficialPriceFlag
If it is set to Yes, the trades originated by OTC Registrations are to be considered in the official ...
TI_FLAG::Enum cATLastTradeFlag
If it is set to Yes, the trades originated by CAT trading are to be considered in the last trade stat...
TI_FLAG::Enum rFQOfficialPriceFlag
If it is set to Yes, the trades originated by RFQ&#39;s are to be considered in the official price calcul...
TI_FLAG::Enum iOStatisticFlag
Flag indicating whether the trades originated by inventory orders are to be considered in the calcula...
TI_FLAG::Enum rFQLastTradeFlag
If it is set to Yes, the trades originated by RFQ&#39;s are to be considered in the last trade statistics...