C# 클래스 TA.Lib.Timestamps

파일 보기 프로젝트 열기: royratcliffe/ta-lib 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsSyncWith bool
IsSyncWith bool
Timestamps System
Timestamps System
Timestamps System

공개 메소드들

메소드 설명
this ( Index index ) : System.DateTime

Access to the DateTime for the parent timeseries.

비공개 메소드들

메소드 설명
IsSyncWith ( IValueIter otherObject ) : bool
IsSyncWith ( Timestamps timeStamps ) : bool
Timestamps ( IValueIter parent, System.DateTime array ) : System
Timestamps ( IValueIter parent, Timestamps timestamps ) : System
Timestamps ( IValueIter parent, int size ) : System

메소드 상세

this() 공개 메소드

Access to the DateTime for the parent timeseries.
public this ( Index index ) : System.DateTime
index Index
리턴 System.DateTime