TickData CLASS

Lowest (PriceType type) METHOD (Return: int)
Returns bar index of lowest price presented in entire history of loaded history object. SYNTAX public int Lowest (PriceType type) PARAMETERS ...
Sun, May 6, 2018 at 10:22 AM
Time (int offset) METHOD (Return: DateTime)
Time (UTC) of required historical tick. SYNTAX public override DateTime Time (int offset) PARAMETERS offset — int Defines index of the requ...
Sun, May 6, 2018 at 10:40 AM
Time () METHOD (Return: DateTime)
Time (UTC) of last historical tick. SYNTAX public override DateTime Time () RETURN DateTime Returns a DataTime value representing the time o...
Sun, May 6, 2018 at 10:42 AM
Volume () METHOD (Return: double)
Volume of Ticks for Bid/Ask based Historical data, or volume of Trades for Trade based Historical data. SYNTAX public double Volume () RETURN ...
Sun, May 6, 2018 at 10:43 AM
AfterReload EVENT
Occurs after downloading a range of historical data. SYNTAX public event Action<HistoricalData> AfterReload
Sun, May 6, 2018 at 11:06 AM