Trade CLASS

Aggressor PROPERTY (AggressorFlag)
Provides operation side value. SYNTAX public AggressorFlag Aggressor { get; } EXAMPLE using System; using System.Collections; using System.C...
Sun, May 6, 2018 at 11:10 AM
Exchange PROPERTY (string)
Type of exchange on which trade has occurred. SYNTAX public string Exchange { get; } EXAMPLE using System; using System.Collections; using S...
Sun, May 6, 2018 at 11:11 AM
Instrument PROPERTY (Instrument)
Represents the information of instrument for trade. SYNTAX public Instrument Instrument { get; } EXAMPLE using System; using System.Collecti...
Sun, May 6, 2018 at 11:12 AM
Price PROPERTY (double)
Returns the price at which trade occured. SYNTAX public double Price { get; } EXAMPLE using System; using System.Collections; using System.C...
Sun, May 6, 2018 at 11:13 AM
Size PROPERTY (double)
Value of the trade in lots. SYNTAX public double Size { get; } EXAMPLE using System; using System.Collections; using System.Collections.Gene...
Sun, May 6, 2018 at 11:14 AM
Time PROPERTY (DateTime)
Time when trade occurred. SYNTAX public DateTime Time { get; } EXAMPLE using System; using System.Collections; using System.Collections.Gene...
Sun, May 6, 2018 at 11:15 AM