OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
SMP.Substructures.REPO_FILL_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 --------------
24 GENERATED FILE
25 --------------
26 */
27 
28 
29 #include <string>
38 
39 
40 namespace OnixS {
41 namespace Mts {
42 namespace Repo {
43 namespace SDP {
44 
45 
46 
47 ///
49 {
50 public:
52  {
53  currency.reserve(3);
54  }
55 
57 
58  /// ID of the trade
60 
61  /// Matching mode
63 
64  /// ID of the GC Definition
66 
67  /// Member's ID of the provider
69 
70  /// Member's ID of the aggressor
72 
73  /// ID of the financial instrument
75 
76  /// Status of the trade
78 
79  /// Status of the trade settlement
81 
82  /// Settlement Type
84 
85  /// Indicates whether it is a buy or sell trade
87 
88  /// Rate
89  Double rate; // DOUBLE presentation
90 
91  /// ISO unique alphanumeric ID code of the currency
92  std::string currency; // maxSize = 3
93 
94  /// Quantity
95  Double qty; // DOUBLE presentation
96 
97  /// Nominal value
98  Double nominalValue; // DOUBLE presentation
99 
100  /// Settlement values for the trade
102 
103  /// Type of trade
105 
106  /// Time at which the data were updated
107  UInt64 updateTime; // UTIME presentation
108 
109  /// Spot inflation coefficient calculated by the calculation engine
110  Double cIStart; // DOUBLE presentation
111 
112  /// For future use - Inflation coefficient applied to the coupon paid within the duration of the repo trade (used for Buy Sell Back repo only)
113  Double cICouponPayment; // DOUBLE presentation
114 
115  /// End inflation coefficient calculated by the calculation engine
116  Double cIEnd; // DOUBLE presentation
117 
118  /// ID of the trade assigned by the post trading
120 
121  /// Unique ID of the EOI message the RFQ refers to
123 
124  /// Specifies whether the trade has been generated by normal trading activity or by RFQ or by ACM activity
126 
127  /// Haircut value
128  Double haircut; // DOUBLE presentation
129 
130  /// Settlement values for the trade whith applied Haircut
132 
133  /// Unique ID of the Area Code
135 
136 
137  ///
138  size_t deserialize(const void* buf, size_t inLen);
139 
140  /// Provides string presentation
141  std::string toString () const;
142 
143  ///
144  size_t serializationBufSize() const { return 860; }
145 
146  ///
147  size_t serialize(void* buf) const;
148 
149 };
150 
151 
152 
153 
154 }
155 }
156 }
157 }
REPO_CONTRACT_VALUE fillValue
Settlement values for the trade.
TI_TRADE_TYPE::Enum tradeType
Specifies whether the trade has been generated by normal trading activity or by RFQ or by ACM activit...
unsigned short UInt16
Definition: Defines.h:45
UInt64 updateTime
Time at which the data were updated.
REPO_SETTL_STATUS::Enum settlStatus
Status of the trade settlement.
unsigned long long UInt64
Definition: Defines.h:47
Double cICouponPayment
For future use - Inflation coefficient applied to the coupon paid within the duration of the repo tra...
REPO_MATCH_MODE::Enum matchType
Matching mode.
REPO_INSTRUMENT_DATE_INFO instrument
ID of the financial instrument.
unsigned int UInt32
Definition: Defines.h:46
std::string currency
ISO unique alphanumeric ID code of the currency.
REPO_SETTL_MEMBER_INFO provider
Member&#39;s ID of the provider.
Double cIStart
Spot inflation coefficient calculated by the calculation engine.
TI_FILL_STATUS::Enum settlFillStatus
Status of the trade.
UInt32 eOIMsgId
Unique ID of the EOI message the RFQ refers to.
Double cIEnd
End inflation coefficient calculated by the calculation engine.
REPO_SETTL_MEMBER_INFO aggressor
Member&#39;s ID of the aggressor.
REPO_CONTRACT_VALUE haircutFillValue
Settlement values for the trade whith applied Haircut.
TI_SETTL_TYPE::Enum settlType
Settlement Type.
TI_VERB::Enum verb
Indicates whether it is a buy or sell trade.
#define ONIXS_MTS_REPO_SDP_API
Definition: ABI.h:49
UInt32 settlFillID
ID of the trade assigned by the post trading.