OnixS C++ MTS Bond Vision SDP Handler 1.4.0
API documentation
Loading...
Searching...
No Matches
SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.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>
37
38
39namespace OnixS {
40namespace Mts {
41namespace BondVision {
42namespace SDP {
43
44
45
47class ONIXS_MTS_BONDVISION_SDP_API BV_PORTFOLIO_RFCQ_REQUEST : public Class
48{
49public:
51 portfolioLeg(200)
52
53 {
54 clientRfcqId.reserve(50);
55 refNetProceedsCurrency.reserve(3);
57 userInfo1.reserve(200);
58 userInfo2.reserve(200);
59 }
60
62
64 virtual ClassId::Enum id() const
65 {
67 }
68
71
74
77
80
82 std::string clientRfcqId; // maxSize = 50
83
86
89
91 static const size_t portfolioLegSize = 200;
92 std::vector<BV_PORTFOLIO_RFCQ_REQUEST_LEG> portfolioLeg;
93
96
98 Double refNetProceed; // DOUBLE presentation
99
101 std::string refNetProceedsCurrency; // maxSize = 3
102
104 std::string portfolioProceedsCurrency; // maxSize = 3
105
108
111
114
117
120
122 std::string userInfo1; // maxSize = 200
123
125 std::string userInfo2; // maxSize = 200
126
129
131 UInt64 dueInTimeout; // UTIME presentation
132
134 UInt64 updateTime; // UTIME presentation
135
136
138 size_t deserialize(const void* buf, size_t inLen);
139
141 virtual std::string toString () const;
142
144 virtual size_t serializationBufSize() const { return 109640; }
145
148
149 virtual BV_PORTFOLIO_RFCQ_REQUEST* clone(void*) const;
150
151private:
152 virtual size_t serialize(void* buf) const;
153
154};
155
156
157}
158}
159}
160}
std::string portfolioProceedsCurrency
Currency of the calculated portfolio proceeds.
BV_MEMBER_INFO aggressor
Member requesting the Portfolio RFCQ.
UInt16 dueInTime
Number of seconds the Portfolio RFCQ will be deferred.
std::string refNetProceedsCurrency
Currency of the reference net proceeds.
TI_MSG_INFO msgInfo
Message Info (Unique ID) of the Portfolio Rfcq Request.
UInt64 dueInTimeout
Time at which the Portfolio RFCQ will start.
virtual BV_PORTFOLIO_RFCQ_REQUEST * clone(void *) const
virtual BV_PORTFOLIO_RFCQ_REQUEST * clone() const
TI_FLAG::Enum preAgreedFg
Specifies if the RFCQ is sent to one and only provider.
BV_PORTFOLIO_RFCQ_REQUEST_EVENT::Enum event
Action applied to the Portfolio RFCQ.
UInt32 rfcqDuration
Duration of the Portfolio RFCQ (expressed in seconds)
BV_PORTFOLIO_RFCQ_REQUEST_STATUS::Enum status
Current status of the Portfolio RFCQ request.
UInt16 mOCAcceptanceTime
Specifies how much time, expressed in seconds, the Sell Side member has to accept the RFCQ MOC.
BV_PORTFOLIO_RFCQ_SELL_SIDE_MEMBER_INFO sellSideMemberInfo
Data regarding sell side members.
size_t deserialize(const void *buf, size_t inLen)
BV_PORTFOLIO_RFCQ_CLOSING_TYPE::Enum closingType
Closing type of the Portfolio RFCQ.
virtual std::string toString() const
Provides string presentation.
unsigned long long UInt64
Definition Defines.h:47
unsigned short UInt16
Definition Defines.h:45