Show / Hide Table of Contents

    Class HistoryItemLast

    Represents historical data trade item

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class HistoryItemLast : HistoryItem, IHistoryItem, ICloneable, IVolumeTickData, IBuyerSellerData

    Constructors

    HistoryItemLast()

    Creates HistoryItemLast instance

    Declaration
    public HistoryItemLast()

    Properties

    AggressorFlag

    Defines trade operation side as aggressor flag

    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

    FundingRate

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

    Item[PriceType]

    Gets price by indexing PriceType

    Declaration
    public override double this[PriceType priceType] { get; }
    Parameters
    Type Name Description
    PriceType priceType
    Property Value
    Type Description
    System.Double
    Overrides
    TradingPlatform.BusinessLayer.HistoryItem.Item[TradingPlatform.BusinessLayer.PriceType]

    OpenInterest

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

    Price

    Defines price value

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

    Seller

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

    TickDirection

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

    Volume

    Defines volume value

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

    Implements

    ICloneable
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.