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

#include <B2BITS_JseItchMessages.h>

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

Public Attributes

UInt32 nanosecond
 
UInt32 pairedQuantity
 
UInt32 reserved
 
ImbalanceDirection imbalanceDirection
 
UInt32 instrumentId
 
Byte reserved1
 
Byte reserved2
 
Price price
 
AuctionType auctionType
 
- Public Attributes inherited from Jse::Itch::MessageHeader
UInt8 length
 
MessageType messageType
 

Static Public Attributes

static const MessageType type = mtAuctionInfo
 

Member Data Documentation

AuctionType Jse::Itch::AuctionInfoMessage::auctionType
ImbalanceDirection Jse::Itch::AuctionInfoMessage::imbalanceDirection
UInt32 Jse::Itch::AuctionInfoMessage::instrumentId
UInt32 Jse::Itch::AuctionInfoMessage::nanosecond
UInt32 Jse::Itch::AuctionInfoMessage::pairedQuantity
Price Jse::Itch::AuctionInfoMessage::price
UInt32 Jse::Itch::AuctionInfoMessage::reserved
Byte Jse::Itch::AuctionInfoMessage::reserved1
Byte Jse::Itch::AuctionInfoMessage::reserved2
const MessageType Jse::Itch::AuctionInfoMessage::type = mtAuctionInfo
static