Click or drag to resize
TradeTimeLineRangeItem Class
Inheritance Hierarchy
SystemObject
  C2ChartsLibrary.ImplementationTimeLineRangeItem
    C2ChartsLibrary.ImplementationTradeTimeLineRangeItem

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public class TradeTimeLineRangeItem : TimeLineRangeItem

The TradeTimeLineRangeItem type exposes the following members.

Constructors
  NameDescription
Public methodTradeTimeLineRangeItem
Initializes a new instance of the TradeTimeLineRangeItem class
Top
Properties
  NameDescription
Public propertyClassName (Inherited from TimeLineRangeItem.)
Public propertyContent (Inherited from TimeLineRangeItem.)
Public propertyEnd (Inherited from TimeLineRangeItem.)
Public propertyGroup (Inherited from TimeLineRangeItem.)
Public propertyID (Inherited from TimeLineRangeItem.)
Public propertyLBI
Gets or sets the histogram bucket index of the LONG trade result.
Public propertyLS
Gets or sets a value indicating whether this TradeTimeLineRangeItem is a LONG or SHORT trade.
Public propertySBI
Gets or sets the histogram bucket index of the SHORT trade result.
Public propertyStart (Inherited from TimeLineRangeItem.)
Public propertySymbol (Inherited from TimeLineRangeItem.)
Public propertyTitle (Inherited from TimeLineRangeItem.)
Public propertyType (Inherited from TimeLineRangeItem.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also