OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
InvestorID Class Reference

Public Types

enum  
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

◆ Document

typedef UInt32 Document

Type alias for the Document.

FIX type: Int.

Definition at line 1824 of file Composites.h.

◆ NullDocument

typedef IntegralConstant<UInt32, 0> NullDocument

Null value for an optional Document field.

Definition at line 1829 of file Composites.h.

◆ NullPrefix

typedef IntegralConstant<UInt16, 0> NullPrefix

Null value for an optional Prefix field.

Definition at line 1819 of file Composites.h.

◆ Prefix

typedef UInt16 Prefix

Type alias for the Prefix.

FIX type: Int.

Definition at line 1814 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 1809 of file Composites.h.

Member Function Documentation

◆ document()

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

FIX type: Int.

Definition at line 1865 of file Composites.h.

◆ prefix()

Prefix prefix ( ) const
inlinenoexcept
Returns
the prefix field.

FIX type: Int.

Definition at line 1840 of file Composites.h.

◆ setDocument()

void setDocument ( Document value)
inlinenoexcept

Sets the document field.

FIX type: Int.

Definition at line 1875 of file Composites.h.

◆ setDocumentToNull()

void setDocumentToNull ( )
inlinenoexcept

Definition at line 1881 of file Composites.h.

◆ setPrefix()

void setPrefix ( Prefix value)
inlinenoexcept

Sets the prefix field.

FIX type: Int.

Definition at line 1849 of file Composites.h.

◆ setPrefixToNull()

void setPrefixToNull ( )
inlinenoexcept

Definition at line 1855 of file Composites.h.

◆ toString()

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

Definition at line 3250 of file Serialization.h.