C# Class Samples.Roll.MyStrategy

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
AddGroups ( ) : void

Method Details

MyStrategy() public méthode

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

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

OnStrategyStart() protected méthode

protected OnStrategyStart ( ) : void
Résultat void