OnixS C++ SGX Titan ITCH Market Data Handler  1.2.2
API documentation
SecondsMsg Struct Reference

#include <OnixS/SgxTitan/MarketData/Itch/Messages/SecondsMsg.h>

Collaboration diagram for SecondsMsg:

Public Member Functions

UInt32 second () const
 
 SecondsMsg (const void *data, MessageSize size) throw ()
 
- Public Member Functions inherited from IncomingMessage
 IncomingMessage (const void *data, MessageSize size) throw ()
 
MessageType::Enum type () const throw ()
 
- Public Member Functions inherited from BinaryMessage< BigEndianConverter >
 BinaryMessage (const void *data, MessageSize size) throw ()
 
ONIXS_SGXTITAN_ITCH_CONSTEXPR BinaryMessage (const BinaryMessage &other) throw ()
 
const void * binary () const throw ()
 
MessageSize binarySize () const throw ()
 
BinaryMessageoperator= (const BinaryMessage &other) throw ()
 

Static Public Member Functions

static void validateSize (MessageSize size)
 

Static Public Attributes

static const MessageSize messageSize_ = 5
 

Additional Inherited Members

- Public Types inherited from BinaryMessage< BigEndianConverter >
typedef MessageSize BinarySize
 
- Protected Member Functions inherited from BinaryFields< BinaryMessage, BigEndianConverter >
FieldValue ordinary (BlockSize offset) const throw ()
 
const FieldValue & ordinaryRef (BlockSize offset) const throw ()
 
Enumeration::Enum enumeration (BlockSize offset) const throw ()
 
StrRef fixedStr (BlockSize offset) const throw ()
 

Detailed Description

Sent every second for which at least one ITCH message is being generated. The message contains the number of seconds since the start of 1970 - 01

  • 01 00:00 : 00 UTC, also called Unix Time.

Definition at line 32 of file SecondsMsg.h.

Constructor & Destructor Documentation

SecondsMsg ( const void *  data,
MessageSize  size 
)
throw (
)
inline

Initializes instance over given memory block.

Definition at line 52 of file SecondsMsg.h.

Member Function Documentation

UInt32 second ( ) const
inline

Number of seconds since since 1970-01-01 00:00:00 UTC.

Definition at line 36 of file SecondsMsg.h.

static void validateSize ( MessageSize  size)
inlinestatic

Check the given size.

Definition at line 45 of file SecondsMsg.h.

Member Data Documentation

const MessageSize messageSize_ = 5
static

Total message size.

Definition at line 42 of file SecondsMsg.h.


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