Instrument CLASS

AllowShortPositions PROPERTY(bool)
Gets a value indicating whether short positions are available. SYNTAX public bool AllowShortPositions { get; } EXAMPLE using System; using S...
Tue, May 1, 2018 at 7:35 PM
BaseCurrency PROPERTY (Asset)
Base instrument part. SYNTAX public Asset BaseCurrency { get; } EXAMPLE using System; using System.Collections; using System.Collections.Gen...
Tue, May 1, 2018 at 7:45 PM
BaseName PROPERTY (string)
Name of the base instrument. Returns the original future name for the future instrument, otherwise instrument's symbol. SYNTAX public string Bas...
Tue, May 1, 2018 at 7:46 PM
ChartType PROPERTY (DataType)
Specify the default source type on which chart build (from Bid, Ask etc..) SYNTAX public DataType ChartType { get; } EXAMPLE using System; u...
Tue, May 1, 2018 at 7:47 PM
Close PROPERTY (double)
Main session's close price. SYNTAX public double Close { get; } EXAMPLE using System; using System.Collections; using System.Collections...
Tue, May 1, 2018 at 7:48 PM
CounterCurrency PROPERTY (Asset)
Counter instrument part. SYNTAX public Asset CounterCurrency { get; } EXAMPLE using System; using System.Collections; using System.Collectio...
Tue, May 1, 2018 at 7:49 PM
CrossPrice PROPERTY (double)
The cross price to convert instrument price to server currency. SYNTAX public double CrossPrice { get; } EXAMPLE using System; using System....
Tue, May 1, 2018 at 7:50 PM
Description PROPERTY (string)
Detailed information about instrument. SYNTAX public string Description { get; } EXAMPLE using System; using System.Collections; using Syste...
Tue, May 1, 2018 at 7:51 PM
FirstQuote PROPERTY (Quote)
Represent access to first quote during current session by selected instrument. Beginning of the session is on the application started(if the instrument is t...
Tue, May 1, 2018 at 7:52 PM
High PROPERTY (double)
Day's highest price. SYNTAX public double High { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic...
Tue, May 1, 2018 at 7:54 PM