Provides base type for all types of application framework.

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 abstract class FIXApplication
Public MustInherit Class FIXApplication
public ref class FIXApplication abstract
public abstract class FIXApplication

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
FIXApplication(IFIXRepository)
Initializes a new instance of the FIXApplication class.
FIXApplication(SecureUri)
Initializes a new instance of the FIXApplication class.
FIXApplication(String, String, String)
Initializes a new instance of the FIXApplication class.
Close()()()
Closes this application and release all linked resources.
EngineSettingsLoader
Gets the engine settings loader.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FastSchemaLoader
Gets the fast schema loader.
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.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RepositoryUri
Gets the repository URI.
SchedulerLoader
Gets the scheduler loader.
SchemaLoader
Gets the schema loader.
SessionSettingsLoader
Gets the session settings loader.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VisualLambdaLoader
Gets the visual lambda loader.

Inheritance Hierarchy

See Also