OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
SMP.Substructures.REPO_HIST_RFCQ_DEPTH_ROW.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>
32 
33 
34 namespace OnixS {
35 namespace Mts {
36 namespace Repo {
37 namespace SDP {
38 
39 
40 
41 ///
43 {
44 public:
46  {
47  memberCode.reserve(10);
48  memberDesc.reserve(36);
49  memberShortDesc.reserve(12);
50  accountCode.reserve(200);
51  accountInfo.reserve(200);
52  clearingHouseCode.reserve(10);
53  clearingHouseDesc.reserve(36);
54  clearingHouseShortDesc.reserve(12);
55  }
56 
58 
59  /// Code of the sell side member
60  std::string memberCode; // maxSize = 10
61 
62  /// Description of the sell side member
63  std::string memberDesc; // maxSize = 36
64 
65  /// Short description of the sell side member
66  std::string memberShortDesc; // maxSize = 12
67 
68  /// Unique ID of the RFCQ quote
70 
71  /// Quote last update time
72  UInt64 quoteUpdateTime; // UTIME presentation
73 
74  /// Automatic acceptance validity time
75  UInt64 automaticAcceptanceValidityTime; // UTIME presentation
76 
77  /// Quote matching type
79 
80  /// Rate
81  Double rate; // DOUBLE presentation
82 
83  /// Quantity
84  Double qty; // DOUBLE presentation
85 
86  /// Haircut value
87  Double haircut; // DOUBLE presentation
88 
89  /// Account code
90  std::string accountCode; // maxSize = 200
91 
92  /// Additional account information
93  std::string accountInfo; // maxSize = 200
94 
95  /// ABI/MTS code of the Clearing House
96  std::string clearingHouseCode; // maxSize = 10
97 
98  /// Description of the Clearing House
99  std::string clearingHouseDesc; // maxSize = 36
100 
101  /// Short description of the Clearing House
102  std::string clearingHouseShortDesc; // maxSize = 12
103 
104 
105  ///
106  size_t deserialize(const void* buf, size_t inLen);
107 
108  /// Provides string presentation
109  std::string toString () const;
110 
111  ///
112  size_t serializationBufSize() const { return 600; }
113 
114  ///
115  size_t serialize(void* buf) const;
116 
117 };
118 
119 
120 
121 
122 }
123 }
124 }
125 }
std::string clearingHouseDesc
Description of the Clearing House.
std::string clearingHouseCode
ABI/MTS code of the Clearing House.
TI_RFCQ_MATCHING_TYPE::Enum quoteMatchingType
Quote matching type.
unsigned long long UInt64
Definition: Defines.h:47
std::string clearingHouseShortDesc
Short description of the Clearing House.
unsigned int UInt32
Definition: Defines.h:46
std::string memberDesc
Description of the sell side member.
UInt64 automaticAcceptanceValidityTime
Automatic acceptance validity time.
#define ONIXS_MTS_REPO_SDP_API
Definition: ABI.h:49
std::string memberShortDesc
Short description of the sell side member.