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

Public Member Functions

 BV_RESTRICTED_TRADING ()
virtual ~BV_RESTRICTED_TRADING ()
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_RESTRICTED_TRADINGclone () const
virtual BV_RESTRICTED_TRADINGclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt16 areaCodeId
UInt32 sectionId
TI_FUNCTION::Enum functionId
UInt64 startRestrictedTrading
UInt64 stopRestrictedTrading

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_RESTRICTED_TRADING()

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

◆ ~BV_RESTRICTED_TRADING()

virtual ~BV_RESTRICTED_TRADING ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual BV_RESTRICTED_TRADING * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_RESTRICTED_TRADING * 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_RESTRICTED_TRADING.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ areaCodeId

UInt16 areaCodeId

Unique ID of the area code.

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

◆ functionId

TI_FUNCTION::Enum functionId

Unique ID of the trading function.

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

◆ sectionId

UInt32 sectionId

Unique ID of the section.

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

◆ startRestrictedTrading

UInt64 startRestrictedTrading

Time at which the Restricted Trading will start.

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

◆ stopRestrictedTrading

UInt64 stopRestrictedTrading

Time at which the Restricted Trading will stop.

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