TickData CLASS

BidSize (int offset) METHOD (Return: double)
The volume of bid inside required Historical tick. SYNTAX public double BidSize (int offset) PARAMETERS offset — int Defines index of the r...
Sun, May 6, 2018 at 9:55 AM
FindInterval (DateTime time) METHOD (Return: int)
Find historical element by time. SYNTAX public int FindInterval (DateTime time) PARAMETERS time — DateTime Defines date and time of needed ...
Sun, May 6, 2018 at 9:56 AM
FindInterval (DateTime time, int from, int to) METHOD (Return: int)
Find historical element by time in the selected range. SYNTAX public int FindInterval (DateTime time,int from,int to) PARAMETERS time — Date...
Sun, May 6, 2018 at 10:01 AM
GetPrice (PriceType priceType, int offset) METHOD (Return: double)
This function get price of the required Historical element. SYNTAX public double GetPrice (PriceType priceType,int offset) PARAMETERS priceT...
Sun, May 6, 2018 at 10:04 AM
GetPrice (PriceType priceType) METHOD (Return: double)
This function get price of the last Historical element. SYNTAX public double GetPrice (PriceType priceType) PARAMETERS priceType — PriceType...
Sun, May 6, 2018 at 10:09 AM
Highest (PriceType type, int start, int count) METHOD (Return: int)
Returns bar index of highest price presented in history range of loaded history object. SYNTAX public int Highest (PriceType type,int start,int coun...
Sun, May 6, 2018 at 10:10 AM
Highest (PriceType type) METHOD (Return: int)
Returns bar index of highest price presented in entire loaded history object. SYNTAX public int Highest (PriceType type) PARAMETERS type — P...
Sun, May 6, 2018 at 10:12 AM
Load (DateTime from, DateTime to) METHOD (Return: bool)
Synchronized loading custom data range. SYNTAX public bool Load (DateTime from,DateTime to) PARAMETERS from — DateTime Defines date and tim...
Sun, May 6, 2018 at 10:13 AM
Load (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams) METHOD (Return: bool)
SYNTAX public bool Load (DateTime from,DateTime to,HistoricalDataLoadParams historicalDataLoadParams) PARAMETERS from — DateTime to — DateTime ...
Sun, May 6, 2018 at 10:15 AM
Lowest (PriceType type, int start, int count) METHOD (Return: int)
Returns bar index of lowest price presented in history range of loaded history object. SYNTAX public int Lowest (PriceType type,int start,int count)...
Sun, May 6, 2018 at 10:20 AM