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

Member Typedef Documentation

typedef UInt16 Length

Length type.

Definition at line 599 of file Composites.h.

typedef UInt8 VarData

VarData type.

Definition at line 602 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

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

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

Definition at line 606 of file Composites.h.

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

Definition at line 2151 of file Serialization.h.

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

Definition at line 614 of file Composites.h.


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