Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Engine::AdminApplicationAdministrative application interface
Engine::ApplicationGeneric application interface
Utils::AutoPtr< T >Std::auto_ptr analogue with ability to delete object by object's method
Engine::BasicString< CharType >Represents ASCII string
FixDictionary2::BlockRepresents Block interface
FixDictionary2::BlockRefRepresents BlockRef interface
Engine::FastCoder::BufferBuffer
Globex::ChannelConnectionRepresents CME channel connection
System::ConditionCondition class provides communication, the ability to wait for some shared resource to reach some desired state, or to signal that it has reached some state in which another thread may be interested
Utils::ConstMethodResolver< T >Returns pointer to the mutable method of the class
Utils::ConstMethodResolver< const T >Returns pointer to the const method of the class
Engine::AdminApplication::ContextContext within session calls AdminApplication event handlers
FixDictionary2::CSRefCounterPtr< T >Const sensitive pointer
Engine::DecimalIncapsulates float type
FixDictionary2::DictionaryRepresents Dictionary interface
Utils::Emptily< T >Represents entity with two states - initialized and not initialized
Utils::EmptyValueClass for empty value
Utils::EncryptionExceptionException related to encryption
Engine::ErrorRepresents error event
Engine::EventGeneric event
Engine::EventListenerBasic Event Listener
Utils::ExceptionGeneric application exception
Engine::FAPropertiesFixEngine's configuration parameters
Engine::FastCodecA factory for FastCoder and FastDecoder
Engine::FastCoderEncodes FIX messages to FAST messages
Engine::FastDecoderDecodes buffers, that contains FAST messages, to FIX messages
Engine::FastSessionExtraParametersParameters of the FIX-over-FAST session
Engine::PreparedMessage::FieldPrepared message field
FixDictionary2::FieldRepresents Field interface
FixDictionary2::FieldRefRepresents FieldRef interface
FixDictionary2::FieldTypeRepresents FieldType interface
Engine::FieldValueT< TagValueT >Represents value of field
Engine::FixEngineFIX Engine interface
Engine::FixFieldFIX field (tag & value)
Engine::FixFieldsContainerAuxiliary class that incapsulates FixFieldsList and helps to use it in another CRT
Engine::FIXFieldValueIt is used for storing the Contents information (data + length)
Engine::FIXGroupFIX Repeating Group interface
Engine::FIXMessageBasic FIX message
Engine::FixMessagesFIX Engine interface
Engine::FIXMsgFactoryCreates FIXMessages
Engine::FIXMsgProcessorProcesses raw messages and provides message verification capabilities
Engine::FixT11TcpBackupParametersThe FIXT11_TCP underlying protocol backup properties
Engine::FixT11TcpParametersThe FIXT11_TCP underlying protocol properties
Engine::FixTcpBackupParametersThe FIX_TCP underlying protocol backup properties
Engine::FixTcpParametersThe FIX_TCP underlying protocol properties
Engine::GenericPreparedMessageProvides minimal functionality to work with prepared fields
Utils::Guard< T >This template class employs a C++ idiom (described by Bjarne Stroustrup) that uses the constructor to acquire a resource automatically when an object of the class is created and uses the destructor to release the resource automatically when it goes out of scope
Engine::HeartbeatWithTestReqIDEventA Heartbeat message (MsgType = 0) with the TestReqID field (tag = 112) is received
micex_mfix::instrument_listenerInstrument listener (observer)
Globex::InstrumentListenerReceives instrument related events
Utils::InvalidParameterExceptionInvalid parameter Exception
Engine::IPAddrRepresents IP address
FixDictionary2::ItemRepresents Base interface for Dictionary element
Engine::LinkErrorWasDetectedA telecommunication link error was detected
Engine::LinkWasRestoredA telecommunication link was restored
Engine::LocalMktDateIncapsulates LocalMktDate FIX type
System::LockFreeLockingPtr< T >
System::LockingPtr< T >
Engine::LogonEventThe Logon message has been received from the counterparty
Engine::LogoutEventThe session was closed
Globex::MDApplicationRepresents CME Globex application
Globex::MDApplicationListenerRepresents CME Globex application listener
Globex::MDApplicationParamsStartup parameters
Engine::MemBlock< T >Represents reference to the memory block
FixDictionary2::MessageRepresents Message interface
FixDictionary2::MessageItemRepresents MessageItem interface
FixDictionary2::MessageItemContainerRepresents MessageItemContainer interface
FixDictionary2::MessageItemContainerT
micex_mfix::micex_feedRepresents micex feed (stream)
micex_mfix::micex_feed_statistics
micex_mfix::micex_mfix_applicationRepresents micex mfix application
micex_mfix::micex_mfix_application_listenerRepresents micex mfix application listener
micex_mfix::micex_mfix_application_paramsStartup parameters
Engine::MonthYearIncapsulates MonthYear FIX type
Engine::MsgFilterMessage filter
Engine::MsgRejectEventIncapsulates rejected application message
System::MutexMutex - provides synchronization, the ability to control how threads share resources
Engine::NewIncomingConnectionNew Incoming Connection
Engine::NewStateEventThe session has changed its state
Engine::NotificationRepresents notification event
Utils::NullableValue< T >Represents entity with three states - undefined, empty and assigned
Engine::ParseErrorInSessionParse error was detected
Engine::PersistentDataWereFoundThis event is fired when the persistent information about session is found
Engine::PreparedMessageRepresents prepared message
FixDictionary2::ProtocolRepresents Protocol interface
Engine::PutMessageOptionsOptions to Session::put method
Utils::ReferenceCounterA generic reference counter
FixDictionary2::RepeatingGroupRepresents RepeatingGroup interface
Engine::ResendRequestEventA Resend Request (MsgType = 2) has been received
micex_mfix::security_definition_listenerReceives Security Definition messages
Globex::SecurityDefinitionListenerReceives Security Definition messages
System::SemaphoreSemaphore - a general synchronization mechanism
Engine::SequenceGapEventThe sequence gap was detected in incoming messages
Engine::SessionBasic Session
Engine::SessionBackupParametersEncapsulates connection's host and port
Engine::SessionContextKeeps information about administrative session context
Engine::SessionErrorError related to Session
Engine::SessionEventA generic session-level event
Engine::SessionExtraParametersSession's extra parameters
Engine::SessionLevelRejectEventA SessionReject message was received
Engine::SessionNotificationRepresents notification event related to Session
Engine::SessionsManagerAn interface for managing sessions
Engine::SessionWarningRepresents warning event related to Session
Engine::SessionWasClosedSession was closed
Engine::SessionWasCreatedSession was created
Engine::SessionWasEstablishedSession was established
Engine::SessionWasRestoredSession was restored from Persistent Message Storage
Engine::StatisticsStatistical information about the current state of FIX Engine
Engine::StatisticsProviderProvides detailed statistics about the current state of the FIX Engine
Engine::StrCaseInsCompMeyer's case-insensitive comparision functor
Utils::StringUtils< char >Incapsulates ASCII string processing methods
Utils::StringUtils< wchar_t >Incapsulates Unicode string processing methods
Engine::SwitchConnectionEventThe session has changed its state
System::SystemExceptionSystem exception
Engine::TagValueRepresents tag-value structure
FixDictionary2::TypeTraits< T >Generates helper types
Engine::UnableToRouteMessageEventThe routing session wasn't found
Utils::UndefinedValueClass for undefined value
Engine::UnexpectedMessageEventThe unexpected message was received
Utils::Unlocker< T >Used to temporary unlock mutex Unlocker<Mutex> unlocker (lock_); // guard constructor releases m_lock
Utils::UnsupportedEncryptionExceptionUnsupported encryption method exception
Engine::UTCDateOnlyIncapsulates UTCDateOnly FIX type
Engine::UTCTimeOnlyIncapsulates UTCTimeOnly FIX type
Engine::UTCTimestampIncapsulates UTCTimestamp FIX type
FixDictionary2::ValBlockRepresents ValBlock interface
Engine::ValidateLogonEventThe Logon message has been received from the counterparty and should be validated
Engine::SessionExtraParameters::ValidationParametersValidation parameters
Engine::WarningRepresents warning event
System::WouldBlockExceptionWould block socket exception