C# Class FastQuant.Controller

Datei anzeigen Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
framework Framework
name string
queue EventQueue

Public Methods

Method Description
Controller ( ) : System
Controller ( Framework framework, string name ) : System
Log ( GroupEvent e ) : void

Private Methods

Method Description
Run ( ) : void

Method Details

Controller() public method

public Controller ( ) : System
return System

Controller() public method

public Controller ( Framework framework, string name ) : System
framework Framework
name string
return System

Log() public method

public Log ( GroupEvent e ) : void
e GroupEvent
return void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
return Framework

name protected_oe property

protected string name
return string

queue protected_oe property

protected EventQueue queue
return EventQueue