OnixS C++ MTS Bond Vision SDP Handler  1.1.0
API documentation
SMP.ClassIds.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 namespace OnixS {
30 namespace Mts {
31 namespace BondVision {
32 namespace SDP {
33 
34 
35 
36 struct ONIXS_MTS_BONDVISION_SDP_API ClassId
37 {
38  enum Enum
39  {
41  TI_MARKET = 100003,
42  TI_SECTION = 100004,
43  TI_MARKET_PHASE = 100005,
44  TI_PHASE_SECTION = 100006,
45  TI_CURRENCY = 100007,
46  TI_COUNTRY = 100008,
47  TI_ISSUER = 100012,
48  TI_INDUSTRY = 100013,
50  TI_PRODUCT_TYPE = 100208,
51  TI_CALENDAR = 100009,
53  TI_CALENDAR_WDAY = 100010,
56  TI_COUPON_PLAN = 100018,
57  TI_INSTRUMENT = 100019,
59  TI_FUTURE = 100048,
62  TI_RATES = 100030,
64  TI_MEMBER = 100020,
71  TI_BROKER = 100209,
72  TI_TRADER_GROUPS = 100042,
73  TI_TRADER = 100025,
81  TI_SETTL_SYSTEM = 100028,
84  TI_MARKET_STATUS = 100033,
86  TI_MEMBER_STATUS = 100035,
87  TI_TRADER_STATUS = 100036,
89  TI_SUSPENSION = 100038,
90  TI_TRADING_CAPS = 100069,
91  TI_MAIL = 100037,
93  TI_EXCHANGE_RATE = 100076,
94  TI_PRICE = 100079,
95  TI_DESC_CLASS = 100049,
99  TI_UPLOAD = 100046,
100  BV_MARKET = 400024,
103  BV_AREA_CODE = 100229,
112  BV_INSTRUMENT = 400008,
113  BV_BOND = 114103,
114  BV_BOND_EXT = 400059,
115  BV_GREEN_BOND = 400041,
121  BV_MWC_BOND = 400019,
129  BV_CURVE = 400022,
134  BV_CUTOFF = 114301,
135  BV_MEMBER = 400028,
150  BV_LAST_DEAL = 114113,
155  BV_BEST = 114161,
158  BV_RFCQ_DEPTH = 114163,
161  BV_CMF_DEPTH = 400004,
162  BV_CMF_DEPTH_2 = 400049,
163  BV_CMF_BEST = 400005,
164  BV_CMF_BEST_2 = 400050,
168  BV_IOI = 400011,
169  BV_IOI_DEPTH = 400012,
170  BV_AXE_INFO = 400047,
180  BV_RFCQ_REQUEST = 114178,
183  BV_RFCQ = 114179,
184  BV_RFCQ_QUOTE = 114167,
189  BV_RFCQ_ORDER = 114175,
215  BV_DEAL = 114116,
216  BV_HIST_DEAL = 114128,
217  BV_TRADE = 114117,
218  BV_HIST_TRADE = 114141,
220  BV_TRADE_SPLIT = 114294,
236  BV_TRADER_INFO = 100099,
243  BV_DEALER_GROUP = 400038,
244  BV_PRICE_ALERT = 114539,
252  BV_RFCQ_MESSAGE = 114295,
254  };
255 };
256 
257 
258 }
259 }
260 }
261 }