37 namespace BondVision {
48 groupName.reserve(20);
100 size_t deserialize(
const void* buf,
size_t inLen);
103 virtual std::string toString ()
const;
114 virtual size_t serialize(
void* buf)
const;
UInt32 marketId
Unique ID of the market.
UInt64 updateTime
Last update time.
BV_INSTRUMENT_GROUP_LEVEL::Enum groupLevel
Level of the group.
UInt32 parentGroupId
Unique ID of the parent group.
std::string groupName
Group name.
UInt32 creationDate
Creation date.
UInt32 updateDate
Last update date.
UInt64 creationTime
Creation time.
UInt32 groupId
Unique ID of the group.
TI_FLAG::Enum autoExecutionFg
Specifies whether the group can be used for the Auto Execution functionality.
virtual size_t serializationBufSize() const
virtual ~BV_INSTRUMENT_GROUP_EXT()
BV_INSTRUMENT_GROUP_STATUS::Enum status
Status of the group. Deleted group will be removed at the end of the current trading day...
virtual ClassId::Enum id() const
Class id.
UInt32 sortNumber
Instrument Group Sorting Number.
unsigned long long UInt64
BV_INSTRUMENT_GROUP_TYPE::Enum groupType
Type of the group.
BV_INSTRUMENT_GROUP_EXT()