C# Class SmartQuant.Charting.TEmptyTransformation

Inheritance: IChartTransformation
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
CalculateNotInSessionTicks ( double x, double y ) : double
CalculateRealQuantityOfTicks_Left ( double x, double y ) : double
CalculateRealQuantityOfTicks_Right ( double x, double y ) : double
GetFirstGridDivision ( EGridSize &gridSize, double &min, double &max, System.DateTime &firstDateTime ) : void
GetNextGridDivision ( double firstTick, double prevMajor, int majorCount, EGridSize gridSize ) : double

Method Details

CalculateNotInSessionTicks() public méthode

public CalculateNotInSessionTicks ( double x, double y ) : double
x double
y double
Résultat double

CalculateRealQuantityOfTicks_Left() public méthode

public CalculateRealQuantityOfTicks_Left ( double x, double y ) : double
x double
y double
Résultat double

CalculateRealQuantityOfTicks_Right() public méthode

public CalculateRealQuantityOfTicks_Right ( double x, double y ) : double
x double
y double
Résultat double

GetFirstGridDivision() public méthode

public GetFirstGridDivision ( EGridSize &gridSize, double &min, double &max, System.DateTime &firstDateTime ) : void
gridSize EGridSize
min double
max double
firstDateTime System.DateTime
Résultat void

GetNextGridDivision() public méthode

public GetNextGridDivision ( double firstTick, double prevMajor, int majorCount, EGridSize gridSize ) : double
firstTick double
prevMajor double
majorCount int
gridSize EGridSize
Résultat double