37 namespace BondVision {
75 size_t deserialize(
const void* buf,
size_t inLen);
78 virtual std::string toString ()
const;
89 virtual size_t serialize(
void* buf)
const;
UInt32 instrumentClassId
Unique ID of the instrument class. The value 0 (zero) may be used as a wildcard to specify all instru...
UInt32 instrumentId
Unique ID of the tradable instrument. The value 0 (zero) may be used as a wildcard to specify all tra...
virtual size_t serializationBufSize() const
UInt32 sectionId
Unique ID of the section. The value 0 (zero) may be used as a wildcard to specify all sections...
virtual ClassId::Enum id() const
Class id.
UInt32 marketId
Unique ID of the market.
UInt32 groupId
Unique ID of the group.
BV_INSTRUMENT_GROUP_DEFINITION()
virtual ~BV_INSTRUMENT_GROUP_DEFINITION()