OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_MEMBER_SALES_CONFIG Class Reference

Public Member Functions

 BV_MEMBER_SALES_CONFIG ()
virtual ~BV_MEMBER_SALES_CONFIG ()
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_MEMBER_SALES_CONFIGclone () const
virtual BV_MEMBER_SALES_CONFIGclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 marketId
UInt32 sellSideMemberId
UInt32 sellSideTraderId
std::string sellSideTraderName
UInt32 salesId
std::string salesName
UInt32 buySideMemberId
UInt32 buySideTraderId
std::string buySideTraderName
TI_RELATION_TYPE::Enum relationType
TI_RELATION_LEVEL::Enum relationLevel
std::string relationInfo
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime

Detailed Description

Definition at line 43 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

Constructor & Destructor Documentation

◆ BV_MEMBER_SALES_CONFIG()

Definition at line 46 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ ~BV_MEMBER_SALES_CONFIG()

virtual ~BV_MEMBER_SALES_CONFIG ( )
inlinevirtual

Definition at line 54 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_MEMBER_SALES_CONFIG * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_MEMBER_SALES_CONFIG * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 57 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 118 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ buySideMemberId

UInt32 buySideMemberId

Unique ID of the customer member (Buy Side)

Definition at line 81 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ buySideTraderId

UInt32 buySideTraderId

Unique ID of the Buy Side trader.

Definition at line 84 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ buySideTraderName

std::string buySideTraderName

Buy Side trader code.

Definition at line 87 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ creationDate

UInt32 creationDate

Creation date.

Definition at line 99 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ creationTime

UInt64 creationTime

Creation time.

Definition at line 102 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ marketId

UInt32 marketId

Unique ID of the market.

Definition at line 63 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ relationInfo

std::string relationInfo

Free text field used by the client.

Definition at line 96 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ relationLevel

TI_RELATION_LEVEL::Enum relationLevel

Relation level.

Definition at line 93 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ relationType

TI_RELATION_TYPE::Enum relationType

Type of the relationship between the sales and the buy-side.

Definition at line 90 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ salesId

UInt32 salesId

Unique ID of the Sales trader.

Definition at line 75 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ salesName

std::string salesName

Sales trader code.

Definition at line 78 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ sellSideMemberId

UInt32 sellSideMemberId

Unique ID of the member.

Definition at line 66 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ sellSideTraderId

UInt32 sellSideTraderId

Unique ID of the trader that originated/modified the association.

Definition at line 69 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ sellSideTraderName

std::string sellSideTraderName

Unique name of the trader that originated/modified the association.

Definition at line 72 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ updateDate

UInt32 updateDate

Last update date.

Definition at line 105 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.

◆ updateTime

UInt64 updateTime

Last update time.

Definition at line 108 of file SMP.Classes.BV_MEMBER_SALES_CONFIG.h.