C# Class TA.Lib.Timestamps

Mostrar archivo Open project: royratcliffe/ta-lib Class Usage Examples

Private Properties

Property Type Description
IsSyncWith bool
IsSyncWith bool
Timestamps System
Timestamps System
Timestamps System

Public Methods

Method Description
this ( Index index ) : System.DateTime

Access to the DateTime for the parent timeseries.

Private Methods

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

Method Details

this() public method

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