OnixS EuroTLX MITCH Handler for C++  1.1.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ReplayResponseMsg Struct Reference

Used by the server to respond to a retransmission request on the Replay channel. More...

Public Member Functions

std::string toString () const
 Returns string representation.
 

Static Public Member Functions

static const char * name ()
 string name of the message
 

Public Attributes

Byte marketDataGroup
 Identity of the market data group the replay request relates to.
 
SequenceNumber firstMessage
 Sequence number of the first message in range to be retransmitted. More...
 
UInt16 count
 Number of messages to be resent This will be zero if Status is not “Request Accepted”
 
Byte status
 Status of the replay request.
 
- Public Attributes inherited from Message
UInt8 length
 Message Length.
 
Byte type
 Message Type.
 

Detailed Description

Used by the server to respond to a retransmission request on the Replay channel.

Member Data Documentation

SequenceNumber firstMessage

Sequence number of the first message in range to be retransmitted.

This will be zero if Status is not “Request Accepted”