EPAM B2BITS C++ Mit MarketData handler  1.25.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | Static Public Attributes | List of all members
Jse::Itch::SnapshotRequestMessage Struct Reference

#include <B2BITS_JseItchMessages.h>

Inheritance diagram for Jse::Itch::SnapshotRequestMessage:
Inheritance graph
[legend]
Collaboration diagram for Jse::Itch::SnapshotRequestMessage:
Collaboration graph
[legend]

Public Attributes

UInt32 sequenceNumber
 
Byte segment [6]
 
UInt32 instrumentId
 
Byte reserved1
 
Byte reserved2
 
SubBook subBook
 
SnapshotType snapshotType
 
Time lastTrade
 
UInt32 requestId
 
- Public Attributes inherited from Jse::Itch::MessageHeader
UInt8 length
 
MessageType messageType
 

Static Public Attributes

static const MessageType type = mtSnapshotRequest
 

Member Data Documentation

UInt32 Jse::Itch::SnapshotRequestMessage::instrumentId
Time Jse::Itch::SnapshotRequestMessage::lastTrade
UInt32 Jse::Itch::SnapshotRequestMessage::requestId
Byte Jse::Itch::SnapshotRequestMessage::reserved1
Byte Jse::Itch::SnapshotRequestMessage::reserved2
Byte Jse::Itch::SnapshotRequestMessage::segment[6]
UInt32 Jse::Itch::SnapshotRequestMessage::sequenceNumber
SnapshotType Jse::Itch::SnapshotRequestMessage::snapshotType
SubBook Jse::Itch::SnapshotRequestMessage::subBook
const MessageType Jse::Itch::SnapshotRequestMessage::type = mtSnapshotRequest
static