Click or drag to resize

ISummeryT Interface

ISummery interface, if implemented in a Strategy Performance userCode then the calculated values will be displayed in the Summery tab in the Strategy Performance View

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public interface ISummery<T>

Type Parameters

T

The ISummeryT type exposes the following members.

Properties
  NameDescription
Public propertyAllTradeValue
Gets the summery value of all the trades
Public propertyLongTradeValue
Gets the summery value of the long trades
Public propertyShortTradeValue
Gets the summery value of the short trades
Public propertySummeryName
Gets the name of the summery
Public propertySummeryType
Gets the SummeryType
Top
See Also