Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
HTML::A
FIX::AcceptorBase for classes which act as an acceptor for incoming connections
FIX::ThreadedSocketAcceptor::AcceptorThreadInfo
FIX::ApplicationThis interface must be implemented to define what your FIX application does
FIX::atomic_countAtomic count class - consider using interlocked functions
HTML::BODY
FIX::BoolConvertorConverts boolean to/from a string
FIX::BoolFieldField that contains a boolean value
HTML::BR
HTML::CAPTION
HTML::CENTER
FIX::CharConvertorConverts character to/from a string
FIX::CharFieldField that contains a character value
FIX::CheckSumConvertorConverts checksum to/from a string
FIX::CheckSumFieldField that contains a checksum value
FIX::ConfigErrorApplication is not configured correctly
FIX::ThreadedSocketAcceptor::ConnectionThreadInfo
FIX::ConnectorWrapperHandles events from SocketMonitor for client connections
FIX::DatabaseConnectionID
FIX::DatabaseConnectionPool< T >
FIX::DataDictionaryRepresents a data dictionary for a version of FIX
FIX::DataDictionaryNotFoundDataDictionary not found for BeginString or ApplVerID
FIX::DataDictionaryProviderQueries for DataDictionary based on appropriate version of FIX
FIX::DateTimeDate and Time stored as a Julian day number and number of milliseconds since midnight
FIX::DictionaryFor storage and retrieval of key/value pairs
FIX::DOMAttributesInterface that represents attribute from underlying XML parser
FIX::DOMDocumentInterface that represents document of underlying XML parser
FIX::DOMNodeInterface that represents node from underlying XML parser
FIX::DoNotSendIndicates user does not want to send a message
FIX::DoubleConvertorConverts double to/from a string
FIX::DoubleFieldField that contains a double value
FIX::DuplicateFieldNumberField shows up twice in the message
HTML::EM
FIX::EmptyConvertorEmpty converter is a no-op
FIX::EventPortable implementation of an event/conditional mutex
FIX::ExceptionBase QuickFIX exception type
FIX::FieldBase::field_metricsClass used to store field metrics like total length and checksum
FIX::FieldBaseBase representation of all Field classes
FIX::FieldConvertErrorUnable to convert field into its native format
FIX::FieldMapStores and organizes a collection of Fields
FIX::FieldNotFoundField not found inside a message
FIX::FileLogFile based implementation of Log
FIX::FileLogFactoryCreates a file based implementation of Log
FIX::FileStoreFile based implementation of MessageStore
FIX::FileStoreFactoryCreates a file based implementation of MessageStore
FIX::GroupBase class for all FIX repeating groups
FIX::group_orderSorts fields in correct group order
HTML::H1
HTML::H2
HTML::HEAD
FIX::Header
FIX::header_orderSorts fields in correct header order
HTML::HR
FIX::HttpConnectionEncapsulates a HTTP socket file descriptor
FIX::HttpMessageHTTP Message that implemented GET functionality
FIX::HttpParserParses HTTP messages off an input stream
FIX::HttpServerBasic HTTP Server
FIX::IncorrectDataFormatField has a badly formatted value
FIX::IncorrectMessageStructureMessage is not structured correctly
FIX::IncorrectTagValueField has a value that is out of range
FIX::InitiatorBase for classes which act as an initiator for establishing connections
FIX::IntConvertorConverts integer to/from a string
FIX::IntFieldField that contains an integer value
FIX::InvalidMessageNot a recognizable message
FIX::InvalidMessageTypeNot a known message type
FIX::InvalidTagNumberTag number does not exist in specification
FIX::IOExceptionIO Error
FIX::LIBXML_DOMAttributesXML attribute as represented by libxml
FIX::LIBXML_DOMDocumentXML document as represented by libxml
FIX::LIBXML_DOMNodeXML node as represented by libxml
FIX::LocalDateDate only represented in local time
FIX::LocalTimeOnlyTime only represented in local time
FIX::LocalTimeStampDate and Time represented in local time
FIX::LockerLocks/Unlocks a mutex using RAII
FIX::LogThis interface must be implemented to log messages and events
FIX::LogFactoryThis interface must be implemented to create a Log
FIX::MemoryStoreMemory based implementation of MessageStore
FIX::MemoryStoreFactoryCreates a memory based implementation of MessageStore
FIX::MessageBase class for all FIX messages
FIX::message_orderSorts fields in header, normal, or trailer order
FIX::MessageCrackerTakes in a generic Message and produces an object that represents its specific version and message type
FIX::MessageParseErrorUnable to parse message
FIX::MessageStoreThis interface must be implemented to store and retrieve messages and sequence numbers
FIX::MessageStoreExceptionWrapper
FIX::MessageStoreFactoryThis interface must be implemented to create a MessageStore
FIX::MessageStoreFactoryExceptionWrapper
FIX::MSXML_DOMAttributesXML attribute as represented by msxml
FIX::MSXML_DOMDocumentXML document as represented by msxml
FIX::MSXML_DOMNodeXML node as represented by msxml
FIX::MutexPortable implementation of a mutex
FIX::NoTagValueField exists in message without a value
FIX::NullApplicationAn empty implementation of an Application
FIX::NullLogNull implementation of Log
FIX::NullStoreNull implementation of MessageStore
FIX::NullStoreFactoryNull implementation of MessageStore
FIX::ParserParses FIX messages off an input stream
FIX::Queue< T >A thread safe monitored queue
FIX::RejectLogonUser wants to reject permission to logon
FIX::RepeatedTagRepeated tag not part of repeating group
FIX::RepeatingGroupCountMismatchRepeated group count not equal to actual count
FIX::RequiredTagMissingRequired field is not in message
FIX::ResponderInterface implements sending on and disconnecting a transport
FIX::ReverseLockerDoes the opposite of the Locker to ensure mutex ends up in a locked state
FIX::RuntimeErrorApplication encountered serious error during runtime
FIX::ScreenLogScreen based implementation of Log
FIX::ScreenLogFactoryCreates a screen based implementation of Log
FIX::ServerWrapperHandles events from SocketMonitor for server connections
FIX::SessionMaintains the state and implements the logic of a FIX session
FIX::SessionFactoryResponsible for creating Session objects
FIX::SessionIDUnique session id consists of BeginString, SenderCompID and TargetCompID
FIX::SessionNotFoundSession cannot be found for specified action
FIX::SessionSettingsContainer for setting dictionaries mapped to sessions
FIX::SessionStateMaintains all of state for the Session class
FIX::SettingsInternal representation of QuickFIX configuration settings
FIX::shared_array< T >Shared array with atomic reference count
FIX::SocketAcceptorSocket implementation of Acceptor
FIX::SocketCloseFailedSocket close operation failed
FIX::SocketConnectionEncapsulates a socket file descriptor (single-threaded)
FIX::SocketConnectorConnects sockets to remote ports and addresses
FIX::SocketExceptionSocket Error
FIX::SocketInfoInformation about listening socket
FIX::SocketInitiatorSocket implementation of Initiator
FIX::SocketMonitorMonitors events on a collection of sockets
FIX::SocketRecvFailedSocket recv operation failed
FIX::SocketSendFailedSocket send operation failed
FIX::SocketServerListens for and accepts incoming socket connections on a port
HTML::SPECIAL
FIX::SocketConnector::Strategy
FIX::SocketMonitor::Strategy
FIX::SocketServer::Strategy
FIX::StringFieldMSC doesn't support partial template specialization so we have this
FIX::SynchronizedApplicationThis is a special implementation of the Application interface that takes in another Application interface and synchronizes all of its callbacks
HTML::TABLE
HTML::TAG
FIX::TagNotDefinedForMessageField does not belong to message
FIX::TagOutOfOrderTag is not in the correct order
HTML::TD
FIX::ThreadedSocketAcceptorThreaded Socket implementation of Acceptor
FIX::ThreadedSocketConnectionEncapsulates a socket file descriptor (multi-threaded)
FIX::ThreadedSocketInitiatorThreaded Socket implementation of Initiator
FIX::TimeRangeKeeps track of when session is active
HTML::TITLE
HTML::TR
FIX::Trailer
FIX::trailer_orderSorts fields in correct trailer order
FIX::UnsupportedMessageTypeMessage type not supported by application
FIX::UnsupportedVersionVersion of FIX is not supported
FIX::UtcDateDate only represented in UTC
FIX::UtcDateConvertorConverts a UtcDate to/from a string
FIX::UtcDateFieldField that contains a UTC date value
FIX::UtcTimeOnlyTime only represented in UTC
FIX::UtcTimeOnlyConvertorConverts a UtcTimeOnly to/from a string
FIX::UtcTimeOnlyFieldField that contains a UTC time value
FIX::UtcTimeStampDate and Time represented in UTC
FIX::UtcTimeStampConvertorConverts a UtcTimeStamp to/from a string
FIX::UtcTimeStampFieldField that contains a UTC time stamp value

Generated on Mon Jun 23 2014 23:49:40 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001