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

#include <B2BITS_IceImpactMessages.h>

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

Public Member Functions

 CancelledTrade () throw ()
 
 CancelledTrade (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 getTradeID () const throw ()
 
void setTradeID (Int64 val) throw ()
 
const Int64 getPrice () const throw ()
 
void setPrice (Int64 val) throw ()
 
const Int32 getQuantity () const throw ()
 
void setQuantity (Int32 val) throw ()
 
const Int64 getDateTime () const throw ()
 
void setDateTime (Int64 val) throw ()
 
const AsciiString getOffMarketTradeType () const throw ()
 
void setOffMarketTradeType (const AsciiString &val) throw ()
 
const Alpha getOldOffMarketTradeType () const throw ()
 
void setOldOffMarketTradeType (Alpha 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 tradeID
 
Int64 price
 
Int32 quantity
 
Alpha oldOffMarketTradeType
 
Int64 dateTime
 
OffMarketTradeType offMarketTradeType
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_CancelledTrade
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Int64 IceImpact::CancelledTrade::getDateTime ( ) const
throw (
)
inline
const Int32 IceImpact::CancelledTrade::getMarketID ( ) const
throw (
)
inline
size_t IceImpact::CancelledTrade::getMsgLength ( ) const
throw (
)
inline
const AsciiString IceImpact::CancelledTrade::getOffMarketTradeType ( ) const
throw (
)
inline
const Alpha IceImpact::CancelledTrade::getOldOffMarketTradeType ( ) const
throw (
)
inline
const Int64 IceImpact::CancelledTrade::getPrice ( ) const
throw (
)
inline
const Int32 IceImpact::CancelledTrade::getQuantity ( ) const
throw (
)
inline
const Int64 IceImpact::CancelledTrade::getTradeID ( ) const
throw (
)
inline
void IceImpact::CancelledTrade::setDateTime ( Int64  val)
throw (
)
inline
void IceImpact::CancelledTrade::setMarketID ( Int32  val)
throw (
)
inline
void IceImpact::CancelledTrade::setOffMarketTradeType ( const AsciiString val)
throw (
)
inline
void IceImpact::CancelledTrade::setOldOffMarketTradeType ( Alpha  val)
throw (
)
inline
void IceImpact::CancelledTrade::setPrice ( Int64  val)
throw (
)
inline
void IceImpact::CancelledTrade::setQuantity ( Int32  val)
throw (
)
inline
void IceImpact::CancelledTrade::setTradeID ( Int64  val)
throw (
)
inline
std::ostream& IceImpact::CancelledTrade::toStream ( std::ostream &  os) const
inline
std::string IceImpact::CancelledTrade::toString ( ) const
inline

Member Data Documentation

Int64 IceImpact::CancelledTrade::dateTime
Int32 IceImpact::CancelledTrade::marketID
OffMarketTradeType IceImpact::CancelledTrade::offMarketTradeType
Alpha IceImpact::CancelledTrade::oldOffMarketTradeType
Int64 IceImpact::CancelledTrade::price
Int32 IceImpact::CancelledTrade::quantity
Int64 IceImpact::CancelledTrade::tradeID
const MessageType::Enum IceImpact::CancelledTrade::TYPE = MessageType::MessageType_CancelledTrade
static