TickData CLASS

Reversal PROPERTY (int)
The amount of price movement required to shift a chart to the right. This condition is used on charts that only take into consideration price movement inste...
Sun, May 6, 2018 at 9:24 AM
Ask (int offset) METHOD (Return: double)
The ask price of the required Historical tick. SYNTAX public double Ask (int offset) PARAMETERS offset — int Defines index of the required ...
Sun, May 6, 2018 at 9:28 AM
Ask () METHOD (Return: double)
The ask price of the last Historical tick. SYNTAX public double Ask () RETURN double Returns a double value representing the ask price of th...
Sun, May 6, 2018 at 9:32 AM
AskSize (int offset) METHOD (Return: double)
The volume of ask inside required Historical tick. SYNTAX public double AskSize (int offset) PARAMETERS offset — int Defines index of the r...
Sun, May 6, 2018 at 9:33 AM
AskSize () METHOD (Return: double)
The volume of ask inside last Historical tick. SYNTAX public double AskSize () RETURN double Returns a long value representing the ask size ...
Sun, May 6, 2018 at 9:34 AM
BeginLoad (DateTime from, DateTime to) METHOD (Return: bool)
Asynchronized loading custom data range. You must wait for the end of the loading before requesting again. SYNTAX public bool BeginLoad (DateTime fr...
Sun, May 6, 2018 at 9:35 AM
BeginLoad (DateTime from) METHOD (Return: bool)
Asynchronized loading data range form custom time to current time. You must wait for the end of the loading before requesting again. SYNTAX public b...
Sun, May 6, 2018 at 9:37 AM
BeginLoad (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams) METHOD (Return: bool)
SYNTAX public bool BeginLoad (DateTime from,DateTime to,HistoricalDataLoadParams historicalDataLoadParams) PARAMETERS from — DateTime to — Date...
Sun, May 6, 2018 at 9:43 AM
Bid (int offset) METHOD (Return: double)
The bid price of the required Historical tick. SYNTAX public double Bid (int offset) PARAMETERS offset — int Defines index of the required ...
Sun, May 6, 2018 at 9:44 AM
Bid () METHOD (Return: double)
The bid price of the last Historical tick. SYNTAX public double Bid () RETURN double Returns a double value representing the bid price of th...
Sun, May 6, 2018 at 9:46 AM