OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
Data Struct Reference

Public Types

enum  
typedef UInt16 Length
typedef UInt8 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 190 of file Composites.h.

Member Typedef Documentation

◆ Length

typedef UInt16 Length

Length type.

Definition at line 197 of file Composites.h.

◆ VarData

typedef UInt8 VarData

VarData type.

Definition at line 200 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 194 of file Composites.h.

Member Function Documentation

◆ binarySize()

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

Definition at line 232 of file Composites.h.

◆ length() [1/2]

Length length ( ) const
inlinenoexcept
Returns
length.

Definition at line 204 of file Composites.h.

◆ length() [2/2]

void length ( Length value)
inlinenoexcept

Sets the length.

Definition at line 210 of file Composites.h.

◆ varData() [1/2]

StrRef varData ( ) const
inlinenoexcept
Returns
the varData field.

Definition at line 217 of file Composites.h.

◆ varData() [2/2]

void varData ( StrRef value)
inlinenoexcept

Sets the varData field.

Definition at line 223 of file Composites.h.