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::StatisticsMessage Struct Reference

#include <B2BITS_JseItchMessages.h>

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

Public Attributes

UInt32 nanosecond
 
UInt32 instrumentId
 
Byte reserved1
 
Byte reserved2
 
StatisticType statisticType
 
Price price
 
OpenCloseIndicator openCloseIndicator
 
- Public Attributes inherited from Jse::Itch::MessageHeader
UInt8 length
 
MessageType messageType
 

Static Public Attributes

static const MessageType type = mtStatistics
 

Member Data Documentation

UInt32 Jse::Itch::StatisticsMessage::instrumentId
UInt32 Jse::Itch::StatisticsMessage::nanosecond
OpenCloseIndicator Jse::Itch::StatisticsMessage::openCloseIndicator
Price Jse::Itch::StatisticsMessage::price
Byte Jse::Itch::StatisticsMessage::reserved1
Byte Jse::Itch::StatisticsMessage::reserved2
StatisticType Jse::Itch::StatisticsMessage::statisticType
const MessageType Jse::Itch::StatisticsMessage::type = mtStatistics
static