OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
VarString Struct Reference

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

Public Types

enum  { Size = 2 }
 
typedef UInt16 Length
 
typedef UInt8 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 660 of file Composites.h.

Member Typedef Documentation

typedef UInt16 Length

Length type.

Definition at line 667 of file Composites.h.

typedef UInt8 VarData

VarData type.

Definition at line 670 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

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

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

Definition at line 674 of file Composites.h.

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

Definition at line 2136 of file Serialization.h.

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

Definition at line 682 of file Composites.h.


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