The Teraspaces.QWFIX.Application namespace contains types for QWFIX Application Framework which helps developer simplify development of QWFIX enabled applications for several different use case scenarios.
Types
| All Types | Classes | Interfaces | Enumerations | Delegates |
| Name | Description | |
|---|---|---|
| FastSchemaLoader |
Implements an IFastSchemaLoader for QWFIX application framework.
| |
| FIXApplication |
Provides base type for all types of application framework.
| |
| FIXApplicationEngineSettingsLoader |
Implements an IFIXEngineSettingsLoader for QWFIX application framework.
| |
| FIXApplicationSchedulerLoader |
Implements an IFIXSchedulerLoader for QWFIX application framework.
| |
| FIXApplicationSchemaLoader |
Implements an IFIXSchemaLoader for QWFIX application framework.
| |
| FIXApplicationSessionSettingsLoader |
Implements an IFIXSessionSettingsLoader for QWFIX application framework.
| |
| FIXApplicationVisualLambdaModuleLoader |
Implements an IVisualLambdaModuleFactory for QWFIX application framework.
| |
| FIXEngineEventHandler |
Represents the method that will handle events of a FIXEngine in a FIXStandaloneApplication.
| |
| 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. This class cannot be inherited.
| |
| 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.
| |
| 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 standlone application. This class cannot be inherited.
| |
| FIXStandaloneApplicationFatalErrorHandler |
Represents the method that will be called if an irrecoverable exception occurs during the initialization process of a FIXStandaloneApplication.
| |
| FIXStandaloneApplicationStartupMode |
Specifies how a FIXStandaloneApplication should start.
| |
| IFIXRemoteReplicatorEngineCallBack |
Defines a mechanism for application to interact with the FIXRemoteReplicatorApplication.
|