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

#include <B2BITS_JseItchMessages.h>

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

Public Attributes

UInt32 nanosecond
 
UInt64 orderId
 
UInt32 executedQuantity
 
UInt32 displayQuantity
 
UInt64 tradeId
 
Printable printable
 
Price price
 
- Public Attributes inherited from Jse::Itch::MessageHeader
UInt8 length
 
MessageType messageType
 

Static Public Attributes

static const MessageType type = mtOrderExecutedWithPrice
 

Member Data Documentation

UInt32 Jse::Itch::OrderExecutedWithPriceMessage::displayQuantity
UInt32 Jse::Itch::OrderExecutedWithPriceMessage::executedQuantity
UInt32 Jse::Itch::OrderExecutedWithPriceMessage::nanosecond
UInt64 Jse::Itch::OrderExecutedWithPriceMessage::orderId
Price Jse::Itch::OrderExecutedWithPriceMessage::price
Printable Jse::Itch::OrderExecutedWithPriceMessage::printable
UInt64 Jse::Itch::OrderExecutedWithPriceMessage::tradeId
const MessageType Jse::Itch::OrderExecutedWithPriceMessage::type = mtOrderExecutedWithPrice
static