OnixS CME Drop Copy Handler C++ library 5.7.1
API documentation
Loading...
Searching...
No Matches
BitmapField Class Reference

Public Types

typedef UInt32 BaseType

Public Member Functions

 BitmapField (BaseType bits=0)
 BitmapField (const FieldSet &msg, Tag tag)

Protected Member Functions

bool state (BaseType bit) const
bool any () const
BaseType bits () const

Detailed Description

Definition at line 702 of file Messaging.h.

Member Typedef Documentation

◆ BaseType

typedef UInt32 BaseType

Definition at line 705 of file Messaging.h.

Constructor & Destructor Documentation

◆ BitmapField() [1/2]

BitmapField ( BaseType bits = 0)
inlineexplicit

Initializes bitmap field instance with explicit value.

Definition at line 708 of file Messaging.h.

◆ BitmapField() [2/2]

BitmapField ( const FieldSet & msg,
Tag tag )
inline

Initializes bitmap field instance from FIX field set.

Definition at line 714 of file Messaging.h.

Member Function Documentation

◆ any()

bool any ( ) const
inlineprotected

Definition at line 726 of file Messaging.h.

◆ bits()

BaseType bits ( ) const
inlineprotected

Definition at line 731 of file Messaging.h.

◆ state()

bool state ( BaseType bit) const
inlineprotected

Definition at line 721 of file Messaging.h.