OnixS MX HSVF Market Data Handler for C++  1.9.2.0
Public Member Functions | Protected Attributes
EndOfTransmission Class Reference

This message will be sent to indicate that the day's transmission is complete. More...

List of all members.

Public Member Functions

 EndOfTransmission (const EndOfTransmission &)
 Copy constructor.
const EndOfTransmissionoperator= (const EndOfTransmission &rhs)
 Assignment operator.
 ~EndOfTransmission ()
 Destructor.
const HighResolutionTimereceivingTime () const
 Returns high-resolution time when message was received.
MessageType::Enum type () const
 Message type in therm of MessageType enumeration (see Enums.h).
const MessageHeaderheader () const
 Access to the message header.
std::string toString () const
 String representation.
ExchangeID::Enum exchangeID () const
 Identifies the exchange.
const ExchangeTimestamptime () const
 Time at which the message is transmitted.

Protected Attributes

Implementation * impl

Detailed Description

This message will be sent to indicate that the day's transmission is complete.

This message will be sent at approximately 5:15 pm daily. After this hour, no HSVF messages will be transmitted. Transmission will resume the following day at 1:00 am.


Member Function Documentation

const HighResolutionTime& receivingTime ( ) const [virtual]

Returns high-resolution time when message was received.

If the Handler is executed in live mode, returned value represents time when message was obtained from the network.

Implements Message.

std::string toString ( ) const [virtual]

String representation.

Return value exposes parsing errors as long as those present in source message data.

Implements Message.

MessageType::Enum type ( ) const [virtual]

Message type in therm of MessageType enumeration (see Enums.h).

Always has the same value: MessageType::EndOfTransmission. The same value is accessible through header().type() call.

Implements Message.