A list of instruments


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

Syntax

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

Inheritance Hierarchy

System.Object
   OpenQuant.API.InstrumentList

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