EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IceImpact::TransactionEndForEmptyLastBundle Struct Reference

#include <B2BITS_IceImpactMessages.h>

Inheritance diagram for IceImpact::TransactionEndForEmptyLastBundle:
Inheritance graph
[legend]
Collaboration diagram for IceImpact::TransactionEndForEmptyLastBundle:
Collaboration graph
[legend]

Public Member Functions

 TransactionEndForEmptyLastBundle () throw ()
 
 TransactionEndForEmptyLastBundle (bool initFields) throw ()
 
size_t getMsgLength () const throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
const Int64 getTradeTransactionID () const throw ()
 
void setTradeTransactionID (Int64 val) throw ()
 
- Public Member Functions inherited from IceImpact::MessageHeader
MessageType::Enum getMessageType () const
 
void setMessageType (MessageType::Enum value)
 
i16 getMessageBodyLength () const
 
void setMessageBodyLength (i16 value)
 

Public Attributes

Int64 tradeTransactionID
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_TransactionEndForEmptyLastBundle
 

Constructor & Destructor Documentation

IceImpact::TransactionEndForEmptyLastBundle::TransactionEndForEmptyLastBundle ( )
throw (
)
inline
IceImpact::TransactionEndForEmptyLastBundle::TransactionEndForEmptyLastBundle ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

size_t IceImpact::TransactionEndForEmptyLastBundle::getMsgLength ( ) const
throw (
)
inline
const Int64 IceImpact::TransactionEndForEmptyLastBundle::getTradeTransactionID ( ) const
throw (
)
inline
void IceImpact::TransactionEndForEmptyLastBundle::setTradeTransactionID ( Int64  val)
throw (
)
inline
std::ostream& IceImpact::TransactionEndForEmptyLastBundle::toStream ( std::ostream &  os) const
inline
std::string IceImpact::TransactionEndForEmptyLastBundle::toString ( ) const
inline

Member Data Documentation

Int64 IceImpact::TransactionEndForEmptyLastBundle::tradeTransactionID
const MessageType::Enum IceImpact::TransactionEndForEmptyLastBundle::TYPE = MessageType::MessageType_TransactionEndForEmptyLastBundle
static