OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
InvestorID Class Reference

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

Public Types

enum  { Size = 8 }
 
typedef UInt16 Prefix
 
typedef IntegralConstant< UInt16, 0 > NullPrefix
 
typedef UInt32 Document
 
typedef IntegralConstant< UInt32, 0 > NullDocument
 

Public Member Functions

std::string toString () const
 
Prefix prefix () const noexcept
 
void setPrefix (Prefix value) noexcept
 
void setPrefixToNull () noexcept
 
bool document (Document &value) const noexcept
 
void setDocument (Document value) noexcept
 
void setDocumentToNull () noexcept
 

Detailed Description

Definition at line 1777 of file Composites.h.

Member Typedef Documentation

typedef UInt32 Document

Type alias for the Document.

FIX type: Int.

Definition at line 1796 of file Composites.h.

typedef IntegralConstant<UInt32, 0> NullDocument

Null value for an optional Document field.

Definition at line 1801 of file Composites.h.

typedef IntegralConstant<UInt16, 0> NullPrefix

Null value for an optional Prefix field.

Definition at line 1791 of file Composites.h.

typedef UInt16 Prefix

Type alias for the Prefix.

FIX type: Int.

Definition at line 1786 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 1781 of file Composites.h.

Member Function Documentation

bool document ( Document value) const
inlinenoexcept
Returns
the document field.

FIX type: Int.

Definition at line 1837 of file Composites.h.

Prefix prefix ( ) const
inlinenoexcept
Returns
the prefix field.

FIX type: Int.

Definition at line 1812 of file Composites.h.

void setDocument ( Document  value)
inlinenoexcept

Sets the document field.

FIX type: Int.

Definition at line 1847 of file Composites.h.

void setDocumentToNull ( )
inlinenoexcept

Definition at line 1853 of file Composites.h.

void setPrefix ( Prefix  value)
inlinenoexcept

Sets the prefix field.

FIX type: Int.

Definition at line 1821 of file Composites.h.

void setPrefixToNull ( )
inlinenoexcept

Definition at line 1827 of file Composites.h.

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

Definition at line 3133 of file Serialization.h.


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