Instrument CLASS

PipsSize PROPERTY (decimal)
The smallest price change that a given exchange rate can make. A fractional for pip is equivalent to 1/10 of a pip. SYNTAX public decimal PipsSize {...
Tue, May 1, 2018 at 8:08 PM
Precision PROPERTY (int)
Evaluates a unit of selected currency. SYNTAX public int Precision { get; } EXAMPLE using System; using System.Collections; using System.Col...
Tue, May 1, 2018 at 8:09 PM
PrevClose PROPERTY (double)
Previous day's close price. SYNTAX public double PrevClose { get; } EXAMPLE using System; using System.Collections; using System.Collect...
Tue, May 1, 2018 at 8:10 PM
QuoteDelay PROPERTY (int)
Returns delay with which quote come in platform. SYNTAX public int QuoteDelay { get; } EXAMPLE using System; using System.Collections; using...
Tue, May 1, 2018 at 8:11 PM
Route PROPERTY (string)
Name of the liquidity provider for the instrument. SYNTAX public string Route { get; } EXAMPLE using System; using System.Collections; using...
Tue, May 1, 2018 at 8:12 PM
Symbol PROPERTY (string)
Gets instrument symbol. SYNTAX public string Symbol { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Tue, May 1, 2018 at 8:15 PM
TickCost PROPERTY (double)
The cost of the smallest price change in the quoted currency, per one lot Zero means TickCost is not specified and can be calcaulted as LotSize / TickSize. ...
Tue, May 1, 2018 at 8:17 PM
Ticks PROPERTY (long)
Returns amount of incoming ticks per chosen instrument. SYNTAX public long Ticks { get; } EXAMPLE using System; using System.Collections; us...
Tue, May 1, 2018 at 8:18 PM
TickSize PROPERTY (double)
Price minimal change. SYNTAX public double TickSize { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Tue, May 1, 2018 at 8:19 PM
TicksPostMarket PROPERTY (long)
SYNTAX public long TicksPostMarket { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using System.Text;...
Tue, May 1, 2018 at 8:20 PM