C# Class Samples.SMACrossover.SMACrossoverLoadOnStart

Inheritance: FastQuant.InstrumentStrategy
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Свойство Type Description
SuspendTrading bool

Méthodes publiques

Méthode Description
SMACrossoverLoadOnStart ( Framework framework, string name ) : System

Méthodes protégées

Méthode Description
OnBar ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnStrategyInit ( ) : void
OnStrategyStart ( ) : void

Private Methods

Méthode Description
AddGroups ( ) : void

Method Details

OnBar() protected méthode

protected OnBar ( Instrument instrument, Bar bar ) : void
instrument Instrument
bar FastQuant.Bar
Résultat void

OnFill() protected méthode

protected OnFill ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
Résultat void

OnStrategyInit() protected méthode

protected OnStrategyInit ( ) : void
Résultat void

OnStrategyStart() protected méthode

protected OnStrategyStart ( ) : void
Résultat void

SMACrossoverLoadOnStart() public méthode

public SMACrossoverLoadOnStart ( Framework framework, string name ) : System
framework FastQuant.Framework
name string
Résultat System

Property Details

SuspendTrading public_oe static_oe property

public static bool SuspendTrading
Résultat bool