C# Class FastQuant.Framework

Inheritance: IDisposable
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Свойство Type Description
Dispose void
Framework System
LoadConfiguration void
SaveConfiguration void

Méthodes publiques

Méthode Description
Clear ( ) : void
Dispose ( ) : void
Dump ( ) : void
Framework ( string name, EventBus externalBus, InstrumentServer instrumentServer, DataServer dataServer = null ) : System
Framework ( string name = "", FrameworkMode mode = FrameworkMode.Simulation, bool createServers = true ) : System
Framework ( string name, InstrumentServer instrumentServer, DataServer dataServer ) : System
Load ( BinaryReader reader ) : void
Save ( BinaryWriter writer ) : void

Private Methods

Méthode Description
Dispose ( bool dispoing ) : void
Framework ( string name, FrameworkMode mode, bool createServers, EventBus externalBus, InstrumentServer instrumentServer, DataServer dataServer ) : System
LoadConfiguration ( ) : void
SaveConfiguration ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dump() public méthode

public Dump ( ) : void
Résultat void

Framework() public méthode

public Framework ( string name, EventBus externalBus, InstrumentServer instrumentServer, DataServer dataServer = null ) : System
name string
externalBus EventBus
instrumentServer InstrumentServer
dataServer DataServer
Résultat System

Framework() public méthode

public Framework ( string name = "", FrameworkMode mode = FrameworkMode.Simulation, bool createServers = true ) : System
name string
mode FrameworkMode
createServers bool
Résultat System

Framework() public méthode

public Framework ( string name, InstrumentServer instrumentServer, DataServer dataServer ) : System
name string
instrumentServer InstrumentServer
dataServer DataServer
Résultat System

Load() public méthode

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void