B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CMI::QuoteCancelRequest Struct Reference

#include <CmiBinaryMessages.h>

+ Inheritance diagram for CMI::QuoteCancelRequest:
+ Collaboration diagram for CMI::QuoteCancelRequest:

Classes

struct  Quotes
 

Public Member Functions

QuoteCancelRequestclone ()
 
const UInt32 getClassKey () const throw ()
 
const UInt8 getIsIncludeDetails () const throw ()
 
FieldsIterator getIterator () const
 
size_t getMsgLength () const
 
const UInt32 getQuoteRequestId () const throw ()
 
FieldsSetIterator getSetIterator ()
 
const UInt8 getTradingSessionId () const throw ()
 
const UInt32 getUserSessionKey () const throw ()
 
 QuoteCancelRequest () throw ()
 
 QuoteCancelRequest (bool initFields) throw ()
 
void setClassKey (UInt32 value) throw ()
 
void setIsIncludeDetails (UInt8 value) throw ()
 
void setQuoteRequestId (UInt32 value) throw ()
 
void setTradingSessionId (UInt8 value) throw ()
 
void setUserSessionKey (UInt32 value) throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
void updateMessageLength ()
 
- Public Member Functions inherited from CMI::StandardHeader
UInt8 getCmiMarker () const
 
UInt8 getMessageFlags () const
 
UInt32 getMessageLength () const
 
UInt32 getMessageSequenceNumber () const
 
MessageType::Enum getMessageType () const
 
UInt8 getVersion () const
 
void setCmiMarker (UInt8 marker)
 
void setMessageFlags (UInt8 value)
 
void setMessageLength (UInt32 value)
 
void setMessageSequenceNumber (UInt32 value)
 
void setMessageType (MessageType::Enum value)
 
void setMessageType (UInt8 value)
 
 StandardHeader ()
 

Static Public Member Functions

static FieldsIterator getIterator (const StandardHeader &message)
 
static size_t getMinMessageSize ()
 
static FieldsSetIterator getSetIterator (StandardHeader &message)
 
static void updateMessageLength (StandardHeader &message)
 

Public Attributes

UInt32 classKey
 
UInt8 isIncludeDetails
 
UInt32 quoteRequestId
 
UInt8 tradingSessionId
 
UInt32 userSessionKey
 
- Public Attributes inherited from CMI::StandardHeader
UInt8 cmiMarker
 
UInt8 messageFlags
 
UInt32 messageLength
 
UInt32 messageSequenceNumber
 
MessageType messageType
 
UInt8 reserved
 
UInt16 reserved2
 
UInt8 version
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_QuoteCancelRequest
 

Constructor & Destructor Documentation

CMI::QuoteCancelRequest::QuoteCancelRequest ( )
throw (
)
inline
CMI::QuoteCancelRequest::QuoteCancelRequest ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

QuoteCancelRequest* CMI::QuoteCancelRequest::clone ( )
inline
const UInt32 CMI::QuoteCancelRequest::getClassKey ( ) const
throw (
)
inline

References BSWAP32.

const UInt8 CMI::QuoteCancelRequest::getIsIncludeDetails ( ) const
throw (
)
inline
FieldsIterator CMI::QuoteCancelRequest::getIterator ( ) const
inline
FieldsIterator CMI::QuoteCancelRequest::getIterator ( const StandardHeader message)
inlinestatic
size_t CMI::QuoteCancelRequest::getMinMessageSize ( )
inlinestatic
size_t CMI::QuoteCancelRequest::getMsgLength ( ) const
inline
const UInt32 CMI::QuoteCancelRequest::getQuoteRequestId ( ) const
throw (
)
inline

References BSWAP32.

FieldsSetIterator CMI::QuoteCancelRequest::getSetIterator ( )
inline
FieldsSetIterator CMI::QuoteCancelRequest::getSetIterator ( StandardHeader message)
inlinestatic
const UInt8 CMI::QuoteCancelRequest::getTradingSessionId ( ) const
throw (
)
inline
const UInt32 CMI::QuoteCancelRequest::getUserSessionKey ( ) const
throw (
)
inline

References BSWAP32.

void CMI::QuoteCancelRequest::setClassKey ( UInt32  value)
throw (
)
inline

References BSWAP32.

void CMI::QuoteCancelRequest::setIsIncludeDetails ( UInt8  value)
throw (
)
inline
void CMI::QuoteCancelRequest::setQuoteRequestId ( UInt32  value)
throw (
)
inline

References BSWAP32.

void CMI::QuoteCancelRequest::setTradingSessionId ( UInt8  value)
throw (
)
inline
void CMI::QuoteCancelRequest::setUserSessionKey ( UInt32  value)
throw (
)
inline

References BSWAP32.

std::ostream& CMI::QuoteCancelRequest::toStream ( std::ostream &  os) const
inline

Referenced by CMI::messageToStream().

std::string CMI::QuoteCancelRequest::toString ( ) const
inline
void CMI::QuoteCancelRequest::updateMessageLength ( )
inline
static void CMI::QuoteCancelRequest::updateMessageLength ( StandardHeader message)
inlinestatic

Member Data Documentation

UInt32 CMI::QuoteCancelRequest::classKey
UInt8 CMI::QuoteCancelRequest::isIncludeDetails
UInt32 CMI::QuoteCancelRequest::quoteRequestId
UInt8 CMI::QuoteCancelRequest::tradingSessionId
const MessageType::Enum CMI::QuoteCancelRequest::TYPE = MessageType::MessageType_QuoteCancelRequest
static
UInt32 CMI::QuoteCancelRequest::userSessionKey