OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
Enumerations.h
Go to the documentation of this file.
1#pragma once
2
3/*
4* Copyright Onix Solutions Limited [OnixS]. All rights reserved.
5*
6* This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
7* and international copyright treaties.
8*
9* Access to and use of the software is governed by the terms of the applicable ONIXS Software
10* Services Agreement (the Agreement) and Customer end user license agreements granting
11* a non-assignable, non-transferable and non-exclusive license to use the software
12* for it's own data processing purposes under the terms defined in the Agreement.
13*
14* Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part
15* of this source code or associated reference material to any other location for further reproduction
16* or redistribution, and any amendments to this copyright notice, are expressly prohibited.
17*
18* Any reproduction or redistribution for sale or hiring of the Software not in accordance with
19* the terms of the Agreement is a violation of copyright law.
20*/
21
22namespace OnixS {
23namespace Mts {
24namespace BondVision {
25namespace SDP {
26
29struct ONIXS_MTS_BONDVISION_SDP_API TradeImpactService
30{
31 enum Enum
32 {
35
37 TXN = 1,
38
43
48
51
54 };
55
58 static std::string toString (Enum value);
59};
60
61
65{
66 enum Enum
67 {
69 All = 0,
71 Stop = 1,
73 OnTime = 2,
74 };
75
78 static std::string toString (Enum value);
79};
80
107
109{
110 enum Enum
111 {
113 Add = 0,
115 Del = 1,
117 Rwt = 2,
120 };
121};
122
124{
131
134 static std::string toString (Enum value);
135};
136
137
138
139
140ONIXS_MTS_BONDVISION_SDP_API std::ostream& operator<< (std::ostream& stream, TradeImpactService::Enum value);
141ONIXS_MTS_BONDVISION_SDP_API std::ostream& operator<< (std::ostream& stream, SubscribeType::Enum value);
142ONIXS_MTS_BONDVISION_SDP_API std::ostream& operator<< (std::ostream& stream, ActionResult::Enum value);
143
144
145}
146}
147}
148}
149
ONIXS_MTS_BONDVISION_SDP_API std::ostream & operator<<(std::ostream &stream, TradeImpactService::Enum value)
static std::string toString(Enum value)
static std::string toString(Enum value)
@ IP_REQUEST
The IP Provider service is a specialized technological service that has the task of managing,...
static std::string toString(Enum value)