Show / Hide Table of Contents

    Class StrategyMetric

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class StrategyMetric : object, IXElementSerialization

    Properties

    FormattedValue

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

    Name

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

    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.