OnixS C++ MTS Cash SDP Handler
1.8.0
API documentation
Loading...
Searching...
No Matches
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.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>
30
31
#include <
OnixS/MTS/Cash/SDP/Defines.h
>
32
#include <
OnixS/MTS/Cash/SDP/SMP.Class.h
>
33
#include <
OnixS/MTS/Cash/SDP/SMP.ClassIds.h
>
34
#include <
OnixS/MTS/Cash/SDP/SMP.Enumerations.h
>
35
36
37
namespace
OnixS
{
38
namespace
Mts
{
39
namespace
Cash
{
40
namespace
SDP
{
41
42
43
45
class
ONIXS_MTS_CASH_SDP_API
TI_TRADER_PLATFORM_ACCESS_RIGHT
:
public
Class
46
{
47
public
:
48
TI_TRADER_PLATFORM_ACCESS_RIGHT
()
49
{
50
submitterTraderName
.reserve(12);
51
}
52
53
virtual
~TI_TRADER_PLATFORM_ACCESS_RIGHT
() {}
54
56
virtual
ClassId::Enum
id
()
const
57
{
58
return
ClassId::TI_TRADER_PLATFORM_ACCESS_RIGHT
;
59
}
60
61
63
UInt32
memberId
;
64
66
UInt32
traderId
;
67
69
TI_PLATFORM_CLASS_TYPE::Enum
classType
;
70
72
TI_ACCESS_RIGHT::Enum
traderProfile
;
73
75
UInt32
submitterMemberId
;
76
78
UInt32
submitterTraderId
;
79
81
std::string
submitterTraderName
;
// maxSize = 12
82
84
UInt32
creationDate
;
85
87
UInt64
creationTime
;
88
90
UInt32
updateDate
;
91
93
UInt64
updateTime
;
94
96
size_t
deserialize
(
const
void
* buf,
size_t
inLen);
97
99
virtual
std::string
toString
()
const
;
100
102
virtual
size_t
serializationBufSize
()
const
{
return
64; }
103
105
virtual
TI_TRADER_PLATFORM_ACCESS_RIGHT
*
clone
()
const
;
106
107
virtual
TI_TRADER_PLATFORM_ACCESS_RIGHT
*
clone
(
void
*)
const
;
108
109
private
:
110
virtual
size_t
serialize(
void
* buf)
const
;
111
112
};
113
114
115
}
116
}
117
}
118
}
Defines.h
SMP.ClassIds.h
SMP.Class.h
SMP.Enumerations.h
OnixS::Mts::Cash::SDP::Class
Class.
Definition
SMP.Class.h:39
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::creationDate
UInt32 creationDate
Date at which the record was created.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:84
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::id
virtual ClassId::Enum id() const
Class id.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:56
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::updateTime
UInt64 updateTime
Time at which the record was last updated.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:93
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::serializationBufSize
virtual size_t serializationBufSize() const
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:102
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::~TI_TRADER_PLATFORM_ACCESS_RIGHT
virtual ~TI_TRADER_PLATFORM_ACCESS_RIGHT()
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:53
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::submitterTraderName
std::string submitterTraderName
Unique name of the trader who defined the trader access rights.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:81
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::classType
TI_PLATFORM_CLASS_TYPE::Enum classType
ID of the data class or group of data classes on MTS platforms.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:69
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::traderProfile
TI_ACCESS_RIGHT::Enum traderProfile
Profile of the trader on the platform.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:72
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::memberId
UInt32 memberId
Unique ID of the member.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:63
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::TI_TRADER_PLATFORM_ACCESS_RIGHT
TI_TRADER_PLATFORM_ACCESS_RIGHT()
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:48
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::submitterTraderId
UInt32 submitterTraderId
Unique ID of the trader who defined the trader access rights.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:78
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::creationTime
UInt64 creationTime
Time at which the record was created.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:87
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::clone
virtual TI_TRADER_PLATFORM_ACCESS_RIGHT * clone(void *) const
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::deserialize
size_t deserialize(const void *buf, size_t inLen)
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::submitterMemberId
UInt32 submitterMemberId
Unique ID of the member who defined the trader access rights.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:75
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::clone
virtual TI_TRADER_PLATFORM_ACCESS_RIGHT * clone() const
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::toString
virtual std::string toString() const
Provides string presentation.
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::traderId
UInt32 traderId
Unique ID of the trader.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:66
OnixS::Mts::Cash::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::updateDate
UInt32 updateDate
Date at which the record was last updated.
Definition
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:90
OnixS::Mts::Cash::SDP
Definition
ActResultListener.h:26
OnixS::Mts::Cash::SDP::UInt32
unsigned int UInt32
Definition
Defines.h:46
OnixS::Mts::Cash::SDP::UInt64
unsigned long long UInt64
Definition
Defines.h:47
OnixS::Mts::Cash
Definition
ActResultListener.h:25
OnixS::Mts
Definition
ActResultListener.h:24
OnixS
Definition
ActResultListener.h:23
OnixS::Mts::Cash::SDP::ClassId::Enum
Enum
Definition
SMP.ClassIds.h:39
OnixS::Mts::Cash::SDP::ClassId::TI_TRADER_PLATFORM_ACCESS_RIGHT
@ TI_TRADER_PLATFORM_ACCESS_RIGHT
Definition
SMP.ClassIds.h:170
OnixS::Mts::Cash::SDP::TI_ACCESS_RIGHT::Enum
Enum
Definition
SMP.Enumerations.h:990
OnixS::Mts::Cash::SDP::TI_PLATFORM_CLASS_TYPE::Enum
Enum
Definition
SMP.Enumerations.h:2915
OnixS
MTS
Cash
SDP
Classes
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h
Technical Support:
support@onixs.biz
Copyright © 2025 OnixS. All Rights Reserved.