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

#include <B2BITS_IceImpactMessages.h>

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

Public Member Functions

 MarketStatistics () throw ()
 
 MarketStatistics (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 Int32 getVolume () const throw ()
 
void setVolume (Int32 val) throw ()
 
const Int32 getBlockVolume () const throw ()
 
void setBlockVolume (Int32 val) throw ()
 
const Int32 getEfsVolume () const throw ()
 
void setEfsVolume (Int32 val) throw ()
 
const Int32 getEfpVolume () const throw ()
 
void setEfpVolume (Int32 val) throw ()
 
const Int64 getHigh () const throw ()
 
void setHigh (Int64 val) throw ()
 
const Int64 getLow () const throw ()
 
void setLow (Int64 val) throw ()
 
const Int64 getVwap () const throw ()
 
void setVwap (Int64 val) throw ()
 
const Int64 getDateTime () const throw ()
 
void setDateTime (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

Int32 marketID
 
Int32 volume
 
Int32 blockVolume
 
Int32 efsVolume
 
Int32 efpVolume
 
Int64 high
 
Int64 low
 
Int64 vwap
 
Int64 dateTime
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_MarketStatistics
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Int32 IceImpact::MarketStatistics::getBlockVolume ( ) const
throw (
)
inline
const Int64 IceImpact::MarketStatistics::getDateTime ( ) const
throw (
)
inline
const Int32 IceImpact::MarketStatistics::getEfpVolume ( ) const
throw (
)
inline
const Int32 IceImpact::MarketStatistics::getEfsVolume ( ) const
throw (
)
inline
const Int64 IceImpact::MarketStatistics::getHigh ( ) const
throw (
)
inline
const Int64 IceImpact::MarketStatistics::getLow ( ) const
throw (
)
inline
const Int32 IceImpact::MarketStatistics::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::MarketStatistics::getMsgLength ( ) const
throw (
)
inline
const Int32 IceImpact::MarketStatistics::getVolume ( ) const
throw (
)
inline
const Int64 IceImpact::MarketStatistics::getVwap ( ) const
throw (
)
inline
void IceImpact::MarketStatistics::setBlockVolume ( Int32  val)
throw (
)
inline
void IceImpact::MarketStatistics::setDateTime ( Int64  val)
throw (
)
inline
void IceImpact::MarketStatistics::setEfpVolume ( Int32  val)
throw (
)
inline
void IceImpact::MarketStatistics::setEfsVolume ( Int32  val)
throw (
)
inline
void IceImpact::MarketStatistics::setHigh ( Int64  val)
throw (
)
inline
void IceImpact::MarketStatistics::setLow ( Int64  val)
throw (
)
inline
void IceImpact::MarketStatistics::setMarketID ( Int32  val)
throw (
)
inline
void IceImpact::MarketStatistics::setVolume ( Int32  val)
throw (
)
inline
void IceImpact::MarketStatistics::setVwap ( Int64  val)
throw (
)
inline
std::ostream& IceImpact::MarketStatistics::toStream ( std::ostream &  os) const
inline
std::string IceImpact::MarketStatistics::toString ( ) const
inline

Member Data Documentation

Int32 IceImpact::MarketStatistics::blockVolume
Int64 IceImpact::MarketStatistics::dateTime
Int32 IceImpact::MarketStatistics::efpVolume
Int32 IceImpact::MarketStatistics::efsVolume
Int64 IceImpact::MarketStatistics::high
Int64 IceImpact::MarketStatistics::low
Int32 IceImpact::MarketStatistics::marketID
const MessageType::Enum IceImpact::MarketStatistics::TYPE = MessageType::MessageType_MarketStatistics
static
Int32 IceImpact::MarketStatistics::volume
Int64 IceImpact::MarketStatistics::vwap