#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_ALGO_ID_REGISTRATION.h>
Public Member Functions | |
BV_ALGO_ID_REGISTRATION () | |
virtual | ~BV_ALGO_ID_REGISTRATION () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual BV_ALGO_ID_REGISTRATION * | clone () const |
virtual BV_ALGO_ID_REGISTRATION * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | submitterMemberId |
UInt32 | submitterTraderId |
std::string | submitterTraderName |
UInt32 | memberId |
BV_ALGO_ID_TYPE::Enum | algoIdType |
std::string | algoIdShortCode |
std::string | algoIdCode |
std::string | idNameDisplay |
TI_FLAG::Enum | testedFg |
std::string | testType |
BV_REGISTRATION_EVENT::Enum | event |
BV_REGISTRATION_STATUS::Enum | status |
std::string | userData |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
|
inlinevirtual |
Definition at line 56 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 123 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string algoIdCode |
Alphanmeric value identifying the Algo Id (see notes above). Empty for traders other than SuperUser.
Definition at line 83 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
std::string algoIdShortCode |
Alternative representation of the Algo IdCode (see notes above)
Definition at line 80 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
BV_ALGO_ID_TYPE::Enum algoIdType |
Type of Algo Id registration.
Definition at line 77 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
UInt32 creationDate |
Creation date.
Definition at line 104 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
UInt64 creationTime |
Creation time.
Definition at line 107 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
Action applied to the Algo Id Registration.
Definition at line 95 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
std::string idNameDisplay |
Optional IdCode description.
Definition at line 86 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
UInt32 memberId |
Unique ID of the member to which the registration is referred.
Definition at line 74 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
BV_REGISTRATION_STATUS::Enum status |
Specifies whether the Algo Id Registration is active or deleted.
Definition at line 98 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
UInt32 submitterMemberId |
Unique ID of the member who carried out the configuration.
Definition at line 65 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
UInt32 submitterTraderId |
Unique ID of the trader who carried out the configuration.
Definition at line 68 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
std::string submitterTraderName |
Name of the trader who carried out the configuration.
Definition at line 71 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
TI_FLAG::Enum testedFg |
Specifies if the Algo Id has been tested.
Definition at line 89 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
std::string testType |
Description of the test modalities.
Definition at line 92 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
UInt32 updateDate |
Last update date.
Definition at line 110 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
UInt64 updateTime |
Last update time.
Definition at line 113 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.
std::string userData |
Free field used by the client.
Definition at line 101 of file SMP.Classes.BV_ALGO_ID_REGISTRATION.h.