OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
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--------------
24GENERATED FILE
25--------------
26*/
27
28
29namespace OnixS {
30namespace Mts {
31namespace BondVision {
32namespace SDP {
33
34
35
36struct ONIXS_MTS_BONDVISION_SDP_API ClassId
37{
38 enum Enum
39 {
41 TI_MARKET = 100003,
42 TI_SECTION = 100004,
45 TI_CURRENCY = 100007,
46 TI_COUNTRY = 100008,
47 TI_ISSUER = 100012,
48 TI_INDUSTRY = 100013,
51 TI_CALENDAR = 100009,
57 TI_INSTRUMENT = 100019,
59 TI_FUTURE = 100048,
62 TI_RATES = 100030,
64 TI_MEMBER = 100020,
71 TI_BROKER = 100209,
73 TI_TRADER = 100025,
89 TI_SUSPENSION = 100038,
91 TI_MAIL = 100037,
94 TI_PRICE = 100079,
95 TI_DESC_CLASS = 100049,
99 TI_UPLOAD = 100046,
100 BV_MARKET = 400024,
103 BV_AREA_CODE = 100229,
113 BV_BOND = 114103,
114 BV_BOND_EXT = 400059,
121 BV_MWC_BOND = 400019,
129 BV_FUTURE = 400069,
131 BV_CURVE = 400022,
136 BV_CUTOFF = 114301,
137 BV_MEMBER = 400028,
153 BV_LAST_DEAL = 114113,
158 BV_BEST = 114161,
164 BV_CMF_DEPTH = 400004,
166 BV_CMF_BEST = 400005,
171 BV_IOI = 400011,
172 BV_IOI_DEPTH = 400012,
173 BV_AXE_INFO = 400047,
186 BV_RFCQ = 114179,
224 BV_DEAL = 114116,
225 BV_HIST_DEAL = 114128,
226 BV_TRADE = 114117,
263 };
264};
265
266
267}
268}
269}
270}