OnixS C++ MTS Cash SDP Handler 1.7.0
API documentation
Loading...
Searching...
No Matches
SMP.Classes.TI_TRADER.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
35
36
37namespace OnixS {
38namespace Mts {
39namespace Cash {
40namespace SDP {
41
42
43
45class ONIXS_MTS_CASH_SDP_API TI_TRADER : public Class
46{
47public:
49 {
50 traderName.reserve(12);
51 password.reserve(16);
52 firstName.reserve(25);
53 lastName.reserve(25);
54 email.reserve(50);
55 phone.reserve(50);
56 fax.reserve(20);
57 otherInfo.reserve(100);
58 otherInfo2.reserve(100);
59 templateDescription.reserve(36);
60 submitterTraderName.reserve(12);
61 }
62
63 virtual ~TI_TRADER() {}
64
66 virtual ClassId::Enum id() const
67 {
68 return ClassId::TI_TRADER;
69 }
70
71
74
77
79 std::string traderName; // maxSize = 12
80
83
86
89
92
95
98
101
104
107
109 std::string password; // maxSize = 16
110
113
116
119
121 std::string firstName; // maxSize = 25
122
124 std::string lastName; // maxSize = 25
125
127 std::string email; // maxSize = 50
128
130 std::string phone; // maxSize = 50
131
133 std::string fax; // maxSize = 20
134
136 std::string otherInfo; // maxSize = 100
137
139 std::string otherInfo2; // maxSize = 100
140
143
145 std::string templateDescription; // maxSize = 36
146
149
152
155
157 std::string submitterTraderName; // maxSize = 12
158
161
164
167
170
172 size_t deserialize(const void* buf, size_t inLen);
173
175 virtual std::string toString () const;
176
178 virtual size_t serializationBufSize() const { return 596; }
179
181 virtual TI_TRADER* clone() const;
182
183 virtual TI_TRADER* clone(void*) const;
184
185private:
186 virtual size_t serialize(void* buf) const;
187
188};
189
190
191}
192}
193}
194}
UInt16 workstationLockTimeout
Number of minutes of inactivity after which the client workstation must auto-lock....
UInt32 creationDate
Date at which the record was created.
std::string firstName
Trader's first name.
virtual ClassId::Enum id() const
Class id.
std::string lastName
Trader's last name.
TI_FLAG::Enum multiTraderSlaveFg
Flag indicating whether the trader may be represented by Master Multitraders (i.e....
TI_TRADER_TYPE::Enum traderType
ID of the type of trader under examination.
TI_FLAG::Enum mTSCertifiedFg
Flag indicating whether the trader has been certified by MTS.
UInt64 updateTime
Time at which the record was last updated.
std::string phone
Trader's phone number(s)
virtual size_t serializationBufSize() const
TI_TRADER_ACCOUNT_STATUS::Enum traderAccountStatus
Flag indicating whether the trader is active, inactive or deleted. Deleted status is reserverd for fu...
std::string password
Trader's password.
std::string submitterTraderName
Unique name of the trader who defined the trader.
std::string email
Trader's email address.
UInt32 groupId
Unique ID of the trader group (optional) CMF, BV Markets.
TI_FLAG::Enum fixedWindowSizeFlag
Indicates whether the trader has a fixed or variable communication window size.
std::string otherInfo2
Additional Information (for future use)
UInt32 variableWindowSize
Maximum variable communication window size negotiable by the trader.
virtual TI_TRADER * clone(void *) const
UInt32 memberId
Unique ID of the member.
UInt32 templateId
Reserved for future use.
std::string templateDescription
Reserved for future use.
virtual TI_TRADER * clone() const
UInt32 submitterTraderId
Unique ID of the trader who defined the trader.
UInt64 creationTime
Time at which the record was created.
UInt32 endDate
Date of deactivation of the trader (optional)
std::string otherInfo
Additional Information.
std::string traderName
Unique name of the trader.
size_t deserialize(const void *buf, size_t inLen)
std::string fax
Trader's FAX number(s)
UInt16 passwordExpiryPeriod
Number of days for which the password is valid (0 - password never expires)
UInt32 submitterMemberId
Unique ID of the member who defined the trader.
virtual std::string toString() const
Provides string presentation.
UInt32 traderId
Unique ID of the trader.
UInt32 startDate
Date of activation of the trader.
UInt32 passwordExpiryDate
Date of expiry of the password.
UInt32 updateDate
Date at which the record was last updated.
TI_FLAG::Enum multiTraderMasterFg
Flag indicating whether the trader is a Master Multitrader ( i.e. may represent Slave Multitraders)....
unsigned int UInt32
Definition Defines.h:46
unsigned long long UInt64
Definition Defines.h:47
unsigned short UInt16
Definition Defines.h:45