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

Public Member Functions

 BV_RFCQ_TRADING_RELATION_TRADER ()
virtual ~BV_RFCQ_TRADING_RELATION_TRADER ()
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_RFCQ_TRADING_RELATION_TRADERclone () const
virtual BV_RFCQ_TRADING_RELATION_TRADERclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 sellSideMemberId
UInt32 buySideMemberId
UInt32 traderId
std::string traderName
std::string firstName
std::string lastName
std::string email
std::string phone
std::string fax

Detailed Description

Constructor & Destructor Documentation

◆ BV_RFCQ_TRADING_RELATION_TRADER()

◆ ~BV_RFCQ_TRADING_RELATION_TRADER()

virtual ~BV_RFCQ_TRADING_RELATION_TRADER ( )
inlinevirtual

Member Function Documentation

◆ clone() [1/2]

virtual BV_RFCQ_TRADING_RELATION_TRADER * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_RFCQ_TRADING_RELATION_TRADER * 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 59 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ buySideMemberId

UInt32 buySideMemberId

Unique ID of the Buy Side Member.

Definition at line 68 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ email

std::string email

Trader's email address.

Definition at line 83 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ fax

std::string fax

Trader's FAX number(s)

Definition at line 89 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ firstName

std::string firstName

Trader's first name.

Definition at line 77 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ lastName

std::string lastName

Trader's last name.

Definition at line 80 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ phone

std::string phone

Trader's phone number(s)

Definition at line 86 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ sellSideMemberId

UInt32 sellSideMemberId

Unique ID of the Sell Side Member.

Definition at line 65 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ traderId

UInt32 traderId

Unique ID of the Buy Side Trader.

Definition at line 71 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.

◆ traderName

std::string traderName

Unique name of the Buy Side Trader.

Definition at line 74 of file SMP.Classes.BV_RFCQ_TRADING_RELATION_TRADER.h.