A technical indicator


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")>
Public Class Indicator
    Implements ISeries
C#
[DefaultMemberAttribute("Item")]
public class Indicator : ISeries
C++
[DefaultMemberAttribute(L"Item")]
ref class Indicator : ISeries
J#
/** @attribute DefaultMemberAttribute("Item") */
public class Indicator implements ISeries
JScript
public 
   DefaultMemberAttribute("Item")
class Indicator extends ISeries

Inheritance Hierarchy

System.Object
   OpenQuant.API.Indicator
      Derived types

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also