Classes | |
class | Mama |
The Mama class provides methods global initialization and manipulating global options. More... | |
class | MamaBasicSubscription |
The MamaBasicSubscription interface represents a subscription to a topic with no market data semantics. More... | |
class | MamaBasicSubscriptionCallback |
The message callback interface for basic subscriptions. More... | |
class | MamaBasicWildCardSubscription |
The MamaBasicWildCardSubscription interface represents a subscription to a topic with no market data semantics. More... | |
class | MamaBasicWildCardSubscriptionCallback |
The message callback interface for basic subscriptions. More... | |
class | MamaBridgeCallback |
Bridge callback. More... | |
class | MamaBridgeFtMember |
class | MamaDateTime |
A date/time representation with additional hints for precision, advanced output formatting and support for time zone conversion (using the MamaTimeZone type). More... | |
class | MamaDictionary |
The MamaDictionary class maps field identifiers (FIDs) to human readable strings. More... | |
class | MamaDictionaryCallback |
The WombatDictionaryCallback receives notification regarding the population of the data dictionary. More... | |
class | MamaDispatcher |
The dispatcher dispatches events from a queue until it is destroyed or MamaQueue->stopDispatch () is called. More... | |
class | MamaDQPublisher |
class | MamaDQPublisherManager |
class | MamaDQPublisherManagerCallback |
class | MamaFieldDescriptor |
The MamaFieldDescriptor class describes a field within a MamaDictionary More... | |
class | MamaFtMember |
class | MamaFtMemberCallback |
class | MamaInbox |
Used for sending messages requesting a direct reply. More... | |
class | MamaInboxCallback |
The MamaInboxCallback gets invoked when a message arrives in an inbox or when inbox related errors arise. More... | |
class | MamaIo |
A repeating IO. More... | |
class | MamaIoCallback |
Subclass this to receive IO notifications. More... | |
class | MamaLogFile |
The MamaLogFile class provides a single interface for the configuration and control of Mama logging activity. More... | |
class | MamaLogFileCallback |
Subclass this to receive log notifications. More... | |
class | MamaMsg |
MAMA message representation. More... | |
class | MamaMsgField |
MamaMsg field representation. More... | |
class | MamaMsgFieldIterator |
Callback class for iterating over all fields in a message. More... | |
class | MamaMsgIterator |
Iterator class for mamaMsg. More... | |
class | MamaMsgQual |
The MamaMsgQual class is a wrapper/utility class which provides useful interrogation, comparison and manipulation facilities for the Mama Message Qualifier data field (wMsgQual) which is a "bit-map" used to convey duplicate, delayed and out-of-sequence information about messages. More... | |
class | MamaMulticastFtMember |
class | MamaPrice |
MamaPrice is a special data type for representing floating point numbers that often require special formatting for display purposes, such as prices. More... | |
class | MamaPublisher |
The publisher class publishes messages to basic or market data subscriptions depending on the underlying transport. More... | |
class | MamaPublishTopic |
class | MamaQueue |
Queue allows applications to dispatch events in order with multiple threads using a single MamaDispatcher for each queue. More... | |
class | MamaQueueEnqueueCallback |
Callback interface for the MamaQueue::setEnqueueCallback () method. More... | |
class | MamaQueueEventCallback |
Definition of the callback method for when a user added event fires. More... | |
class | MamaQueueGroup |
A simple class for allocating subscriptions amongst multiple queues in a round robin. More... | |
class | MamaQueueMonitorCallback |
Receive callbacks when certain conditions for the MamaQueue are met. More... | |
class | MamaReservedFields |
class | MamaSendCompleteCallback |
Callback interface for use with the MamaPublisher.sendWithThrottle() and MamaPublisher.sendFromInboxWithThrottle() methods. More... | |
class | MamaSource |
A MAMA source maintains information about a data source, including the quality of the data coming from that source. More... | |
class | MamaSourceDerivative |
A MamaSourceDerivative provides a reference to a common MamaSource object but can have attributes (such as the quality state) overridden. More... | |
class | MamaSourceGroup |
A MAMA source group monitors a set of MAMA sources that presumably provide a duplicate set of data. More... | |
class | MamaSourceGroupManager |
A MAMA source group manager monitors a set of MAMA source groups. More... | |
class | MamaSourceManager |
A MAMA source manager maintains information about a set of data sources, including the quality of the data coming from those sources. More... | |
class | MamaSourceStateChangeCallback |
Applications can register with MamaSourceGroup to receive state change notifications when the state of sources within the group has changed. More... | |
class | MamaStartCallback |
Callback object passed to Mama::startBackground(). More... | |
class | MamaStat |
class | MamaStatsCollector |
class | MamaStatus |
class | MamaSubscription |
The MamaSubscription interface represents a subscription to a topic. More... | |
class | MamaSubscriptionCallback |
The message callback interface. More... | |
class | MamaSubscriptionIteratorCallback |
class | MamaSymbolList |
MamaSymbolList manages a list of MAMA symbols and related attributes. More... | |
class | MamaSymbolListFile |
MamaSymbolListFile is a file based symbol list with the ability to detect external changes to the file. More... | |
class | MamaSymbolListIteratorHandler |
The MamaSymbolListIteratorHandler interface. More... | |
class | MamaSymbolListMember |
The MamaSymbolListMember class represents the information about the symbol list member. More... | |
class | MamaSymbolListMembershipHandler |
The MamaSymbolListMembershipHandler interface. More... | |
class | MamaSymbolListResortHandler |
The MamaSymbolListResortHandler interface. More... | |
class | MamaSymbolMap |
The MamaSymbolMap class provides the ability for MAMA to do client side symbology mapping. More... | |
class | MamaSymbolMapFile |
MamaSymbolMapFile is a concrete implementation of a symbology map. More... | |
class | MamaSymbolSource |
MamaSymbolSource defines an interface which all SymbolSources should implement in order to provide a mechanism by which objects implementing the "MamaSymbolSourceCallback::onSymbol" can be registered with the source such that they can be notified of new symbols as they arrive. More... | |
class | MamaSymbolSourceCallback |
The MamaSymbolSourceCallback interface. More... | |
class | MamaSymbolStoreSaveCallback |
The MamaSymbolStoreSaveCallback interface. More... | |
class | MamaTimer |
A repeating timer. More... | |
class | MamaTimerCallback |
Subclass this to receive timer notifications. More... | |
class | MamaTimeZone |
A time zone representation to make conversion of timestamps to and from particular time zones more convenient. More... | |
class | MamaTransport |
The MamaTransport class provides market data functionality. More... | |
class | MamaTransportCallback |
Transport callback. More... | |
class | MamaTransportMap |
class | MamaTransportTopicEventCallback |
TransportTopicEvent callback. More... | |