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

#include <B2BITS_JseItchMessages.h>

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

Public Attributes

UInt32 nanosecond
 
UInt32 executedQuantity
 
UInt32 instrumentId
 
Byte reserved1
 
Byte reserved2
 
Price price
 
UInt64 tradeId
 
- Public Attributes inherited from Jse::Itch::MessageHeader
UInt8 length
 
MessageType messageType
 

Static Public Attributes

static const MessageType type = mtTrade
 

Member Data Documentation

UInt32 Jse::Itch::TradeMessage::executedQuantity
UInt32 Jse::Itch::TradeMessage::instrumentId
UInt32 Jse::Itch::TradeMessage::nanosecond
Price Jse::Itch::TradeMessage::price
Byte Jse::Itch::TradeMessage::reserved1
Byte Jse::Itch::TradeMessage::reserved2
UInt64 Jse::Itch::TradeMessage::tradeId
const MessageType Jse::Itch::TradeMessage::type = mtTrade
static