C# Class SmartQuant.Charting.TEmptyTransformation

Inheritance: IChartTransformation
Mostrar archivo Open project: fastquant/fastquant.dll

Public Methods

Method 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 method

public CalculateNotInSessionTicks ( double x, double y ) : double
x double
y double
return double

CalculateRealQuantityOfTicks_Left() public method

public CalculateRealQuantityOfTicks_Left ( double x, double y ) : double
x double
y double
return double

CalculateRealQuantityOfTicks_Right() public method

public CalculateRealQuantityOfTicks_Right ( double x, double y ) : double
x double
y double
return double

GetFirstGridDivision() public method

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

GetNextGridDivision() public method

public GetNextGridDivision ( double firstTick, double prevMajor, int majorCount, EGridSize gridSize ) : double
firstTick double
prevMajor double
majorCount int
gridSize EGridSize
return double