OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
SMP.Substructures.REPO_ACM_SUMMARY_COLLATERAL_OFFER_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>
36 
37 
38 namespace OnixS {
39 namespace Mts {
40 namespace Repo {
41 namespace SDP {
42 
43 
44 
45 ///
47 {
48 public:
50  {
51  comment.reserve(256);
52  }
53 
55 
56  /// ID of the Collateral Offer
58 
59  /// Unique ID of the Cash Offer
61 
62  /// ID of the member who entered the Collateral Offer
64 
65  /// ID of the member who entered the Cash Offer
67 
68  /// ID of the trading instrument
70 
71  /// Status of the Collateral Offer
73 
74  /// Cash Provider's user data filled in case of reject
75  std::string comment; // maxSize = 256
76 
77  /// Rate specified in the Collateral Offer
78  Double rate; // DOUBLE presentation
79 
80  /// Quantity of the Collateral Offer
81  Double qty; // DOUBLE presentation
82 
83  /// Minimum Executable Quantity of the Collateral Offer
84  Double minQty; // DOUBLE presentation
85 
86  /// Executed Quantity
87  Double fillQty; // DOUBLE presentation
88 
89  /// If set to Yes, indicates an AON Collateral Offer
91 
92  /// Time at which the last change was made to the Collateral Offer (takes into account the changes following an order for a partial quantity)
93  UInt64 editTime; // UTIME presentation
94 
95  /// Indicates whether it is an incoming Collateral Offer (IN) or an outgoing Collateral Offer (OUT)
97 
98 
99  ///
100  size_t deserialize(const void* buf, size_t inLen);
101 
102  /// Provides string presentation
103  std::string toString () const;
104 
105  ///
106  size_t serializationBufSize() const { return 2096; }
107 
108  ///
109  size_t serialize(void* buf) const;
110 
111 };
112 
113 
114 
115 
116 }
117 }
118 }
119 }
unsigned long long UInt64
Definition: Defines.h:47
TI_IN_OUT_FLAG::Enum inOutFlag
Indicates whether it is an incoming Collateral Offer (IN) or an outgoing Collateral Offer (OUT) ...
REPO_ACM_COLLATERAL_OFFER_STATUS::Enum status
Status of the Collateral Offer.
unsigned int UInt32
Definition: Defines.h:46
UInt64 editTime
Time at which the last change was made to the Collateral Offer (takes into account the changes follow...
REPO_HIST_MEMBER_INFO provider
ID of the member who entered the Collateral Offer.
#define ONIXS_MTS_REPO_SDP_API
Definition: ABI.h:49