C# Class FastQuant.RiskManager

Afficher le fichier Open project: fastquant/fastquant.dll

Protected Properties

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

Méthodes publiques

Méthode Description
OnExecutionCommand ( ExecutionCommand command ) : RiskReport
PropertyChanged ( OnPropertyChanged onPropertyChanged ) : void
RiskManager ( Framework framework ) : System.Collections.Generic

Method Details

OnExecutionCommand() public méthode

public OnExecutionCommand ( ExecutionCommand command ) : RiskReport
command ExecutionCommand
Résultat RiskReport

PropertyChanged() public méthode

public PropertyChanged ( OnPropertyChanged onPropertyChanged ) : void
onPropertyChanged OnPropertyChanged
Résultat void

RiskManager() public méthode

public RiskManager ( Framework framework ) : System.Collections.Generic
framework Framework
Résultat System.Collections.Generic

Property Details

framework protected_oe property

protected Framework,FastQuant framework
Résultat Framework