Show / Hide Table of Contents

    Class Last

    Represent access to trade information.

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class Last : MessageQuote

    Properties

    AggressorFlag

    Information about operation side of the trade

    Declaration
    public AggressorFlag AggressorFlag { get; set; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.AggressorFlag

    Price

    Price at which trade occured

    Declaration
    public double Price { get; }
    Property Value
    Type Description
    System.Double

    Size

    Size of the trade

    Declaration
    public double Size { get; }
    Property Value
    Type Description
    System.Double

    TickDirection

    Shows the direction of price movement, comparing to previous value.

    Declaration
    public TickDirection TickDirection { get; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.TickDirection
    Back to top Copyright © 2017 - 2018 Quantower LLC