Instrument CLASS

HighLimit PROPERTY (double)
Gets the high price limit to selected instrument. Can be mesured in price or in percent. If no limit, than return -1. SYNTAX public double HighLimit...
Tue, May 1, 2018 at 7:55 PM
LastQuote PROPERTY (Quote)
Represent access to last quote during current session by selected instrument. Beginning of the session is on the application started(if the instrument is tr...
Tue, May 1, 2018 at 7:56 PM
LimitType PROPERTY (LimitType)
Gets this type of price limit. SYNTAX public LimitType LimitType { get; } EXAMPLE using System; using System.Collections; using System.Colle...
Tue, May 1, 2018 at 7:58 PM
LotSize PROPERTY (int)
Amount of base asset for one lot. SYNTAX public int LotSize { get; } EXAMPLE using System; using System.Collections; using System.Collection...
Tue, May 1, 2018 at 7:59 PM
LotStep PROPERTY (double)
Step of the lot changes. SYNTAX public double LotStep { get; } EXAMPLE using System; using System.Collections; using System.Collections.Gene...
Tue, May 1, 2018 at 8:00 PM
Low PROPERTY (double)
Day's lowest price. SYNTAX public double Low { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Tue, May 1, 2018 at 8:01 PM
LowLimit PROPERTY (double)
Gets the low price limit to selected instrument. Can be mesured in price or in percent. If no limit, than return -1 SYNTAX public double LowLimit { ...
Tue, May 1, 2018 at 8:03 PM
MinimalLot PROPERTY (double)
The smallest trade allowed in lot. SYNTAX public double MinimalLot { get; } EXAMPLE using System; using System.Collections; using System.Col...
Tue, May 1, 2018 at 8:04 PM
Name PROPERTY (string)
Instrument's full name ("Symbol:Route") SYNTAX public string Name { get; } EXAMPLE using System; using System.Collections; usi...
Tue, May 1, 2018 at 8:05 PM
Open PROPERTY (double)
Day's open price. SYNTAX public double Open { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; u...
Tue, May 1, 2018 at 8:06 PM