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
Lse::Itch::TopOfBookMessage Struct Reference

#include <B2BITS_LseItchMessages.h>

Inheritance diagram for Lse::Itch::TopOfBookMessage:
Inheritance graph
[legend]
Collaboration diagram for Lse::Itch::TopOfBookMessage:
Collaboration graph
[legend]

Public Attributes

UInt32 nanosecond
 
UInt32 instrumentId
 
Price buyLimitPrice
 
UInt32 buyLimitSize
 
Price sellLimitPrice
 
UInt32 sellLimitSize
 
- Public Attributes inherited from Lse::Itch::MessageHeader
UInt8 length
 
MessageType messageType
 

Static Public Attributes

static const MessageType type = mtTopOfBookMessage
 

Member Data Documentation

Price Lse::Itch::TopOfBookMessage::buyLimitPrice
UInt32 Lse::Itch::TopOfBookMessage::buyLimitSize
UInt32 Lse::Itch::TopOfBookMessage::instrumentId
UInt32 Lse::Itch::TopOfBookMessage::nanosecond
Price Lse::Itch::TopOfBookMessage::sellLimitPrice
UInt32 Lse::Itch::TopOfBookMessage::sellLimitSize
const MessageType Lse::Itch::TopOfBookMessage::type = mtTopOfBookMessage
static