OnixS C++ CME iLink 3 Binary Order Entry Handler  1.17.0
API Documentation
DATA Struct Reference

#include <OnixS/CME/iLink3/messaging/Composites.h>

Public Types

enum  { Size = 2 }
 
typedef UInt16 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
 
Length binarySize () const noexcept
 

Detailed Description

FIX type: data.

Definition at line 34 of file Composites.h.

Member Typedef Documentation

typedef UInt16 Length

Length type.

Definition at line 41 of file Composites.h.

typedef Char VarData

VarData type.

Definition at line 44 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 38 of file Composites.h.

Member Function Documentation

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

Definition at line 80 of file Composites.h.

Length length ( ) const
inlinenoexcept
Returns
length.

Definition at line 48 of file Composites.h.

void length ( Length  value)
inlinenoexcept

Sets the length.

Definition at line 55 of file Composites.h.

StrRef varData ( ) const
inlinenoexcept
Returns
the varData field.

Definition at line 63 of file Composites.h.

void varData ( StrRef  value)
inlinenoexcept

Sets the varData field.

Definition at line 70 of file Composites.h.


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