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.

Namespace:  Teraspaces.QWFIX.Application
Assembly:  Teraspaces.QWFIX.Application (in Teraspaces.QWFIX.Application.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  J# 
public sealed class FIXStandaloneApplication : FIXApplication
Public NotInheritable Class FIXStandaloneApplication _
	Inherits FIXApplication
public ref class FIXStandaloneApplication sealed : public FIXApplication
public final class FIXStandaloneApplication extends FIXApplication

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
FIXStandaloneApplication(String, String, String)
Initializes a new instance of the FIXStandaloneApplication class.
Close()()()
Closes this application and release all linked resources.
(Inherited from FIXApplication.)
EngineSettingsLoader
Gets the engine settings loader.
(Inherited from FIXApplication.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Exit()()()
Turn off the scheduler and close the repository.
FastSchemaLoader
Gets the fast schema loader.
(Inherited from FIXApplication.)
FatalErrorOccurs
Occurs when a fatal error occurs during FIX engine initialization process.
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FIXEngine
Gets the FIX engine.
FIXEngineInitialized
Occurs when the FIX engine has been initialized.
FIXEngineRecovered
Occurs when the FIX engine has finished the recovery process.
FIXEngineStarted
Occurs when the FIX engine has started.
FIXEngineStopped
Occurs when FIX engine is stopped.
FIXEngineStopping
Occurs when FIX engine is stopping.
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsRecoveryRequired(String, String, Boolean%)
Determines whether recovery is required for the FIX engine specified.
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RegisterRemoteService(String, QWRemoteServiceActivator)
Registers the remote service.
RepositoryUri
Gets the repository URI.
(Inherited from FIXApplication.)
Run(String, FIXEngineRole, String, FIXStandaloneApplicationStartupMode, Boolean)
Starts the application.
SchedulerLoader
Gets the scheduler loader.
(Inherited from FIXApplication.)
SchemaLoader
Gets the schema loader.
(Inherited from FIXApplication.)
SessionSettingsLoader
Gets the session settings loader.
(Inherited from FIXApplication.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VisualLambdaLoader
Gets the visual lambda loader.
(Inherited from FIXApplication.)

Remarks

The FIXStandaloneApplication is the most commonly used application framework. A standalone application manages only one FIX engine. Its life cycle is controller by the scheduler of the FIX engine.

Inheritance Hierarchy

System..::.Object
  Teraspaces.QWFIX.Application..::.FIXApplication
    Teraspaces.QWFIX.Application..::.FIXStandaloneApplication

See Also