OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
SMP.Classes.CMF_GCM_LIMITS.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>
30
41
42
43namespace OnixS {
44namespace Mts {
45namespace Cash {
46namespace SDP {
47
48
49
51class ONIXS_MTS_CASH_SDP_API CMF_GCM_LIMITS : public Class
52{
53public:
55 {
56 gCMMemberCode.reserve(12);
57 gCMMemberDesc.reserve(36);
58 gCMMemberShortDesc.reserve(12);
59 gCMTraderName.reserve(12);
60 clientMemberCode.reserve(12);
61 clientMemberDesc.reserve(36);
62 clientMemberShortDesc.reserve(12);
63 }
64
65 virtual ~CMF_GCM_LIMITS() {}
66
68 virtual ClassId::Enum id() const
69 {
71 }
72
73
76
78 std::string gCMMemberCode; // maxSize = 12
79
81 std::string gCMMemberDesc; // maxSize = 36
82
84 std::string gCMMemberShortDesc; // maxSize = 12
85
88
90 std::string gCMTraderName; // maxSize = 12
91
94
96 std::string clientMemberCode; // maxSize = 12
97
99 std::string clientMemberDesc; // maxSize = 36
100
102 std::string clientMemberShortDesc; // maxSize = 12
103
106
109
112
115
118
121
124
127
130
133
136
139
141 size_t deserialize(const void* buf, size_t inLen);
142
144 virtual std::string toString () const;
145
147 virtual size_t serializationBufSize() const { return 276; }
148
150 virtual CMF_GCM_LIMITS* clone() const;
151
152 virtual CMF_GCM_LIMITS* clone(void*) const;
153
154private:
155 virtual size_t serialize(void* buf) const;
156
157};
158
159
160}
161}
162}
163}
std::string clientMemberShortDesc
Short description of the Client member.
UInt32 creationDate
Date when the data was created.
CMF_VALUE rFQLimit
Maximum limit for each RFQ trading function.
virtual ClassId::Enum id() const
Class id.
CMF_VALUE fASOrderLimit
Maximum limit for each FAS Order trading function.
UInt64 updateTime
Time when the data was last updated.
virtual CMF_GCM_LIMITS * clone(void *) const
UInt32 instrumentClassId
Unique ID of the instrument class.
UInt32 gCMMemberId
Unique ID of the GCM member.
std::string clientMemberCode
Unique ID code of the Client member (ABI or MTS coding)
CMF_VALUE orderLimit
Maximum limit for each FAK/FOK Order trading function.
CMF_GCM_LIMIT_TYPE::Enum limitType
Type of limit (Nominal amount, 10-years equivalent)
std::string gCMTraderName
Unique name of the GCM trader.
virtual CMF_GCM_LIMITS * clone() const
UInt64 creationTime
Time when the data was created.
std::string gCMMemberShortDesc
Short description of the GCM member.
CMF_VALUE mPFOKLimit
Maximum limit for each Mid Price FOK Order trading function.
size_t deserialize(const void *buf, size_t inLen)
std::string gCMMemberDesc
Description of the GCM member.
std::string gCMMemberCode
Unique ID code of the GCM member (ABI or MTS coding)
std::string clientMemberDesc
Description of the Client member.
virtual std::string toString() const
Provides string presentation.
UInt32 gCMTraderId
Unique ID of the GCM trader.
CMF_VALUE mPFASLimit
Maximum limit for each Mid Price FAS Order trading function.
UInt32 updateDate
Date when the data was last updated.
CMF_VALUE quoteLimit
Maximum limit for each Quote trading function.
UInt32 clientMemberId
Unique ID of the Client member.
unsigned int UInt32
Definition Defines.h:46
unsigned long long UInt64
Definition Defines.h:47