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