C# 클래스 SmartQuant.Charting.TEmptyTransformation

상속: IChartTransformation
파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
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

메소드 상세

CalculateNotInSessionTicks() 공개 메소드

public CalculateNotInSessionTicks ( double x, double y ) : double
x double
y double
리턴 double

CalculateRealQuantityOfTicks_Left() 공개 메소드

public CalculateRealQuantityOfTicks_Left ( double x, double y ) : double
x double
y double
리턴 double

CalculateRealQuantityOfTicks_Right() 공개 메소드

public CalculateRealQuantityOfTicks_Right ( double x, double y ) : double
x double
y double
리턴 double

GetFirstGridDivision() 공개 메소드

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

GetNextGridDivision() 공개 메소드

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