C# Class FastQuant.RiskManager

Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
framework Framework

Public Methods

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

Method Details

OnExecutionCommand() public method

public OnExecutionCommand ( ExecutionCommand command ) : RiskReport
command ExecutionCommand
return RiskReport

PropertyChanged() public method

public PropertyChanged ( OnPropertyChanged onPropertyChanged ) : void
onPropertyChanged OnPropertyChanged
return void

RiskManager() public method

public RiskManager ( Framework framework ) : System.Collections.Generic
framework Framework
return System.Collections.Generic

Property Details

framework protected property

protected Framework,FastQuant framework
return Framework