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

Public Member Functions

 BV_MEMBER_DLT_SETTLEMENT_MODE ()
virtual ~BV_MEMBER_DLT_SETTLEMENT_MODE ()
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_DLT_SETTLEMENT_MODEclone () const
virtual BV_MEMBER_DLT_SETTLEMENT_MODEclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 memberId
UInt32 tradableInstrumentId
BV_SETTLEMENT_MODE::Enum settlementMode
UInt32 stdSettlementGroupId
UInt32 stdSettlementSystemId
UInt32 dLTSettlementGroupId
UInt32 dLTSettlementSystemId

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_MEMBER_DLT_SETTLEMENT_MODE()

◆ ~BV_MEMBER_DLT_SETTLEMENT_MODE()

virtual ~BV_MEMBER_DLT_SETTLEMENT_MODE ( )
inlinevirtual

Definition at line 50 of file SMP.Classes.BV_MEMBER_DLT_SETTLEMENT_MODE.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_MEMBER_DLT_SETTLEMENT_MODE * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ dLTSettlementGroupId

UInt32 dLTSettlementGroupId

Unique ID of the DLT Settlement Group.

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

◆ dLTSettlementSystemId

UInt32 dLTSettlementSystemId

Unique ID of the DLT Settlement System.

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

◆ memberId

UInt32 memberId

Unique ID of the Member.

Definition at line 59 of file SMP.Classes.BV_MEMBER_DLT_SETTLEMENT_MODE.h.

◆ settlementMode

BV_SETTLEMENT_MODE::Enum settlementMode

Settlement mode.

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

◆ stdSettlementGroupId

UInt32 stdSettlementGroupId

Unique ID of the Standard Settlement Group.

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

◆ stdSettlementSystemId

UInt32 stdSettlementSystemId

Unique ID of the Standard Settlement System.

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

◆ tradableInstrumentId

UInt32 tradableInstrumentId

Unique ID of the tradable instrument.

Definition at line 62 of file SMP.Classes.BV_MEMBER_DLT_SETTLEMENT_MODE.h.