Show / Hide Table of Contents

    Class Last

    Represent access to trade information.

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class Last : MessageQuote, IVolumeTickData, IBuyerSellerData

    Properties

    AggressorFlag

    Information about operation side of the trade

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

    Buyer

    Declaration
    public string Buyer { get; set; }
    Property Value
    Type Description
    System.String

    OpenInterest

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

    Price

    Price at which trade occured

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

    Seller

    Declaration
    public string Seller { get; set; }
    Property Value
    Type Description
    System.String

    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

    TradeId

    Declaration
    public string TradeId { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.