OnixS C++ MTS Bond Vision SDP Handler  1.1.0
API documentation
SMP.Classes.BV_RFCQ_DEALER_LIST_PREVIEW.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 BondVision {
41 namespace SDP {
42 
43 
44 
45 ///
46 class ONIXS_MTS_BONDVISION_SDP_API BV_RFCQ_DEALER_LIST_PREVIEW : public Class
47 {
48 public:
50  previewLeg(3)
51  , transparencyInfo(3)
52  , dealerList(100)
53 
54  {
55  }
56 
58 
59  /// Class id
60  virtual ClassId::Enum id() const
61  {
63  }
64 
65  /// ID of the preview request
67 
68  /// ID of the Buy side member
70 
71  /// Specifies whether Sell Side members should be selected taking into consideration their willingness to trade a partially executable RFCQ
73 
74  /// Unique ID of the Buy Side Trader
76 
77  /// RFCQ type
79 
80  /// Specifies if the RFCQ is sent to one and only provider
82 
83  /// Specifies whether the RFCQ will be subject to pre-trade transparency or not
85 
86  /// Leg of preview
87  static const size_t previewLegSize = 3;
88  std::vector<BV_RFCQ_DEALER_LIST_PREVIEW_LEG> previewLeg;
89 
90  /// Number of the specified dealers
92 
93  /// Dealer Selection Type
95 
96  /// Pre and Post-Trade Transparency Info
97  static const size_t transparencyInfoSize = 3;
98  std::vector<BV_TRANSPARENCY_INFO> transparencyInfo;
99 
100  /// Dealer list array
101  static const size_t dealerListSize = 100;
102  std::vector<BV_DEALER_LIST_INFO> dealerList;
103 
104 
105  ///
106  size_t deserialize(const void* buf, size_t inLen);
107 
108  /// Provides string presentation
109  virtual std::string toString () const;
110 
111  ///
112  virtual size_t serializationBufSize() const { return 44664; }
113 
114  ///
115  virtual BV_RFCQ_DEALER_LIST_PREVIEW* clone() const;
116 
117  virtual BV_RFCQ_DEALER_LIST_PREVIEW* clone(void*) const;
118 
119 private:
120  virtual size_t serialize(void* buf) const;
121 
122 };
123 
124 
125 }
126 }
127 }
128 }
TI_FLAG::Enum preAgreedFg
Specifies if the RFCQ is sent to one and only provider.
TI_FLAG::Enum partialFillFg
Specifies whether Sell Side members should be selected taking into consideration their willingness to...
BV_RFCQ_DEALER_SELECTION_TYPE::Enum dealerSelectionType
Dealer Selection Type.
TI_FLAG::Enum preTradeFg
Specifies whether the RFCQ will be subject to pre-trade transparency or not.
unsigned short UInt16
Definition: Defines.h:45