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

Public Member Functions

 BV_INSTRUMENT_GROUP_EXT ()
virtual ~BV_INSTRUMENT_GROUP_EXT ()
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_INSTRUMENT_GROUP_EXTclone () const
virtual BV_INSTRUMENT_GROUP_EXTclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 marketId
UInt32 groupId
std::string groupName
BV_INSTRUMENT_GROUP_TYPE::Enum groupType
BV_INSTRUMENT_GROUP_LEVEL::Enum groupLevel
UInt32 parentGroupId
UInt32 sortNumber
BV_INSTRUMENT_GROUP_STATUS::Enum status
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime
TI_FLAG::Enum autoExecutionFg

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_INSTRUMENT_GROUP_EXT()

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

◆ ~BV_INSTRUMENT_GROUP_EXT()

virtual ~BV_INSTRUMENT_GROUP_EXT ( )
inlinevirtual

Definition at line 51 of file SMP.Classes.BV_INSTRUMENT_GROUP_EXT.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_INSTRUMENT_GROUP_EXT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 106 of file SMP.Classes.BV_INSTRUMENT_GROUP_EXT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ autoExecutionFg

TI_FLAG::Enum autoExecutionFg

Specifies whether the group can be used for the Auto Execution functionality.

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

◆ creationDate

UInt32 creationDate

Creation date.

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

◆ creationTime

UInt64 creationTime

Creation time.

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

◆ groupId

UInt32 groupId

Unique ID of the group.

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

◆ groupLevel

Level of the group.

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

◆ groupName

std::string groupName

Group name.

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

◆ groupType

Type of the group.

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

◆ marketId

UInt32 marketId

Unique ID of the market.

Definition at line 60 of file SMP.Classes.BV_INSTRUMENT_GROUP_EXT.h.

◆ parentGroupId

UInt32 parentGroupId

Unique ID of the parent group.

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

◆ sortNumber

UInt32 sortNumber

Instrument Group Sorting Number.

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

◆ status

Status of the group. Deleted group will be removed at the end of the current trading day.

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

◆ updateDate

UInt32 updateDate

Last update date.

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

◆ updateTime

UInt64 updateTime

Last update time.

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