OnixS C++ Cboe CFE Multicast PITCH Market Data Handler  1.12.1
API documentation
TimeReferenceMsg Struct Reference

#include <OnixS/CboeCFE/MarketData/Pitch/Messages/TimeReference.h>

Public Member Functions

Binary4 midnightReference () const ONIXS_BATS_PITCH_NOTHROW
 
Binary4 time () const ONIXS_BATS_PITCH_NOTHROW
 
Binary4 timeOffset () const ONIXS_BATS_PITCH_NOTHROW
 
BinaryDate tradeDate () const ONIXS_BATS_PITCH_NOTHROW
 
 TimeReferenceMsg (const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
 
- Public Member Functions inherited from BinaryMessage
 BinaryMessage () ONIXS_BATS_PITCH_NOTHROW
 
 BinaryMessage (const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
 
 BinaryMessage (const BinaryMessage &other) ONIXS_BATS_PITCH_NOTHROW
 
ONIXS_BATS_PITCH_EXPLICIT operator bool () const ONIXS_BATS_PITCH_NOTHROW
 
const void * binary () const ONIXS_BATS_PITCH_NOTHROW
 
MessageSize binarySize () const ONIXS_BATS_PITCH_NOTHROW
 
BinaryMessageoperator= (const BinaryMessage &other) ONIXS_BATS_PITCH_NOTHROW
 

Static Public Member Functions

static void validateSize (MessageSize size)
 

Static Public Attributes

static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_ = 18
 

Additional Inherited Members

- Public Types inherited from BinaryMessage
typedef MessageSize BinarySize
 
- Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize >
const SubMessage submessage (MessageSizeoffset, MessageSizesize) const ONIXS_BATS_PITCH_NOTHROW
 
FieldValue ordinary (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 
const FieldValue & ordinaryRef (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 
Enumeration::Enum enumeration (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 
StrRef fixedStr (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 

Detailed Description

Definition at line 36 of file TimeReference.h.

Constructor & Destructor Documentation

TimeReferenceMsg ( const void *  data,
MessageSize  size 
)
inline

Initializes instance over given memory block.

Definition at line 78 of file TimeReference.h.

Member Function Documentation

Binary4 midnightReference ( ) const
inline

Midnight Central Time reference time for subsequent Time messages, expressed as number of whole seconds since the Epoch (Midnight January 1, 1970 UTC).

Definition at line 40 of file TimeReference.h.

Binary4 time ( ) const
inline

Number of whole seconds from midnight Central Time.

Definition at line 47 of file TimeReference.h.

Binary4 timeOffset ( ) const
inline

Nanosecond offset from last unit timestamp.

Definition at line 54 of file TimeReference.h.

BinaryDate tradeDate ( ) const
inline

Current Trade Date.

Definition at line 61 of file TimeReference.h.

static void validateSize ( MessageSize  size)
inlinestatic

Check the given size.

Definition at line 71 of file TimeReference.h.

Member Data Documentation

Total message size.

Definition at line 68 of file TimeReference.h.


The documentation for this struct was generated from the following file: