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: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
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