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

#include <CmiBinaryMessages.h>

+ Inheritance diagram for CMI::TradingSessionStatusResponse:
+ Collaboration diagram for CMI::TradingSessionStatusResponse:

Public Member Functions

const UInt32 getEndTime () const throw ()
 
FieldsIterator getIterator () const
 
size_t getMsgLength () const
 
const AsciiString getRequestId () const throw ()
 
const UInt8 getSessionState () const throw ()
 
FieldsSetIterator getSetIterator ()
 
const UInt32 getStartTime () const throw ()
 
const UInt8 getTradingSessionId () const throw ()
 
void setEndTime (UInt32 value) throw ()
 
void setRequestId (const AsciiString &val) throw ()
 
void setSessionState (UInt8 value) throw ()
 
void setStartTime (UInt32 value) throw ()
 
void setTradingSessionId (UInt8 value) throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
 TradingSessionStatusResponse () throw ()
 
 TradingSessionStatusResponse (bool initFields) throw ()
 
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 endTime
 
Alpha8 requestId
 
UInt8 sessionState
 
UInt32 startTime
 
UInt8 tradingSessionId
 
- 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_TradingSessionStatusResponse
 

Constructor & Destructor Documentation

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

Member Function Documentation

const UInt32 CMI::TradingSessionStatusResponse::getEndTime ( ) const
throw (
)
inline

References BSWAP32.

FieldsIterator CMI::TradingSessionStatusResponse::getIterator ( ) const
inline
FieldsIterator CMI::TradingSessionStatusResponse::getIterator ( const StandardHeader message)
inlinestatic
size_t CMI::TradingSessionStatusResponse::getMinMessageSize ( )
inlinestatic
size_t CMI::TradingSessionStatusResponse::getMsgLength ( ) const
inline
const AsciiString CMI::TradingSessionStatusResponse::getRequestId ( ) const
throw (
)
inline
const UInt8 CMI::TradingSessionStatusResponse::getSessionState ( ) const
throw (
)
inline
FieldsSetIterator CMI::TradingSessionStatusResponse::getSetIterator ( )
inline
FieldsSetIterator CMI::TradingSessionStatusResponse::getSetIterator ( StandardHeader message)
inlinestatic
const UInt32 CMI::TradingSessionStatusResponse::getStartTime ( ) const
throw (
)
inline

References BSWAP32.

const UInt8 CMI::TradingSessionStatusResponse::getTradingSessionId ( ) const
throw (
)
inline
void CMI::TradingSessionStatusResponse::setEndTime ( UInt32  value)
throw (
)
inline

References BSWAP32.

void CMI::TradingSessionStatusResponse::setRequestId ( const AsciiString val)
throw (
)
inline

References CMI::StringCopy().

void CMI::TradingSessionStatusResponse::setSessionState ( UInt8  value)
throw (
)
inline
void CMI::TradingSessionStatusResponse::setStartTime ( UInt32  value)
throw (
)
inline

References BSWAP32.

void CMI::TradingSessionStatusResponse::setTradingSessionId ( UInt8  value)
throw (
)
inline
std::ostream& CMI::TradingSessionStatusResponse::toStream ( std::ostream &  os) const
inline

Referenced by CMI::messageToStream().

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

Member Data Documentation

UInt32 CMI::TradingSessionStatusResponse::endTime
Alpha8 CMI::TradingSessionStatusResponse::requestId
UInt8 CMI::TradingSessionStatusResponse::sessionState
UInt32 CMI::TradingSessionStatusResponse::startTime
UInt8 CMI::TradingSessionStatusResponse::tradingSessionId
const MessageType::Enum CMI::TradingSessionStatusResponse::TYPE = MessageType::MessageType_TradingSessionStatusResponse
static