OnixS CBOE CSM Handler for C++  1.2.8.0
Public Member Functions | Friends
GroupInstance Class Reference

Single instance of FIX Repeating Group. More...

List of all members.

Public Member Functions

 GroupInstance (const GroupInstance &other)
 Initializes instance as reference to the other one.
GroupInstanceoperator= (const GroupInstance &)
 Reinitializes instance as reference of other one.

Friends

class MessageOperator

Detailed Description

Single instance of FIX Repeating Group.

Provides access to the fields of a particular repeating group instance.

Class behaves like a pointer/reference to a set of FIX fields. Coping and assignment operations just update reference to the field-set being pointed, no deep copying is performed.