A list of bar series


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

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")>
Public Class BarSeriesList
C#
[DefaultMemberAttribute("Item")]
public class BarSeriesList
C++
[DefaultMemberAttribute(L"Item")]
ref class BarSeriesList
J#
/** @attribute DefaultMemberAttribute("Item") */
public class BarSeriesList
JScript
public 
   DefaultMemberAttribute("Item")
class BarSeriesList

Inheritance Hierarchy

System.Object
   OpenQuant.API.BarSeriesList

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