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

#include <B2BITS_IceImpactMessages.h>

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

Public Member Functions

 EndOfDayMarketSummary () throw ()
 
 EndOfDayMarketSummary (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 getOpeningPrice () const throw ()
 
void setOpeningPrice (Int64 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 getSettlementPriceWithDealPricePrecision () const throw ()
 
void setSettlementPriceWithDealPricePrecision (Int64 val) throw ()
 
const Int32 getOpenInterest () const throw ()
 
void setOpenInterest (Int32 val) throw ()
 
const Int64 getDateTime () const throw ()
 
void setDateTime (Int64 val) throw ()
 
const Int64 getSettlementPrice () const throw ()
 
void setSettlementPrice (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 openingPrice
 
Int64 high
 
Int64 low
 
Int64 vwap
 
Int64 settlementPriceWithDealPricePrecision
 
Int32 openInterest
 
Int64 dateTime
 
Int64 settlementPrice
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_EndOfDayMarketSummary
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Int32 IceImpact::EndOfDayMarketSummary::getBlockVolume ( ) const
throw (
)
inline
const Int64 IceImpact::EndOfDayMarketSummary::getDateTime ( ) const
throw (
)
inline
const Int32 IceImpact::EndOfDayMarketSummary::getEfpVolume ( ) const
throw (
)
inline
const Int32 IceImpact::EndOfDayMarketSummary::getEfsVolume ( ) const
throw (
)
inline
const Int64 IceImpact::EndOfDayMarketSummary::getHigh ( ) const
throw (
)
inline
const Int64 IceImpact::EndOfDayMarketSummary::getLow ( ) const
throw (
)
inline
const Int32 IceImpact::EndOfDayMarketSummary::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::EndOfDayMarketSummary::getMsgLength ( ) const
throw (
)
inline
const Int64 IceImpact::EndOfDayMarketSummary::getOpeningPrice ( ) const
throw (
)
inline
const Int32 IceImpact::EndOfDayMarketSummary::getOpenInterest ( ) const
throw (
)
inline
const Int64 IceImpact::EndOfDayMarketSummary::getSettlementPrice ( ) const
throw (
)
inline
const Int64 IceImpact::EndOfDayMarketSummary::getSettlementPriceWithDealPricePrecision ( ) const
throw (
)
inline
const Int32 IceImpact::EndOfDayMarketSummary::getVolume ( ) const
throw (
)
inline
const Int64 IceImpact::EndOfDayMarketSummary::getVwap ( ) const
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setBlockVolume ( Int32  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setDateTime ( Int64  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setEfpVolume ( Int32  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setEfsVolume ( Int32  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setHigh ( Int64  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setLow ( Int64  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setMarketID ( Int32  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setOpeningPrice ( Int64  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setOpenInterest ( Int32  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setSettlementPrice ( Int64  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setSettlementPriceWithDealPricePrecision ( Int64  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setVolume ( Int32  val)
throw (
)
inline
void IceImpact::EndOfDayMarketSummary::setVwap ( Int64  val)
throw (
)
inline
std::ostream& IceImpact::EndOfDayMarketSummary::toStream ( std::ostream &  os) const
inline
std::string IceImpact::EndOfDayMarketSummary::toString ( ) const
inline

Member Data Documentation

Int32 IceImpact::EndOfDayMarketSummary::blockVolume
Int64 IceImpact::EndOfDayMarketSummary::dateTime
Int32 IceImpact::EndOfDayMarketSummary::efpVolume
Int32 IceImpact::EndOfDayMarketSummary::efsVolume
Int64 IceImpact::EndOfDayMarketSummary::high
Int64 IceImpact::EndOfDayMarketSummary::low
Int32 IceImpact::EndOfDayMarketSummary::marketID
Int64 IceImpact::EndOfDayMarketSummary::openingPrice
Int32 IceImpact::EndOfDayMarketSummary::openInterest
Int64 IceImpact::EndOfDayMarketSummary::settlementPrice
Int64 IceImpact::EndOfDayMarketSummary::settlementPriceWithDealPricePrecision
const MessageType::Enum IceImpact::EndOfDayMarketSummary::TYPE = MessageType::MessageType_EndOfDayMarketSummary
static
Int32 IceImpact::EndOfDayMarketSummary::volume
Int64 IceImpact::EndOfDayMarketSummary::vwap