Instrument CLASS
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
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
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
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
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
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
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
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
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
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