EPAM B2BITS MarketData C++ library  1.0.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Types | Public Member Functions | List of all members
Lse::Gtp::SystemEvent Struct Reference

#include <B2BITS_LseGtpMessages.h>

Public Types

enum  { Type = 0x53 }
 

Public Member Functions

UDT getTimestamp () const
 
void setTimestamp (UDT val)
 
EventCode getEventCode () const
 
void setEventCode (EventCode val)
 
UInt16 getSourceVenue () const
 
void setSourceVenue (UInt16 val)
 
std::ostream & toString (std::ostream &os, const char *delim="|") const
 

Additional Inherited Members

- Public Attributes inherited from Lse::Gtp::MessageHeader
UInt16 length
 
UInt8 type
 
Inheritance diagram for Lse::Gtp::SystemEvent:
Inheritance graph
[legend]
Collaboration diagram for Lse::Gtp::SystemEvent:
Collaboration graph
[legend]

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Type 

Member Function Documentation

◆ getEventCode()

EventCode Lse::Gtp::SystemEvent::getEventCode ( ) const
inline

◆ getSourceVenue()

UInt16 Lse::Gtp::SystemEvent::getSourceVenue ( ) const
inline

◆ getTimestamp()

UDT Lse::Gtp::SystemEvent::getTimestamp ( ) const
inline

◆ setEventCode()

void Lse::Gtp::SystemEvent::setEventCode ( EventCode  val)
inline

◆ setSourceVenue()

void Lse::Gtp::SystemEvent::setSourceVenue ( UInt16  val)
inline

◆ setTimestamp()

void Lse::Gtp::SystemEvent::setTimestamp ( UDT  val)
inline

◆ toString()

std::ostream& Lse::Gtp::SystemEvent::toString ( std::ostream &  os,
const char *  delim = "|" 
) const
inline