OnixS C++ MTS Cash SDP Handler 1.8.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 Cash {
32namespace SDP {
33
34
35
36struct 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,
59 CMF_MEMBER = 400008,
63 CMF_DEPTH = 114114,
64 CMF_BEST = 114119,
65 CMF_MID_PRICE = 114523,
66 CMF_LAST_DEAL = 114113,
72 CMF_QUOTE = 114110,
82 CMF_ORDER = 114112,
84 CMF_RFQ = 114129,
85 CMF_HIST_RFQ = 114130,
86 CMF_DEAL = 114116,
87 CMF_HIST_DEAL = 114128,
88 CMF_TRADE = 114117,
91 CMF_IND_TRADE = 114140,
104 CMF_TPA_RFQ = 114148,
106 CMF_TPA_DEAL = 114137,
138 TI_MARKET = 100003,
139 TI_SECTION = 100004,
142 TI_CURRENCY = 100007,
143 TI_COUNTRY = 100008,
144 TI_ISSUER = 100012,
145 TI_INDUSTRY = 100013,
148 TI_CALENDAR = 100009,
156 TI_FUTURE = 100048,
160 TI_MEMBER = 100020,
168 TI_TRADER = 100025,
186 TI_MAIL = 100037,
189 TI_PRICE = 100079,
194 TI_UPLOAD = 100046,
195 };
196};
197
198
199}
200}
201}
202}