OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
SMP.Classes.BV_LAST_DAY_SELL_SIDE_INVENTORY_ORDER.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>
38
39
40namespace OnixS {
41namespace Mts {
42namespace BondVision {
43namespace SDP {
44
45
46
48class ONIXS_MTS_BONDVISION_SDP_API BV_LAST_DAY_SELL_SIDE_INVENTORY_ORDER : public Class
49{
50public:
52 {
53 sectionCode.reserve(4);
54 dealerReferenceID.reserve(32);
55 clientExecID.reserve(50);
56 execTraderName.reserve(12);
57 currency.reserve(3);
58 accountCode.reserve(200);
59 accountInfo.reserve(200);
60 settlementInfo.reserve(200);
61 mktAffiliationShortDesc.reserve(12);
62 mktAffiliationDesc.reserve(36);
63 }
64
66
72
75
77 std::string sectionCode; // maxSize = 4
78
81
83 std::string dealerReferenceID; // maxSize = 32
84
86 std::string clientExecID; // maxSize = 50
87
89 std::string execTraderName; // maxSize = 12
90
92 UInt64 quoteUpdateTime; // UTIME presentation
93
96
99
102
105
108
110 Double price; // DOUBLE presentation
111
113 Double yield; // DOUBLE presentation
114
116 Double qty; // DOUBLE presentation
117
120
122 UInt64 acceptanceTimeout; // UTIME presentation
123
125 Double principal; // DOUBLE presentation
126
128 Double nominalValue; // DOUBLE presentation
129
131 Double accrued; // DOUBLE presentation
132
134 std::string currency; // maxSize = 3
135
138
140 Double bpv; // DOUBLE presentation
141
144
147
150
153
155 std::string accountCode; // maxSize = 200
156
158 std::string accountInfo; // maxSize = 200
159
161 std::string settlementInfo; // maxSize = 200
162
164 std::string mktAffiliationShortDesc; // maxSize = 12
165
167 std::string mktAffiliationDesc; // maxSize = 36
168
171
174
177
179 UInt64 creationTime; // UTIME presentation
180
182 UInt64 updateTime; // UTIME presentation
183
186
187
189 size_t deserialize(const void* buf, size_t inLen);
190
192 virtual std::string toString () const;
193
195 virtual size_t serializationBufSize() const { return 1808; }
196
199
201
202private:
203 virtual size_t serialize(void* buf) const;
204
205};
206
207
208}
209}
210}
211}
virtual BV_LAST_DAY_SELL_SIDE_INVENTORY_ORDER * clone() const
virtual BV_LAST_DAY_SELL_SIDE_INVENTORY_ORDER * clone(void *) const
UInt32 allocationId
Unique ID of the pre-allocation or of the allocation during the trade splitting phase.
UInt16 settlementOffset
Settlement offset espressed as number of days starting from the trading date.
TI_VERB::Enum verb
Specifies whether it is a buy or sell order and is set from the receiving member's viewpoint (Provide...
std::string execTraderName
Name of the manual execution trader within the client institution (Provider - Sell Side Member)
Double bpv
BPV of the tradable instrument at the moment of the RFCQ creation.
virtual std::string toString() const
Provides string presentation.
unsigned long long UInt64
Definition Defines.h:47
unsigned short UInt16
Definition Defines.h:45