#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h>
Public Member Functions | |
BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION () | |
virtual | ~BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION () |
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_CUSTOM_INSTRUMENT_GROUP_DEFINITION * | clone () const |
virtual BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | marketId |
UInt32 | memberId |
UInt32 | traderId |
UInt32 | groupId |
UInt32 | sectionId |
UInt32 | instrumentClassId |
UInt32 | instrumentId |
Definition at line 43 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
|
inlinevirtual |
Definition at line 50 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
Class id.
Implements Class.
Definition at line 53 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
|
inlinevirtual |
Implements Class.
Definition at line 87 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 groupId |
Unique ID of the group.
Definition at line 68 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
UInt32 instrumentClassId |
Unique ID of the instrument class. The value 0 (zero) may be used as a wildcard to specify all instrument classes.
Definition at line 74 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
UInt32 instrumentId |
Unique ID of the tradable instrument. The value 0 (zero) may be used as a wildcard to specify all tradable instruments.
Definition at line 77 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
UInt32 marketId |
Unique ID of the market.
Definition at line 59 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 62 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
UInt32 sectionId |
Unique ID of the section. The value 0 (zero) may be used as a wildcard to specify all sections.
Definition at line 71 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.
UInt32 traderId |
Unique ID of the trader.
Definition at line 65 of file SMP.Classes.BV_CUSTOM_INSTRUMENT_GROUP_DEFINITION.h.