OnixS C++ MTS Cash SDP Handler  1.6.5
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 Cash {
32 namespace SDP {
33 
34 
35 
36 struct ONIXS_MTS_CASH_SDP_API ClassId
37 {
38  enum Enum
39  {
40  CMF_MARKET = 114166,
41  CMF_SECTION = 400004,
49  CMF_BOND = 114103,
51  CMF_BASIS = 114104,
52  CMF_SPREAD = 114105,
58  CMF_MEMBER = 400008,
62  CMF_DEPTH = 114114,
63  CMF_BEST = 114119,
64  CMF_MID_PRICE = 114523,
65  CMF_LAST_DEAL = 114113,
71  CMF_QUOTE = 114110,
72  CMF_HIST_QUOTE = 114123,
74  CMF_QUICK_EDIT = 114111,
75  CMF_QUICK_INFO = 114115,
76  CMF_SMART_EDIT = 114156,
81  CMF_ORDER = 114112,
82  CMF_HIST_ORDER = 114127,
83  CMF_RFQ = 114129,
84  CMF_HIST_RFQ = 114130,
85  CMF_DEAL = 114116,
86  CMF_HIST_DEAL = 114128,
87  CMF_TRADE = 114117,
88  CMF_HIST_TRADE = 114141,
90  CMF_IND_TRADE = 114140,
92  CMF_TRADE_FUTURE = 114126,
95  CMF_PRICE_ALERT = 114539,
96  CMF_CREDIT_LINE = 114120,
98  CMF_TPA_MARK_UP = 114312,
99  CMF_TPA_QUOTE = 114134,
101  CMF_TPA_ORDER = 114135,
103  CMF_TPA_RFQ = 114148,
105  CMF_TPA_DEAL = 114137,
107  CMF_TPA_TRADE = 114139,
114  CMF_TRADE_SPLIT = 114294,
119  CMF_TAP_MEMBER = 114163,
127  CMF_RFQ_MESSAGE = 114131,
132  TI_MARKET = 100003,
133  TI_SECTION = 100004,
134  TI_MARKET_PHASE = 100005,
136  TI_CURRENCY = 100007,
137  TI_COUNTRY = 100008,
138  TI_ISSUER = 100012,
139  TI_INDUSTRY = 100013,
141  TI_PRODUCT_TYPE = 100208,
142  TI_CALENDAR = 100009,
147  TI_COUPON_PLAN = 100018,
148  TI_INSTRUMENT = 100019,
150  TI_FUTURE = 100048,
154  TI_MEMBER = 100020,
162  TI_TRADER = 100025,
170  TI_SETTL_SYSTEM = 100028,
178  TI_SUSPENSION = 100038,
179  TI_TRADING_CAPS = 100069,
180  TI_MAIL = 100037,
183  TI_PRICE = 100079,
184  TI_DESC_CLASS = 100049,
188  };
189 };
190 
191 
192 }
193 }
194 }
195 }