C# Class Samples.SMACrossover.SMACrossoverWithEventFilter

Inheritance: FastQuant.InstrumentStrategy
显示文件 Open project: fastquant/fastquant.dll

Public Methods

Method Description
SMACrossoverWithEventFilter ( Framework framework, string name ) : System

Protected Methods

Method Description
OnBar ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnStrategyStart ( ) : void

Private Methods

Method Description
AddGroups ( ) : void

Method Details

OnBar() protected method

protected OnBar ( Instrument instrument, Bar bar ) : void
instrument Instrument
bar FastQuant.Bar
return void

OnFill() protected method

protected OnFill ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
return void

OnStrategyStart() protected method

protected OnStrategyStart ( ) : void
return void

SMACrossoverWithEventFilter() public method

public SMACrossoverWithEventFilter ( Framework framework, string name ) : System
framework FastQuant.Framework
name string
return System