OnixS C++ B3 BOE Binary Order Entry  1.3.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 1805 of file Composites.h.

Member Typedef Documentation

typedef UInt32 Document

Type alias for the Document.

FIX type: Int.

Definition at line 1824 of file Composites.h.

typedef IntegralConstant<UInt32, 0> NullDocument

Null value for an optional Document field.

Definition at line 1829 of file Composites.h.

typedef IntegralConstant<UInt16, 0> NullPrefix

Null value for an optional Prefix field.

Definition at line 1819 of file Composites.h.

typedef UInt16 Prefix

Type alias for the Prefix.

FIX type: Int.

Definition at line 1814 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 1809 of file Composites.h.

Member Function Documentation

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

FIX type: Int.

Definition at line 1865 of file Composites.h.

Prefix prefix ( ) const
inlinenoexcept
Returns
the prefix field.

FIX type: Int.

Definition at line 1840 of file Composites.h.

void setDocument ( Document  value)
inlinenoexcept

Sets the document field.

FIX type: Int.

Definition at line 1875 of file Composites.h.

void setDocumentToNull ( )
inlinenoexcept

Definition at line 1881 of file Composites.h.

void setPrefix ( Prefix  value)
inlinenoexcept

Sets the prefix field.

FIX type: Int.

Definition at line 1849 of file Composites.h.

void setPrefixToNull ( )
inlinenoexcept

Definition at line 1855 of file Composites.h.

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

Definition at line 3250 of file Serialization.h.


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