C# Class FastQuant.PerformanceStrategy

Inheritance: InstrumentStrategy
Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

Method Description
PerformanceStrategy ( Framework framework ) : System.Diagnostics

Protected Methods

Method Description
OnStrategyStart ( ) : void
OnTrade ( Instrument instrument, Trade trade ) : void

Method Details

OnStrategyStart() protected method

protected OnStrategyStart ( ) : void
return void

OnTrade() protected method

protected OnTrade ( Instrument instrument, Trade trade ) : void
instrument Instrument
trade Trade
return void

PerformanceStrategy() public method

public PerformanceStrategy ( Framework framework ) : System.Diagnostics
framework Framework
return System.Diagnostics