Level2 CLASS

Instrument RPOPERTY (Instrument)
Represents the information of instrument for Level2Quote. SYNTAX public Instrument Instrument { get; } EXAMPLE using System; using System.Co...
Wed, May 2, 2018 at 9:29 AM
MMID PROPERTY (string)
Exchange, where the orders are set. SYNTAX public string MMID { get; } EXAMPLE using System; using System.Collections; using System.Collecti...
Wed, May 2, 2018 at 9:32 AM
NumberOfOrders PROPERTY (int)
Number of orders SYNTAX public int NumberOfOrders { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic;...
Wed, May 2, 2018 at 9:32 AM
Price PROPERTY (double)
Price of Level2 quote. SYNTAX public double Price { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic;...
Wed, May 2, 2018 at 9:33 AM
Side PROPERTY (Level2Side)
Side of Level2 quote. SYNTAX public Level2Side Side { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Wed, May 2, 2018 at 9:34 AM
Size PROPERTY (double)
Size of Level2 SYNTAX public double Size { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using Sy...
Wed, May 2, 2018 at 9:36 AM
Source PROPERTY (string)
Source of quote. SYNTAX public string Source { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; usin...
Wed, May 2, 2018 at 9:38 AM
Time PROPERTY (DateTime)
Time of offer. SYNTAX public DateTime Time { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using ...
Wed, May 2, 2018 at 9:39 AM
Volume PROPERTY (double)
Volume being offered to purchase at a specified bid price or to sell at specified ask price. SYNTAX public double Volume { get; } EXAMPLE us...
Wed, May 2, 2018 at 9:40 AM