OnixS C++ B3 BOE Binary Order Entry  1.3.0
API Documentation
ImpliedEventID Class Reference

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

Public Types

enum  { Size = 6 }
 
typedef UInt32 EventID
 
typedef IntegralConstant< UInt32, 0 > NullEventID
 
typedef UInt16 NoRelatedTrades
 
typedef IntegralConstant< UInt16, 0 > NullNoRelatedTrades
 

Public Member Functions

std::string toString () const
 
EventID eventId () const noexcept
 
void setEventId (EventID value) noexcept
 
void setEventIdToNull () noexcept
 
bool relatedTrades (NoRelatedTrades &value) const noexcept
 
void setRelatedTrades (NoRelatedTrades value) noexcept
 
void setRelatedTradesToNull () noexcept
 

Detailed Description

Definition at line 1946 of file Composites.h.

Member Typedef Documentation

typedef UInt32 EventID

Unique ID for all matches that occur as a result of an implied event.

FIX type: Int.

Definition at line 1955 of file Composites.h.

typedef UInt16 NoRelatedTrades

Number of trades related to the same implied event.

FIX type: Int.

Definition at line 1965 of file Composites.h.

typedef IntegralConstant<UInt32, 0> NullEventID

Null value for an optional EventID field.

Definition at line 1960 of file Composites.h.

Null value for an optional NoRelatedTrades field.

Definition at line 1970 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 1950 of file Composites.h.

Member Function Documentation

EventID eventId ( ) const
inlinenoexcept

Unique ID for all matches that occur as a result of an implied event.

FIX type: Int.

Definition at line 1981 of file Composites.h.

bool relatedTrades ( NoRelatedTrades value) const
inlinenoexcept

Number of trades related to the same implied event.

FIX type: Int.

Definition at line 2006 of file Composites.h.

void setEventId ( EventID  value)
inlinenoexcept

Unique ID for all matches that occur as a result of an implied event.

FIX type: Int.

Definition at line 1990 of file Composites.h.

void setEventIdToNull ( )
inlinenoexcept

Definition at line 1996 of file Composites.h.

void setRelatedTrades ( NoRelatedTrades  value)
inlinenoexcept

Number of trades related to the same implied event.

FIX type: Int.

Definition at line 2016 of file Composites.h.

void setRelatedTradesToNull ( )
inlinenoexcept

Definition at line 2022 of file Composites.h.

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

Definition at line 3255 of file Serialization.h.


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