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

#include <B2BITS_IceImpactMessages.h>

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

Public Member Functions

 MarketEvent () throw ()
 
 MarketEvent (bool initFields) throw ()
 
size_t getMsgLength () const throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
const Int32 getMarketID () const throw ()
 
void setMarketID (Int32 val) throw ()
 
const Int64 getDateTime () const throw ()
 
void setDateTime (Int64 val) throw ()
 
const Alpha getEventType () const throw ()
 
void setEventType (Alpha 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

Int32 marketID
 
Alpha eventType
 
Int64 dateTime
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_MarketEvent
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Int64 IceImpact::MarketEvent::getDateTime ( ) const
throw (
)
inline
const Alpha IceImpact::MarketEvent::getEventType ( ) const
throw (
)
inline
const Int32 IceImpact::MarketEvent::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::MarketEvent::getMsgLength ( ) const
throw (
)
inline
void IceImpact::MarketEvent::setDateTime ( Int64  val)
throw (
)
inline
void IceImpact::MarketEvent::setEventType ( Alpha  val)
throw (
)
inline
void IceImpact::MarketEvent::setMarketID ( Int32  val)
throw (
)
inline
std::ostream& IceImpact::MarketEvent::toStream ( std::ostream &  os) const
inline
std::string IceImpact::MarketEvent::toString ( ) const
inline

Member Data Documentation

Int64 IceImpact::MarketEvent::dateTime
Alpha IceImpact::MarketEvent::eventType
Int32 IceImpact::MarketEvent::marketID
const MessageType::Enum IceImpact::MarketEvent::TYPE = MessageType::MessageType_MarketEvent
static