C# Class Samples.SMACrossover.SMACrossoverLoadOnStart

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

Public Properties

Property Type Description
SuspendTrading bool

Public Methods

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

Protected Methods

Method Description
OnBar ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnStrategyInit ( ) : 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

OnStrategyInit() protected method

protected OnStrategyInit ( ) : void
return void

OnStrategyStart() protected method

protected OnStrategyStart ( ) : void
return void

SMACrossoverLoadOnStart() public method

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

Property Details

SuspendTrading public_oe static_oe property

public static bool SuspendTrading
return bool