Quote CLASS

Ask PROPERTY (double)
The best ask price. SYNTAX public double Ask { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; usin...
Sat, May 5, 2018 at 7:04 PM
AskSize PROPERTY (double)
The volume of the inside ask. SYNTAX public double AskSize { get; } EXAMPLE using System; using System.Collections; using System.Collections...
Sat, May 5, 2018 at 7:05 PM
Bid PROPERTY (double)
The best bid price. SYNTAX public double Bid { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; usin...
Sat, May 5, 2018 at 7:06 PM
BidSize PROPERTY (double)
The volume of the inside bid. SYNTAX public double BidSize { get; } EXAMPLE using System; using System.Collections; using System.Collections...
Sat, May 5, 2018 at 7:07 PM
CrossPrice PROPERTY (double)
The cross price to convert selected instrument price to server currency. SYNTAX public double CrossPrice { get; } EXAMPLE using System; usin...
Sat, May 5, 2018 at 7:08 PM
Instrument PROPERTY (Instrument)
Represents access to the instrument. SYNTAX public Instrument Instrument { get; } EXAMPLE using System; using System.Collections; using Syst...
Sat, May 5, 2018 at 7:12 PM
Last PROPERTY (double)
The trade price. SYNTAX public double Last { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using ...
Sat, May 5, 2018 at 7:13 PM
LastSize PROPERTY (double)
The trade volume. SYNTAX public double LastSize { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; u...
Sat, May 5, 2018 at 7:14 PM
Time PROPERTY (DateTime)
The time of quote creating. This time set by Exchange or Broker. SYNTAX public DateTime Time { get; } EXAMPLE using System; using System.Col...
Sat, May 5, 2018 at 7:15 PM