OnixS C++ B3 Binary UMDF Market Data Handler  1.4.2
API documentation
TextEncoding Struct Reference

#include <OnixS/B3/MarketData/UMDF/messaging/Composites.h>

Public Types

enum  { Size = 1 }
 
typedef UInt8 Length
 
typedef Char VarData
 

Public Member Functions

ONIXS_B3_UMDF_MD_NODISCARD Length length () const throw ()
 
ONIXS_B3_UMDF_MD_NODISCARD StrRef varData () const throw ()
 
ONIXS_B3_UMDF_MD_NODISCARD std::string toString () const
 
ONIXS_B3_UMDF_MD_NODISCARD Length binarySize () const throw ()
 

Detailed Description

FIX type: data.

Definition at line 543 of file Composites.h.

Member Typedef Documentation

typedef UInt8 Length

Length type.

Definition at line 550 of file Composites.h.

typedef Char VarData

VarData type.

Definition at line 553 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 547 of file Composites.h.

Member Function Documentation

ONIXS_B3_UMDF_MD_NODISCARD Length binarySize ( ) const
throw (
)
inline
Returns
Size of SBE-encoded data representing the field.

Definition at line 579 of file Composites.h.

ONIXS_B3_UMDF_MD_NODISCARD Length length ( ) const
throw (
)
inline
Returns
length.

Definition at line 557 of file Composites.h.

std::string toString ( ) const
inline
Returns
a human-readable presentation.

Definition at line 2146 of file Serialization.h.

ONIXS_B3_UMDF_MD_NODISCARD StrRef varData ( ) const
throw (
)
inline
Returns
the varData field.

Definition at line 565 of file Composites.h.


The documentation for this struct was generated from the following files: