OnixS C++ MTS Bond Vision SDP Handler
1.2.0
API documentation
Home
Contents
Namespaces
Classes
Files
File List
File Members
include
OnixS
MTS
BondVision
SDP
Classes
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
#include <
OnixS/MTS/BondVision/SDP/Defines.h
>
31
#include <
OnixS/MTS/BondVision/SDP/SMP.ClassIds.h
>
32
#include <
OnixS/MTS/BondVision/SDP/SMP.Enumerations.h
>
33
34
35
namespace
OnixS
{
36
namespace
Mts {
37
namespace
BondVision {
38
namespace
SDP {
39
40
41
42
///
43
class
ONIXS_MTS_BONDVISION_SDP_API
TI_TRADER_PLATFORM_ACCESS_RIGHT
:
public
Class
44
{
45
public
:
46
TI_TRADER_PLATFORM_ACCESS_RIGHT
()
47
{
48
submitterTraderName.reserve(12);
49
}
50
51
virtual
~TI_TRADER_PLATFORM_ACCESS_RIGHT
() {}
52
53
/// Class id
54
virtual
ClassId::Enum
id
()
const
55
{
56
return
ClassId::TI_TRADER_PLATFORM_ACCESS_RIGHT
;
57
}
58
59
/// Unique ID of the member
60
UInt32
memberId
;
61
62
/// Unique ID of the trader
63
UInt32
traderId
;
64
65
/// ID of the data class or group of data classes on MTS platforms
66
TI_PLATFORM_CLASS_TYPE::Enum
classType
;
67
68
/// Profile of the trader on the platform
69
TI_ACCESS_RIGHT::Enum
traderProfile
;
70
71
/// Unique ID of the member who defined the trader access rights
72
UInt32
submitterMemberId
;
73
74
/// Unique ID of the trader who defined the trader access rights
75
UInt32
submitterTraderId
;
76
77
/// Unique name of the trader who defined the trader access rights
78
std::string
submitterTraderName
;
// maxSize = 12
79
80
/// Date at which the record was created
81
UInt32
creationDate
;
82
83
/// Time at which the record was created
84
UInt64
creationTime
;
// UTIME presentation
85
86
/// Date at which the record was last updated
87
UInt32
updateDate
;
88
89
/// Time at which the record was last updated
90
UInt64
updateTime
;
// UTIME presentation
91
92
93
///
94
size_t
deserialize(
const
void
* buf,
size_t
inLen);
95
96
/// Provides string presentation
97
virtual
std::string toString ()
const
;
98
99
///
100
virtual
size_t
serializationBufSize
()
const
{
return
64; }
101
102
///
103
virtual
TI_TRADER_PLATFORM_ACCESS_RIGHT
* clone()
const
;
104
105
virtual
TI_TRADER_PLATFORM_ACCESS_RIGHT
* clone(
void
*)
const
;
106
107
private
:
108
virtual
size_t
serialize(
void
* buf)
const
;
109
110
};
111
112
113
}
114
}
115
}
116
}
OnixS::Mts::BondVision::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:51
OnixS::Mts::BondVision::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:90
OnixS::Mts::BondVision::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:69
OnixS::Mts::BondVision::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:66
OnixS::Mts::BondVision::SDP::ClassId::Enum
Enum
Definition:
SMP.ClassIds.h:38
OnixS::Mts::BondVision::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::serializationBufSize
virtual size_t serializationBufSize() const
Definition:
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:100
OnixS::Mts::BondVision::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::id
virtual ClassId::Enum id() const
Class id.
Definition:
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:54
Defines.h
OnixS::Mts::BondVision::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::traderId
UInt32 traderId
Unique ID of the trader.
Definition:
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:63
OnixS::Mts::BondVision::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:46
OnixS::Mts::BondVision::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT
Definition:
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:43
SMP.Enumerations.h
OnixS
Definition:
ActResultListener.h:23
SMP.ClassIds.h
OnixS::Mts::BondVision::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:87
OnixS::Mts::BondVision::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:84
OnixS::Mts::BondVision::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:75
OnixS::Mts::BondVision::SDP::TI_TRADER_PLATFORM_ACCESS_RIGHT::memberId
UInt32 memberId
Unique ID of the member.
Definition:
SMP.Classes.TI_TRADER_PLATFORM_ACCESS_RIGHT.h:60
OnixS::Mts::BondVision::SDP::TI_PLATFORM_CLASS_TYPE::Enum
Enum
Definition:
SMP.Enumerations.h:1975
OnixS::Mts::BondVision::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:78
OnixS::Mts::BondVision::SDP::ClassId::TI_TRADER_PLATFORM_ACCESS_RIGHT
Definition:
SMP.ClassIds.h:75
OnixS::Mts::BondVision::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:81
OnixS::Mts::BondVision::SDP::TI_ACCESS_RIGHT::Enum
Enum
Definition:
SMP.Enumerations.h:41
OnixS::Mts::BondVision::SDP::UInt32
unsigned int UInt32
Definition:
Defines.h:46
OnixS::Mts::BondVision::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:72
OnixS::Mts::BondVision::SDP::UInt64
unsigned long long UInt64
Definition:
Defines.h:47
OnixS::Mts::BondVision::SDP::Class
Class.
Definition:
SMP.Class.h:38