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