|
||||||||||
| PREV PACKAGE NEXT PACKAGE | All Classes | |||||||||
| Interface Summary | |
|---|---|
| FIXEngineListener | The listener interface for receiving FIXEngine events. |
| FIXEngineMessageHandler | The Interface FIXEngineMessageHandler provides handlers for the message flow of the FIX engine. |
| FIXEngineSettingsLoader | Defines operations to load a FIXEngineSettings by name and version from a repository. |
| FIXMessageRepeatingGroup | Defines methods to manipulate a FIX message repeating group. |
| FIXRemoteReplicatorEngineCallBack | Defines a mechanism for application to interact with the FIXRemoteReplicatorApplication. |
| FIXSchemaLoader | Defines the operations that access schema repository information. |
| FIXSessionMessageListener | The listener interface for receiving FIXSession message events. |
| FIXSessionSettingsLoader | Defines operations to query instances FIXSessionSettings by name (and optionally version) from a repository. |
| FIXSessionStatusListener | The listener interface for receiving FIXSessionStatus events. |
| FIXStandaloneApplicationListener | The listener interface for receiving FIXStandaloneApplication events. |
| Class Summary | |
|---|---|
| FIXApplication | Provides base type for all types of application framework. |
| FIXDataType | Lists all FIX data types in FIX protocol versions from 4.0 to 5.0+. |
| FIXEngine | |
| FIXEngineBusinessLogicHandlerNames | Defines the names of all supported QWFIX business logic extensions. |
| FIXEnginePersistenceStateInfo | Provides information about a FIXEnginePersistence. |
| FIXEngineRemoteService | Defines the information about a remote management service for a FIXEngine. |
| FIXEngineSessionEndPoint | Represents a network endpoint of a FIX session defined in a FIX engine. |
| FIXEngineSessionSettings | Represents the settings of a FIX session in FIXEngineSettings. |
| FIXEngineSettings | Represents the settings of a FIXEngine. |
| FIXGlobalSettings | The Class FIXGlobalSettings. |
| FIXHistoricalApplication | Provides methods and properties to manage a historical QWFIX application, such as methods to initialize a historical FIX engine and method to "replay" the historical FIX message communications. |
| FIXMessage | Represents a FIX message. |
| FIXMessageComponent | Provides a base class for a FIXMessage or a FIXMessageRepeatingInstance. |
| FIXMessageLog | The collection of FIX message tokens. |
| FIXMessageRepeatingInstance | Represents an instance of a FIX repeating instance. |
| FIXMessageTokenHelper | The helper class to get information associated with a FIX message token. |
| FIXMultipleValueString | The helper class of the MultipleValueString and MultipleCharValue (FIX 5.0+) data type in the FIX protocol. |
| FIXObject | Super class of FIXSchema, FIXSchemaField, FIXSchemaMessageFieldBase, FIXSchemaValidValue and FIXSessionSettings. |
| FIXObjectInfo | Represents information about a QWFIX configuration file. |
| FIXRemoteMessageTokenHelper | Helper class to get information out of a remote message token. |
| FIXRemoteReplicatorApplication | Provides methods and properties to synchronize FIX message communication from a remote process with an instance of FIXStandaloneApplication, and replaying the messages to reconstruct the business logic in those processes. |
| FIXRemoteReplicatorEngine | Represents the information about the remote FIX engine (a instance of
FIXStandaloneApplication running in a remote process) to be remotely synchronized by a
FIXRemoteReplicatorApplication. |
| FIXRemoteReplicatorSessionSettings | Represents information about how to remotely synchronize FIX message communication of a specific FIX session from the remote system running in production mode. |
| FIXSchema | Represents the schema of FIX communication protocol. |
| FIXSchemaComponent | Represents a component definition in FIX protocol version 4.3+. |
| FIXSchemaComponentCollection | Represents a collection of FIXSchemaComponent. |
| FIXSchemaField | Represents the definition of a Field in FIX schema. |
| FIXSchemaFieldCollection | Represents a collection of FIXSchemaField. |
| FIXSchemaHeader | Represents a header in FIX protocol. |
| FIXSchemaMessage | Represents the schema of a FIX message. |
| FIXSchemaMessageCollection | Represents a collection of FIX messages. |
| FIXSchemaMessageComponent | Represents a component in a FIXSchemaMessageFieldCollection. |
| FIXSchemaMessageField | Represents a field in a FIXSchemaMessageFieldCollection. |
| FIXSchemaMessageFieldBase | The base class of FIXSchemaMessageField and FIXSchemaMessageComponent. |
| FIXSchemaMessageFieldCollection | Base class of FIXSchemaComponent, FIXSchemaMessage and FIXSchemaRepeatingGroup. |
| FIXSchemaRepeatingGroup | Representing a schema of a repeating group. |
| FIXSchemaRepeatingGroupCollection | Represents a collection of FIXSchemaRepeatingGroup. |
| FIXSchemaTrailer | Represents a trailer in FIX protocol. |
| FIXSchemaValidValue | Defines a "Valid Value" in a FIX field schema. |
| FIXSchemaValidValues | Represents a collection of FIXSchemaValidValue. |
| FIXSession | |
| FIXSessionAdditionalSchema | Represents an additional FIXSchema and the list of default MsgType precedences. |
| FIXSessionOptions | Used with QWFIX Enterprise Manager GUI. |
| FIXSessionPersistence | Represents a persistent storage of the FIX message log of a FIXSession. |
| FIXSessionSettings | Represents the settings of a FIXSession. |
| FIXStandaloneApplication | Provides methods and properties to manage a standlone application, such as methods to start and stop an application and properties to get information about a stand alone application. |
| FIXTagCollection | Represents a collection of FIX tags. |
| FIXTZTimeOnly | Represents a TZTimeOnly data type defined in FIX 5.0+. |
| FIXTZTimestamp | Represents a TZTimestamp data type defined in FIX 5.0+. |
| FIXUtility | Defines the helper functions. |
| FIXVersion | Represents a version of a FIX protocol. |
| QWFIXGlobal | Global initialization helper. |
| Enum Summary | |
|---|---|
| FIXEngineMessageCacheType | Defines how the FIX engine manages the memory of FIX message cache. |
| FIXEngineMessageHandlerStatus | Specifies the status of the messages passed to a FIXEngineMessageHandler. |
| FIXEngineRole | Defines the role of a FIXEngine. |
| FIXMessageDirection | Specifies the direction of a FIXMessage. |
| FIXSchemaFieldGroup | Defines the group the field belongs to. |
| FIXSchemaMessageCategory | Represents the category of FIX message. |
| FIXServiceStatus | Describes the current status of a FIXEngine or FIXSession. |
| FIXSessionConnectionStatus | Defines the status of the underlying network connection of a FIXSession. |
| FIXSessionDirection | Defines the direction of a FIXSession. |
| FIXSessionDuplicatedFieldHandlingOption | Specifies the actions when a duplicated field is found in a FIX message during decode process. |
| FIXStandaloneApplicationStartupMode |
Specifies how a FIXStandaloneApplication should start. |
| TZOffsetOption | Defines the options that decides how the time offset in FIXTZTimeOnly or FIXTZTimestamp is represented. |
| Exception Summary | |
|---|---|
| FIXSchemaLoadException | The Class FIXSchemaLoadException. |
| FIXSessionLogonSecurityException | |
| FIXSessionRejectException | The exception that is thrown when an application defined message handler or Visual Lambda module decides to reject an incoming FIXMessage on session level. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | All Classes | |||||||||