OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
CredentialsEncoding Struct Reference

#include <OnixS/B3/BOE/messaging/Composites.h>

Public Types

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

Public Member Functions

Length length () const noexcept
 
void length (Length value) noexcept
 
StrRef varData () const noexcept
 
void varData (StrRef value) noexcept
 
std::string toString () const
 
Length binarySize () const noexcept
 

Detailed Description

FIX type: data.

Definition at line 751 of file Composites.h.

Member Typedef Documentation

typedef UInt8 Length

Length type.

Definition at line 758 of file Composites.h.

typedef Char VarData

VarData type.

Definition at line 761 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 755 of file Composites.h.

Member Function Documentation

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

Definition at line 803 of file Composites.h.

Length length ( ) const
inlinenoexcept
Returns
length.

Definition at line 765 of file Composites.h.

void length ( Length  value)
inlinenoexcept

Sets the length.

Definition at line 772 of file Composites.h.

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

Definition at line 3088 of file Serialization.h.

StrRef varData ( ) const
inlinenoexcept
Returns
the varData field.

Definition at line 780 of file Composites.h.

void varData ( StrRef  value)
inlinenoexcept

Sets the varData field.

Definition at line 787 of file Composites.h.


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