AvgDrawdown Class

public class AvgDrawdown : Average
This language is not supported or no code example is available.
public ref class AvgDrawdown : public Average^
This language is not supported or no code example is available.
public class AvgDrawdown 
extends Average
This language is not supported or no code example is available.
Name Description
Public constructor AvgDrawdown()
Top
Fields
 
Name Description
Internal protected (Protected Friend) field longValue (inherited from PortfolioStatisticsItem).
Internal protected (Protected Friend) field longValues (inherited from PortfolioStatisticsItem).
Internal protected (Protected Friend) field portfolio (inherited from PortfolioStatisticsItem).
Internal protected (Protected Friend) field shortValue (inherited from PortfolioStatisticsItem).
Internal protected (Protected Friend) field shortValues (inherited from PortfolioStatisticsItem).
Internal protected (Protected Friend) field statistics (inherited from PortfolioStatisticsItem).
Internal protected (Protected Friend) field totalValue (inherited from PortfolioStatisticsItem).
Internal protected (Protected Friend) field totalValues (inherited from PortfolioStatisticsItem).
Protected field type (inherited from Average).
Top

In this article

Definition