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

#include <B2BITS_IceImpactMessages.h>

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

Public Member Functions

 DeletePriceLevel () throw ()
 
 DeletePriceLevel (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 getTimestamp () const throw ()
 
void setTimestamp (Int64 val) throw ()
 
const OrderSide::Enum getSide () const throw ()
 
void setSide (const OrderSide::Enum val) throw ()
 
const Int8 getPriceLevelPosition () const throw ()
 
void setPriceLevelPosition (Int8 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
 
OrderSide side
 
Int8 priceLevelPosition
 
Int64 timestamp
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_DeletePriceLevel
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Int32 IceImpact::DeletePriceLevel::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::DeletePriceLevel::getMsgLength ( ) const
throw (
)
inline
const Int8 IceImpact::DeletePriceLevel::getPriceLevelPosition ( ) const
throw (
)
inline
const OrderSide::Enum IceImpact::DeletePriceLevel::getSide ( ) const
throw (
)
inline
const Int64 IceImpact::DeletePriceLevel::getTimestamp ( ) const
throw (
)
inline
void IceImpact::DeletePriceLevel::setMarketID ( Int32  val)
throw (
)
inline
void IceImpact::DeletePriceLevel::setPriceLevelPosition ( Int8  val)
throw (
)
inline
void IceImpact::DeletePriceLevel::setSide ( const OrderSide::Enum  val)
throw (
)
inline
void IceImpact::DeletePriceLevel::setTimestamp ( Int64  val)
throw (
)
inline
std::ostream& IceImpact::DeletePriceLevel::toStream ( std::ostream &  os) const
inline
std::string IceImpact::DeletePriceLevel::toString ( ) const
inline

Member Data Documentation

Int32 IceImpact::DeletePriceLevel::marketID
Int8 IceImpact::DeletePriceLevel::priceLevelPosition
OrderSide IceImpact::DeletePriceLevel::side
Int64 IceImpact::DeletePriceLevel::timestamp
const MessageType::Enum IceImpact::DeletePriceLevel::TYPE = MessageType::MessageType_DeletePriceLevel
static