C# Class FastQuant.Framework

Inheritance: IDisposable
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Property Type Description
Dispose void
Framework System
LoadConfiguration void
SaveConfiguration void

Public Methods

Method 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

Method 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 method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dump() public method

public Dump ( ) : void
return void

Framework() public method

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

Framework() public method

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

Framework() public method

public Framework ( string name, InstrumentServer instrumentServer, DataServer dataServer ) : System
name string
instrumentServer InstrumentServer
dataServer DataServer
return System

Load() public method

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void