OnixS C++ MTS Bond Vision SDP Handler 1.4.0
API documentation
Loading...
Searching...
No Matches
SMP.Substructures.BV_PORTFOLIO_RFCQ_SELL_SIDE_SUMMARY_INFO.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
29#include <string>
36
37
38namespace OnixS {
39namespace Mts {
40namespace BondVision {
41namespace SDP {
42
43
44
46class ONIXS_MTS_BONDVISION_SDP_API BV_PORTFOLIO_RFCQ_SELL_SIDE_SUMMARY_INFO
47{
48public:
50 {
51 sellSideMemberCode.reserve(12);
52 sellSideMemberDesc.reserve(36);
53 sellSideMemberShortDesc.reserve(12);
54 sellSideTraderName.reserve(12);
55 buySideMemberCode.reserve(12);
56 buySideMemberDesc.reserve(36);
57 buySideMemberShortDesc.reserve(12);
58 buySideTraderName.reserve(12);
60 comment.reserve(100);
61 }
62
64
67
69 std::string sellSideMemberCode; // maxSize = 12
70
72 std::string sellSideMemberDesc; // maxSize = 36
73
75 std::string sellSideMemberShortDesc; // maxSize = 12
76
79
81 std::string sellSideTraderName; // maxSize = 12
82
85
88
91
93 UInt64 creationTime; // UTIME presentation
94
97
99 UInt64 dueInTimeout; // UTIME presentation
100
103
106
108 std::string buySideMemberCode; // maxSize = 12
109
111 std::string buySideMemberDesc; // maxSize = 36
112
114 std::string buySideMemberShortDesc; // maxSize = 12
115
117 std::string buySideTraderName; // maxSize = 12
118
121
124
126 UInt64 closingTime; // UTIME presentation
127
130
133
135 std::string portfolioProceedsCurrency; // maxSize = 3
136
138 Double netProceeds; // DOUBLE presentation
139
142
145
148
151
154
157
160
162 std::string comment; // maxSize = 100
163
164
166 size_t deserialize(const void* buf, size_t inLen);
167
169 std::string toString () const;
170
172 size_t serializationBufSize() const { return 584; }
173
175 size_t serialize(void* buf) const;
176
177};
178
179
180
181
182}
183}
184}
185}
BV_PORTFOLIO_RFCQ_PROVIDER_STATUS::Enum providerStatus
Final status of the Sell Side Member.
UInt32 sellSideMemberId
Unique ID of the member to whom the Portfolio RFCQ summary is addressed.
std::string toString() const
Provides string presentation.
UInt16 participatingSellSideNr
Number of Sell Side Members that took part in the Portfolio RFCQ.
UInt16 sellSideNr
Number of Sell Side Members to whom the Portfolio RFCQ was addressed.
UInt16 mOCAcceptanceTime
Specifies how much time, expressed in seconds, the Sell Side member has to accept the RFCQ MOC.
unsigned long long UInt64
Definition Defines.h:47
unsigned short UInt16
Definition Defines.h:45