C# Class FastQuant.EventLogger

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

Protected Properties

Property Type Description
framework Framework
name string

Public Methods

Method Description
EventLogger ( ) : System
EventLogger ( Framework framework, string name ) : System
OnEvent ( Event e ) : void

Method Details

EventLogger() public method

public EventLogger ( ) : System
return System

EventLogger() public method

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

OnEvent() public method

public OnEvent ( Event e ) : void
e Event
return void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
return Framework

name protected_oe property

protected string name
return string