OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
SMP.Classes.BV_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_SELL_SIDE_INVENTORY_ORDER : public Class
49{
50public:
52 {
53 dealerReferenceID.reserve(32);
54 clientExecID.reserve(32);
55 execTraderName.reserve(12);
56 currency.reserve(3);
57 accountCode.reserve(200);
58 accountInfo.reserve(200);
59 settlementInfo.reserve(200);
60 }
61
63
65 virtual ClassId::Enum id() const
66 {
68 }
69
72
75
77 std::string dealerReferenceID; // maxSize = 32
78
80 std::string clientExecID; // maxSize = 32
81
83 UInt64 quoteUpdateTime; // UTIME presentation
84
87
90
93
95 std::string execTraderName; // maxSize = 12
96
99
102
105
107 Double price; // DOUBLE presentation
108
110 Double yield; // DOUBLE presentation
111
113 Double qty; // DOUBLE presentation
114
117
119 UInt64 acceptanceTimeout; // UTIME presentation
120
122 Double principal; // DOUBLE presentation
123
125 Double nominalValue; // DOUBLE presentation
126
128 Double accrued; // DOUBLE presentation
129
131 std::string currency; // maxSize = 3
132
135
137 Double bpv; // DOUBLE presentation
138
141
144
147
150
152 std::string accountCode; // maxSize = 200
153
155 std::string accountInfo; // maxSize = 200
156
158 std::string settlementInfo; // maxSize = 200
159
162
165
168
171
173 UInt64 creationTime; // UTIME presentation
174
176 UInt64 updateTime; // UTIME presentation
177
180
181
183 size_t deserialize(const void* buf, size_t inLen);
184
186 virtual std::string toString () const;
187
189 virtual size_t serializationBufSize() const { return 1392; }
190
193
194 virtual BV_SELL_SIDE_INVENTORY_ORDER* clone(void*) const;
195
196private:
197 virtual size_t serialize(void* buf) const;
198
199};
200
201
202}
203}
204}
205}
BV_MEMBER_INFO aggressor
Member's ID of the Aggressor (Buy Side Member)
BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator
Short Selling indicator.
virtual BV_SELL_SIDE_INVENTORY_ORDER * clone() const
BV_MEMBER_INFO provider
Member's ID of the Provider (Sell Side Member)
BV_INVENTORY_ORDER_EVENT::Enum event
Action applied to the order.
UInt32 allocationId
Unique ID of the pre-allocation or of the allocation during the trade splitting phase.
UInt64 quoteUpdateTime
Time at which the inventory quote was last updated.
std::string clientExecID
ID of the execution within the client institution.
virtual BV_SELL_SIDE_INVENTORY_ORDER * clone(void *) const
BV_INSTRUMENT_INFO instrument
Data regarding the tradable instrument.
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...
BV_TRANSPARENCY_INFO transparencyInfo
Pre and Post-Trade Transparency Info.
BV_INVENTORY_ORDER_STATUS::Enum status
Processing status of the order.
size_t deserialize(const void *buf, size_t inLen)
UInt32 execTraderId
ID of the manual execution trader within the client institution (Provider - Sell Side Member)
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