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

#include <B2BITS_IceImpactMessages.h>

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

Public Member Functions

 SettlementPrice () throw ()
 
 SettlementPrice (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 getSettlementPriceWithDealPricePrecision () const throw ()
 
void setSettlementPriceWithDealPricePrecision (Int64 val) throw ()
 
const Int64 getDateTime () const throw ()
 
void setDateTime (Int64 val) throw ()
 
const Int64 getValuationDateTime () const throw ()
 
void setValuationDateTime (Int64 val) throw ()
 
const Int64 getSettlementPrice () const throw ()
 
void setSettlementPrice (Int64 val) throw ()
 
const YesNo::Enum getIsOfficial () const throw ()
 
void setIsOfficial (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 settlementPriceWithDealPricePrecision
 
Int64 dateTime
 
YesNo isOfficial
 
Int64 valuationDateTime
 
Int64 settlementPrice
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_SettlementPrice
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Int64 IceImpact::SettlementPrice::getDateTime ( ) const
throw (
)
inline
const YesNo::Enum IceImpact::SettlementPrice::getIsOfficial ( ) const
throw (
)
inline
const Int32 IceImpact::SettlementPrice::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::SettlementPrice::getMsgLength ( ) const
throw (
)
inline
const Int64 IceImpact::SettlementPrice::getSettlementPrice ( ) const
throw (
)
inline
const Int64 IceImpact::SettlementPrice::getSettlementPriceWithDealPricePrecision ( ) const
throw (
)
inline
const Int64 IceImpact::SettlementPrice::getValuationDateTime ( ) const
throw (
)
inline
void IceImpact::SettlementPrice::setDateTime ( Int64  val)
throw (
)
inline
void IceImpact::SettlementPrice::setIsOfficial ( const YesNo::Enum  val)
throw (
)
inline
void IceImpact::SettlementPrice::setMarketID ( Int32  val)
throw (
)
inline
void IceImpact::SettlementPrice::setSettlementPrice ( Int64  val)
throw (
)
inline
void IceImpact::SettlementPrice::setSettlementPriceWithDealPricePrecision ( Int64  val)
throw (
)
inline
void IceImpact::SettlementPrice::setValuationDateTime ( Int64  val)
throw (
)
inline
std::ostream& IceImpact::SettlementPrice::toStream ( std::ostream &  os) const
inline
std::string IceImpact::SettlementPrice::toString ( ) const
inline

Member Data Documentation

Int64 IceImpact::SettlementPrice::dateTime
YesNo IceImpact::SettlementPrice::isOfficial
Int32 IceImpact::SettlementPrice::marketID
Int64 IceImpact::SettlementPrice::settlementPrice
Int64 IceImpact::SettlementPrice::settlementPriceWithDealPricePrecision
const MessageType::Enum IceImpact::SettlementPrice::TYPE = MessageType::MessageType_SettlementPrice
static
Int64 IceImpact::SettlementPrice::valuationDateTime