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