OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
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 611 of file Composites.h.

Member Typedef Documentation

typedef UInt8 Length

Length type.

Definition at line 618 of file Composites.h.

typedef Char VarData

VarData type.

Definition at line 621 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 615 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 647 of file Composites.h.

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

Definition at line 625 of file Composites.h.

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

Definition at line 2131 of file Serialization.h.

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

Definition at line 633 of file Composites.h.


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