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

#include <B2BITS_IceImpactMessages.h>

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

Public Member Functions

 PreOpenPriceIndicator () throw ()
 
 PreOpenPriceIndicator (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 getPreOpenPrice () const throw ()
 
void setPreOpenPrice (Int64 val) throw ()
 
const Int64 getDateTime () const throw ()
 
void setDateTime (Int64 val) throw ()
 
const Int32 getPreOpenVolume () const throw ()
 
void setPreOpenVolume (Int32 val) throw ()
 
const YesNo::Enum getHasPreOpenVolume () const throw ()
 
void setHasPreOpenVolume (const YesNo::Enum 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
 
Int64 preOpenPrice
 
Int64 dateTime
 
YesNo hasPreOpenVolume
 
Int32 preOpenVolume
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_PreOpenPriceIndicator
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Int64 IceImpact::PreOpenPriceIndicator::getDateTime ( ) const
throw (
)
inline
const YesNo::Enum IceImpact::PreOpenPriceIndicator::getHasPreOpenVolume ( ) const
throw (
)
inline
const Int32 IceImpact::PreOpenPriceIndicator::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::PreOpenPriceIndicator::getMsgLength ( ) const
throw (
)
inline
const Int64 IceImpact::PreOpenPriceIndicator::getPreOpenPrice ( ) const
throw (
)
inline
const Int32 IceImpact::PreOpenPriceIndicator::getPreOpenVolume ( ) const
throw (
)
inline
void IceImpact::PreOpenPriceIndicator::setDateTime ( Int64  val)
throw (
)
inline
void IceImpact::PreOpenPriceIndicator::setHasPreOpenVolume ( const YesNo::Enum  val)
throw (
)
inline
void IceImpact::PreOpenPriceIndicator::setMarketID ( Int32  val)
throw (
)
inline
void IceImpact::PreOpenPriceIndicator::setPreOpenPrice ( Int64  val)
throw (
)
inline
void IceImpact::PreOpenPriceIndicator::setPreOpenVolume ( Int32  val)
throw (
)
inline
std::ostream& IceImpact::PreOpenPriceIndicator::toStream ( std::ostream &  os) const
inline
std::string IceImpact::PreOpenPriceIndicator::toString ( ) const
inline

Member Data Documentation

Int64 IceImpact::PreOpenPriceIndicator::dateTime
YesNo IceImpact::PreOpenPriceIndicator::hasPreOpenVolume
Int32 IceImpact::PreOpenPriceIndicator::marketID
Int64 IceImpact::PreOpenPriceIndicator::preOpenPrice
Int32 IceImpact::PreOpenPriceIndicator::preOpenVolume
const MessageType::Enum IceImpact::PreOpenPriceIndicator::TYPE = MessageType::MessageType_PreOpenPriceIndicator
static