C# Class FastQuant.EventLogger

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

Protected Properties

Свойство Type Description
framework Framework
name string

Méthodes publiques

Méthode Description
EventLogger ( ) : System
EventLogger ( Framework framework, string name ) : System
OnEvent ( Event e ) : void

Method Details

EventLogger() public méthode

public EventLogger ( ) : System
Résultat System

EventLogger() public méthode

public EventLogger ( Framework framework, string name ) : System
framework Framework
name string
Résultat System

OnEvent() public méthode

public OnEvent ( Event e ) : void
e Event
Résultat void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
Résultat Framework

name protected_oe property

protected string name
Résultat string