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