Class TradesHistoryRequestParameters

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class TradesHistoryRequestParameters : ProgressRequestParameters<float>, IXElementSerialization

    Properties

    From

    Declaration
    public DateTime From { get; set; }
    Property Value
    Type Description
    DateTime

    To

    Declaration
    public DateTime To { get; set; }
    Property Value
    Type Description
    DateTime

    Type

    Declaration
    public override RequestType Type { get; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.RequestType
    Overrides
    RequestParameters.Type

    Methods

    FromXElement(XElement, DeserializationInfo)

    Declaration
    public void FromXElement(XElement element, DeserializationInfo deserializationInfo)
    Parameters
    Type Name Description
    XElement element
    TradingPlatform.BusinessLayer.Serialization.DeserializationInfo deserializationInfo

    ToXElement()

    Declaration
    public XElement ToXElement()
    Returns
    Type Description
    XElement
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.